.Header-module__mhIbiG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all var(--transition-base);background:#1e374bf2;border-bottom:1px solid #ffffff1a;position:fixed;top:0;left:0;right:0}.Header-module__mhIbiG__header.Header-module__mhIbiG__scrolled{background:#1e374bfa;box-shadow:0 4px 6px #1020314d}.Header-module__mhIbiG__headerContainer{justify-content:space-between;align-items:center;height:70px;display:flex}.Header-module__mhIbiG__logo{color:var(--text-white);transition:transform var(--transition-fast);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Header-module__mhIbiG__logo:hover{transform:scale(1.05)}.Header-module__mhIbiG__logoMarks{align-items:center;gap:.5rem;display:flex}.Header-module__mhIbiG__logoImgEn,.Header-module__mhIbiG__logoImgCn{filter:invert()brightness(2);width:auto;height:22px;transition:filter var(--transition-base),transform var(--transition-base);display:block}.Header-module__mhIbiG__logo:hover .Header-module__mhIbiG__logoImgEn,.Header-module__mhIbiG__logo:hover .Header-module__mhIbiG__logoImgCn{filter:invert(59%)sepia(98%)saturate(964%)hue-rotate(1deg)brightness(101%)contrast(102%)}.Header-module__mhIbiG__desktopNav{align-items:center;gap:var(--space-lg);display:none}@media (min-width:768px){.Header-module__mhIbiG__desktopNav{display:flex}}.Header-module__mhIbiG__navLink{color:#ffffffe6;transition:color var(--transition-fast);font-weight:500;position:relative}.Header-module__mhIbiG__navLink:after{content:"";background:var(--accent-orange-light);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.Header-module__mhIbiG__navLink:hover{color:var(--accent-orange-light)}.Header-module__mhIbiG__navLink:hover:after{width:100%}.Header-module__mhIbiG__downloadBtn{background:var(--primary-blue-dark);color:#fff;border-radius:var(--radius-lg);transition:all var(--transition-base);padding:.75rem 1.5rem;font-weight:600;box-shadow:0 2px 4px #10203166}.Header-module__mhIbiG__downloadBtn:hover{background:var(--primary-blue-dark);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #10203199}.Header-module__mhIbiG__mobileMenuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}@media (min-width:768px){.Header-module__mhIbiG__mobileMenuToggle{display:none}}.Header-module__mhIbiG__menuIcon{background:var(--text-white);width:24px;height:2px;transition:all var(--transition-base);position:relative}.Header-module__mhIbiG__menuIcon:before,.Header-module__mhIbiG__menuIcon:after{content:"";background:var(--text-white);width:24px;height:2px;transition:all var(--transition-base);position:absolute;left:0}.Header-module__mhIbiG__menuIcon:before{top:-7px}.Header-module__mhIbiG__menuIcon:after{bottom:-7px}.Header-module__mhIbiG__mobileMenuToggle.Header-module__mhIbiG__open .Header-module__mhIbiG__menuIcon{background:0 0}.Header-module__mhIbiG__mobileMenuToggle.Header-module__mhIbiG__open .Header-module__mhIbiG__menuIcon:before{top:0;transform:rotate(45deg)}.Header-module__mhIbiG__mobileMenuToggle.Header-module__mhIbiG__open .Header-module__mhIbiG__menuIcon:after{bottom:0;transform:rotate(-45deg)}.Header-module__mhIbiG__mobileNav{background:var(--background-base);padding:var(--space-lg);gap:var(--space-md);box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;transition:all var(--transition-base);border-top:1px solid #ffffff1a;flex-direction:column;display:flex;position:fixed;top:70px;left:0;right:0;transform:translateY(-100%)}@media (min-width:768px){.Header-module__mhIbiG__mobileNav{display:none}}.Header-module__mhIbiG__mobileNav.Header-module__mhIbiG__open{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__mhIbiG__mobileNavLink{color:#ffffffe6;padding:var(--space-sm)0;transition:color var(--transition-fast);font-size:1.125rem;font-weight:500}.Header-module__mhIbiG__mobileNavLink:hover{color:var(--accent-orange-light)}.Header-module__mhIbiG__mobileDownloadBtn{margin-top:var(--space-sm);padding:var(--space-sm);background:var(--primary-blue-dark);color:#fff;border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);font-weight:600;box-shadow:0 2px 4px #10203166}.Header-module__mhIbiG__mobileDownloadBtn:hover{background:var(--primary-blue-dark);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #10203199}
.Footer-module__-baDeW__footer{background:var(--primary-blue-dark);color:var(--text-white);padding:var(--space-2xl)0 var(--space-lg);margin-top:var(--space-2xl);border-top:1px solid #ffffff1a}.Footer-module__-baDeW__footerContainer{gap:var(--space-xl);flex-direction:column;display:flex}@media (min-width:768px){.Footer-module__-baDeW__footerContainer{flex-direction:row;justify-content:space-between;align-items:flex-start}}.Footer-module__-baDeW__footerLeft{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__-baDeW__footerBrand{color:#fff;font-size:1.5rem;font-weight:700}.Footer-module__-baDeW__footerCopy,.Footer-module__-baDeW__footerContact{color:#fffc;font-size:.875rem}.Footer-module__-baDeW__footerContact a{color:var(--accent-orange-light);transition:color var(--transition-fast);text-decoration:underline}.Footer-module__-baDeW__footerContact a:hover{color:var(--text-white)}.Footer-module__-baDeW__footerLinks{gap:var(--space-sm);flex-direction:column;display:flex}@media (min-width:768px){.Footer-module__-baDeW__footerLinks{gap:var(--space-lg);flex-direction:row;align-items:center}}.Footer-module__-baDeW__footerLinks a{color:#ffffffe6;transition:color var(--transition-fast);font-weight:500}.Footer-module__-baDeW__footerLinks a:hover{color:var(--accent-orange-light)}
.Accordion-module___GBLPa__accordion{gap:var(--space-md);flex-direction:column;display:flex}.Accordion-module___GBLPa__accordionItem{border-radius:var(--radius-md);transition:all var(--transition-base);background:#ffffff1a;border:1px solid #fff3;overflow:hidden}.Accordion-module___GBLPa__accordionItem:hover{border-color:var(--accent-orange-light);background:#ffffff26;box-shadow:0 4px 6px #10203133}.Accordion-module___GBLPa__accordionHeader{width:100%;padding:var(--space-md)var(--space-lg);cursor:pointer;text-align:left;transition:background var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.Accordion-module___GBLPa__accordionHeader:hover{background:#ffffff1a}.Accordion-module___GBLPa__accordionQuestion{color:var(--text-white);padding-right:var(--space-md);flex:1;font-size:1.125rem;font-weight:600}.Accordion-module___GBLPa__accordionIcon{color:var(--accent-orange-light);transition:transform var(--transition-base);text-align:center;min-width:30px;font-size:1.5rem;font-weight:300}.Accordion-module___GBLPa__accordionItem.Accordion-module___GBLPa__open .Accordion-module___GBLPa__accordionIcon{transform:rotate(180deg)}.Accordion-module___GBLPa__accordionBody{max-height:0;transition:max-height var(--transition-slow);overflow:hidden}.Accordion-module___GBLPa__accordionItem.Accordion-module___GBLPa__open .Accordion-module___GBLPa__accordionBody{max-height:500px}.Accordion-module___GBLPa__accordionContent{padding:0 var(--space-lg)var(--space-lg);color:#ffffffd9;font-size:1rem;line-height:1.7}
.page-module__OPaWJa__main{padding-top:120px;padding-bottom:var(--space-2xl);min-height:100vh}.page-module__OPaWJa__pageHeader{text-align:center;max-width:700px;margin:0 auto var(--space-2xl)}.page-module__OPaWJa__pageTitle{margin-bottom:var(--space-md);font-size:2.5rem}@media (min-width:768px){.page-module__OPaWJa__pageTitle{font-size:3rem}}.page-module__OPaWJa__pageSubtitle{color:#ffffffd9;font-size:1.125rem;line-height:1.7}.page-module__OPaWJa__content{max-width:800px;margin:0 auto}.page-module__OPaWJa__section{margin-bottom:var(--space-2xl);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#ffffff1a;border:1px solid #fff3}.page-module__OPaWJa__sectionTitle{margin-bottom:var(--space-md);color:var(--accent-orange-light);font-size:1.75rem}.page-module__OPaWJa__text{color:#ffffffd9;margin-bottom:var(--space-md);font-size:1.125rem;line-height:1.8}.page-module__OPaWJa__text:last-child{margin-bottom:0}.page-module__OPaWJa__contactBox{margin-top:var(--space-lg);padding:var(--space-lg);border-radius:var(--radius-md);text-align:center;background:#ffffff1a;border:1px solid #fff3}.page-module__OPaWJa__contactLabel{color:var(--text-white);margin-bottom:var(--space-sm);font-weight:600}.page-module__OPaWJa__contactEmail{color:var(--accent-orange-light);font-size:1.125rem;font-weight:600;text-decoration:underline}.page-module__OPaWJa__contactEmail:hover{color:var(--text-white)}.page-module__OPaWJa__ctaSection{margin-top:var(--space-2xl);padding:var(--space-2xl);background:var(--gradient-ocean);border-radius:var(--radius-lg);text-align:center;color:#fff}.page-module__OPaWJa__ctaTitle{color:#fff;margin-bottom:var(--space-md);font-size:2rem}.page-module__OPaWJa__ctaText{color:#ffffffe6;margin-bottom:var(--space-xl);font-size:1.125rem;line-height:1.7}.page-module__OPaWJa__ctaButtons{gap:var(--space-md);flex-direction:column;align-items:center;display:flex}@media (min-width:480px){.page-module__OPaWJa__ctaButtons{flex-direction:row;justify-content:center}}
.page-module__1LbnOq__main{padding-top:120px;padding-bottom:var(--space-2xl);min-height:100vh}.page-module__1LbnOq__pageHeader{text-align:center;max-width:700px;margin:0 auto var(--space-2xl)}.page-module__1LbnOq__pageTitle{margin-bottom:var(--space-md);font-size:2.5rem}@media (min-width:768px){.page-module__1LbnOq__pageTitle{font-size:3rem}}.page-module__1LbnOq__pageSubtitle{color:#ffffffd9;font-size:1.125rem;line-height:1.7}.page-module__1LbnOq__content{max-width:800px;margin:0 auto}.page-module__1LbnOq__ctaBox{margin-top:var(--space-2xl);padding:var(--space-xl);border-radius:var(--radius-lg);text-align:center;background:#ffffff1a;border:1px solid #fff3}.page-module__1LbnOq__ctaText{color:var(--text-white);margin-bottom:var(--space-md);font-size:1.125rem;font-weight:500}
.legal-module__TZCUdW__main{padding-top:120px;padding-bottom:var(--space-2xl);background:var(--background-base);min-height:100vh}.legal-module__TZCUdW__pageHeader{text-align:center;max-width:700px;margin:0 auto var(--space-2xl);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#ffffff1a;border:1px solid #fff3}.legal-module__TZCUdW__pageTitle{margin-bottom:var(--space-sm);font-size:2.5rem}@media (min-width:768px){.legal-module__TZCUdW__pageTitle{font-size:3rem}}.legal-module__TZCUdW__updateDate{color:#ffffffb3;font-size:.875rem;font-style:italic}.legal-module__TZCUdW__content{max-width:900px;padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#ffffff1a;border:1px solid #fff3;margin:0 auto}@media (min-width:768px){.legal-module__TZCUdW__content{padding:var(--space-2xl)}}.legal-module__TZCUdW__section{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid #fff3}.legal-module__TZCUdW__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-module__TZCUdW__section h2{color:var(--accent-orange-light);margin-bottom:var(--space-md);font-size:1.5rem}.legal-module__TZCUdW__section h3{color:var(--text-white);margin-top:var(--space-lg);margin-bottom:var(--space-sm);font-size:1.25rem}.legal-module__TZCUdW__section p{color:#ffffffd9;margin-bottom:var(--space-md);font-size:1rem;line-height:1.8}.legal-module__TZCUdW__section p:last-child{margin-bottom:0}.legal-module__TZCUdW__section ul{margin-left:var(--space-lg);margin-bottom:var(--space-md)}.legal-module__TZCUdW__section li{color:#ffffffd9;margin-bottom:var(--space-sm);font-size:1rem;line-height:1.8}.legal-module__TZCUdW__section strong{color:var(--text-white);font-weight:600}.legal-module__TZCUdW__section a{color:var(--accent-orange-light);text-decoration:underline}.legal-module__TZCUdW__section a:hover{color:var(--text-white)}.legal-module__TZCUdW__contactEmail{padding:var(--space-md);border-radius:var(--radius-sm);border-left:4px solid var(--accent-orange-light);background:#ffffff1a}.legal-module__TZCUdW__contactEmail a{color:var(--accent-orange-light);font-weight:600}
.page-module__qeX18a__main{min-height:100vh;padding-top:70px}.page-module__qeX18a__hero{min-height:calc(100vh - 70px);padding:var(--space-2xl)0;align-items:center;display:flex;position:relative;overflow:hidden}.page-module__qeX18a__heroBackground{background:var(--gradient-ocean);opacity:.3;z-index:-1;position:absolute;inset:0}.page-module__qeX18a__heroContainer{gap:var(--space-2xl);flex-direction:column;align-items:center;display:flex}@media (min-width:768px){.page-module__qeX18a__heroContainer{flex-direction:row;justify-content:space-between;align-items:center}}.page-module__qeX18a__heroContent{gap:var(--space-lg);text-align:center;flex-direction:column;flex:1;display:flex}@media (min-width:768px){.page-module__qeX18a__heroContent{text-align:left;max-width:550px}}.page-module__qeX18a__badge{background:linear-gradient(135deg,var(--accent-orange)0%,var(--accent-orange-light)100%);color:var(--text-white);border-radius:2rem;width:fit-content;margin:0 auto;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 2px 4px #10203133}@media (min-width:768px){.page-module__qeX18a__badge{margin:0}}.page-module__qeX18a__heroTitle{font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.page-module__qeX18a__heroTitle{font-size:3.5rem}}.page-module__qeX18a__heroSubtitle{color:#ffffffd9;font-size:1.125rem;line-height:1.7}@media (min-width:768px){.page-module__qeX18a__heroSubtitle{font-size:1.25rem}}.page-module__qeX18a__heroCta{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}@media (min-width:480px){.page-module__qeX18a__heroCta{flex-direction:row}}@media (min-width:768px){.page-module__qeX18a__heroCta{justify-content:flex-start}}.page-module__qeX18a__heroNote{color:#ffffffb3;font-size:.875rem;font-style:italic}.page-module__qeX18a__heroMedia{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.page-module__qeX18a__phoneMockup{width:100%;max-width:300px;position:relative}.page-module__qeX18a__phoneFrame{width:100%;position:relative}.page-module__qeX18a__screenImg{width:100%;height:auto;display:block}.page-module__qeX18a__floatingCard{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#fff;animation:3s ease-in-out infinite page-module__qeX18a__float;display:flex;position:absolute;top:15%;right:-20%}@media (max-width:480px){.page-module__qeX18a__floatingCard{right:-10%;scale:.8}}@keyframes page-module__qeX18a__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.page-module__qeX18a__floatIcon{border-radius:50%;width:40px;height:40px}.page-module__qeX18a__floatText{flex-direction:column;display:flex}.page-module__qeX18a__floatTitle{color:var(--text-dark);font-size:.875rem;font-weight:600}.page-module__qeX18a__floatDesc{color:var(--text-gray);font-size:.75rem}.page-module__qeX18a__features{background:var(--primary-blue-dark);padding:5rem 0}.page-module__qeX18a__sectionHeader{text-align:center;max-width:700px;margin:0 auto var(--space-2xl)}.page-module__qeX18a__sectionTitle{margin-bottom:var(--space-md);font-size:2rem}@media (min-width:768px){.page-module__qeX18a__sectionTitle{font-size:2.5rem}}.page-module__qeX18a__sectionSubtitle{color:#ffffffd9;font-size:1.125rem;line-height:1.7}.page-module__qeX18a__featuresGrid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.page-module__qeX18a__featuresGrid{grid-template-columns:repeat(3,1fr)}}.page-module__qeX18a__featureCard{aspect-ratio:1;text-align:center;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.page-module__qeX18a__featureImageContainer{z-index:1;position:absolute;inset:0}.page-module__qeX18a__featureImage{object-fit:cover;transition:transform var(--transition-slow)}.page-module__qeX18a__featureCard:hover .page-module__qeX18a__featureImage{transform:scale(1.05)}.page-module__qeX18a__featureOverlay{z-index:2;background:#10203199;position:absolute;inset:0}.page-module__qeX18a__featureContent{z-index:3;padding:var(--space-lg);color:var(--text-white);position:relative}.page-module__qeX18a__featureTitle{color:var(--text-white);margin-bottom:var(--space-sm);font-size:1.5rem}.page-module__qeX18a__featureDesc{color:#ffffffe6;line-height:1.7}.page-module__qeX18a__ctaSection{color:var(--text-white);background:0 0;padding:5rem 0 2rem;position:relative;overflow:hidden}.page-module__qeX18a__ctaSection:before{display:none}.page-module__qeX18a__ctaSection>*{z-index:1;position:relative}.page-module__qeX18a__ctaContainer{text-align:center;max-width:700px;margin:0 auto}.page-module__qeX18a__ctaTitle{color:#fff;margin-bottom:var(--space-md);font-size:2rem}@media (min-width:768px){.page-module__qeX18a__ctaTitle{font-size:2.5rem}}.page-module__qeX18a__ctaSubtitle{color:#ffffffe6;margin-bottom:var(--space-xl);font-size:1.125rem;line-height:1.7}
.page-module__GL_vZW__main{padding-top:120px;padding-bottom:var(--space-2xl);min-height:100vh}.page-module__GL_vZW__pageHeader{text-align:center;max-width:700px;margin:0 auto var(--space-2xl)}.page-module__GL_vZW__pageTitle{margin-bottom:var(--space-md);font-size:2.5rem}@media (min-width:768px){.page-module__GL_vZW__pageTitle{font-size:3rem}}.page-module__GL_vZW__pageSubtitle{color:#ffffffd9;font-size:1.125rem;line-height:1.7}.page-module__GL_vZW__content{max-width:900px;margin:0 auto}.page-module__GL_vZW__section{margin-bottom:var(--space-2xl);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#ffffff1a;border:1px solid #fff3}.page-module__GL_vZW__sectionTitle{margin-bottom:var(--space-md);color:var(--accent-orange-light);font-size:1.75rem}.page-module__GL_vZW__text{color:#ffffffd9;margin-bottom:var(--space-md);font-size:1.125rem;line-height:1.8}.page-module__GL_vZW__contactBox{gap:var(--space-lg);margin-top:var(--space-lg);flex-direction:column;display:flex}@media (min-width:768px){.page-module__GL_vZW__contactBox{flex-direction:row;justify-content:space-around}}.page-module__GL_vZW__contactItem{align-items:flex-start;gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-md);background:#ffffff1a;border:1px solid #fff3;display:flex}.page-module__GL_vZW__contactIcon{color:var(--accent-orange-light);flex-shrink:0;font-size:2rem}.page-module__GL_vZW__contactLabel{color:var(--text-white);margin-bottom:var(--space-xs);font-weight:600}.page-module__GL_vZW__contactValue{color:var(--accent-orange-light);font-size:1.125rem;font-weight:500}.page-module__GL_vZW__contactValue a{color:var(--accent-orange-light);text-decoration:underline}.page-module__GL_vZW__quickActions{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:480px){.page-module__GL_vZW__quickActions{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.page-module__GL_vZW__quickActions{grid-template-columns:repeat(3,1fr)}}.page-module__GL_vZW__actionCard{text-align:center;padding:var(--space-lg);border-radius:var(--radius-md);transition:all var(--transition-base);background:#ffffff1a;border:2px solid #fff3;flex-direction:column;align-items:center;display:flex}.page-module__GL_vZW__actionCard:hover{border-color:var(--accent-orange-light);box-shadow:var(--shadow-lg);background:#ffffff26;transform:translateY(-4px)}.page-module__GL_vZW__actionIcon{margin-bottom:var(--space-sm);color:var(--accent-orange-light);font-size:2.5rem}.page-module__GL_vZW__actionIcon svg{width:2.5rem;height:2.5rem}.page-module__GL_vZW__actionTitle{color:var(--text-white);margin-bottom:var(--space-xs);font-size:1.125rem;font-weight:600}.page-module__GL_vZW__actionDesc{color:#ffffffd9;font-size:.875rem}.page-module__GL_vZW__tipSection{padding:var(--space-xl);border-radius:var(--radius-lg);border-left:4px solid var(--accent-orange-light);background:#ffa36826}.page-module__GL_vZW__tipTitle{color:var(--accent-orange-light);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:700}.page-module__GL_vZW__tipList{margin-left:var(--space-lg);margin-bottom:var(--space-md);color:#ffffffe6}.page-module__GL_vZW__tipList li{margin-bottom:var(--space-xs);line-height:1.7}.page-module__GL_vZW__tipNote{color:#fffc;font-size:.875rem;font-style:italic}
