.Navbar-module__t4-mqa__navbar{z-index:100;padding:var(--space-5)0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__t4-mqa__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);padding:var(--space-4)0;background:#fdfbf7e6}.Navbar-module__t4-mqa__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__t4-mqa__logo{align-items:center;gap:var(--space-3);text-decoration:none;display:flex}.Navbar-module__t4-mqa__logo img{object-fit:contain;width:auto;height:48px}.Navbar-module__t4-mqa__logoText{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--text-primary);letter-spacing:-.02em;font-weight:400}.Navbar-module__t4-mqa__navLinks{gap:var(--space-10);list-style:none;display:none}@media (min-width:900px){.Navbar-module__t4-mqa__navLinks{display:flex}}.Navbar-module__t4-mqa__navLink{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;transition:color .3s;position:relative}.Navbar-module__t4-mqa__navLink:after{content:"";background:var(--brand-teal);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__t4-mqa__navLink:hover{color:var(--text-primary)}.Navbar-module__t4-mqa__navLink:hover:after{width:100%}.Navbar-module__t4-mqa__navCta{display:none}@media (min-width:900px){.Navbar-module__t4-mqa__navCta{display:block}}.Navbar-module__t4-mqa__ctaBtn{padding:var(--space-3)var(--space-6);background:var(--brand-dark);color:var(--bg-white);font-size:var(--text-sm);border-radius:100px;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.Navbar-module__t4-mqa__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #1c1c1e26}.Navbar-module__t4-mqa__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;display:flex}@media (min-width:900px){.Navbar-module__t4-mqa__mobileToggle{display:none}}.Navbar-module__t4-mqa__bar{background:var(--text-primary);width:22px;height:2px;transition:all .3s;position:relative}.Navbar-module__t4-mqa__bar:before,.Navbar-module__t4-mqa__bar:after{content:"";background:var(--text-primary);width:22px;height:2px;transition:all .3s;position:absolute}.Navbar-module__t4-mqa__bar:before{top:-7px}.Navbar-module__t4-mqa__bar:after{top:7px}.Navbar-module__t4-mqa__bar.Navbar-module__t4-mqa__open{background:0 0}.Navbar-module__t4-mqa__bar.Navbar-module__t4-mqa__open:before{top:0;transform:rotate(45deg)}.Navbar-module__t4-mqa__bar.Navbar-module__t4-mqa__open:after{top:0;transform:rotate(-45deg)}.Navbar-module__t4-mqa__mobileMenu{background:var(--bg-cream);padding:var(--space-8);z-index:99;transition:transform .5s cubic-bezier(.16,1,.3,1);position:fixed;inset:80px 0 0;transform:translate(100%)}.Navbar-module__t4-mqa__mobileOpen{transform:translate(0)}.Navbar-module__t4-mqa__mobileLinks{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.Navbar-module__t4-mqa__mobileLinks a{padding:var(--space-5);font-size:var(--text-xl);color:var(--text-primary);border-radius:12px;font-weight:500;transition:background .2s;display:block}.Navbar-module__t4-mqa__mobileLinks a:hover{background:var(--bg-accent)}.Navbar-module__t4-mqa__mobileCta{margin-top:var(--space-4);text-align:center;background:var(--brand-dark)!important;color:var(--bg-white)!important}
.Hero-module__Aec7jG__hero{background:var(--bg-cream);min-height:100vh;padding:var(--space-32)var(--space-6)var(--space-20);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Aec7jG__heroInner{align-items:center;gap:var(--space-8);flex-direction:column;width:100%;max-width:900px;margin:0 auto;display:flex}.Hero-module__Aec7jG__chatContainer{width:100%;padding:var(--space-8);-webkit-backdrop-filter:blur(24px);background:linear-gradient(135deg,#1a9a8b0f 0%,#ffffff1f 50%,#1a9a8b0a 100%);border:1px solid #1a9a8b26;border-radius:28px;box-shadow:0 12px 48px #1c1c1e0f,inset 0 0 0 1px #fff6,0 0 80px #1a9a8b14}.Hero-module__Aec7jG__promptArea{text-align:center;padding-bottom:var(--space-6)}.Hero-module__Aec7jG__promptLabel{font-size:var(--text-base);color:var(--text-muted);letter-spacing:.01em;font-weight:500}.Hero-module__Aec7jG__inputContainer{margin-bottom:var(--space-4)}.Hero-module__Aec7jG__inputWrapper{align-items:center;gap:var(--space-4);padding:var(--space-4)var(--space-5);background:#fffc;border:1px solid #1a9a8b1f;border-radius:20px;min-height:60px;transition:all .3s;display:flex}.Hero-module__Aec7jG__inputWrapper:hover{border-color:#1a9a8b40;box-shadow:0 6px 24px #1a9a8b14}.Hero-module__Aec7jG__plusIcon{font-size:var(--text-xl);color:var(--text-muted);opacity:.5;font-weight:300}.Hero-module__Aec7jG__inputText{font-size:var(--text-lg);color:var(--text-primary);flex:1;min-height:28px;line-height:1.5}.Hero-module__Aec7jG__cursor{color:var(--brand-teal);margin-left:2px;animation:1s step-end infinite Hero-module__Aec7jG__blink;display:inline-block}@keyframes Hero-module__Aec7jG__blink{0%,50%{opacity:1}51%,to{opacity:0}}.Hero-module__Aec7jG__inputActions{align-items:center;gap:var(--space-2);display:flex}.Hero-module__Aec7jG__micButton,.Hero-module__Aec7jG__sendButton{width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Hero-module__Aec7jG__micButton:hover{color:var(--brand-teal);background:#1a9a8b1a}.Hero-module__Aec7jG__sendButton{background:var(--brand-dark);color:var(--bg-white)}.Hero-module__Aec7jG__sendButton:hover{background:var(--brand-teal);transform:scale(1.05)}.Hero-module__Aec7jG__responseArea{padding:var(--space-4);justify-content:center;display:flex}.Hero-module__Aec7jG__thinkingDots{padding:var(--space-3);gap:6px;display:flex}.Hero-module__Aec7jG__thinkingDots span{background:var(--text-muted);border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both Hero-module__Aec7jG__pulse}.Hero-module__Aec7jG__thinkingDots span:first-child{animation-delay:-.32s}.Hero-module__Aec7jG__thinkingDots span:nth-child(2){animation-delay:-.16s}@keyframes Hero-module__Aec7jG__pulse{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.Hero-module__Aec7jG__errorResponse{width:100%;padding-top:var(--space-4)}.Hero-module__Aec7jG__errorCard{text-align:center;justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-5);background:linear-gradient(135deg,#ef444414,#dc26261f);border:1px solid #ef44444d;border-radius:16px;flex-direction:column;animation:.5s ease-in-out Hero-module__Aec7jG__shake;display:flex}.Hero-module__Aec7jG__errorIcon{font-size:2rem}.Hero-module__Aec7jG__errorText{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__Aec7jG__errorText strong{font-size:var(--text-base);color:#dc2626;letter-spacing:.08em;font-weight:700}.Hero-module__Aec7jG__errorText span{font-size:var(--text-sm);color:#b91c1c}@keyframes Hero-module__Aec7jG__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}.Hero-module__Aec7jG__reveal{text-align:center;max-width:800px}.Hero-module__Aec7jG__callout{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-4);font-weight:500}.Hero-module__Aec7jG__headline{font-family:var(--font-serif);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--space-6);white-space:nowrap;font-size:clamp(2.5rem,7vw,4rem);font-weight:400;line-height:1.1}.Hero-module__Aec7jG__italic{color:var(--brand-teal);font-style:italic}.Hero-module__Aec7jG__subhead{font-family:"DM Sans",var(--font-sans);font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-10);line-height:1.7}.Hero-module__Aec7jG__subhead strong{color:var(--text-primary);font-weight:600}.Hero-module__Aec7jG__ctas{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}.Hero-module__Aec7jG__primaryCta{align-items:center;gap:var(--space-2);padding:var(--space-4)var(--space-8);background:var(--brand-dark);color:var(--bg-white);font-size:var(--text-base);border-radius:100px;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module__Aec7jG__primaryCta:hover{transform:translateY(-3px);box-shadow:0 20px 40px #1c1c1e33}.Hero-module__Aec7jG__primaryCta svg{transition:transform .3s}.Hero-module__Aec7jG__primaryCta:hover svg{transform:translateY(3px)}.Hero-module__Aec7jG__secondaryCta{padding:var(--space-4)var(--space-6);border:1px solid var(--border-medium);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;background:0 0;border-radius:100px;transition:all .3s}.Hero-module__Aec7jG__secondaryCta:hover{border-color:var(--brand-teal);color:var(--brand-teal)}.Hero-module__Aec7jG__scrollIndicator{align-items:center;gap:var(--space-3);color:var(--text-muted);font-size:var(--text-sm);margin-top:var(--space-6);flex-direction:column;animation:2s ease-in-out infinite Hero-module__Aec7jG__bounce;display:flex}@keyframes Hero-module__Aec7jG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.Hero-module__Aec7jG__glitchOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#ef444408 50%,#0000 100%);animation:.3s ease-in-out 3 Hero-module__Aec7jG__glitch;position:absolute;inset:0}@keyframes Hero-module__Aec7jG__glitch{0%{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(2px)}75%{transform:translate(-1px)}to{transform:translate(0)}}@media (max-width:768px){.Hero-module__Aec7jG__hero{padding:var(--space-16)var(--space-4)}.Hero-module__Aec7jG__heroInner{gap:var(--space-6)}.Hero-module__Aec7jG__chatContainer{padding:var(--space-5);border-radius:20px}.Hero-module__Aec7jG__inputWrapper{padding:var(--space-3)var(--space-4);border-radius:16px;min-height:52px}.Hero-module__Aec7jG__inputText{font-size:var(--text-base)}.Hero-module__Aec7jG__headline{white-space:normal;font-size:clamp(1.75rem,8vw,2.5rem)}.Hero-module__Aec7jG__subhead{font-size:var(--text-base)}.Hero-module__Aec7jG__errorCard{padding:var(--space-4)}.Hero-module__Aec7jG__micButton,.Hero-module__Aec7jG__sendButton{width:36px;height:36px}}@media (max-width:480px){.Hero-module__Aec7jG__hero{padding:var(--space-12)var(--space-3)}.Hero-module__Aec7jG__chatContainer{padding:var(--space-4)}.Hero-module__Aec7jG__promptLabel,.Hero-module__Aec7jG__inputText{font-size:var(--text-sm)}.Hero-module__Aec7jG__ctas{flex-direction:column;width:100%}.Hero-module__Aec7jG__primaryCta,.Hero-module__Aec7jG__secondaryCta{justify-content:center;width:100%}}
.PainPoints-module__y7BL6q__painPoints{background:var(--bg-cream);padding:var(--space-16)0;position:relative;overflow:hidden}.PainPoints-module__y7BL6q__container{max-width:1200px;padding:0 var(--space-6);margin:0 auto;position:relative}.PainPoints-module__y7BL6q__bubblesWrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.PainPoints-module__y7BL6q__bubblesContainer{width:100%;height:100%;position:absolute;inset:0}.PainPoints-module__y7BL6q__bubble{max-width:220px;padding:var(--space-3)var(--space-4);background:var(--bg-white);border:1px solid var(--border-light);font-size:var(--text-sm);color:var(--text-secondary);border-radius:14px;line-height:1.5;transition:all .3s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px 16px #0000000d}.PainPoints-module__y7BL6q__bubble:hover{border-color:var(--brand-teal);transform:translate(-50%,-50%)scale(1.03);box-shadow:0 8px 28px #00000014}.PainPoints-module__y7BL6q__empathyCenter{z-index:10;text-align:center;padding:var(--space-10)var(--space-12);background:#fbfaf7f2;border-radius:24px;position:relative}.PainPoints-module__y7BL6q__empathyText{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:var(--space-3);font-size:clamp(2.5rem,6vw,4rem);font-weight:400}.PainPoints-module__y7BL6q__empathySubtext{font-size:var(--text-lg);color:var(--text-secondary)}@media (max-width:768px){.PainPoints-module__y7BL6q__painPoints{padding:var(--space-12)0}.PainPoints-module__y7BL6q__bubblesWrapper{height:400px}.PainPoints-module__y7BL6q__bubble{max-width:140px;padding:var(--space-2)var(--space-3);font-size:var(--text-xs);border-radius:10px}.PainPoints-module__y7BL6q__empathyCenter{padding:var(--space-6)var(--space-8)}.PainPoints-module__y7BL6q__empathyText{font-size:2rem}.PainPoints-module__y7BL6q__empathySubtext{font-size:var(--text-sm)}}
.DreamOutcome-module__jXaJwW__dreamOutcome{background:var(--bg-warm);padding:var(--space-24)0;overflow:hidden}.DreamOutcome-module__jXaJwW__header{text-align:center;margin-bottom:var(--space-16)}.DreamOutcome-module__jXaJwW__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-teal);margin-bottom:var(--space-4);font-weight:500;display:inline-block}.DreamOutcome-module__jXaJwW__header h2{font-family:var(--font-serif);color:var(--text-primary);font-size:clamp(2.5rem,7vw,4rem);font-weight:400}.DreamOutcome-module__jXaJwW__italic{color:var(--brand-teal);font-style:italic}.DreamOutcome-module__jXaJwW__outcomesGrid{gap:var(--space-5);grid-template-columns:1fr;max-width:900px;margin:0 auto;display:grid}@media (min-width:640px){.DreamOutcome-module__jXaJwW__outcomesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.DreamOutcome-module__jXaJwW__outcomesGrid{grid-template-columns:repeat(3,1fr)}}.DreamOutcome-module__jXaJwW__outcomeCard{background:var(--bg-white);border:1px solid var(--border-light);padding:var(--space-6);text-align:center;border-radius:16px;transition:all .4s cubic-bezier(.16,1,.3,1)}.DreamOutcome-module__jXaJwW__outcomeCard:hover{border-color:var(--brand-teal);transform:translateY(-4px);box-shadow:0 20px 40px #1c1c1e0f}.DreamOutcome-module__jXaJwW__outcomeIcon{width:56px;height:56px;margin:0 auto var(--space-4);background:var(--bg-cream);color:var(--brand-teal);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.DreamOutcome-module__jXaJwW__outcomeCard:hover .DreamOutcome-module__jXaJwW__outcomeIcon{background:var(--brand-teal);color:var(--bg-white)}.DreamOutcome-module__jXaJwW__outcomeTitle{font-family:var(--font-serif);font-size:var(--text-base);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:400;line-height:1.3}.DreamOutcome-module__jXaJwW__outcomeDesc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.5}
.Process-module__M8Du1G__process{background:var(--bg-white);padding:var(--space-20)0}.Process-module__M8Du1G__header{text-align:center;margin-bottom:var(--space-16)}.Process-module__M8Du1G__label{padding:var(--space-2)var(--space-4);background:var(--bg-accent);color:var(--text-secondary);font-size:var(--text-xs);letter-spacing:.05em;margin-bottom:var(--space-4);border-radius:6px;font-weight:500;display:inline-block}.Process-module__M8Du1G__header h2{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:var(--space-3);font-size:clamp(2rem,5vw,3rem);font-weight:400}.Process-module__M8Du1G__italic{font-style:italic}.Process-module__M8Du1G__subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:500px;margin:0 auto}.Process-module__M8Du1G__timeline{gap:var(--space-8);max-width:800px;margin:0 auto;display:flex}.Process-module__M8Du1G__timelinePath{background:var(--border-light);border-radius:3px;flex-shrink:0;width:3px;position:relative}.Process-module__M8Du1G__timelineProgress{background:var(--brand-teal);border-radius:3px;width:100%;transition:height .4s;position:absolute;top:0;left:0}.Process-module__M8Du1G__accordionContainer{gap:var(--space-4);flex-direction:column;flex:1;display:flex}.Process-module__M8Du1G__accordionItem{background:var(--bg-cream);border:1px solid var(--border-light);border-radius:16px;transition:all .3s;overflow:hidden}.Process-module__M8Du1G__accordionItem.Process-module__M8Du1G__active{background:var(--bg-white);border-color:var(--brand-teal);box-shadow:0 8px 32px #1a9a8b14}.Process-module__M8Du1G__stepMarker{align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5)var(--space-6);cursor:pointer;text-align:left;background:0 0;border:none;transition:background .2s;display:flex}.Process-module__M8Du1G__stepMarker:hover{background:#1a9a8b08}.Process-module__M8Du1G__markerDot{background:var(--bg-white);border:2px solid var(--border-light);width:40px;height:40px;font-size:var(--text-xs);color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.Process-module__M8Du1G__accordionItem.Process-module__M8Du1G__active .Process-module__M8Du1G__markerDot{background:var(--brand-teal);border-color:var(--brand-teal);color:var(--bg-white)}.Process-module__M8Du1G__markerContent{flex:1}.Process-module__M8Du1G__markerContent h3{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-1);font-weight:500}.Process-module__M8Du1G__markerContent p{font-size:var(--text-sm);color:var(--text-muted)}.Process-module__M8Du1G__markerIcon{color:var(--text-muted);transition:color .3s}.Process-module__M8Du1G__accordionItem.Process-module__M8Du1G__active .Process-module__M8Du1G__markerIcon{color:var(--brand-teal)}.Process-module__M8Du1G__stepExpanded{overflow:hidden}.Process-module__M8Du1G__expandedContent{padding:0 var(--space-6)var(--space-6);padding-left:calc(var(--space-6) + 40px + var(--space-4))}.Process-module__M8Du1G__stepDescription{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-4);line-height:1.7}.Process-module__M8Du1G__stepDetails{gap:var(--space-2);grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;display:grid}.Process-module__M8Du1G__stepDetails li{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);display:flex}.Process-module__M8Du1G__stepDetails svg{color:var(--brand-teal);flex-shrink:0}@media (max-width:768px){.Process-module__M8Du1G__timeline{flex-direction:column}.Process-module__M8Du1G__timelinePath{display:none}.Process-module__M8Du1G__stepDetails{grid-template-columns:1fr}.Process-module__M8Du1G__expandedContent{padding-left:var(--space-6)}.Process-module__M8Du1G__stepMarker{flex-wrap:wrap}.Process-module__M8Du1G__markerIcon{width:100%;margin-bottom:var(--space-2);order:-1}}
.Packages-module__8ZLNOG__packages{background:var(--bg-cream);padding:var(--space-16)0 var(--space-24)}.Packages-module__8ZLNOG__header{text-align:center;margin-bottom:var(--space-16)}.Packages-module__8ZLNOG__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-4);font-weight:500;display:inline-block}.Packages-module__8ZLNOG__header h2{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:var(--space-4);font-size:clamp(2.5rem,6vw,3.5rem);font-weight:400}.Packages-module__8ZLNOG__italic{color:var(--brand-teal);font-style:italic}.Packages-module__8ZLNOG__subtitle{font-size:var(--text-lg);color:var(--text-secondary)}.Packages-module__8ZLNOG__grid{gap:var(--space-6);grid-template-columns:1fr;max-width:1100px;margin:0 auto;display:grid}@media (min-width:900px){.Packages-module__8ZLNOG__grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.Packages-module__8ZLNOG__card{background:var(--bg-white);border:1px solid var(--border-light);padding:var(--space-8);border-radius:24px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Packages-module__8ZLNOG__card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #1c1c1e1a}.Packages-module__8ZLNOG__card.Packages-module__8ZLNOG__popular{border-color:var(--brand-teal);background:var(--bg-white);box-shadow:0 0 0 1px var(--brand-teal),0 0 40px #1a9a8b26,0 0 80px #1a9a8b14}.Packages-module__8ZLNOG__popularBadge{padding:var(--space-2)var(--space-5);background:var(--brand-teal);color:var(--bg-white);font-size:var(--text-xs);letter-spacing:.05em;white-space:nowrap;border-radius:100px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Packages-module__8ZLNOG__cardHeader{margin-bottom:var(--space-6)}.Packages-module__8ZLNOG__packageName{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-1);font-weight:400}.Packages-module__8ZLNOG__tagline{font-size:var(--text-sm);color:var(--text-muted)}.Packages-module__8ZLNOG__priceBlock{align-items:baseline;gap:var(--space-1);margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--border-light);display:flex}.Packages-module__8ZLNOG__price{font-family:var(--font-serif);font-size:var(--text-4xl);color:var(--text-primary);font-weight:400}.Packages-module__8ZLNOG__frequency{font-size:var(--text-sm);color:var(--text-muted)}.Packages-module__8ZLNOG__features{gap:var(--space-3);margin-bottom:var(--space-8);flex-direction:column;flex:1;list-style:none;display:flex}.Packages-module__8ZLNOG__features li{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--text-secondary);display:flex}.Packages-module__8ZLNOG__features svg{color:var(--brand-teal);flex-shrink:0}.Packages-module__8ZLNOG__cardCta{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);background:var(--brand-dark);color:var(--bg-white);font-size:var(--text-sm);border-radius:100px;font-weight:500;transition:all .3s;display:flex}.Packages-module__8ZLNOG__cardCta:hover,.Packages-module__8ZLNOG__card.Packages-module__8ZLNOG__popular .Packages-module__8ZLNOG__cardCta{background:var(--brand-teal)}.Packages-module__8ZLNOG__card.Packages-module__8ZLNOG__popular .Packages-module__8ZLNOG__cardCta:hover{background:var(--brand-dark)}.Packages-module__8ZLNOG__bottomCta{text-align:center;margin-top:var(--space-12)}.Packages-module__8ZLNOG__bottomCta p{font-size:var(--text-base);color:var(--text-secondary)}.Packages-module__8ZLNOG__bottomCta a{color:var(--brand-teal);font-weight:500;transition:color .2s}.Packages-module__8ZLNOG__bottomCta a:hover{color:var(--text-primary)}
.Guarantees-module___f5NYa__guarantees{background:var(--bg-cream);padding:var(--space-16)0}@media (min-width:768px){.Guarantees-module___f5NYa__guarantees{padding:var(--space-20)0}}.Guarantees-module___f5NYa__fullGuarantee{text-align:center;margin-top:var(--space-10)}.Guarantees-module___f5NYa__guaranteeLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--brand-teal);font-weight:500;transition:all .2s;display:inline-flex}.Guarantees-module___f5NYa__guaranteeLink:hover{color:var(--text-primary)}.Guarantees-module___f5NYa__header{text-align:center;margin-bottom:var(--space-16)}.Guarantees-module___f5NYa__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-4);font-weight:500;display:inline-block}.Guarantees-module___f5NYa__header h2{font-family:var(--font-serif);color:var(--text-primary);font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1.1}.Guarantees-module___f5NYa__italic{color:var(--brand-teal);font-style:italic}.Guarantees-module___f5NYa__grid{gap:var(--space-6);grid-template-columns:1fr;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.Guarantees-module___f5NYa__grid{grid-template-columns:repeat(3,1fr)}}.Guarantees-module___f5NYa__card{background:var(--bg-white);border:1px solid var(--border-light);padding:var(--space-8);border-radius:20px;transition:all .5s cubic-bezier(.16,1,.3,1)}.Guarantees-module___f5NYa__card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #1c1c1e0f}.Guarantees-module___f5NYa__number{font-family:var(--font-serif);font-size:var(--text-3xl);color:var(--brand-orange);opacity:.6;margin-bottom:var(--space-4)}.Guarantees-module___f5NYa__card h3{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--text-primary);margin-bottom:var(--space-3);font-weight:400}.Guarantees-module___f5NYa__card p{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}
.FAQ-module__LLtcsW__faq{background:var(--bg-cream);padding:var(--space-20)0}@media (min-width:768px){.FAQ-module__LLtcsW__faq{padding:var(--space-24)0}}.FAQ-module__LLtcsW__header{text-align:center;max-width:800px;margin:0 auto var(--space-12)}.FAQ-module__LLtcsW__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-4);font-weight:500;display:inline-block}.FAQ-module__LLtcsW__header h2{font-family:var(--font-serif);margin-bottom:var(--space-2);white-space:nowrap;font-size:clamp(2rem,5vw,3.5rem)}.FAQ-module__LLtcsW__italic{color:var(--brand-teal);font-style:italic}.FAQ-module__LLtcsW__faqList{gap:var(--space-4);flex-direction:column;max-width:1000px;margin:0 auto;display:flex}.FAQ-module__LLtcsW__faqItem{background:var(--bg-white);border:1px solid var(--border-light);border-radius:20px;transition:all .3s;overflow:hidden}.FAQ-module__LLtcsW__faqItem:hover{border-color:var(--border-medium)}.FAQ-module__LLtcsW__faqItem.FAQ-module__LLtcsW__open{border-color:var(--brand-teal);box-shadow:0 12px 40px #1a9a8b1a}.FAQ-module__LLtcsW__question{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-6)var(--space-8);cursor:pointer;text-align:left;font-family:var(--font-sans);font-size:var(--text-lg);color:var(--text-primary);background:0 0;border:none;font-weight:500;transition:color .2s;display:flex}.FAQ-module__LLtcsW__question:hover{color:var(--brand-teal)}.FAQ-module__LLtcsW__icon{background:var(--bg-accent);width:40px;height:40px;color:var(--text-secondary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.FAQ-module__LLtcsW__faqItem.FAQ-module__LLtcsW__open .FAQ-module__LLtcsW__icon{background:var(--brand-teal);color:var(--bg-white);transform:rotate(180deg)}.FAQ-module__LLtcsW__answerWrapper{overflow:hidden}.FAQ-module__LLtcsW__answer{padding:0 var(--space-8)var(--space-8);padding-left:var(--space-8);padding-right:calc(var(--space-8) + 56px);font-size:var(--text-lg);color:var(--text-secondary);line-height:1.8}@media (max-width:768px){.FAQ-module__LLtcsW__faqList{gap:var(--space-3)}.FAQ-module__LLtcsW__question{padding:var(--space-5)var(--space-6);font-size:var(--text-base)}.FAQ-module__LLtcsW__answer{padding:0 var(--space-6)var(--space-6);padding-right:var(--space-6);font-size:var(--text-base)}.FAQ-module__LLtcsW__icon{width:36px;height:36px}}
.WaitlistForm-module__MPnjrq__waitlist{background:var(--bg-warm);padding:var(--space-24)0}@media (min-width:768px){.WaitlistForm-module__MPnjrq__waitlist{padding:var(--space-32)0}}.WaitlistForm-module__MPnjrq__wrapper{gap:var(--space-12);grid-template-columns:1fr;align-items:center;max-width:1100px;margin:0 auto;display:grid}@media (min-width:900px){.WaitlistForm-module__MPnjrq__wrapper{gap:var(--space-16);grid-template-columns:1fr 1.2fr}}.WaitlistForm-module__MPnjrq__content{text-align:center}@media (min-width:900px){.WaitlistForm-module__MPnjrq__content{text-align:left}}.WaitlistForm-module__MPnjrq__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-4);font-weight:500;display:inline-block}.WaitlistForm-module__MPnjrq__content h2{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:var(--space-6);white-space:nowrap;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.1}.WaitlistForm-module__MPnjrq__italic{color:var(--brand-teal);font-style:italic}.WaitlistForm-module__MPnjrq__desc{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-10);max-width:400px;line-height:1.7}@media (min-width:900px){.WaitlistForm-module__MPnjrq__desc{margin-left:0;margin-right:auto}}.WaitlistForm-module__MPnjrq__trustSignals{gap:var(--space-10);justify-content:center;display:flex}@media (min-width:900px){.WaitlistForm-module__MPnjrq__trustSignals{justify-content:flex-start}}.WaitlistForm-module__MPnjrq__signal{gap:var(--space-1);flex-direction:column;display:flex}.WaitlistForm-module__MPnjrq__signalNumber{font-family:var(--font-serif);font-size:var(--text-3xl);color:var(--brand-teal);font-weight:400}.WaitlistForm-module__MPnjrq__signalLabel{font-size:var(--text-sm);color:var(--text-muted)}.WaitlistForm-module__MPnjrq__formContainer{position:relative}.WaitlistForm-module__MPnjrq__formCard{background:var(--bg-white);border:1px solid var(--border-light);padding:var(--space-8);border-radius:24px;flex-direction:column;min-height:400px;display:flex}.WaitlistForm-module__MPnjrq__progressContainer{align-items:center;gap:var(--space-4);margin-bottom:var(--space-8);display:flex}.WaitlistForm-module__MPnjrq__progressBar{background:var(--bg-accent);border-radius:2px;flex:1;height:4px;overflow:hidden}.WaitlistForm-module__MPnjrq__progressFill{background:var(--brand-teal);border-radius:2px;height:100%;transition:width .4s}.WaitlistForm-module__MPnjrq__progressText{font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap}.WaitlistForm-module__MPnjrq__stepContent{flex-direction:column;flex:1;display:flex}.WaitlistForm-module__MPnjrq__question{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--text-primary);margin-bottom:var(--space-6);text-align:center;font-weight:400}.WaitlistForm-module__MPnjrq__options{gap:var(--space-3);flex:1;grid-template-columns:1fr 1fr;display:grid}.WaitlistForm-module__MPnjrq__option{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-5);background:var(--bg-cream);cursor:pointer;text-align:center;border:2px solid #0000;border-radius:16px;flex-direction:column;transition:all .3s;display:flex}.WaitlistForm-module__MPnjrq__option:hover{border-color:var(--brand-teal);background:var(--bg-white)}.WaitlistForm-module__MPnjrq__option.WaitlistForm-module__MPnjrq__selected{border-color:var(--brand-teal);background:var(--teal-glow)}.WaitlistForm-module__MPnjrq__optionIcon{background:var(--bg-white);width:36px;height:36px;color:var(--brand-teal);border-radius:10px;justify-content:center;align-items:center;display:flex}.WaitlistForm-module__MPnjrq__optionLabel{font-size:var(--text-sm);color:var(--text-primary);font-weight:500}.WaitlistForm-module__MPnjrq__contactForm{gap:var(--space-4);flex-direction:column;display:flex}.WaitlistForm-module__MPnjrq__field input{width:100%;padding:var(--space-4)var(--space-5);background:var(--bg-cream);font-size:var(--text-base);color:var(--text-primary);border:2px solid #0000;border-radius:12px;transition:all .3s}.WaitlistForm-module__MPnjrq__field input::placeholder{color:var(--text-muted)}.WaitlistForm-module__MPnjrq__field input:focus{border-color:var(--brand-teal);background:var(--bg-white);outline:none}.WaitlistForm-module__MPnjrq__submitBtn{width:100%;padding:var(--space-5);background:var(--brand-dark);color:var(--bg-white);font-size:var(--text-base);cursor:pointer;margin-top:var(--space-2);border:none;border-radius:100px;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1)}.WaitlistForm-module__MPnjrq__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 40px #1c1c1e26}.WaitlistForm-module__MPnjrq__submitBtn:disabled{opacity:.8;cursor:not-allowed}.WaitlistForm-module__MPnjrq__loading{justify-content:center;align-items:center;gap:6px;display:flex}.WaitlistForm-module__MPnjrq__dot{background:var(--bg-white);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both WaitlistForm-module__MPnjrq__bounce}.WaitlistForm-module__MPnjrq__dot:first-child{animation-delay:-.32s}.WaitlistForm-module__MPnjrq__dot:nth-child(2){animation-delay:-.16s}@keyframes WaitlistForm-module__MPnjrq__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.WaitlistForm-module__MPnjrq__backBtn{font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;margin-top:var(--space-4);background:0 0;border:none;transition:color .2s}.WaitlistForm-module__MPnjrq__backBtn:hover{color:var(--text-primary)}.WaitlistForm-module__MPnjrq__success{text-align:center;padding:var(--space-16)var(--space-8);background:var(--bg-white);border:1px solid var(--border-light);border-radius:24px}.WaitlistForm-module__MPnjrq__successIcon{color:var(--brand-teal);margin-bottom:var(--space-6)}.WaitlistForm-module__MPnjrq__success h3{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-3);font-weight:400}.WaitlistForm-module__MPnjrq__success p{font-size:var(--text-base);color:var(--text-secondary);max-width:320px;margin:0 auto}@media (max-width:480px){.WaitlistForm-module__MPnjrq__formCard{padding:var(--space-6)}.WaitlistForm-module__MPnjrq__options{grid-template-columns:1fr}.WaitlistForm-module__MPnjrq__option{text-align:left;flex-direction:row;justify-content:flex-start}}.WaitlistForm-module__MPnjrq__secondaryCta{margin-top:var(--space-16);text-align:center}.WaitlistForm-module__MPnjrq__secondaryCard{max-width:500px;padding:var(--space-8);background:var(--bg-white);border:1px dashed var(--border-medium);border-radius:16px;margin:0 auto}.WaitlistForm-module__MPnjrq__secondaryCard h4{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:400}.WaitlistForm-module__MPnjrq__secondaryCard p{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-6)}.WaitlistForm-module__MPnjrq__subscribeForm{gap:var(--space-3);display:flex}@media (max-width:480px){.WaitlistForm-module__MPnjrq__subscribeForm{flex-direction:column}}.WaitlistForm-module__MPnjrq__subscribeInput{padding:var(--space-3)var(--space-5);background:var(--bg-cream);font-size:var(--text-sm);color:var(--text-primary);border:1.5px solid #0000;border-radius:100px;flex:1;transition:all .3s}.WaitlistForm-module__MPnjrq__subscribeInput::placeholder{color:var(--text-muted)}.WaitlistForm-module__MPnjrq__subscribeInput:focus{border-color:var(--brand-teal);background:var(--bg-white);outline:none}.WaitlistForm-module__MPnjrq__subscribeBtn{padding:var(--space-3)var(--space-6);background:var(--brand-teal);color:var(--bg-white);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;font-weight:500;transition:all .3s}.WaitlistForm-module__MPnjrq__subscribeBtn:hover{background:var(--brand-dark)}
.Footer-module__bCoygW__footer{background:var(--bg-white);border-top:1px solid var(--border-light);padding:var(--space-16)0 var(--space-8)}.Footer-module__bCoygW__top{gap:var(--space-12);margin-bottom:var(--space-12);grid-template-columns:1.5fr 1fr 1.5fr;display:grid}@media (max-width:900px){.Footer-module__bCoygW__top{gap:var(--space-10);grid-template-columns:1fr}}.Footer-module__bCoygW__brand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__bCoygW__logoRow{align-items:center;display:flex}.Footer-module__bCoygW__logo{align-items:center;gap:var(--space-3);font-family:var(--font-serif);font-size:var(--text-lg);color:var(--text-primary);font-weight:500;text-decoration:none;display:flex}.Footer-module__bCoygW__logo img{width:36px;height:auto}.Footer-module__bCoygW__tagline{font-size:var(--text-sm);color:var(--text-muted);line-height:1.5}.Footer-module__bCoygW__contact{gap:var(--space-3);margin-top:var(--space-4);flex-direction:column;display:flex}.Footer-module__bCoygW__emailLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);transition:color .2s;display:inline-flex}.Footer-module__bCoygW__emailLink:hover{color:var(--brand-teal)}.Footer-module__bCoygW__social{gap:var(--space-3);display:flex}.Footer-module__bCoygW__socialLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);transition:color .2s;display:inline-flex}.Footer-module__bCoygW__socialLink:hover{color:var(--brand-teal)}.Footer-module__bCoygW__linksColumn h4{font-family:var(--font-sans);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-4);font-weight:600}.Footer-module__bCoygW__linksColumn ul{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Footer-module__bCoygW__linksColumn a{font-size:var(--text-sm);color:var(--text-secondary);transition:color .2s}.Footer-module__bCoygW__linksColumn a:hover{color:var(--brand-teal)}.Footer-module__bCoygW__newsletter{background:var(--bg-cream);padding:var(--space-6);border-radius:16px}.Footer-module__bCoygW__newsletter h4{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:400}.Footer-module__bCoygW__newsletter p{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-4);line-height:1.6}.Footer-module__bCoygW__subscribeForm{gap:var(--space-2);display:flex}.Footer-module__bCoygW__subscribeForm input{padding:var(--space-3)var(--space-4);border:1px solid var(--border-light);font-size:var(--text-sm);background:var(--bg-white);border-radius:8px;flex:1;transition:border-color .2s}.Footer-module__bCoygW__subscribeForm input:focus{border-color:var(--brand-teal);outline:none}.Footer-module__bCoygW__subscribeForm button{padding:var(--space-3)var(--space-5);background:var(--brand-dark);color:var(--bg-white);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;font-weight:500;transition:all .2s}.Footer-module__bCoygW__subscribeForm button:hover{background:var(--brand-teal)}.Footer-module__bCoygW__subscribeSuccess{font-size:var(--text-sm);color:var(--brand-teal);font-weight:500}.Footer-module__bCoygW__bottom{padding-top:var(--space-8);border-top:1px solid var(--border-light);text-align:center}.Footer-module__bCoygW__bottom p{font-size:var(--text-xs);color:var(--text-muted)}
