:root{--bg:#f7f6f3;--panel:#fff;--line:#d4ddd6;--text:#2a2a2a;--muted:#64706b;--brand:#1f3a5f;--brand-2:#162c49;--accent:#2e7d6b;--radius:6px;--shadow:0 14px 34px rgba(31,58,95,.08);--cream-2:#eef2ec;--ink-soft:#39453f;--gold:#1f3a5f;--gold-soft:#dbe5f0;--sage:#8faf9b;--sage-soft:rgba(143,175,155,.18)}[data-theme=dark]{--bg:#0b1220;--panel:#111827;--line:#334155;--text:#e5eefb;--muted:#93a4bc;--brand:#7aa2e3;--brand-2:#5d89d1;--accent:#65b6a5;--cream-2:#0f172a;--ink-soft:#cbd7ea;--gold:#7aa2e3;--gold-soft:#1e293b;--sage:#5c7a6d;--sage-soft:rgba(92,122,109,.2);--shadow:0 14px 34px rgba(0,0,0,.45)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Manrope,sans-serif;color:var(--text);background:var(--bg)}body{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{flex:1}#main-content{padding-top:0}.container{width:min(1180px,92vw);margin-inline:auto}.section-pad{padding:60px 0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:8px;top:8px;background:#fff;z-index:200;padding:6px 10px;border-radius:8px}.issue-strip{background:linear-gradient(90deg,#1f3a5f,#31557e);display:flex;align-items:center;overflow:hidden;padding:.45rem 0;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(45,20%,96%,.88)}.issue-strip .brand-nutrivet,.issue-strip .brand-poshtik,.issue-strip strong{color:#fff}.issue-strip__marquee{display:flex;width:100%;overflow:hidden}.issue-strip__track{display:flex;align-items:center;gap:3rem;min-width:-moz-max-content;min-width:max-content;padding-left:2rem;animation:issue-strip-scroll 26s linear infinite;will-change:transform}.issue-strip__unit{display:inline-flex;align-items:center;gap:2rem;white-space:nowrap}.issue-sep{color:rgba(170,195,227,.78);opacity:1}@keyframes issue-strip-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.site-header{position:sticky;top:0;z-index:120;background:var(--bg);border-bottom:1px solid var(--line)}.nav-wrap{gap:18px;min-height:68px;padding:0 3.5rem}.brand,.nav-wrap{display:flex;align-items:center}.brand{gap:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.brand-wordmark{display:inline-flex;align-items:center;gap:.1em}.brand-wordmark-inline{white-space:nowrap}.brand-copy{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.08rem;line-height:1}.brand-main{display:inline-flex;align-items:baseline;gap:.12em}.brand-logo{width:34px;height:34px;flex:0 0 34px;display:block;margin-right:.28rem;margin-top:.03rem}.brand-nutrivet,.brand-poshtik{color:#111827}.brand-subline{font-family:Manrope,Inter,Segoe UI,sans-serif;font-size:.5rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:rgba(17,24,39,.76)}.brand-mark,.brand-text{display:none}.nav-panel{margin-left:auto;gap:16px}.nav-links,.nav-panel{display:flex;align-items:center}.nav-links{gap:2rem}.nav-links a{font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--brand)}.nav-links a.is-active{color:var(--brand);font-weight:800}.nav-links a.is-active:after{content:"";display:block;width:100%;height:2px;margin-top:6px;border-radius:999px;background:currentColor}.nav-actions{display:flex;align-items:center;gap:8px;margin-left:8px}.nav-phone{display:inline-flex;align-items:center;gap:.38rem;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.055em;line-height:1;text-transform:uppercase;white-space:nowrap;transition:color .2s ease}.nav-phone:hover{color:var(--brand)}.nav-phone svg{width:.78rem;height:.78rem;flex:0 0 0.78rem;opacity:.86;transform:translateY(-.01em)}.nav-phone span{line-height:1}.brochure-btn,.btn,.login-btn{border:1px solid transparent;border-radius:4px;padding:.42rem .9rem;font-weight:700;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.brochure-btn{background:var(--brand);color:#fff;border-color:var(--brand)}.brochure-btn:hover{background:var(--brand-2);border-color:var(--brand-2);color:#fff}.login-btn{background:transparent;color:var(--muted);border-color:var(--line)}.login-btn:hover{color:var(--brand);border-color:var(--brand);background:#fff}.login-dropdown{position:relative;display:inline-flex;align-items:center;max-width:100%;padding-bottom:8px;margin-bottom:-8px}.login-btn-link{text-decoration:none}.account-trigger{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:0}.account-trigger:after{content:"▾";display:inline-block;margin-left:8px;font-size:.72rem;line-height:1;transition:transform .2s ease}.mobile-account-links,.mobile-account-menu{display:none}.mobile-account-links[hidden]{display:none!important}.mobile-logout-form{display:none}.dropdown-menu{position:absolute;left:auto;right:0;top:calc(100% + 2px);width:-moz-max-content;width:max-content;min-width:190px;max-width:min(280px,calc(100vw - 24px));background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow);padding:8px;display:none;z-index:220}.dropdown-menu form{margin:0}.dropdown-menu a,.dropdown-menu button{display:block;width:100%;padding:8px 10px;border-radius:4px;font-size:13px;font-weight:600;color:var(--ink-soft);text-align:left;background:transparent;border:0;font-family:inherit;cursor:pointer}.dropdown-menu a:hover,.dropdown-menu button:hover{background:var(--gold-soft)}.login-dropdown.open .dropdown-menu,.login-dropdown:focus-within .dropdown-menu,.login-dropdown:hover .dropdown-menu{display:block}.login-dropdown.open .account-trigger:after,.login-dropdown:focus-within .account-trigger:after,.login-dropdown:hover .account-trigger:after{transform:rotate(180deg)}[data-theme=dark] .account-trigger{color:#dbe7fb}[data-theme=dark] .account-trigger,[data-theme=dark] .dropdown-menu{background:#0f172a;border-color:#334155}[data-theme=dark] .dropdown-menu a,[data-theme=dark] .dropdown-menu button{color:#dbe7fb}[data-theme=dark] .dropdown-menu a:hover,[data-theme=dark] .dropdown-menu button:hover{background:#1e293b;color:#fff}.nav-toggle{display:none;border:1px solid var(--line);background:var(--bg);width:40px;height:40px;border-radius:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none}.nav-toggle span{display:block;width:18px;height:2px;background:var(--text);margin:4px auto}[data-theme=dark] .nav-toggle{background:#0b1220!important;border-color:#334155!important}[data-theme=dark] .nav-toggle span{background:#dbe7fb}.flash-wrap{margin-top:14px}.flash{border:1px solid rgba(46,125,107,.26);background:rgba(143,175,155,.14);color:var(--ink-soft);border-radius:10px;padding:10px 12px;font-weight:600}.hero,.hero-carousel{position:relative}.hero-carousel{overflow:hidden}.hero-slide{min-height:78vh;background-size:cover;background-position:50%;display:none}.hero-slide.active{display:block}.hero-content{padding:32px 0 72px;color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;margin:0 0 10px}.hero h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,4.2vw,3.6rem);line-height:1.1;margin:0 0 14px;max-width:760px}.hero p{margin:0;max-width:650px;color:#e2edf4;font-size:1.05rem}.hero-cta{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}.btn,.final-cta .hero-cta{justify-content:center}.btn{display:inline-flex;align-items:center}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand);border-radius:4px}.btn-primary:hover{background:var(--brand-2)}.btn-secondary{background:#fff;color:var(--brand);border-color:var(--line);border-radius:4px}.btn-ghost{background:hsla(0,0%,100%,.12);color:#fff;border-color:hsla(0,0%,100%,.33)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid hsla(0,0%,100%,.42);background:hsla(0,0%,100%,.18);color:#fff;font-size:24px;cursor:pointer}.carousel-arrow.prev{left:16px}.carousel-arrow.next{right:16px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.carousel-dots button{width:9px;height:9px;border-radius:999px;border:none;background:hsla(0,0%,100%,.45)}.carousel-dots button.active{background:#fff}h1,h2,h3{font-family:Cormorant Garamond,Georgia,serif}.section-head{margin-bottom:18px}.page-hero h1,.section-head h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.6rem,3vw,2.3rem);margin:0}.row-between{display:flex;justify-content:space-between;align-items:center;gap:12px}.text-link{color:var(--brand);font-weight:700;font-size:14px}.card-grid{display:grid;gap:14px}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.quote-card,.service-card,.service-detail,.story-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.feature-card h3,.quote-card h3,.service-card h3,.service-detail h2,.story-card h2{margin:0 0 8px}.feature-card p,.quote-card p,.service-card p,.service-detail p,.story-card p{margin:0;color:var(--muted);line-height:1.55}.service-card a{display:inline-block;margin-top:10px;color:var(--brand);font-weight:700}.trust-premium .section-head{margin-bottom:16px}.feature-premium{background:linear-gradient(180deg,#fff 0,var(--cream-2) 100%);border-color:var(--line)}.services-overview-premium{background:linear-gradient(180deg,var(--cream-2) 0,rgba(238,242,236,0) 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.services-overview-grid{gap:16px}.service-overview-card{position:relative;border-color:var(--line);background:#fff;overflow:hidden}.service-overview-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand),var(--gold))}.service-chip{margin:0 0 10px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:24px;border-radius:999px;background:var(--gold-soft);color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.08em}.quote-premium{border-color:var(--line);background:linear-gradient(180deg,#fff,var(--cream-2))}.quote-premium p{font-size:15px;line-height:1.65}.outcomes-premium .section-head{margin-bottom:16px}.funnel{background:linear-gradient(180deg,var(--cream-2),var(--bg));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps{margin:0;padding:0;list-style:none;grid-template-columns:repeat(2,minmax(0,1fr))}.steps,.steps li{display:grid;gap:12px}.steps li{background:#fff;border:1px solid var(--line);border-radius:6px;padding:14px;grid-template-columns:36px 1fr;align-items:start}.steps span{width:36px;height:36px;border-radius:999px;background:var(--gold-soft);color:var(--brand);font-weight:800;display:grid;place-items:center}.steps h3{margin:0 0 6px;font-size:1rem}.steps p{margin:0;color:var(--muted)}.page-hero{padding-top:22px;padding-bottom:18px;background:var(--cream-2);border-bottom:1px solid var(--line)}.page-hero-inner{width:min(1180px,92vw);margin-inline:auto}.page-hero p{color:var(--muted);max-width:760px}.eyebrow-dark{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--brand)}.services-hero{background:var(--cream-2);border-bottom:1px solid var(--line);padding-top:22px;padding-bottom:22px}.services-collection,.services-hero .container{width:min(1320px,95vw)}.services-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;align-items:stretch}.services-hero-grid h1{margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,3.8vw,3rem);letter-spacing:-.01em;line-height:1.1}.services-hero-grid>div>p{margin:0;max-width:680px;color:var(--muted);font-size:1.02rem;line-height:1.62}.services-highlight{background:linear-gradient(152deg,var(--brand),var(--brand-2) 70%);border:1px solid hsla(0,0%,100%,.14);border-radius:10px;padding:20px;color:hsla(0,0%,100%,.85);box-shadow:0 18px 36px rgba(13,16,10,.18)}.services-highlight h2{margin:0 0 10px;font-size:1.1rem;color:#fff}.services-highlight ul{margin:0;padding-left:20px;display:grid;gap:8px}.services-highlight li{color:#d7ebf9;line-height:1.5}.services-collection{padding-top:34px}.services-grid-premium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-premium{position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 24px rgba(20,16,10,.07);display:flex;flex-direction:column;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.service-premium:hover{transform:translateY(-4px);border-color:rgba(31,58,95,.22);box-shadow:0 18px 36px rgba(20,16,10,.1)}.service-premium:hover .service-media img{transform:scale(1.035)}.service-premium:after{content:"";position:absolute;right:-22px;top:152px;width:80px;height:80px;border-radius:999px;background:radial-gradient(circle,rgba(31,58,95,.1),transparent);transition:transform .18s ease,opacity .18s ease;pointer-events:none}.service-premium:hover:after{transform:scale(1.08);opacity:.85}.service-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:rgba(31,58,95,.08)}.service-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,.02),rgba(16,24,40,.12));pointer-events:none}.service-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .22s ease}.service-body{position:relative;padding:18px;display:flex;flex-direction:column;gap:.12rem}.service-tag{display:inline-flex;align-items:center;margin-right:.48rem;color:var(--accent);font-size:1.3rem;letter-spacing:.02em;font-weight:800;line-height:1}.service-premium h2{margin:0 0 8px;font-size:1.15rem;letter-spacing:-.01em;display:flex;align-items:baseline;flex-wrap:wrap;gap:.02rem}.service-premium p{margin:0;color:var(--muted);line-height:1.58}.timeline-section{padding:78px 0 82px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg)}.service-timeline{margin-top:22px}.timeline-inner{width:min(1480px,92vw);margin:0 auto}.timeline-head{text-align:center;max-width:820px;margin:0 auto 4.25rem}.timeline-h{margin:0 0 1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.7rem,4.6vw,4.7rem);line-height:.98;font-weight:600;letter-spacing:-.02em}.timeline-h em{color:var(--accent);font-style:italic}.timeline-sub{max-width:520px;margin:0 auto;font-size:.98rem;line-height:1.65;color:var(--muted)}.timeline-scroll{overflow-x:auto;padding-bottom:.4rem;scrollbar-gutter:stable both-edges}.timeline-scroll:focus-visible{outline:2px solid var(--brand);outline-offset:8px;border-radius:18px}.timeline-rail{min-width:1180px}.timeline-track{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:center;padding:0 1.1rem;margin-bottom:1.8rem}.timeline-track:before{content:"";position:absolute;left:2.2rem;right:2.2rem;top:50%;height:2px;background:var(--sage);transform:translateY(-50%);opacity:.9}.timeline-dot{position:relative;z-index:1;justify-self:center;width:24px;height:24px;border-radius:50%;border:3px solid var(--accent);background:var(--bg)}.timeline-dot.start{border-color:var(--brand);background:var(--brand)}.timeline-dot.end{border-color:var(--accent);background:var(--accent)}.timeline-steps{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.2rem;margin:0;padding:0;list-style:none;text-align:center}.timeline-step{padding:0 .4rem}.timeline-num{display:block;margin-bottom:.55rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.9rem;font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--brand)}.timeline-name{display:block;margin-bottom:.45rem;font-size:.84rem;font-weight:800}.timeline-desc{display:block;max-width:15ch;margin:0 auto;color:var(--muted);font-size:.78rem;line-height:1.45}.services-timeline-cta{justify-content:center;margin-top:2rem}@media (max-width:1280px){.timeline-rail{min-width:0}.timeline-scroll{overflow:visible;padding-bottom:0}.timeline-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:0;margin-bottom:1.4rem}.timeline-track:before{left:12.5%;right:12.5%}.timeline-track .timeline-dot:nth-child(n+5){display:none}.timeline-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.timeline-step{text-align:left;padding:1.2rem 1rem;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fff,var(--cream-2));box-shadow:0 12px 24px rgba(20,16,10,.05)}.timeline-desc,.timeline-name,.timeline-num{margin-left:0;margin-right:0}.timeline-desc{max-width:none;white-space:nowrap}}.story-card img{width:100%;height:220px;border-radius:8px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin-bottom:12px;background:var(--cream-2)}.about-hero{background:var(--cream-2);border-bottom:1px solid var(--line);padding-top:22px}.about-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:center}.about-hero-grid h1{margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,3.8vw,3rem);line-height:1.1;letter-spacing:-.01em}.about-hero-grid p{margin:0;color:var(--muted);line-height:1.62;font-size:1.03rem}.about-word-note{margin-top:28px;max-width:62ch;padding:20px 20px 18px 22px;border-left:4px solid var(--brand);border-radius:0 14px 14px 0;background:linear-gradient(180deg,rgba(143,175,155,.12),rgba(143,175,155,.04));color:var(--ink-soft);display:grid;row-gap:12px}.about-word-label{display:inline-block;margin-bottom:0;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);line-height:1}.about-origin-lockup{display:inline-flex;align-items:baseline;gap:.06em;flex-wrap:nowrap;margin-top:2px}.about-hindi-word{display:block;font-family:"Noto Serif Devanagari",serif;font-size:clamp(1.7rem,3.1vw,2.6rem);font-weight:700;line-height:1.08;color:var(--brand);margin:0}.about-word-roman{display:block;margin-bottom:1px;margin-left:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.65rem,3vw,2.4rem);font-weight:600;font-style:italic;line-height:1;letter-spacing:.01em;color:var(--ink-soft);position:relative;top:1px}.about-inline-word{font-family:"Noto Serif Devanagari",serif;font-weight:700;color:var(--brand)}.about-word-note strong{color:var(--brand)}.about-hero-image img{width:100%;height:min(480px,54vw);-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid var(--line);box-shadow:0 18px 36px rgba(20,16,10,.12)}.doctor-card{display:grid;grid-template-columns:320px 1fr;gap:18px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;box-shadow:0 10px 28px rgba(20,16,10,.08)}.doctor-photo-wrap img{width:100%;height:100%;min-height:280px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.doctor-content h2{margin:0 0 6px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.6rem,2.6vw,2.2rem)}.doctor-role{margin:0 0 10px;color:var(--brand);font-weight:800;letter-spacing:.02em}.doctor-pillars{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 4px}.doctor-pillars span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--gold-soft);border:1px solid rgba(31,58,95,.14);color:var(--brand);font-size:12px;font-weight:700}.doctor-content p{margin:0;color:var(--muted);line-height:1.6}.doctor-content ul{margin:12px 0 0;padding-left:20px;display:grid;gap:7px}.doctor-content li{color:var(--ink-soft);line-height:1.45}.premium-detail{border-color:var(--line);background:#fff}.premium-detail h3{margin:0 0 8px;font-size:1.1rem}.education-block .premium-detail strong{color:var(--brand)}.about-values .value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.value-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 22px rgba(20,16,10,.07)}.value-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.value-card div{padding:14px}.value-card h3{margin:0 0 6px;font-size:1.05rem}.value-card p{margin:0;color:var(--muted);line-height:1.55}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:6px;padding:14px 16px;margin-bottom:10px}.faq-list summary{font-weight:700;cursor:pointer;color:var(--text)}.faq-list p{margin:10px 0 0;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:block;margin:10px 0 5px;font-weight:700;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:10px 11px;font:inherit;background:#fff;color:var(--text)}.map-placeholder{border:1px dashed var(--line);border-radius:8px;min-height:150px;display:grid;place-items:center;color:var(--muted);margin-top:12px;text-align:center;padding:12px}.map-placeholder a{color:var(--brand);font-weight:700}.cta-inline{margin-top:18px}.final-cta{text-align:center}.final-cta p{color:var(--muted);max-width:680px;margin:10px auto 0}.final-cta-premium{margin-top:8px;margin-bottom:28px;padding:52px 28px;border-radius:10px;border:1px solid var(--line);background:var(--cream-2);box-shadow:0 12px 28px rgba(20,16,10,.08)}.site-footer{border-top:1px solid var(--line);background:var(--cream-2);margin-top:auto}.footer-grid{display:none}.footer-bar{display:flex;align-items:center;gap:1rem;padding:1.2rem 0;font-size:.82rem;color:var(--muted)}.footer-right{margin-left:auto;display:inline-flex;align-items:center;gap:1.25rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--muted);transition:color .2s}.footer-links a:hover{color:var(--brand)}[data-theme=dark] .brand-nutrivet,[data-theme=dark] .brand-poshtik{color:#fff}.public-theme-slot{display:inline-flex;align-items:center;margin-left:.35rem}.footer-theme-slot{margin-left:1.6rem;margin-right:.45rem}[data-theme=dark] .site-header{background:linear-gradient(180deg,#101a2e,#121d33);border-bottom-color:rgba(148,163,184,.12);box-shadow:0 12px 28px rgba(3,8,19,.2);backdrop-filter:blur(14px)}[data-theme=dark] .brand-subline,[data-theme=dark] .nav-links a,[data-theme=dark] .nav-phone{color:rgba(214,226,245,.7)}[data-theme=dark] .nav-links a.is-active,[data-theme=dark] .nav-links a:hover,[data-theme=dark] .nav-phone:hover{color:#f4f8ff}[data-theme=dark] .brochure-btn{background:linear-gradient(180deg,#87aef1,#7097dc);border-color:rgba(182,205,243,.34);color:#f8fbff}[data-theme=dark] .brochure-btn:hover{background:linear-gradient(180deg,#94b8f3,#789fe2);border-color:rgba(196,216,248,.4);color:#fff}[data-theme=dark] .login-btn{color:#dbe7fb;border-color:rgba(168,188,221,.24);background:rgba(17,27,47,.28)}[data-theme=dark] .login-btn:hover{color:#f3f8ff;border-color:rgba(190,209,241,.34);background:rgba(20,31,53,.56)}[data-theme=dark] .doctor-card,[data-theme=dark] .faq-list details,[data-theme=dark] .feature-premium,[data-theme=dark] .final-cta-premium,[data-theme=dark] .premium-detail,[data-theme=dark] .quote-premium,[data-theme=dark] .timeline-step,[data-theme=dark] .value-card{background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(17,24,39,.98));border-color:rgba(148,163,184,.14);box-shadow:0 16px 30px rgba(0,0,0,.22)}[data-theme=dark] .about-hero,[data-theme=dark] .funnel,[data-theme=dark] .page-hero,[data-theme=dark] .services-hero,[data-theme=dark] .services-overview-premium,[data-theme=dark] .site-footer,[data-theme=dark] .timeline-section{background:radial-gradient(circle at top right,rgba(122,162,227,.08),transparent 28%),linear-gradient(180deg,#0b1220,#0f172a);border-color:rgba(148,163,184,.12)}[data-theme=dark] .doctor-content p,[data-theme=dark] .faq-list p,[data-theme=dark] .final-cta p,[data-theme=dark] .page-hero p,[data-theme=dark] .services-hero-grid>div>p,[data-theme=dark] .timeline-sub,[data-theme=dark] .value-card p{color:#b7c6da}[data-theme=dark] .services-highlight{background:radial-gradient(circle at top right,rgba(136,174,241,.12),transparent 32%),linear-gradient(160deg,#233f67,#284977 54%,#2a4c79);border-color:rgba(162,190,235,.2);box-shadow:0 20px 44px rgba(5,10,22,.24)}[data-theme=dark] .timeline-track:before{background:rgba(127,199,176,.45)}[data-theme=dark] .timeline-dot{background:#0b1220}[data-theme=dark] .timeline-step{background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(17,24,39,.98))}[data-theme=dark] .contact-form input,[data-theme=dark] .contact-form select,[data-theme=dark] .contact-form textarea,[data-theme=dark] .map-placeholder,[data-theme=dark] .steps li{background:rgba(15,23,42,.92);border-color:rgba(148,163,184,.14);color:#d8e4f6}[data-theme=dark] .about-hero-grid h1,[data-theme=dark] .doctor-content h2,[data-theme=dark] .doctor-content li,[data-theme=dark] .faq-list summary,[data-theme=dark] .service-premium h2,[data-theme=dark] .timeline-h,[data-theme=dark] .timeline-name,[data-theme=dark] .value-card h3{color:#eef4ff}[data-theme=dark] .about-word-note{background:linear-gradient(180deg,rgba(17,31,56,.78),rgba(13,22,38,.7));border-left-color:#8fb3ec;color:#d1deef}[data-theme=dark] .about-hindi-word,[data-theme=dark] .about-inline-word,[data-theme=dark] .about-word-label,[data-theme=dark] .about-word-note strong,[data-theme=dark] .doctor-role,[data-theme=dark] .education-block .premium-detail strong{color:#8fb3ec}[data-theme=dark] .about-word-roman,[data-theme=dark] .contact-form label,[data-theme=dark] .doctor-content li{color:#d8e4f6}[data-theme=dark] .about-hero-image img,[data-theme=dark] .story-card img{border-color:rgba(148,163,184,.14);box-shadow:0 18px 36px rgba(0,0,0,.24)}[data-theme=dark] .doctor-pillars span,[data-theme=dark] .service-chip,[data-theme=dark] .steps span{background:rgba(143,179,236,.14);border-color:rgba(143,179,236,.18);color:#9ec0f0}[data-theme=dark] .footer-bar,[data-theme=dark] .footer-links a,[data-theme=dark] .footer-right,[data-theme=dark] .site-footer{color:#9fb0c7}[data-theme=dark] .footer-links a:hover{color:#eef4ff}@media (max-width:1024px){.card-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.footer-bar{flex-wrap:wrap}.footer-right{margin-left:auto;display:inline-flex;align-items:center;gap:1.25rem}.footer-theme-slot{margin-left:0}.brand-subline{font-size:.44rem;letter-spacing:.08em}}@media (max-width:860px){.nav-wrap{min-height:64px;padding:0 1rem;position:relative}.nav-toggle{display:block;margin-left:auto}.nav-panel{position:absolute;top:calc(100% + 1px);left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);padding:12px 1rem 14px;display:none;flex-direction:column;align-items:stretch;gap:12px;z-index:320}.nav-panel.open{display:flex}.nav-links{gap:10px}.nav-actions,.nav-links{display:flex;flex-direction:column;align-items:flex-start}.nav-actions{margin-left:0;width:100%;gap:8px}.nav-phone{padding:.2rem 0}.login-dropdown{width:100%;display:block;align-self:stretch;margin-bottom:0;padding-bottom:0}.login-dropdown .login-btn{display:inline-block}.login-dropdown .dropdown-menu{position:static;left:auto;right:auto;top:auto;margin-top:8px;width:100%;min-width:0;max-width:100%}.hero-slide{min-height:72vh}.card-grid.three,.card-grid.two,.contact-grid,.services-grid-premium,.services-hero-grid,.steps{grid-template-columns:1fr}.services-collection,.services-hero .container{width:min(1180px,92vw)}.timeline-section{padding:60px 0 64px}.timeline-head{margin-bottom:2.75rem}.timeline-track{display:none}.timeline-steps{grid-template-columns:1fr}.timeline-step{text-align:left;padding:1rem 1rem 1rem 1.2rem}.timeline-num{margin-bottom:.4rem;font-size:1.6rem}.timeline-name{font-size:.95rem}.timeline-desc{margin:0;max-width:none;font-size:.86rem;white-space:normal}.about-hero-grid,.about-values .value-grid,.doctor-card{grid-template-columns:1fr}}@media (max-width:620px){.card-grid.four,.footer-grid{grid-template-columns:1fr}.footer-bar{flex-wrap:wrap;gap:.6rem}.footer-right{margin-left:auto;display:inline-flex;align-items:center;gap:1.25rem}.footer-theme-slot{margin-left:0}.hero-content{padding-top:18px}.carousel-arrow{display:none}.nav-actions .brochure-btn,.nav-actions .login-btn{width:auto;text-align:left;padding:.4rem .82rem;font-size:.7rem}.login-dropdown{display:none}.mobile-account-menu{display:grid;gap:8px;width:100%}.mobile-account-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:.88rem;font-weight:700;color:var(--ink-soft);background:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.mobile-account-caret{font-size:.9rem;transition:transform .2s ease}.mobile-account-menu.open .mobile-account-caret{transform:rotate(180deg)}.mobile-account-links{width:100%;padding:6px 0 0}.mobile-account-links:not([hidden]){display:grid;gap:8px}.mobile-account-link{display:block;width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:.82rem;font-weight:700;color:var(--ink-soft);background:#fff;text-transform:none;letter-spacing:.01em}.mobile-account-link-button{font:inherit;text-align:left;cursor:pointer}.mobile-account-logout{margin:0}.mobile-account-link:hover,.mobile-account-trigger:hover{color:var(--brand);border-color:var(--brand)}.mobile-logout-form{display:block;margin-top:8px}.mobile-logout-btn{width:100%;justify-content:center}.timeline-head{margin-bottom:2rem}.timeline-h{font-size:clamp(2.1rem,11vw,3rem);line-height:1.02}.timeline-sub{font-size:.92rem}.timeline-step{padding:.95rem .95rem 1rem 1.05rem}}.landing-luxe{--luxe-base:#f6f6f3;--luxe-surface:#fff;--luxe-surface-2:#fbfaf8;--luxe-ink:#111319;--luxe-muted:#5e6470;--luxe-line:#e6e8ee;--luxe-shadow:0 22px 50px rgba(16,20,30,.08);--luxe-accent:#0f766e;--luxe-accent-2:#115e59;--luxe-accent-soft:#d6ede9;background:var(--luxe-base)}.landing-luxe .luxe-hero{position:relative;padding-top:36px;background:radial-gradient(circle at 8% 6%,rgba(15,118,110,.12),rgba(15,118,110,0) 34%),radial-gradient(circle at 86% 12%,rgba(17,24,39,.08),rgba(17,24,39,0) 32%),linear-gradient(180deg,#f8f9f8,#f2f3f5);border-bottom:1px solid var(--luxe-line);overflow:clip}.landing-luxe .luxe-orb{position:absolute;border-radius:999px;pointer-events:none}.landing-luxe .luxe-orb-a{width:320px;height:320px;top:-150px;right:-80px;background:radial-gradient(circle,rgba(15,118,110,.11),rgba(15,118,110,0))}.landing-luxe .luxe-orb-b{width:420px;height:420px;bottom:-220px;left:-150px;background:radial-gradient(circle,rgba(0,0,0,.08),transparent)}.landing-luxe .luxe-header-copy{margin-bottom:18px}.landing-luxe .luxe-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:#2d4f4b}.landing-luxe .luxe-header-copy h2{margin:0;font-family:Cormorant Garamond,"Source Serif 4",serif;font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.15;letter-spacing:.01em;color:#1a1f2b}.landing-luxe .luxe-carousel{position:relative;border-radius:24px;border:1px solid #dde1e9;background:#fff;box-shadow:var(--luxe-shadow);overflow:hidden}.landing-luxe .luxe-slide{display:none;min-height:72vh;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.landing-luxe .luxe-slide.active{display:grid}.landing-luxe .luxe-copy{padding:clamp(28px,4.6vw,66px);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 0 0,rgba(15,118,110,.08),rgba(15,118,110,0) 35%),linear-gradient(165deg,#fff,#f7f9fb 86%)}.landing-luxe .slide-index{margin:0 0 10px;color:#416964;letter-spacing:.16em;font-size:11px;font-weight:700}.landing-luxe .luxe-copy h1{margin:0 0 14px;font-family:Cormorant Garamond,"Source Serif 4",serif;font-weight:600;letter-spacing:.005em;font-size:clamp(2rem,4.9vw,4.3rem);line-height:.95;color:#111319;max-width:14ch}.landing-luxe .luxe-copy>p{margin:0;max-width:530px;color:#4f5764;font-size:clamp(1rem,1.45vw,1.14rem);line-height:1.68}.landing-luxe .luxe-cta-row{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}.landing-luxe .luxe-media{position:relative;min-height:320px;background-size:cover;background-position:50%;filter:saturate(1.12) brightness(1.06)}.landing-luxe .luxe-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,100%,.04),rgba(16,26,43,.26))}.landing-luxe .luxe-carousel .carousel-arrow{top:auto;bottom:16px;transform:none;width:40px;height:40px;border-color:#cad3e0;background:hsla(0,0%,100%,.92);color:#283244}.landing-luxe .luxe-carousel .carousel-arrow.prev{left:16px}.landing-luxe .luxe-carousel .carousel-arrow.next{left:64px;right:auto}.landing-luxe .luxe-carousel .carousel-dots{left:auto;right:18px;transform:none;bottom:30px}.landing-luxe .luxe-carousel .carousel-dots button{width:22px;height:5px;border-radius:99px;background:#cbd4df}.landing-luxe .luxe-carousel .carousel-dots button.active{background:#2a3a4f}.landing-luxe .luxe-final h2,.landing-luxe .luxe-flow h2,.landing-luxe .luxe-headline-row h2,.landing-luxe .luxe-outcomes h2,.landing-luxe .luxe-services-wrap h2{font-family:Cormorant Garamond,"Source Serif 4",serif;font-weight:600;letter-spacing:.01em;font-size:clamp(2rem,3.2vw,3rem);color:#151922}.landing-luxe .luxe-quote-grid,.landing-luxe .luxe-services-grid,.landing-luxe .luxe-trust-grid{gap:16px}.landing-luxe .luxe-card,.landing-luxe .luxe-quote-card,.landing-luxe .luxe-service-card{border-radius:18px;border:1px solid var(--luxe-line);box-shadow:0 14px 34px rgba(12,17,28,.06);background:linear-gradient(170deg,var(--luxe-surface),var(--luxe-surface-2))}.landing-luxe .luxe-card h3,.landing-luxe .luxe-quote-card h3,.landing-luxe .luxe-service-card h3{font-size:1.08rem;color:#1b202b}.landing-luxe .luxe-card p,.landing-luxe .luxe-quote-card p,.landing-luxe .luxe-service-card p{color:var(--luxe-muted)}.landing-luxe .luxe-service-card{position:relative;overflow:hidden}.landing-luxe .luxe-service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0f766e,#115e59)}.landing-luxe .luxe-service-card .service-chip{background:var(--luxe-accent-soft);color:#0d615a}.landing-luxe .luxe-service-card a{color:#0f605a}.landing-luxe .luxe-services-wrap{background:linear-gradient(180deg,#f2f4f7,#f8f8f6);border-top:1px solid #e2e6ec;border-bottom:1px solid #e2e6ec}.landing-luxe .luxe-flow{background:linear-gradient(150deg,#f3f5f9,#eceff4 70%,#f5f6f9);border-top:1px solid #dde3ec;border-bottom:1px solid #dde3ec}.landing-luxe .luxe-flow .section-head h2{color:#151922}.landing-luxe .luxe-steps{grid-template-columns:repeat(7,minmax(220px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.landing-luxe .luxe-steps li{scroll-snap-align:start;min-height:202px;grid-template-columns:1fr;gap:12px;border-radius:16px;border-color:#d6dee9;background:linear-gradient(180deg,#fff,#f8fafc)}.landing-luxe .luxe-steps span{width:38px;height:38px;background:var(--luxe-accent-soft);color:#0e635d;border:1px solid #b9ddd8}.landing-luxe .luxe-steps h3{color:#1a2231}.landing-luxe .luxe-steps p{color:#535d6c}.landing-luxe .luxe-outcomes{padding-top:16px}.landing-luxe .luxe-quote-card{background:linear-gradient(172deg,#fff,#fafbfd)}.landing-luxe .luxe-quote-card p{font-size:1.02rem;line-height:1.72}.landing-luxe .luxe-final{margin-top:10px;margin-bottom:10px;border-radius:22px;border:1px solid #d9dfe9;background:radial-gradient(circle at 12% 15%,rgba(15,118,110,.12),rgba(15,118,110,0) 28%),linear-gradient(160deg,#fff,#f4f7fb 82%);box-shadow:0 20px 45px rgba(16,20,30,.09)}.landing-luxe .luxe-final p{color:#5a6270;max-width:640px}.landing-luxe .btn{border-radius:999px;padding:11px 18px}.landing-luxe .btn-primary{background:var(--luxe-accent);border-color:var(--luxe-accent);color:#fff}.landing-luxe .btn-primary:hover{background:var(--luxe-accent-2)}.landing-luxe .btn-secondary{border-color:#b9c9db;color:#1f2d42;background:#fff}.landing-luxe .btn-ghost{background:#fff;border-color:#c2ccda;color:#233349}.landing-luxe [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.landing-luxe [data-reveal].in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.landing-luxe [data-reveal]{opacity:1;transform:none;transition:none}}@media (max-width:1150px){.landing-luxe .luxe-slide{min-height:66vh;grid-template-columns:1fr}.landing-luxe .luxe-media{height:320px;min-height:auto}}@media (max-width:860px){.landing-luxe .luxe-hero{padding-top:10px}.landing-luxe .luxe-copy h1{max-width:100%}.landing-luxe .luxe-steps{grid-template-columns:repeat(7,minmax(245px,1fr))}.landing-luxe .luxe-carousel .carousel-dots{right:12px}}@media (max-width:620px){.landing-luxe .luxe-header-copy h2{font-size:1.2rem}.landing-luxe .luxe-copy{padding:24px 18px 26px}.landing-luxe .luxe-copy h1{font-size:clamp(1.85rem,9vw,2.6rem);line-height:1.02}.landing-luxe .luxe-copy>p{font-size:.98rem}.landing-luxe .luxe-cta-row .btn{width:100%}.landing-luxe .luxe-media{height:232px}.landing-luxe .luxe-carousel .carousel-dots{bottom:14px}.landing-luxe .luxe-carousel .carousel-arrow{bottom:10px}}.article-layout{line-height:1.7;color:var(--ink-soft)}.article-richtext p{margin:0 0 .55rem;white-space:pre-wrap;line-height:1.5}.article-richtext h2,.article-richtext h3,.article-richtext h4{margin:0 0 .75rem;color:#1a2b3c;letter-spacing:-.01em}.article-richtext ol,.article-richtext ul{margin:0 0 .7rem;padding-left:22px}.article-richtext li{white-space:pre-wrap}.article-richtext blockquote{margin:0 0 1rem;border-left:4px solid var(--brand);padding:14px 18px;background:linear-gradient(180deg,#f6fbff,#f0f7fc);border-radius:0 10px 10px 0}.article-richtext table{width:100%;border-collapse:collapse;margin:0 0 1rem;background:#fff;border:1px solid var(--line)}.article-richtext td,.article-richtext th{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top;white-space:pre-wrap}.article-richtext img{max-width:100%;height:auto;border-radius:10px;border:1px solid var(--line)}.article-layout>*+*{margin-top:1rem}.article-block-heading{margin:0;color:#1a2b3c;letter-spacing:-.01em}.article-block-heading.center{text-align:center}.article-block-paragraph{margin:0;font-size:1.01rem}.article-block-paragraph.lead{font-size:1.16rem;color:#25384d}.article-block-paragraph.muted{color:var(--muted)}.article-block-quote{margin:0;border-left:4px solid var(--brand);padding:14px 18px;background:linear-gradient(180deg,#f6fbff,#f0f7fc);border-radius:0 10px 10px 0}.article-block-quote blockquote{margin:0;font-size:1.05rem;color:#1e3144}.article-block-quote cite{display:block;margin-top:8px;font-size:.9rem;color:var(--muted)}.article-block-image{margin:0}.article-block-image .frame{overflow:hidden;border-radius:10px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.article-block-image.full{width:100%}.article-block-image.wide{width:min(100%,880px);margin-inline:auto}.article-block-image.half{width:min(100%,520px);margin-inline:auto}.article-block-image img{width:100%;max-height:520px;-o-object-fit:cover;object-fit:cover;background:#f8f8f8}.article-block-image img.contain{-o-object-fit:contain;object-fit:contain}.article-block-image figcaption{color:var(--muted);font-size:.9rem;margin-top:7px;text-align:center}.article-block-divider{margin:18px auto;border-top:1px solid var(--line)}.article-block-divider.dots{border:0;text-align:center;color:var(--muted);letter-spacing:.4em;font-weight:700}.article-block-cta{padding:18px;border-radius:12px;border:1px solid #cfe0ee;background:linear-gradient(155deg,#0e4a72,#1769a0);color:#fff}.article-block-cta h3{margin:0 0 8px;font-size:1.45rem;color:#fff}.article-block-cta p{margin:0 0 12px;color:hsla(0,0%,100%,.87)}.article-block-cta a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#0f4d76;border-radius:999px;padding:8px 14px;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.article-block-list{margin:0;padding-left:20px;color:#26384b}.article-block-list li+li{margin-top:7px}.article-block-table-wrap{overflow-x:auto}.article-block-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line)}.article-block-table td,.article-block-table th{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top;white-space:pre-wrap}@media (max-width:720px){.article-block-cta{padding:16px}.article-block-cta h3{font-size:1.2rem}}