.Header-module__hBw1pG__header{z-index:1000;transition:all var(--transition-base);background:0 0;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(16px);background:#0a0a0aeb;padding:.6rem 0;box-shadow:0 2px 20px #00000080}.Header-module__hBw1pG__inner{justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:var(--space-sm);color:var(--color-white);flex-shrink:0;text-decoration:none;display:flex}.Header-module__hBw1pG__logoText{font-family:var(--font-heading);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__logoAccent{color:var(--color-primary)}.Header-module__hBw1pG__nav{align-items:center;gap:var(--space-lg);display:flex}.Header-module__hBw1pG__navLink{font-family:var(--font-body);color:var(--color-text-muted);cursor:pointer;transition:color var(--transition-fast);padding:var(--space-xs)0;background:0 0;border:none;font-size:.9rem;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-2px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--color-white)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__ctaBtn{flex-shrink:0}.Header-module__hBw1pG__hamburger{cursor:pointer;padding:var(--space-xs);z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Header-module__hBw1pG__hamburger span{background:var(--color-white);width:24px;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__hBw1pG__mobileMenu{gap:var(--space-md);padding:var(--space-xl)var(--space-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--color-border);background:#0a0a0afa;flex-direction:column;animation:.2s Header-module__hBw1pG__fadeIn;display:none}.Header-module__hBw1pG__mobileLink{font-family:var(--font-heading);color:var(--color-text);cursor:pointer;padding:var(--space-sm)0;text-align:left;transition:color var(--transition-fast);background:0 0;border:none;font-size:1.1rem}.Header-module__hBw1pG__mobileLink:hover{color:var(--color-primary)}.Header-module__hBw1pG__mobileCta{margin-top:var(--space-sm);width:100%}@media (max-width:768px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__ctaBtn{display:none}.Header-module__hBw1pG__logoText{font-size:1.25rem}.Header-module__hBw1pG__hamburger,.Header-module__hBw1pG__mobileMenu{display:flex}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:calc(var(--header-height) + var(--space-3xl))0 var(--space-3xl);background:var(--color-bg-dark);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";z-index:0;filter:blur(60px);background:linear-gradient(#f5c51873 0%,#f5c51859 20%,#38bdf859 45%,#3b82f666 55%,#ef824459 80%,#ef444480 100%);animation:10s ease-in-out infinite alternate Hero-module__ZARIfG__thermalShift;position:absolute;inset:-20%}.Hero-module__ZARIfG__hero:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(80% 60%,#0000 0%,#0a0a0a66 100%);position:absolute;inset:0}@keyframes Hero-module__ZARIfG__thermalShift{0%{filter:hue-rotate()brightness();transform:scale(1)translate(0)}33%{filter:hue-rotate(-8deg)brightness(1.1);transform:scale(1.08)translate(-2%,2%)}66%{filter:hue-rotate(-15deg)brightness(.95);transform:scale(1.12)translate(2%,-1%)}to{filter:hue-rotate(-25deg)brightness(1.05);transform:scale(1.05)translate(-1%,1%)}}@keyframes Hero-module__ZARIfG__heroFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__content{z-index:1;text-align:center;align-items:center;gap:var(--space-xl);flex-direction:column;display:flex;position:relative}.Hero-module__ZARIfG__badge{align-items:center;gap:var(--space-sm);color:var(--color-primary);border-radius:var(--radius-full);background:#f5c51814;border:1px solid #f5c51826;padding:.4rem 1rem;font-size:.85rem;font-weight:500;animation:.6s both Hero-module__ZARIfG__heroFadeInUp;display:inline-flex}.Hero-module__ZARIfG__headline{opacity:0;max-width:800px;animation:.6s .1s both Hero-module__ZARIfG__heroFadeInUp}.Hero-module__ZARIfG__subheadline{opacity:0;max-width:600px;font-size:1.15rem;line-height:1.7;animation:.6s .2s both Hero-module__ZARIfG__heroFadeInUp}.Hero-module__ZARIfG__ctas{gap:var(--space-md);opacity:0;flex-wrap:wrap;justify-content:center;animation:.6s .3s both Hero-module__ZARIfG__heroFadeInUp;display:flex}.Hero-module__ZARIfG__stats{align-items:center;gap:var(--space-xl);margin-top:var(--space-lg);padding:var(--space-lg)var(--space-2xl);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-border);border-radius:var(--radius-lg);opacity:0;background:#ffffff08;animation:.6s .4s both Hero-module__ZARIfG__heroFadeInUp;display:flex}.Hero-module__ZARIfG__stat{align-items:center;gap:var(--space-xs);flex-direction:column;display:flex}.Hero-module__ZARIfG__statNumber{font-family:var(--font-heading);color:var(--color-primary);font-size:1.75rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.Hero-module__ZARIfG__statDivider{background:var(--color-border);width:1px;height:40px}.Hero-module__ZARIfG__comparison{align-items:center;gap:var(--space-xl);margin-top:var(--space-xl);opacity:0;animation:.6s .5s both Hero-module__ZARIfG__heroFadeInUp;display:flex}.Hero-module__ZARIfG__compCard{align-items:center;gap:var(--space-sm);padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;min-width:160px;display:flex}.Hero-module__ZARIfG__compIcon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Hero-module__ZARIfG__compHot{background:#ef44441a}.Hero-module__ZARIfG__compCool{background:#22c55e1a}.Hero-module__ZARIfG__compTemp{font-family:var(--font-heading);color:#ef4444;font-size:2rem;font-weight:700}.Hero-module__ZARIfG__compTempCool{color:#22c55e}.Hero-module__ZARIfG__compLabel{color:var(--color-text-muted);font-size:.8rem}.Hero-module__ZARIfG__compArrow{animation:3s ease-in-out infinite Hero-module__ZARIfG__float}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding-top:calc(var(--header-height) + var(--space-2xl))}.Hero-module__ZARIfG__stats{gap:var(--space-md);padding:var(--space-md)var(--space-lg);flex-direction:row}.Hero-module__ZARIfG__statNumber{font-size:1.3rem}.Hero-module__ZARIfG__statLabel{font-size:.65rem}.Hero-module__ZARIfG__statDivider{height:32px}.Hero-module__ZARIfG__comparison{gap:var(--space-md);flex-direction:row}.Hero-module__ZARIfG__compCard{padding:var(--space-md);min-width:120px}.Hero-module__ZARIfG__compIcon{width:40px;height:40px}.Hero-module__ZARIfG__compTemp{font-size:1.5rem}.Hero-module__ZARIfG__compLabel{font-size:.7rem}.Hero-module__ZARIfG__ctas{flex-direction:column;width:100%}}
.Problem-module__S0GCFq__problem{position:relative}.Problem-module__S0GCFq__grid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid}.Problem-module__S0GCFq__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2xl)var(--space-xl);text-align:center;transition:all var(--transition-base);position:relative;overflow:hidden}.Problem-module__S0GCFq__card:before{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);background:linear-gradient(90deg,#ef4444,#f97316);position:absolute;top:0;left:0;right:0}.Problem-module__S0GCFq__card:hover{border-color:#ef444433;transform:translateY(-4px);box-shadow:0 8px 32px #ef44441a}.Problem-module__S0GCFq__card:hover:before{opacity:1}.Problem-module__S0GCFq__iconWrap{width:72px;height:72px;margin:0 auto var(--space-lg);background:#ef444414;border-radius:50%;justify-content:center;align-items:center;display:flex}.Problem-module__S0GCFq__cardTitle{margin-bottom:var(--space-md);font-size:1.25rem}.Problem-module__S0GCFq__cardDesc{margin-bottom:var(--space-lg);font-size:.95rem;line-height:1.7}.Problem-module__S0GCFq__cardStat{align-items:center;gap:var(--space-xs);padding-top:var(--space-md);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.Problem-module__S0GCFq__cardStatNum{font-family:var(--font-heading);color:#ef4444;font-size:1.5rem;font-weight:700}.Problem-module__S0GCFq__cardStatLabel{color:var(--color-text-dim);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.Problem-module__S0GCFq__hook{text-align:center;color:var(--color-text);max-width:500px;margin:0 auto;font-size:1.2rem}.Problem-module__S0GCFq__hook strong{color:var(--color-primary)}@media (max-width:768px){.Problem-module__S0GCFq__grid{grid-template-columns:1fr}}
.Guide-module__d3H3ja__guide{position:relative;overflow:hidden}.Guide-module__d3H3ja__layout{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Guide-module__d3H3ja__visual{align-items:center;gap:var(--space-2xl);flex-direction:column;display:flex}.Guide-module__d3H3ja__logoMark{background:#f5c5180a;border:1px solid #f5c5181a;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;animation:5s ease-in-out infinite Guide-module__d3H3ja__float;display:flex}.Guide-module__d3H3ja__badgeGrid{gap:var(--space-md);grid-template-columns:1fr 1fr;width:100%;max-width:360px;display:grid}.Guide-module__d3H3ja__badge{align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:all var(--transition-base);display:flex}.Guide-module__d3H3ja__badge:hover{border-color:var(--color-border-hover);transform:translateY(-2px)}.Guide-module__d3H3ja__badgeIcon{flex-shrink:0;font-size:1.2rem}.Guide-module__d3H3ja__badgeLabel{font-family:var(--font-heading);color:var(--color-text);font-size:.8rem;font-weight:600}.Guide-module__d3H3ja__text{gap:var(--space-lg);flex-direction:column;display:flex}.Guide-module__d3H3ja__text h2{margin-bottom:0}.Guide-module__d3H3ja__empathy{font-size:1.05rem;line-height:1.8}.Guide-module__d3H3ja__authority{font-size:1rem;line-height:1.8}@media (max-width:768px){.Guide-module__d3H3ja__layout{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.Guide-module__d3H3ja__visual{order:-1}.Guide-module__d3H3ja__text{align-items:center}}
.Plan-module__zkG3Ta__plan{position:relative}.Plan-module__zkG3Ta__steps{gap:var(--space-xl);margin-bottom:var(--space-3xl);display:flex;position:relative}.Plan-module__zkG3Ta__connector{background:linear-gradient(90deg,var(--color-primary),var(--color-primary-dark));opacity:.3;height:2px;position:absolute;top:32px;left:calc(16.67% + 12px);right:calc(16.67% + 12px)}.Plan-module__zkG3Ta__step{align-items:center;gap:var(--space-lg);text-align:center;flex-direction:column;flex:1;display:flex}.Plan-module__zkG3Ta__stepNum{width:64px;height:64px;font-family:var(--font-heading);color:var(--color-bg-dark);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;position:relative;box-shadow:0 4px 20px #f5c5184d}.Plan-module__zkG3Ta__stepCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-xl);transition:all var(--transition-base);width:100%}.Plan-module__zkG3Ta__stepCard:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Plan-module__zkG3Ta__stepIcon{border-radius:var(--radius-sm);width:56px;height:56px;margin:0 auto var(--space-md);background:#f5c51814;justify-content:center;align-items:center;display:flex}.Plan-module__zkG3Ta__stepCard h3{margin-bottom:var(--space-sm);font-size:1.15rem}.Plan-module__zkG3Ta__stepCard p{font-size:.9rem;line-height:1.7}.Plan-module__zkG3Ta__ctaWrap{text-align:center}@media (max-width:768px){.Plan-module__zkG3Ta__steps{gap:var(--space-lg);flex-direction:column}.Plan-module__zkG3Ta__connector{display:none}.Plan-module__zkG3Ta__step{text-align:center;gap:var(--space-md);flex-direction:column}.Plan-module__zkG3Ta__stepNum{width:48px;height:48px;font-size:1.1rem}.Plan-module__zkG3Ta__stepCard{text-align:left}.Plan-module__zkG3Ta__stepIcon{margin:0 0 var(--space-sm)0}}
.Products-module__mFS5Ca__products{position:relative}.Products-module__mFS5Ca__grid{gap:var(--space-xl);margin-bottom:var(--space-3xl);grid-template-columns:repeat(3,1fr);display:grid}.Products-module__mFS5Ca__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2xl)var(--space-xl);gap:var(--space-lg);transition:all var(--transition-base);flex-direction:column;display:flex;position:relative}.Products-module__mFS5Ca__card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Products-module__mFS5Ca__popular{background:linear-gradient(180deg,#f5c5180a 0%,var(--color-surface)100%);border-color:#f5c5184d}.Products-module__mFS5Ca__popularBadge{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-bg-dark);border-radius:var(--radius-full);white-space:nowrap;padding:.375rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Products-module__mFS5Ca__illustration{border-radius:var(--radius-sm);background:#f5c51808;justify-content:center;align-items:center;height:200px;display:flex;overflow:hidden}.Products-module__mFS5Ca__productImage{object-fit:contain;width:100%;height:100%;padding:var(--space-sm)}.Products-module__mFS5Ca__cardHeader{text-align:center}.Products-module__mFS5Ca__model{font-family:var(--font-heading);color:var(--color-primary);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#f5c5181a;padding:.2rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.Products-module__mFS5Ca__cardHeader h3{margin-bottom:var(--space-xs);font-size:1.3rem}.Products-module__mFS5Ca__tagline{color:var(--color-text-dim);font-size:.85rem}.Products-module__mFS5Ca__specs{gap:var(--space-sm);padding:var(--space-md)0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-direction:column;display:flex}.Products-module__mFS5Ca__specRow{justify-content:space-between;align-items:center;display:flex}.Products-module__mFS5Ca__specLabel{color:var(--color-text-dim);font-size:.85rem}.Products-module__mFS5Ca__specValue{color:var(--color-text);font-size:.85rem;font-weight:500}.Products-module__mFS5Ca__bestFor{color:var(--color-text-muted);font-size:.9rem}.Products-module__mFS5Ca__bestFor strong{color:var(--color-primary)}.Products-module__mFS5Ca__cardBtn{width:100%;margin-top:auto}.Products-module__mFS5Ca__shared{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2xl)}.Products-module__mFS5Ca__sharedTitle{text-align:center;margin-bottom:var(--space-xl);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:2px;font-size:1rem}.Products-module__mFS5Ca__sharedGrid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.Products-module__mFS5Ca__sharedItem{align-items:center;gap:var(--space-xs);text-align:center;padding:var(--space-md);flex-direction:column;display:flex}.Products-module__mFS5Ca__sharedLabel{color:var(--color-text-dim);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.Products-module__mFS5Ca__sharedValue{font-family:var(--font-heading);color:var(--color-primary);font-size:.9rem;font-weight:600}@media (max-width:960px){.Products-module__mFS5Ca__grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.Products-module__mFS5Ca__sharedGrid{grid-template-columns:repeat(2,1fr)}}
.Benefits-module__iMMc8a__benefits{position:relative}.Benefits-module__iMMc8a__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.Benefits-module__iMMc8a__column{border-radius:var(--radius-md);padding:var(--space-2xl);transition:all var(--transition-base)}.Benefits-module__iMMc8a__success{background:linear-gradient(180deg,#22c55e0f 0%,var(--color-surface)100%);border:1px solid #22c55e26}.Benefits-module__iMMc8a__success:hover{border-color:#22c55e4d;box-shadow:0 8px 32px #22c55e14}.Benefits-module__iMMc8a__failure{background:linear-gradient(180deg,#ef44440f 0%,var(--color-surface)100%);border:1px solid #ef444426}.Benefits-module__iMMc8a__failure:hover{border-color:#ef44444d;box-shadow:0 8px 32px #ef444414}.Benefits-module__iMMc8a__colHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border);display:flex}.Benefits-module__iMMc8a__colIcon{font-size:1.5rem}.Benefits-module__iMMc8a__colHeader h3{font-size:1.3rem}.Benefits-module__iMMc8a__list{gap:var(--space-md);flex-direction:column;list-style:none;display:flex}.Benefits-module__iMMc8a__item{align-items:center;gap:var(--space-md);color:var(--color-text);font-size:.95rem;display:flex}.Benefits-module__iMMc8a__itemIcon{text-align:center;flex-shrink:0;width:28px;font-size:1.1rem}@media (max-width:768px){.Benefits-module__iMMc8a__grid{grid-template-columns:1fr}}
.Testimonials-module__ItA9Ha__testimonials{position:relative}.Testimonials-module__ItA9Ha__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__ItA9Ha__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2xl);gap:var(--space-lg);transition:all var(--transition-base);flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Testimonials-module__ItA9Ha__stars{gap:2px;display:flex}.Testimonials-module__ItA9Ha__quote{color:var(--color-text-muted);flex:1;font-size:.95rem;font-style:italic;line-height:1.8}.Testimonials-module__ItA9Ha__author{align-items:center;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border);display:flex}.Testimonials-module__ItA9Ha__avatar{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));width:44px;height:44px;color:var(--color-bg-dark);font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__name{font-family:var(--font-heading);color:var(--color-white);font-size:.95rem;font-weight:600;display:block}.Testimonials-module__ItA9Ha__location{color:var(--color-text-dim);font-size:.8rem;display:block}@media (max-width:768px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr}}
.FAQ-module__V8_xEa__faq{position:relative}.FAQ-module__V8_xEa__list{gap:var(--space-sm);flex-direction:column;max-width:780px;margin:0 auto;display:flex}.FAQ-module__V8_xEa__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color var(--transition-base);overflow:hidden}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__open{border-color:#f5c51833}.FAQ-module__V8_xEa__question{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;padding:var(--space-lg)var(--space-xl);cursor:pointer;font-family:var(--font-heading);color:var(--color-white);text-align:left;transition:color var(--transition-fast);background:0 0;border:none;font-size:1.05rem;font-weight:600;display:flex}.FAQ-module__V8_xEa__question:hover{color:var(--color-primary)}.FAQ-module__V8_xEa__chevron{color:var(--color-text-muted);transition:transform var(--transition-base);flex-shrink:0}.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__chevron{color:var(--color-primary);transform:rotate(180deg)}.FAQ-module__V8_xEa__answer{max-height:0;transition:max-height var(--transition-base),padding var(--transition-base);overflow:hidden}.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__answer{max-height:300px}.FAQ-module__V8_xEa__answer p{padding:0 var(--space-xl)var(--space-xl);font-size:.95rem;line-height:1.8}
.FinalCTA-module__G4Qm-G__cta{position:relative}.FinalCTA-module__G4Qm-G__layout{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.FinalCTA-module__G4Qm-G__text{gap:var(--space-lg);flex-direction:column;display:flex}.FinalCTA-module__G4Qm-G__desc{font-size:1.05rem;line-height:1.8}.FinalCTA-module__G4Qm-G__promises{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}.FinalCTA-module__G4Qm-G__promise{align-items:center;gap:var(--space-md);color:var(--color-text);font-size:.95rem;display:flex}.FinalCTA-module__G4Qm-G__formWrap{position:relative}.FinalCTA-module__G4Qm-G__form{gap:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2xl);flex-direction:column;display:flex}.FinalCTA-module__G4Qm-G__formTitle{text-align:center;margin-bottom:var(--space-sm);font-size:1.25rem}.FinalCTA-module__G4Qm-G__row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.FinalCTA-module__G4Qm-G__submitBtn{width:100%;margin-top:var(--space-sm)}.FinalCTA-module__G4Qm-G__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.FinalCTA-module__G4Qm-G__errorMsg{text-align:center;color:var(--color-error);font-size:.9rem}.FinalCTA-module__G4Qm-G__privacy{text-align:center;color:var(--color-text-dim);font-size:.8rem}.FinalCTA-module__G4Qm-G__successMsg{align-items:center;gap:var(--space-lg);text-align:center;background:var(--color-surface);border-radius:var(--radius-md);padding:var(--space-3xl)var(--space-2xl);border:1px solid #22c55e33;flex-direction:column;display:flex}.FinalCTA-module__G4Qm-G__successMsg h3{color:#22c55e}.FinalCTA-module__G4Qm-G__successMsg p{max-width:320px}@media (max-width:768px){.FinalCTA-module__G4Qm-G__layout{gap:var(--space-2xl);grid-template-columns:1fr}.FinalCTA-module__G4Qm-G__text{text-align:center;align-items:center}.FinalCTA-module__G4Qm-G__promises{align-items:flex-start}.FinalCTA-module__G4Qm-G__form{padding:var(--space-xl)var(--space-lg)}.FinalCTA-module__G4Qm-G__row{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{background:var(--color-bg-section);border-top:1px solid var(--color-border);padding-top:var(--space-3xl)}.Footer-module__S6Hkya__inner{gap:var(--space-2xl);padding-bottom:var(--space-2xl);grid-template-columns:1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__left{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:var(--space-sm);color:var(--color-white);text-decoration:none;display:flex}.Footer-module__S6Hkya__logoText{font-family:var(--font-heading);font-size:1.2rem;font-weight:700}.Footer-module__S6Hkya__logoAccent{color:var(--color-primary)}.Footer-module__S6Hkya__tagline{max-width:280px;font-size:.9rem}.Footer-module__S6Hkya__contact{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__S6Hkya__contact h4{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.9rem}.Footer-module__S6Hkya__contactLink{align-items:center;gap:var(--space-sm);color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__contactLink:hover{color:var(--color-primary)}.Footer-module__S6Hkya__dealer{gap:var(--space-md);flex-direction:column;align-items:flex-end;display:flex}.Footer-module__S6Hkya__dealerBadge{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);color:var(--color-primary);padding:var(--space-sm)var(--space-md);border-radius:var(--radius-sm);background:#f5c51814;border:1px solid #f5c51833;font-size:.85rem;font-weight:600;display:inline-flex}.Footer-module__S6Hkya__warranty{color:var(--color-text-dim);text-align:right;font-size:.8rem}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--color-border);padding:var(--space-lg)0}.Footer-module__S6Hkya__bottom p{color:var(--color-text-dim);text-align:center;font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__inner{gap:var(--space-xl);text-align:center;grid-template-columns:1fr}.Footer-module__S6Hkya__left{align-items:center}.Footer-module__S6Hkya__tagline{max-width:none}.Footer-module__S6Hkya__contact,.Footer-module__S6Hkya__dealer{align-items:center}.Footer-module__S6Hkya__warranty{text-align:center}}
