:root{--secondary:#292f3b;--color-background:#fff;--color-surface:#fff;--color-surface-hover:#f9fafb;--color-text-primary:#111827;--color-text-secondary:#374151;--color-text-muted:#6b7280;--color-text-outlined:#9ca3af;--color-text-inverse:#fff;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-outline:#d1d5db;--color-accent:#f3f4f6;--color-accent-light:#f9fafb;--brand-text:#0f172a;--hero-gradient-start:#0f766e;--hero-gradient-end:#14b8a6;--hero-after-background:#fff;--hero-object-white-opacity-80:hsla(0,0%,100%,.8);--hero-object-white-opacity-20:hsla(0,0%,100%,.2);--step-active-shadow:rgba(15,118,110,.3);--sticky-cta-background:rgba(41,47,59,.95);--sticky-cta-border:#1a1f28;--text-white:#fff}.dark{--color-background:#111827;--color-surface:#1f2937;--color-surface-hover:#374151;--color-text-primary:#f9fafb;--color-text-secondary:#e5e7eb;--color-text-muted:#9ca3af;--color-text-outlined:#6b7280;--color-text-inverse:#fff;--color-border:#374151;--color-border-light:#4b5563;--color-outline:#6b7280;--color-accent:#111827;--color-accent-light:#0f172a;--hero-after-background:#111827;--hero-object-white-opacity-80:hsla(0,0%,100%,.1);--hero-object-white-opacity-20:hsla(0,0%,100%,.05);--sticky-cta-background:rgba(17,24,39,.95);--sticky-cta-border:#374151}.brand{color:var(--brand-text)}.accent{background:linear-gradient(90deg,var(--hero-gradient-start),var(--hero-gradient-end));color:var(--text-white)}.hero-feature{min-height:100vh;overflow:hidden;position:relative}.hero-feature svg{opacity:.2;position:absolute}.hero-blob{animation:blobMove 8s ease-in-out infinite alternate}.hero-background{background:radial-gradient(circle at 30% 30%,var(--hero-gradient-start),var(--hero-gradient-end) 70%)}@keyframes blobMove{0%{transform:translate(0) scale(1)}50%{transform:translate(40px,-40px) scale(1.1)}to{transform:translate(-40px,40px) scale(.9)}}@media (min-width:768px){.hero-feature{min-height:max(48vh,606px)!important}}.hero-feature:after{background:var(--hero-after-background);bottom:-1px;clip-path:ellipse(70% 100% at 50% 100%);content:"";height:80px;left:0;position:absolute;width:100%}.hero-object{animation:floatObjects 10s ease-in-out infinite;background:radial-gradient(circle,var(--hero-object-white-opacity-80) 0,var(--hero-object-white-opacity-20) 70%);border-radius:50%;height:40px;opacity:.7;position:absolute;width:40px}.hero-object:first-of-type{animation-delay:0s}.hero-object:nth-of-type(2){animation-delay:2s}.hero-object:nth-of-type(3){animation-delay:4s}.hero-object:nth-of-type(4){animation-delay:1s}.hero-object:nth-of-type(5){animation-delay:3s}.hero-object:nth-of-type(6){animation-delay:5s}.hero-object:nth-of-type(7){animation-delay:1.5s}@keyframes floatObjects{0%{opacity:.6;transform:translate(0) rotate(0deg)}25%{opacity:1;transform:translate(50px,-30px) rotate(45deg)}50%{opacity:.6;transform:translate(100px,20px) rotate(90deg)}75%{opacity:1;transform:translate(50px,50px) rotate(135deg)}to{opacity:.6;transform:translate(0) rotate(180deg)}}.fade-scale{opacity:0}.fade-scale.opacity-100{opacity:1;transition:opacity .8s ease-out}.benefit-card:hover{border-color:var(--primary)}#sticky-cta{backdrop-filter:blur(10px);background:var(--sticky-cta-background);border-top:1px solid var(--sticky-cta-border)}#faq details[open] summary .material-icons-outlined{transform:rotate(180deg)}.soffee-old-price{text-decoration:line-through;text-decoration-color:currentColor;text-decoration-thickness:.08em}