.Navbar-module__cJzEcG__navbar{z-index:100;background:var(--brand-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #0000000f;position:sticky;top:0}.Navbar-module__cJzEcG__navInner{max-width:var(--container-max);justify-content:space-between;align-items:center;height:72px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logoLink{align-items:center;gap:4px;display:flex}.Navbar-module__cJzEcG__logoIcon{width:44px;height:44px}.Navbar-module__cJzEcG__logoText{font-family:var(--font-display);color:var(--text-dark);text-transform:uppercase;font-size:1.25rem;line-height:1}.Navbar-module__cJzEcG__logoTextTop{font-size:.85rem;display:block}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-dark);transition:color var(--transition-fast);font-size:.9375rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--brand-blue);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--brand-blue)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__navActions{align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__signUpBtn{background:var(--brand-blue);color:var(--brand-white);border-radius:var(--radius-full);border:2px solid var(--brand-blue);cursor:pointer;transition:all var(--transition-normal);padding:10px 24px;font-size:.875rem;font-weight:600}.Navbar-module__cJzEcG__signUpBtn:hover{background:var(--brand-blue-dark);border-color:var(--brand-blue-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Navbar-module__cJzEcG__loginBtn{color:var(--text-dark);border-radius:var(--radius-full);border:2px solid var(--text-dark);cursor:pointer;transition:all var(--transition-normal);background:0 0;padding:10px 24px;font-size:.875rem;font-weight:600}.Navbar-module__cJzEcG__loginBtn:hover{background:var(--text-dark);color:var(--brand-white);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.Navbar-module__cJzEcG__mobileMenuBtn svg{width:28px;height:28px;color:var(--text-dark)}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__navActions{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:flex}}
.Hero-module__ZARIfG__hero{background:var(--brand-white);padding:60px 0 40px;overflow:hidden}.Hero-module__ZARIfG__heroInner{max-width:var(--container-max);align-items:center;gap:40px;margin:0 auto;padding:0 24px;display:flex}.Hero-module__ZARIfG__heroContent{flex:1;min-width:0}.Hero-module__ZARIfG__heroHeadline{font-family:var(--font-display);color:var(--text-dark);text-transform:uppercase;margin-bottom:8px;font-size:4.5rem;line-height:1.1}.Hero-module__ZARIfG__heroHighlight{color:var(--brand-blue);font-size:5rem;display:block}.Hero-module__ZARIfG__heroSubtitle{color:var(--text-muted);max-width:440px;margin-bottom:32px;font-size:1.0625rem;line-height:1.6}.Hero-module__ZARIfG__heroCTAs{flex-wrap:wrap;gap:16px;display:flex}.Hero-module__ZARIfG__heroImage{flex:0 0 480px;position:relative}.Hero-module__ZARIfG__heroImageWrapper{aspect-ratio:1;border-radius:var(--radius-xl);width:100%;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroImg{object-fit:cover;border-radius:var(--radius-xl);width:100%;height:100%}.Hero-module__ZARIfG__heroBlob{background:linear-gradient(135deg,var(--brand-cyan-light),var(--brand-blue));z-index:-1;opacity:.15;border-radius:40% 60% 70% 30%/40% 50% 60%;width:120%;height:120%;animation:8s ease-in-out infinite Hero-module__ZARIfG__blobFloat;position:absolute;top:-20px;right:-20px}@keyframes Hero-module__ZARIfG__blobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(10px,-10px)scale(1.02)}66%{transform:translate(-5px,5px)scale(.98)}}@media (max-width:900px){.Hero-module__ZARIfG__heroInner{text-align:center;flex-direction:column}.Hero-module__ZARIfG__heroHeadline{font-size:3.25rem}.Hero-module__ZARIfG__heroSubtitle{max-width:100%}.Hero-module__ZARIfG__heroCTAs{justify-content:center}.Hero-module__ZARIfG__heroImage{flex:none;width:100%;max-width:400px}}@media (max-width:480px){.Hero-module__ZARIfG__heroHeadline{font-size:2.5rem}.Hero-module__ZARIfG__heroCTAs{flex-direction:column;align-items:stretch}}
.StatsBar-module__e6NbvG__statsBar{background:var(--brand-blue-dark);padding:32px 0}.StatsBar-module__e6NbvG__statsInner{max-width:var(--container-max);text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;margin:0 auto;padding:0 24px;display:grid}.StatsBar-module__e6NbvG__statItem{color:var(--brand-white)}.StatsBar-module__e6NbvG__statValue{font-family:var(--font-display);text-transform:uppercase;margin-bottom:4px;font-size:2rem;line-height:1.2}.StatsBar-module__e6NbvG__statLabel{text-transform:uppercase;letter-spacing:1.5px;opacity:.8;font-size:.8125rem;font-weight:500}@media (max-width:768px){.StatsBar-module__e6NbvG__statsInner{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:480px){.StatsBar-module__e6NbvG__statsInner{grid-template-columns:1fr 1fr}.StatsBar-module__e6NbvG__statValue{font-size:1.5rem}}
.HowItWorks-module__tSMH5W__section{background:var(--bg-light);padding:80px 0}.HowItWorks-module__tSMH5W__sectionInner{max-width:var(--container-max);text-align:center;margin:0 auto;padding:0 24px}.HowItWorks-module__tSMH5W__label{background:var(--brand-yellow);color:var(--text-dark);font-family:var(--font-display);letter-spacing:2px;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:16px;padding:6px 20px;font-size:.75rem;display:inline-block}.HowItWorks-module__tSMH5W__heading{font-family:var(--font-display);color:var(--text-dark);text-transform:uppercase;margin-bottom:8px;font-size:2rem}.HowItWorks-module__tSMH5W__subtitle{color:var(--text-muted);margin-bottom:48px;font-size:.9375rem}.HowItWorks-module__tSMH5W__cards{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.HowItWorks-module__tSMH5W__card{background:var(--brand-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal);padding:32px 24px}.HowItWorks-module__tSMH5W__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.HowItWorks-module__tSMH5W__iconCircle{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.HowItWorks-module__tSMH5W__iconBlue{color:var(--brand-blue);background:#dbeafe}.HowItWorks-module__tSMH5W__iconYellow{color:#d97706;background:#fef3c7}.HowItWorks-module__tSMH5W__iconGreen{color:var(--brand-green);background:#dcfce7}.HowItWorks-module__tSMH5W__iconCircle svg{width:28px;height:28px}.HowItWorks-module__tSMH5W__cardStep{font-family:var(--font-display);color:var(--brand-blue);margin-bottom:8px;font-size:1.125rem}.HowItWorks-module__tSMH5W__cardDesc{color:var(--text-muted);font-size:.875rem;line-height:1.6}@media (max-width:768px){.HowItWorks-module__tSMH5W__cards{grid-template-columns:1fr;gap:24px;max-width:400px;margin:0 auto}}
.WhyLove-module__pweska__section{background:var(--brand-white);padding:80px 0;overflow:hidden}.WhyLove-module__pweska__sectionInner{max-width:var(--container-max);align-items:center;gap:60px;margin:0 auto;padding:0 24px;display:flex}.WhyLove-module__pweska__imageCol{flex:0 0 420px;position:relative}.WhyLove-module__pweska__featureImg{border-radius:var(--radius-xl);z-index:1;width:100%;height:auto;position:relative}.WhyLove-module__pweska__imageBg{border-radius:var(--radius-xl);z-index:0;background:linear-gradient(135deg,#dbeafe,#bfdbfe);width:100%;height:100%;position:absolute;top:20px;left:-20px}.WhyLove-module__pweska__contentCol{flex:1;min-width:0}.WhyLove-module__pweska__heading{font-family:var(--font-display);color:var(--brand-blue);text-transform:uppercase;margin-bottom:12px;font-size:2.25rem;line-height:1.15}.WhyLove-module__pweska__subtitle{color:var(--text-muted);margin-bottom:36px;font-size:.9375rem;line-height:1.6}.WhyLove-module__pweska__features{flex-direction:column;gap:28px;display:flex}.WhyLove-module__pweska__feature{align-items:flex-start;gap:16px;display:flex}.WhyLove-module__pweska__featureIcon{width:48px;height:48px;color:var(--brand-orange);background:#ffedd5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WhyLove-module__pweska__featureIcon svg{width:22px;height:22px}.WhyLove-module__pweska__featureContent{flex:1}.WhyLove-module__pweska__featureTitle{font-family:var(--font-display);color:var(--text-dark);margin-bottom:4px;font-size:1.0625rem}.WhyLove-module__pweska__featureDesc{color:var(--text-muted);font-size:.875rem;line-height:1.6}@media (max-width:900px){.WhyLove-module__pweska__sectionInner{text-align:center;flex-direction:column}.WhyLove-module__pweska__imageCol{flex:none;width:100%;max-width:340px}.WhyLove-module__pweska__feature{text-align:left}}
.CTABanner-module__jjBxnW__cta{text-align:center;background:linear-gradient(135deg,#1e40af 0%,#1a56db 50%,#2563eb 100%);padding:80px 0;position:relative;overflow:hidden}.CTABanner-module__jjBxnW__cta:before{content:"";background:#ffffff0a;border-radius:50%;width:400px;height:400px;position:absolute;top:-40%;right:-10%}.CTABanner-module__jjBxnW__cta:after{content:"";background:#ffffff08;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-30%;left:-5%}.CTABanner-module__jjBxnW__ctaInner{z-index:1;max-width:640px;margin:0 auto;padding:0 24px;position:relative}.CTABanner-module__jjBxnW__heading{font-family:var(--font-display);color:var(--brand-white);text-transform:uppercase;margin-bottom:16px;font-size:2.25rem;line-height:1.15}.CTABanner-module__jjBxnW__subtitle{color:#ffffffd9;margin-bottom:36px;font-size:1rem;line-height:1.6}.CTABanner-module__jjBxnW__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.CTABanner-module__jjBxnW__btnWhite{background:var(--brand-white);color:var(--brand-blue);font-family:var(--font-body);border:2px solid var(--brand-white);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);justify-content:center;align-items:center;padding:14px 32px;font-size:.9375rem;font-weight:700;display:inline-flex}.CTABanner-module__jjBxnW__btnWhite:hover{color:var(--brand-white);box-shadow:var(--shadow-lg);background:0 0;transform:translateY(-2px)}.CTABanner-module__jjBxnW__btnOutlineWhite{color:var(--brand-white);font-family:var(--font-body);border:2px solid var(--brand-white);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);background:0 0;justify-content:center;align-items:center;padding:14px 32px;font-size:.9375rem;font-weight:700;display:inline-flex}.CTABanner-module__jjBxnW__btnOutlineWhite:hover{background:var(--brand-white);color:var(--brand-blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (max-width:480px){.CTABanner-module__jjBxnW__heading{font-size:1.75rem}.CTABanner-module__jjBxnW__buttons{flex-direction:column;align-items:center}}
.Footer-module__S6Hkya__footer{color:var(--brand-white);background:#0f172a;padding:60px 0 0}.Footer-module__S6Hkya__footerInner{max-width:var(--container-max);margin:0 auto;padding:0 24px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;display:grid}.Footer-module__S6Hkya__footerBrand{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__brandLogo{align-items:center;gap:8px;display:flex}.Footer-module__S6Hkya__brandLogo svg{width:36px;height:36px}.Footer-module__S6Hkya__brandLogoText{font-family:var(--font-display);text-transform:uppercase;font-size:1rem;line-height:1}.Footer-module__S6Hkya__brandTagline{color:#fff9;max-width:260px;font-size:.8125rem;line-height:1.6}.Footer-module__S6Hkya__socialLinks{gap:12px;margin-top:8px;display:flex}.Footer-module__S6Hkya__socialLink{width:36px;height:36px;transition:all var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{transform:translateY(-2px)}.Footer-module__S6Hkya__socialBlue{background:var(--brand-blue)}.Footer-module__S6Hkya__socialRed{background:#ef4444}.Footer-module__S6Hkya__socialLink svg{fill:#fff;width:16px;height:16px}.Footer-module__S6Hkya__footerCol h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.875rem}.Footer-module__S6Hkya__footerCol ul{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__footerCol a{color:#fff9;transition:color var(--transition-fast);font-size:.8125rem}.Footer-module__S6Hkya__footerCol a:hover{color:var(--brand-white)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.Footer-module__S6Hkya__copyright{color:#fff6;font-size:.75rem}.Footer-module__S6Hkya__poweredBy{color:#fff6;align-items:center;gap:4px;font-size:.75rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:480px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;gap:8px}}
