:root{--forest:#073f36;--emerald:#117b61;--gold:#d2a52f;--auspicious:#f5c84b;--ink:#13241f;--muted:#66736e;--ivory:#fffaf0;--line:#e5dfd1;--shadow:0 24px 70px rgba(5,48,41,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--ivory);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
a{color:inherit;text-decoration:none}
.wrap{width:min(1100px,calc(100% - 40px));margin:auto}
.top{background:#052f29;color:#dcebe6;font-size:.88rem}
.top .wrap{min-height:42px;display:flex;justify-content:space-between;align-items:center}
.header{position:sticky;top:0;z-index:20;background:linear-gradient(90deg,rgba(255,253,244,.97),rgba(255,248,214,.97));backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,63,54,.1)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:50px;height:50px;object-fit:cover;border-radius:50%;background:#fff;border:1px solid #e0d5ba}
.brand b{display:block;color:var(--forest);font-family:Georgia,serif}
.brand small{display:block;color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}
.links{display:flex;gap:24px;align-items:center;font-weight:750;font-size:.92rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border-radius:999px;font-weight:800;border:1px solid transparent}
.btn-dark{background:var(--forest);color:#fff}
.btn-gold{background:var(--gold);color:#173228}
.mobile-book{display:none}
.hero{background:linear-gradient(135deg,#063d34,#0a5a49);color:#fff;padding:92px 0 84px;position:relative;overflow:hidden}
.hero:after{content:"ॐ";position:absolute;right:4%;top:-100px;font:700 19rem Georgia;color:rgba(255,255,255,.045)}
.crumb{color:#c8dcd5;font-size:.9rem;margin-bottom:22px}
.hero h1{font:700 clamp(2.7rem,6vw,4.8rem)/1.05 Georgia,serif;letter-spacing:-.04em;margin:0 0 22px;max-width:780px}
.hero p{max-width:720px;color:#dbe9e4;font-size:1.1rem;margin:0}
.section{padding:88px 0}
.eyebrow{color:var(--emerald);font-weight:800;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}
.section h2{font:700 clamp(2rem,4vw,3rem)/1.12 Georgia,serif;letter-spacing:-.025em;margin:10px 0 18px}
.intro{max-width:700px;color:var(--muted);margin-bottom:38px}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}
.card h2,.card h3{font-family:Georgia,serif;color:var(--forest);margin-top:0}
.card p,.card li{color:var(--muted)}
.card ul{padding-left:20px}
.band{background:#fff;border-block:1px solid var(--line)}
.doctor{display:grid;grid-template-columns:110px 1fr;gap:28px;align-items:start}
.doctor-list{display:grid;gap:22px}
.doctor-featured{grid-template-columns:170px 1fr;padding:38px}
.doctor-featured .doctor-photo{width:170px;height:220px}
.doctor-profile{min-width:0}
.profile-label{display:inline-block;color:var(--emerald);font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}
.qualifications{margin-bottom:17px}
.profile-body{grid-column:1/-1;border-top:1px solid var(--line);padding-top:28px}
.profile-intro{font-size:1.08rem;max-width:940px;color:#43564f!important}
.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0 30px}
.profile-stats div{background:#f2f7f4;border:1px solid #dce9e3;border-radius:16px;padding:18px}
.profile-stats strong{display:block;color:var(--forest);font:700 1.18rem/1.2 Georgia,serif;margin-bottom:4px}
.profile-stats span{color:var(--muted);font-size:.83rem}
.profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.profile-columns h3{margin-bottom:13px}
.check-list{list-style:none;padding:0!important;margin:0;display:grid;gap:11px}
.check-list li{position:relative;padding-left:23px}
.check-list li:before{content:"✓";position:absolute;left:0;color:var(--emerald);font-weight:900}
.research-note{margin-top:28px;border-left:4px solid var(--gold);background:#fff8e8;border-radius:0 16px 16px 0;padding:20px 23px}
.research-note strong{color:var(--forest);font-family:Georgia,serif;font-size:1.08rem}
.research-note p{margin:6px 0 0}
.doctor-secondary{grid-template-columns:110px 1fr;max-width:680px}
.doctor-secondary{background:linear-gradient(145deg,#fff,#fff8d9);max-width:none}
.mono{width:100px;height:100px;border-radius:26px;background:linear-gradient(145deg,#f6df9d,#c89938);display:grid;place-items:center;color:#17362c;font:700 2rem Georgia}
.tags{display:flex;gap:8px;flex-wrap:wrap}
.tag{background:#e8f3ee;color:var(--forest);border-radius:999px;padding:6px 11px;font-size:.78rem;font-weight:750}
.notice{border-left:4px solid var(--gold);background:#fff8e6;padding:18px 20px;border-radius:0 14px 14px 0;color:#5d512f}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.contact-card{background:var(--forest);color:#fff;border-radius:26px;padding:34px}
.contact-card p{color:#c5d8d1}
.contact-card .btn{width:100%;margin-top:10px}
.contact-card .outline{border-color:rgba(255,255,255,.5);color:#fff}
.facts{display:grid;gap:14px}
.fact{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}
.fact b{display:block;color:var(--forest)}
.fact span{color:var(--muted)}
.phone-line{white-space:nowrap;font-variant-numeric:tabular-nums}
.booking-band{background:linear-gradient(135deg,#fff8d7,#ffefad)}
.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fff;border:1px solid #ead9a0;border-radius:26px;padding:28px;box-shadow:var(--shadow)}
.booking-field{display:grid;gap:7px}.booking-field label{font-weight:800;color:var(--forest)}
.booking-field input,.booking-field select{width:100%;min-height:50px;border:1px solid #d9d5c9;border-radius:13px;padding:0 14px;background:#fffdf6;color:var(--ink);font:inherit}
.booking-field.full,.booking-submit,.slot-note{grid-column:1/-1}.booking-submit{min-height:54px;border:0;border-radius:999px;background:var(--auspicious);color:#173228;font-weight:850;cursor:pointer}.slot-note{color:var(--muted);margin:0;font-size:.88rem}
.map-band{background:#fff}.map-row{display:grid;grid-template-columns:1fr 260px;gap:45px;align-items:center}.map-row p{color:var(--muted)}
.qr-card{display:grid;place-items:center;text-align:center;background:#fffaf0;border:1px solid #ead9a0;border-radius:22px;padding:18px;color:var(--forest)}.qr-card img{width:190px;height:190px;border:7px solid #fff;margin-bottom:10px}
.footer{background:#042f28;color:#c5d8d1;padding:50px 0 88px}
.footer-row{display:flex;justify-content:space-between;gap:30px;align-items:start}
.footer a{display:inline-block;margin-right:18px}
.footer small{color:#8fb0a5}
.mobile{display:none}
@media(max-width:760px){body{padding-bottom:72px}
.wrap{width:min(100% - 28px,1100px)}
.top .wrap{justify-content:center;text-align:center}
.top span:last-child{display:none}
.links a:not(.btn){display:none}
.nav{height:72px;gap:8px}.brand{gap:8px;min-width:0}.brand img{width:42px;height:42px;flex:0 0 42px}.brand span{min-width:0}.brand b{white-space:nowrap;font-size:1rem}.brand small{display:none}.mobile-book{display:inline}.desktop-book{display:none}.links{gap:0}.links .btn{padding:0 16px;min-height:44px}
.hero{padding:70px 0 66px}
.hero h1{font-size:clamp(2.25rem,11vw,2.8rem);line-height:1.08}.hero p{font-size:1rem}
.grid,.contact-grid{grid-template-columns:1fr}
.doctor{grid-template-columns:1fr}
.doctor-featured{padding:26px}
.doctor-featured .doctor-photo{width:132px;height:170px}
.profile-stats,.profile-columns{grid-template-columns:1fr}
.profile-stats{gap:9px}
.booking-grid{grid-template-columns:1fr;padding:20px}.booking-field.full,.booking-submit,.slot-note{grid-column:auto}.map-row{grid-template-columns:1fr;text-align:center}.qr-card{width:min(100%,260px);margin:auto}.phone-line{font-size:.82rem;letter-spacing:-.025em}
.section{padding:65px 0}
.footer-row{display:grid}
.mobile{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);z-index:30;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:8px}
.mobile a{display:grid;place-items:center;min-height:48px;color:var(--forest);font-size:.8rem;font-weight:800;border-right:1px solid var(--line)}
.mobile a:nth-child(2){background:var(--forest);color:#fff;border-radius:12px}
.mobile-four{grid-template-columns:repeat(4,1fr)}.mobile-four a:nth-child(2){background:transparent;color:var(--forest);border-radius:0}.mobile-four a:nth-child(3){background:var(--forest);color:#fff;border-radius:12px}
}
