@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap");:root{--sage:#7a9e7e;--sage-light:#a8c5ac;--sage-dark:#4a7050;--cream:#f8f4ef;--warm-white:#fdfaf7;--charcoal:#2c2c2c;--muted:#6b6b6b;--gold:#c9a96e;--gold-light:#e8d5b0;--deep:#1a2e1c}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--warm-white);color:var(--charcoal);overflow-x:hidden}nav{position:fixed;top:0;width:100%;z-index:1000;background:hsla(30,60%,98%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(39,46%,61%,.2);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:78px}.nav-logo{text-decoration:none}.nav-logo,.nav-logo-img-wrap{display:flex;align-items:center;gap:0}.nav-logo-img-wrap{flex-direction:column}.nav-logo-img-wrap img{height:52px;width:auto;object-fit:contain}.nav-logo-tagline{font-family:Cormorant Garamond,serif;font-size:.62rem;color:var(--deep);letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-top:-2px;white-space:nowrap}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{text-decoration:none;color:var(--charcoal);font-size:.82rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--sage-dark)}.nav-cta{background:var(--sage);color:#fff;border:none;padding:.55rem 1.4rem;border-radius:40px;font-family:DM Sans,sans-serif;font-size:.84rem;font-weight:500;cursor:pointer;transition:all .3s}.nav-cta:hover{background:var(--sage-dark);transform:translateY(-1px)}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--deep)}#hero{min-height:100vh;background:linear-gradient(135deg,var(--deep) 0,#2a4a2e 50%,#3d6b42 100%);display:flex;align-items:center;position:relative;overflow:hidden;padding-top:78px}.hero-bg-circles{position:absolute;inset:0;pointer-events:none}.hero-bg-circles span{position:absolute;border-radius:50%;opacity:.07;background:var(--gold-light);animation:floatCircle 8s ease-in-out infinite}.hero-bg-circles span:first-child{width:400px;height:400px;top:-100px;right:10%;animation-delay:0s}.hero-bg-circles span:nth-child(2){width:250px;height:250px;bottom:10%;left:5%;animation-delay:2s}.hero-bg-circles span:nth-child(3){width:150px;height:150px;top:40%;right:30%;animation-delay:4s}@keyframes floatCircle{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-inner{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-left{animation:fadeUp .7s ease both}.hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:hsla(39,46%,61%,.15);border:1px solid hsla(39,46%,61%,.4);color:var(--gold-light);padding:.4rem 1rem;border-radius:40px;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.hero-badge-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;animation:pulse 2s infinite}.hero-gold-medal{display:inline-flex;align-items:center;gap:6px;background:hsla(39,46%,61%,.12);border:1px solid hsla(39,46%,61%,.35);color:var(--gold-light);padding:.3rem .8rem;border-radius:30px;font-size:.72rem}.hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,4rem);font-weight:300;color:#fff;line-height:1.1;margin-bottom:.5rem}.hero-h1 em{font-style:italic;color:var(--gold-light)}.hero-title-sub{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--sage-light);margin-bottom:1.2rem;font-style:italic}.hero-desc{color:hsla(0,0%,100%,.72);line-height:1.8;font-size:.9rem;margin-bottom:1.8rem;max-width:480px}.hero-rating{display:flex;align-items:center;gap:.8rem;margin-bottom:1.8rem;flex-wrap:wrap}.hero-stars{color:var(--gold);font-size:1rem;letter-spacing:2px}.hero-rating-text{color:hsla(0,0%,100%,.8);font-size:.82rem}.hero-rating-text strong{color:#fff}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--deep);padding:.85rem 2rem;border-radius:50px;border:none;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px hsla(39,46%,61%,.4)}.btn-secondary{background:transparent;color:#fff;padding:.85rem 2rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.3);font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn-secondary:hover{border-color:#fff;background:hsla(0,0%,100%,.08)}.hero-photo-wrap{position:relative;animation:fadeUp .8s ease .3s both}.hero-photo{width:100%;border-radius:24px;aspect-ratio:3/4;object-fit:cover;object-position:top;box-shadow:0 24px 60px rgba(0,0,0,.4);border:2px solid hsla(0,0%,100%,.12)}.hero-nimhans-tag{position:absolute;top:16px;right:16px;background:rgba(26,46,28,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gold-light);border-radius:10px;padding:.5rem .8rem;font-size:.7rem;font-weight:600;border:1px solid hsla(39,46%,61%,.4);letter-spacing:.05em}.hero-stats-bar{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);background:#fff;border-radius:16px;padding:.85rem 1.4rem;display:flex;gap:1.4rem;box-shadow:0 8px 32px rgba(0,0,0,.18);white-space:nowrap}.hstat{text-align:center}.hstat-num{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--deep);display:block;line-height:1}.hstat-label{font-size:.6rem;color:var(--muted);letter-spacing:.03em}section{padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sage-dark);font-weight:600;margin-bottom:.8rem;display:flex;align-items:center;gap:8px}.section-label:before{content:"";display:block;width:24px;height:2px;background:var(--sage-dark)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;color:var(--deep)}.section-title em{font-style:italic;color:var(--sage-dark)}#stats{background:#fff;padding:3rem 2rem;border-bottom:1px solid rgba(0,0,0,.06)}.stats-row{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;text-align:center}.stat-item{padding:1rem}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;color:var(--deep);display:block;line-height:1}.stat-label{font-size:.7rem;color:var(--muted);margin-top:.3rem}#features{background:linear-gradient(135deg,var(--deep) 0,#2a4a2e 100%);padding:3.5rem 2rem}.features-inner{max-width:1200px;margin:0 auto}.features-heading{text-align:center;margin-bottom:2.5rem}.features-heading-label{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--sage-light);font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:.5rem}.features-heading-label:after,.features-heading-label:before{content:"";display:block;width:20px;height:1px;background:var(--sage-light)}.features-heading-title{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:400;color:#fff}.features-heading-title em{font-style:italic;color:var(--gold-light)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.feature-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:1.4rem 1.2rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s}.feature-card:hover{background:hsla(0,0%,100%,.12);border-color:hsla(39,46%,61%,.4);transform:translateY(-3px)}.feature-icon-wrap{width:42px;height:42px;border-radius:12px;background:hsla(39,46%,61%,.15);border:1px solid hsla(39,46%,61%,.3);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.feature-title{font-family:Cormorant Garamond,serif;font-size:.98rem;font-weight:600;color:#fff;line-height:1.3;margin-bottom:.15rem}.feature-sub{font-size:.72rem;color:hsla(0,0%,100%,.5);line-height:1.4}#about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:1fr 1.45fr;grid-gap:4rem;gap:4rem;align-items:start}.about-photo-wrap{position:relative}.about-clinic-scene{width:100%;border-radius:22px;overflow:hidden;aspect-ratio:4/5;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.18)}.about-clinic-scene img{width:100%;height:100%;object-fit:cover;object-position:top}.clinic-overlay{position:absolute;inset:0;pointer-events:none}.clinic-bookshelf{position:absolute;bottom:0;left:0;right:0;height:90px;background:linear-gradient(0deg,rgba(20,14,8,.85) 0,rgba(20,14,8,.4) 60%,transparent);display:flex;align-items:flex-end;padding:0 12px 10px;gap:3px}.book{border-radius:2px 2px 0 0;flex-shrink:0}.clinic-plant-l{left:-10px;font-size:3.2rem;transform:scaleX(-1)}.clinic-plant-l,.clinic-plant-r{position:absolute;bottom:85px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.clinic-plant-r{right:-10px;font-size:2.8rem}.clinic-ribbon{position:absolute;top:14px;left:14px;background:rgba(26,46,28,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gold-light);border-radius:10px;padding:.6rem .9rem;font-size:.7rem;font-weight:600;border:1px solid hsla(39,46%,61%,.4);line-height:1.4}.about-photo-tags{display:flex;flex-direction:column;gap:.5rem;margin-top:.8rem}.about-gold-tag{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,var(--gold),#e4c47a);color:var(--deep);border-radius:50px;padding:.5rem 1.2rem;font-size:.78rem;font-weight:700;box-shadow:0 4px 16px hsla(39,46%,61%,.35)}.about-nimhans-sub{font-size:1rem;color:var(--sage-dark);text-align:center;padding:.3rem 0}.about-nimhans-sub,.hero-quote{font-family:Cormorant Garamond,serif;font-style:italic}.hero-quote{background:#fff;border-left:4px solid var(--sage);border-radius:0 14px 14px 0;padding:1.2rem 1.4rem;margin:1.2rem 0 1.5rem;font-size:1.05rem;color:var(--deep);line-height:1.6}.about-desc{color:var(--muted);line-height:1.9;font-size:.92rem;margin-bottom:1rem}.about-highlights{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.8rem}.about-highlight{display:flex;align-items:flex-start;gap:12px;padding:.9rem;background:#fff;border-radius:12px;border-left:3px solid var(--sage)}.about-highlight-icon{font-size:1.2rem;flex-shrink:0}.about-highlight-text{font-size:.83rem;color:var(--charcoal);line-height:1.5}.about-highlight-text strong{display:block;color:var(--deep);margin-bottom:1px}.media-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.media-badge{display:inline-flex;align-items:center;gap:5px;background:hsla(39,46%,61%,.1);border:1px solid hsla(39,46%,61%,.3);color:#8a6d3a;border-radius:30px;padding:.3rem .9rem;font-size:.72rem;font-weight:600}#quals{background:var(--deep);padding:4rem 2rem}.quals-inner{max-width:1100px;margin:0 auto}.quals-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}.qual-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:18px;padding:1.6rem;transition:all .3s}.qual-card:hover{background:hsla(0,0%,100%,.1);transform:translateY(-4px)}.qual-icon{font-size:1.8rem;margin-bottom:.8rem}.qual-title{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:#fff;margin-bottom:.3rem}.qual-sub{font-size:.75rem;color:hsla(0,0%,100%,.55);line-height:1.5}.qual-tag{display:inline-block;background:hsla(39,46%,61%,.2);color:var(--gold-light);border-radius:20px;padding:.2rem .7rem;font-size:.65rem;font-weight:600;margin-top:.5rem;letter-spacing:.04em}#specialisations{background:var(--cream)}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.spec-card{background:#fff;border-radius:20px;padding:1.8rem;border:1px solid rgba(122,158,126,.15);transition:all .3s}.spec-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.08);border-color:var(--sage-light)}.spec-icon{font-size:2rem;margin-bottom:.9rem}.spec-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;color:var(--deep);margin-bottom:.5rem}.spec-desc{font-size:.8rem;color:var(--muted);line-height:1.7}.spec-tms-card{border-top:3px solid var(--gold)}#career{background:var(--warm-white)}.career-inner{max-width:760px;margin:3rem auto 0}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--sage),var(--gold),var(--sage))}.tl-item{position:relative;padding:0 0 2.5rem 2.5rem}.tl-item:before{content:"";position:absolute;left:-8px;top:5px;width:18px;height:18px;border-radius:50%;background:var(--sage);border:3px solid #fff;box-shadow:0 0 0 3px rgba(122,158,126,.25)}.tl-item.current:before{background:var(--gold);box-shadow:0 0 0 3px hsla(39,46%,61%,.3)}.tl-item:last-child{padding-bottom:0}.tl-date{font-size:.7rem;font-weight:600;color:var(--sage-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem}.badge-current{background:var(--gold);color:var(--deep);border-radius:10px;padding:.1rem .5rem;font-size:.62rem;margin-left:6px;vertical-align:middle}.tl-role{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--deep);margin-bottom:.2rem}.tl-place{font-size:.84rem;color:var(--muted);margin-bottom:.5rem}.tl-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tl-tag{display:inline-block;background:rgba(122,158,126,.1);color:var(--sage-dark);border-radius:20px;padding:.18rem .65rem;font-size:.67rem;font-weight:600}.tl-item.current .tl-tag{background:hsla(39,46%,61%,.12);color:#8a6d3a}#conditions{background:var(--cream)}.conditions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));grid-gap:1.1rem;gap:1.1rem;margin-top:3rem}.condition-pill{background:#fff;border:1px solid rgba(122,158,126,.2);border-radius:14px;padding:1.1rem .9rem;text-align:center;transition:all .25s;cursor:default}.condition-pill:hover{background:var(--sage);border-color:var(--sage);transform:translateY(-3px)}.condition-pill:hover .condition-pill-icon,.condition-pill:hover .condition-pill-name{color:#fff}.condition-pill-icon{font-size:1.7rem;margin-bottom:.4rem;display:block}.condition-pill-name{font-size:.77rem;font-weight:500;color:var(--charcoal)}#publications{background:var(--deep);padding:6rem 2rem}.pub-inner{max-width:1100px;margin:0 auto}.pub-section-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sage-light);font-weight:600;margin-bottom:.8rem;display:flex;align-items:center;gap:8px}.pub-section-label:before{content:"";display:block;width:24px;height:2px;background:var(--sage-light)}.pub-section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;color:#fff}.pub-section-title em{font-style:italic;color:var(--gold-light)}.pub-stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin:2.5rem 0}.pub-stat{background:hsla(0,0%,100%,.06);border-radius:14px;padding:1.2rem;text-align:center}.pub-stat-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--gold-light);display:block}.pub-stat-label{font-size:.7rem;color:hsla(0,0%,100%,.55)}.pub-highlights{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.2rem;gap:1.2rem}.pub-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:1.4rem;display:flex;gap:1rem;align-items:flex-start;transition:all .2s}.pub-card:hover{background:hsla(0,0%,100%,.1)}.pub-icon{font-size:1.5rem;flex-shrink:0}.pub-title{font-size:.85rem;color:#fff;font-weight:500;margin-bottom:.3rem;line-height:1.4}.pub-meta{font-size:.74rem;color:hsla(0,0%,100%,.5);line-height:1.5}#awards{background:var(--warm-white)}.awards-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;align-items:start;margin-top:3rem}.awards-photo-wrap{position:relative}.awards-photo{width:100%;border-radius:20px;object-fit:cover;box-shadow:0 16px 48px rgba(0,0,0,.18)}.awards-photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(26,46,28,.92));color:#fff;border-radius:0 0 20px 20px;padding:2rem 1.4rem 1.4rem}.awards-photo-caption-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--gold-light);margin-bottom:.2rem}.awards-photo-caption-sub{font-size:.75rem;color:hsla(0,0%,100%,.7)}.awards-list{display:flex;flex-direction:column;gap:1rem}.award-card{background:#fff;border-radius:16px;padding:1.3rem 1.5rem;border:1px solid hsla(39,46%,61%,.2);transition:all .3s;display:flex;gap:1rem;align-items:flex-start}.award-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px hsla(39,46%,61%,.15);border-color:var(--gold)}.award-icon{font-size:1.8rem;flex-shrink:0}.award-title{font-family:Cormorant Garamond,serif;font-size:1rem;color:var(--deep);margin-bottom:.2rem}.award-sub{font-size:.76rem;color:var(--muted);line-height:1.5}#why{background:var(--cream)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.why-card{padding:2rem;border-radius:20px;border:1px solid rgba(122,158,126,.2);background:#fff;transition:all .3s;position:relative;overflow:hidden}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--sage),var(--gold));transform:scaleX(0);transform-origin:left;transition:transform .3s}.why-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.08)}.why-card:hover:before{transform:scaleX(1)}.why-card-icon{font-size:2.2rem;margin-bottom:1rem}.why-card-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--deep);margin-bottom:.5rem}.why-card-desc{font-size:.83rem;color:var(--muted);line-height:1.7}#services{background:var(--warm-white)}.services-tabs{display:flex;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap;margin-top:2rem}.tab-btn{padding:.6rem 1.4rem;border-radius:50px;border:1px solid rgba(122,158,126,.3);background:transparent;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s;color:var(--charcoal)}.tab-btn.active{background:var(--sage);color:#fff;border-color:var(--sage)}.tab-btn:hover:not(.active){background:rgba(122,158,126,.08)}.services-panel{display:none}.services-panel.active{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.service-card{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:18px;padding:1.8rem;transition:all .3s;display:flex;gap:1rem;align-items:flex-start}.service-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.08);transform:translateY(-3px)}.service-card-icon{font-size:1.8rem;flex-shrink:0}.service-card-title{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--deep);margin-bottom:.4rem}.service-card-desc{font-size:.78rem;color:var(--muted);line-height:1.6}#booking{background:linear-gradient(135deg,var(--deep) 0,#2a4a2e 100%);padding:6rem 2rem}.booking-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:start}.booking-left-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sage-light);font-weight:600;margin-bottom:.8rem;display:flex;align-items:center;gap:8px}.booking-left-label:before{content:"";display:block;width:24px;height:2px;background:var(--sage-light)}.booking-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;color:#fff}.booking-title em{font-style:italic;color:var(--gold-light)}.booking-info{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.booking-info-item{display:flex;gap:12px;align-items:flex-start}.booking-info-icon{font-size:1.1rem;flex-shrink:0;margin-top:2px}.booking-info-text{font-size:.83rem;color:hsla(0,0%,100%,.75);line-height:1.5}.booking-info-text strong{color:#fff;display:block}.consult-types{display:flex;flex-direction:column;gap:.7rem;margin-top:2rem}.consult-type{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:12px}.consult-type-name{color:#fff;font-size:.85rem;font-weight:500}.consult-type-price{color:var(--gold-light);font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600}.booking-form{background:#fff;border-radius:24px;padding:2.5rem}.booking-form h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--deep);margin-bottom:1.8rem}.step-indicators{display:flex;gap:0;margin-bottom:2rem}.step-dot{flex:1 1;height:4px;background:#e0e0e0;transition:background .3s}.step-dot.done{background:var(--sage)}.step-dot.active{background:var(--gold)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.78rem;font-weight:600;color:var(--charcoal);letter-spacing:.05em;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{border:1.5px solid #e0e0e0;border-radius:10px;padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--charcoal);transition:border-color .2s;outline:none;background:#fafafa;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--sage);background:#fff}.form-group textarea{resize:none;height:80px}.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.6rem;gap:.6rem;margin-bottom:1rem}.slot-btn{padding:.55rem;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;font-family:DM Sans,sans-serif;font-size:.78rem;cursor:pointer;transition:all .2s;text-align:center;color:var(--charcoal)}.slot-btn:hover:not(.disabled){border-color:var(--sage);color:var(--sage-dark)}.slot-btn.selected{background:var(--sage);color:#fff;border-color:var(--sage)}.slot-btn.disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.day-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.4rem;gap:.4rem;margin-bottom:1rem}.day-btn{padding:.5rem .2rem;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;font-family:DM Sans,sans-serif;font-size:.7rem;cursor:pointer;transition:all .2s;text-align:center;width:100%}.day-btn.selected,.day-btn:hover:not(.off){border-color:var(--sage)}.day-btn.selected{background:var(--sage);color:#fff}.day-btn.off{opacity:.35;cursor:not-allowed}.day-num{font-size:.88rem;font-weight:600;display:block}.day-name{font-size:.6rem;opacity:.75}.type-grid{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.2rem}.type-btn{padding:1rem 1.2rem;border:1.5px solid #e0e0e0;border-radius:12px;background:#fff;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;justify-content:space-between;width:100%}.type-btn:hover{border-color:var(--sage);background:rgba(122,158,126,.04)}.type-btn.selected{border-color:var(--sage);background:rgba(122,158,126,.08)}.type-btn-name{font-size:.88rem;font-weight:600;color:var(--deep);display:block}.type-btn-sub{font-size:.74rem;color:var(--muted)}.type-btn-price{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--sage-dark);white-space:nowrap}.form-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;gap:1rem}.btn-back{background:transparent;border:1.5px solid #e0e0e0;color:var(--muted);padding:.75rem 1.5rem;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.88rem;cursor:pointer;transition:all .2s}.btn-back:hover{border-color:var(--charcoal);color:var(--charcoal)}.btn-next{background:var(--sage);color:#fff;border:none;padding:.75rem 2rem;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s;flex:1 1;max-width:200px}.btn-next:hover{background:var(--sage-dark)}.summary-box{background:var(--cream);border-radius:14px;padding:1.2rem;margin-bottom:1.2rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.85rem;border-bottom:1px solid rgba(0,0,0,.06)}.summary-row:last-child{border-bottom:none;font-weight:600;color:var(--deep)}.summary-label{color:var(--muted)}.payment-option{display:flex;align-items:center;gap:12px;padding:.9rem;border:1.5px solid #e0e0e0;border-radius:10px;margin-bottom:.7rem;cursor:pointer;transition:border-color .2s}.payment-option.selected{border-color:var(--sage);background:rgba(122,158,126,.05)}.success-icon{font-size:3.5rem;margin-bottom:1rem}.success-detail{background:var(--cream);border-radius:14px;padding:1.2rem;margin:1.2rem 0;text-align:left}.success-detail-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.83rem;border-bottom:1px solid rgba(0,0,0,.06)}.success-detail-row:last-child{border-bottom:none}.success-detail-row span:first-child{color:var(--muted)}.success-detail-row span:last-child{font-weight:600;color:var(--deep)}#testimonials{background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.testimonial-card{background:var(--cream);border-radius:20px;padding:2rem;border:1px solid rgba(0,0,0,.05);transition:all .3s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.testimonial-quote{font-family:Cormorant Garamond,serif;font-size:3.5rem;color:var(--sage-light);line-height:.6;margin-bottom:1rem}.testimonial-stars{color:var(--gold);font-size:.9rem;margin-bottom:.8rem}.testimonial-text{font-size:.84rem;color:var(--muted);line-height:1.7;margin-bottom:1.2rem}.testimonial-author{font-weight:600;color:var(--deep);font-size:.88rem}.testimonial-source{font-size:.72rem;color:var(--muted)}#faq{background:var(--cream)}.faq-inner{max-width:780px;margin:3rem auto 0}.faq-item{border-bottom:1px solid rgba(0,0,0,.08)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;cursor:pointer;font-weight:500;color:var(--deep);font-size:.95rem;width:100%;background:none;border:none;text-align:left}.faq-q span{transition:transform .3s;font-size:1.2rem;color:var(--sage-dark);flex-shrink:0;margin-left:1rem}.faq-q.open span{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-a p{padding-bottom:1.2rem;color:var(--muted);font-size:.88rem;line-height:1.8}#contact{background:var(--warm-white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.contact-item{display:flex;gap:16px}.contact-icon{width:44px;height:44px;background:var(--sage);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.contact-value{font-weight:600;color:var(--deep);font-size:.92rem}.contact-value a{color:inherit;text-decoration:none}.contact-form-wrap{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 24px rgba(0,0,0,.06)}.contact-form-wrap h3{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--deep);margin-bottom:1.5rem}.consent-row{display:flex;align-items:center;gap:8px;margin-bottom:1rem}.consent-row input{accent-color:var(--sage);width:16px;height:16px}.consent-row label{font-size:.75rem;color:var(--muted);font-weight:400}footer{background:var(--deep);padding:4rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-logo-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:1rem}.footer-logo-img{height:56px;width:auto;object-fit:contain;filter:brightness(0) invert(1) opacity(.85)}.footer-logo-tagline{font-family:Cormorant Garamond,serif;font-size:.6rem;color:hsla(0,0%,100%,.45);letter-spacing:.18em;text-transform:uppercase;margin-top:-2px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-brand-desc{font-size:.82rem;color:hsla(0,0%,100%,.5);line-height:1.7;max-width:240px}.footer-col-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:var(--sage-light);margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:hsla(0,0%,100%,.55);font-size:.83rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--sage-light)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.78rem;color:hsla(0,0%,100%,.35)}.float-btns{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;gap:.8rem}.float-btn{width:52px;height:52px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:1.3rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px rgba(0,0,0,.2);text-decoration:none}.float-wa{background:#25d366;color:#fff}.float-phone{background:var(--sage);color:#fff}.float-btn:hover{transform:scale(1.1)}@media(max-width:1024px){.quals-grid,.spec-grid{grid-template-columns:repeat(2,1fr)}.awards-layout,.pub-highlights{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.about-grid,.booking-inner,.contact-grid,.hero-inner{grid-template-columns:1fr;gap:2rem}.why-grid{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.nav-links{display:none}.mobile-menu-btn{display:block}.hero-h1{font-size:2.4rem}.stats-row{grid-template-columns:repeat(3,1fr)}.pub-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid,.form-row,.spec-grid,.why-grid{grid-template-columns:1fr}.slot-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.day-grid{grid-template-columns:repeat(4,1fr)}.stats-row{grid-template-columns:repeat(2,1fr)}.quals-grid{grid-template-columns:1fr}.hero-stats-bar{gap:.8rem;padding:.7rem 1rem}}