:root{--bg-dark:#0B0F1A;--bg-dark-2:#111827;--bg-light:#F7F9FB;--bg-card:#141927;--white:#FFFFFF;--accent:#2EC4B6;--accent-dim:rgba(46,196,182,0.12);--accent-glow:rgba(46,196,182,0.25);--text-dark:#111827;--text-light:#6B7280;--text-muted:#9CA3AF;--border-dark:rgba(255,255,255,0.07);--border-light:rgba(0,0,0,0.08);--radius:14px;--radius-sm:8px;--shadow-card:0 4px 40px rgba(0,0,0,0.22);--shadow-glow:0 0 40px rgba(46,196,182,0.15);--transition:0.3s cubic-bezier(0.4,0,0.2,1)}.container{max-width:1200px;margin:0 auto;padding:0 32px}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#fff0}a.btn-primary{color:#336}a.btn-accent-outline{color:#2ec4b6}a.btn-outline{color:#fff}a.btn-outline:hover{color:#2ec4b6}.section-label{font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;display:flex;align-items:center;gap:10px}.section-label::before{content:'';display:inline-block;width:28px;height:1.5px;background:var(--accent)}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:var(--bg-dark);font-family:'DM Sans',sans-serif;font-weight:600;font-size:14px;letter-spacing:.04em;padding:14px 30px;border-radius:6px;border:none;cursor:pointer;transition:var(--transition);text-transform:uppercase;white-space:nowrap}.btn-primary:hover{background:#25b0a4;transform:translateY(-2px);box-shadow:0 8px 24px rgb(46 196 182 / .35)}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:#fff0;color:var(--white);font-family:'DM Sans',sans-serif;font-weight:500;font-size:14px;letter-spacing:.04em;padding:13px 28px;border-radius:6px;border:1.5px solid rgb(255 255 255 / .25);cursor:pointer;transition:var(--transition);text-transform:uppercase}.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.btn-accent-outline{display:inline-flex;align-items:center;gap:8px;background:#fff0;color:var(--accent);font-family:'DM Sans',sans-serif;font-weight:600;font-size:13px;letter-spacing:.04em;padding:11px 22px;border-radius:6px;border:1.5px solid var(--accent);cursor:pointer;transition:var(--transition);text-transform:uppercase}.btn-accent-outline:hover{background:var(--accent);color:var(--bg-dark)}.dark-section{background:var(--bg-dark)}.darker-section{background:var(--bg-dark-2)}.light-section{background:var(--bg-light);color:var(--text-dark)}.arrow-right{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}#hero{min-height:100vh;display:flex;align-items:center;background:var(--bg-dark);position:relative;overflow:hidden}#hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 70% 50%,rgb(46 196 182 / .08) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 10% 80%,rgb(46 196 182 / .05) 0%,transparent 60%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:calc(100vh - 68px);padding:80px 0}.hero-left{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgb(46 196 182 / .1);border:1px solid rgb(46 196 182 / .25);border-radius:40px;padding:6px 16px 6px 8px;margin-bottom:28px}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero-badge span{font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.12em;color:var(--accent);text-transform:uppercase}.hero-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(40px, 5vw, 64px);font-weight:700;line-height:1.08;color:var(--white);margin-bottom:12px;letter-spacing:-.01em}.hero-headline .accent-word{color:var(--accent);font-style:italic}.hero-subheadline{font-size:17px;color:rgb(255 255 255 / .62);font-weight:300;line-height:1.7;margin-bottom:36px;max-width:480px}.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:48px}.hero-stats{display:flex;align-items:center;gap:32px;padding-top:32px;border-top:1px solid var(--border-dark)}.hero-stat-num{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;color:var(--white);line-height:1}.hero-stat-num span{color:var(--accent)}.hero-stat-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}.hero-right{position:relative}.hero-img-wrap{position:relative;border-radius:20px;overflow:hidden}.hero-img-wrap::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(46 196 182 / .18) 0%,transparent 50%);z-index:1}.hero-img-wrap img{width:100%;height:580px;object-fit:cover;object-position:center top;border-radius:20px;filter:brightness(.9) contrast(1.05)}.hero-float-card{position:absolute;bottom:28px;left:-28px;background:rgb(11 15 26 / .9);backdrop-filter:blur(12px);border:1px solid var(--border-dark);border-radius:var(--radius-sm);padding:16px 20px;z-index:2;min-width:180px}.hero-float-card .card-val{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;color:var(--accent)}.hero-float-card .card-label{font-size:12px;color:var(--text-muted);margin-top:3px}.hero-float-card2{position:absolute;top:32px;right:-20px;background:rgb(46 196 182 / .92);backdrop-filter:blur(12px);border-radius:var(--radius-sm);padding:14px 18px;z-index:2}.hero-float-card2 .card2-num{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:var(--bg-dark)}.hero-float-card2 .card2-label{font-size:11px;color:rgb(11 15 26 / .75);font-weight:500}#trust{background:var(--bg-card);border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);padding:28px 0}.trust-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}.trust-item{display:flex;align-items:center;gap:12px;color:rgb(255 255 255 / .5);font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.trust-icon{width:36px;height:36px;border-radius:50%;background:var(--accent-dim);border:1px solid rgb(46 196 182 / .2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2}.trust-divider{width:1px;height:36px;background:var(--border-dark)}.stars{display:flex;gap:3px}.stars svg{width:14px;height:14px;fill:#FBBF24;stroke:none}#problem{padding:110px 0;background:var(--bg-light);color:var(--text-dark)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.problem-img-wrap{position:relative;border-radius:20px;overflow:hidden}.problem-img-wrap img{width:100%;height:500px;object-fit:cover;border-radius:20px}.problem-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgb(11 15 26 / .6) 100%);border-radius:20px}.section-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(30px, 4vw, 48px);font-weight:700;line-height:1.12;letter-spacing:-.01em;margin-bottom:18px}.section-headline.dark{color:var(--white)}.section-headline.light{color:var(--text-dark)}.section-body{font-size:16px;line-height:1.75;margin-bottom:28px}.section-body.dark{color:rgb(255 255 255 / .62)}.section-body.light{color:var(--text-light)}.pain-points{list-style:none;margin-bottom:36px}.pain-points li{display:flex;align-items:flex-start;gap:14px;font-size:15px;color:var(--text-light);padding:12px 0;border-bottom:1px solid var(--border-light)}.pain-points li:last-child{border-bottom:none}.pain-icon{width:28px;height:28px;flex-shrink:0;background:rgb(239 68 68 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.pain-icon svg{width:12px;height:12px;stroke:#EF4444;fill:none;stroke-width:2.5}#solution{padding:110px 0;background:var(--bg-dark);position:relative;overflow:hidden}#solution::before{content:'';position:absolute;top:-40%;right:-20%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgb(46 196 182 / .06) 0%,transparent 70%);pointer-events:none}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.solution-features{margin-top:32px;display:flex;flex-direction:column;gap:20px}.sol-feature{display:flex;gap:18px;align-items:flex-start}.sol-feature-icon{width:44px;height:44px;background:var(--accent-dim);border:1px solid rgb(46 196 182 / .2);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sol-feature-icon svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.8}.sol-feature-title{font-weight:600;font-size:15px;color:var(--white);margin-bottom:4px}.sol-feature-desc{font-size:14px;color:rgb(255 255 255 / .52);line-height:1.6}.solution-img-wrap{position:relative;border-radius:20px;overflow:hidden}.solution-img-wrap img{width:100%;height:520px;object-fit:cover;border-radius:20px;filter:brightness(.85) contrast(1.08)}.solution-img-badge{position:absolute;bottom:24px;right:24px;background:var(--accent);border-radius:var(--radius-sm);padding:16px 20px;color:var(--bg-dark);font-weight:700;font-size:13px;text-align:center}.solution-img-badge .badge-num{font-family:'Cormorant Garamond',serif;font-size:32px;display:block;line-height:1}#programs{padding:110px 0;background:var(--bg-dark-2)}.section-header{text-align:center;max-width:600px;margin:0 auto 64px}.section-header .section-label{justify-content:center}.section-header .section-label::before{display:none}.section-header .section-label::after{content:'';display:inline-block;width:28px;height:1.5px;background:var(--accent)}.programs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.program-card{background:var(--bg-card);border:1px solid var(--border-dark);border-radius:var(--radius);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}.program-card:hover{border-color:rgb(46 196 182 / .3);transform:translateY(-6px);box-shadow:var(--shadow-card),var(--shadow-glow)}.program-card-img{width:100%;height:200px;object-fit:cover;object-position:center;transition:transform 0.5s ease}.program-card:hover .program-card-img{transform:scale(1.05)}.program-card-img-wrap{overflow:hidden}.program-card-body{padding:24px;flex:1;display:flex;flex-direction:column}.program-card-tag{font-family:'DM Mono',monospace;font-size:10px;color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.program-card-title{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:700;color:var(--white);margin-bottom:10px;line-height:1.2}.program-card-desc{font-size:13px;color:rgb(255 255 255 / .52);line-height:1.65;flex:1;margin-bottom:20px}#benefits{padding:110px 0;background:var(--bg-light);color:var(--text-dark)}.benefits-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.benefit-item{background:var(--white);border-radius:var(--radius);padding:24px 22px;border:1px solid var(--border-light);transition:var(--transition)}.benefit-item:hover{border-color:rgb(46 196 182 / .3);box-shadow:0 6px 28px rgb(46 196 182 / .1);transform:translateY(-3px)}.benefit-icon{width:42px;height:42px;background:rgb(46 196 182 / .1);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.benefit-icon svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.8}.benefit-title{font-weight:600;font-size:14px;color:var(--text-dark);margin-bottom:6px}.benefit-desc{font-size:13px;color:var(--text-light);line-height:1.6}#how-it-works{padding:110px 0;background:var(--bg-dark);position:relative}#how-it-works::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;margin-top:64px}.steps-grid::before{content:'';position:absolute;top:44px;left:16.66%;right:16.66%;height:1px;background:linear-gradient(90deg,var(--accent),rgb(46 196 182 / .3));z-index:0}.step-item{padding:0 32px;text-align:center;position:relative}.step-number{width:88px;height:88px;border-radius:50%;background:var(--bg-card);border:2px solid rgb(46 196 182 / .3);display:flex;align-items:center;justify-content:center;margin:0 auto 28px;position:relative;z-index:1;transition:var(--transition)}.step-item:hover .step-number{border-color:var(--accent);box-shadow:0 0 30px rgb(46 196 182 / .2)}.step-number-inner{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;color:var(--accent)}.step-img{width:100%;height:160px;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:20px;filter:brightness(.8) contrast(1.05)}.step-title{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:var(--white);margin-bottom:10px}.step-desc{font-size:14px;color:rgb(255 255 255 / .52);line-height:1.7}#transformation{padding:110px 0;background:var(--bg-dark-2);overflow:hidden}.transform-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.transform-img-wrap{position:relative;border-radius:20px;overflow:hidden}.transform-img-wrap img{width:100%;height:540px;object-fit:cover;border-radius:20px}.transform-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgb(46 196 182 / .1) 0%,transparent 60%);border-radius:20px}.transform-metrics{display:flex;flex-direction:column;gap:18px;margin:36px 0}.metric-label{display:flex;justify-content:space-between;font-size:13px;color:rgb(255 255 255 / .6);margin-bottom:7px;font-weight:500}.metric-label span:last-child{color:var(--accent);font-weight:600}.metric-track{height:6px;background:rgb(255 255 255 / .08);border-radius:6px;overflow:hidden}.metric-fill{height:100%;background:linear-gradient(90deg,var(--accent),#25d4c7);border-radius:6px;transition:width 1.5s cubic-bezier(.4,0,.2,1)}#authority{padding:110px 0;background:var(--bg-light);color:var(--text-dark)}.authority-grid{display:grid;grid-template-columns:380px 1fr;gap:72px;align-items:center}.doctor-img-wrap{position:relative}.doctor-img{width:100%;height:480px;object-fit:cover;object-position:center top;border-radius:20px}.doctor-img-accent{position:absolute;inset:-8px;border-radius:24px;border:2px solid rgb(46 196 182 / .3);z-index:-1}.doctor-credentials{display:flex;flex-direction:column;gap:10px;margin:24px 0 36px}.credential{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-light)}.credential-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}.doctor-quote{font-family:'Cormorant Garamond',serif;font-size:22px;font-style:italic;color:var(--text-dark);line-height:1.55;border-left:3px solid var(--accent);padding-left:22px;margin:32px 0}.doctor-sig{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;color:var(--text-dark)}.doctor-sig-title{font-size:13px;color:var(--text-light);font-family:'DM Sans',sans-serif;margin-top:3px}#testimonials{padding:110px 0;background:var(--bg-dark)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.testi-card{background:var(--bg-card);border:1px solid var(--border-dark);border-radius:var(--radius);padding:32px 28px;transition:var(--transition)}.testi-card:hover{border-color:rgb(46 196 182 / .25);transform:translateY(-4px);box-shadow:var(--shadow-card)}.testi-stars{display:flex;gap:3px;margin-bottom:18px}.testi-stars svg{width:14px;height:14px;fill:#FBBF24}.testi-quote{font-family:'Cormorant Garamond',serif;font-size:18px;font-style:italic;line-height:1.6;color:rgb(255 255 255 / .82);margin-bottom:24px}.testi-author{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--border-dark)}.testi-avatar{width:42px;height:42px;border-radius:50%;background:var(--accent-dim);border:2px solid rgb(46 196 182 / .3);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:700;color:var(--accent);flex-shrink:0}.testi-name{font-weight:600;font-size:14px;color:var(--white)}.testi-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.testi-result{margin-top:4px;font-size:12px;color:var(--accent);font-weight:600}#faq{padding:110px 0;background:var(--bg-dark-2)}.faq-layout{display:grid;grid-template-columns:360px 1fr;gap:80px;align-items:start}.faq-intro .section-body{max-width:300px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border-dark)}.faq-question{width:100%;background:none;border:none;color:var(--white);text-align:left;padding:22px 0;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color 0.2s}.faq-question:hover{color:var(--accent)}.faq-question.active{color:var(--accent)}.faq-icon{width:24px;height:24px;border-radius:50%;border:1.5px solid rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition)}.faq-question.active .faq-icon{border-color:var(--accent);background:var(--accent-dim);transform:rotate(45deg)}.faq-icon svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.faq-answer{font-size:14px;color:rgb(255 255 255 / .55);line-height:1.75;max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s ease}.faq-answer.open{max-height:200px;padding-bottom:20px}#final-cta{padding:0;position:relative;overflow:hidden}.cta-bg{position:relative;background:var(--bg-dark)}.cta-bg::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(11 15 26 / .92) 0%,rgb(46 196 182 / .12) 50%,rgb(11 15 26 / .95) 100%);z-index:1}.cta-bg-img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.35}.cta-content{position:relative;z-index:2;text-align:center;padding:120px 32px;max-width:700px;margin:0 auto}.cta-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(36px, 5vw, 60px);font-weight:700;line-height:1.1;color:var(--white);margin-bottom:18px}.cta-headline .accent-word{color:var(--accent);font-style:italic}.cta-subtext{font-size:17px;color:rgb(255 255 255 / .6);max-width:500px;margin:0 auto 40px;line-height:1.7}.cta-actions{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.cta-disclaimer{margin-top:20px;font-size:12px;color:rgb(255 255 255 / .3)}@media (max-width:1024px){.programs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.hero-grid,.problem-grid,.solution-grid,.transform-grid,.authority-grid,.faq-layout,.benefits-layout{grid-template-columns:1fr;gap:40px}.hero-right{order:-1}.hero-img-wrap img{height:360px}.hero-float-card{left:12px;bottom:16px}.hero-float-card2{right:12px;top:16px}.steps-grid{grid-template-columns:1fr;gap:40px}.steps-grid::before{display:none}.testimonials-grid{grid-template-columns:1fr}.authority-grid{grid-template-columns:1fr}.doctor-img-wrap{max-width:300px;margin:0 auto}.transform-grid{grid-template-columns:1fr}}@media (max-width:560px){.container{padding:0 18px}.programs-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr}.trust-divider{display:none}.trust-inner{justify-content:center}}.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.7s ease,transform 0.7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:0.1s}.reveal-delay-2{transition-delay:0.2s}.reveal-delay-3{transition-delay:0.3s}.reveal-delay-4{transition-delay:0.4s}