:root{
  --bg:#ffffff;
  --soft:#f7fafc;
  --text:#0f172a;
  --muted:#475569;
  --line:#e5e7eb;
  --brand:#0b6bd3;
  --brand2:#0ea5e9;
  --shadow: 0 12px 30px rgba(2, 6, 23, 0.08);
  --radius: 18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
}

a{color:inherit}
.container{max-width:1100px; margin:0 auto; padding:0 18px}

/* Topbar */
.topbar{
  background:#0b1220;
  color:#e5e7eb;
  font-size:13px;
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
  gap:12px;
}
.pill{
  background:rgba(14,165,233,0.15);
  border:1px solid rgba(14,165,233,0.35);
  padding:6px 10px;
  border-radius:999px;
  font-weight:600;
}
.topbar-left{display:flex; align-items:center; gap:12px; flex-wrap:wrap}
.topbar-right{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.toplink{color:#e5e7eb; text-decoration:none}
.toplink:hover{opacity:0.9}
.dot{opacity:0.5}
.muted{color:var(--muted)}

/* Header */
.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,0.86);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:14px;
}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.logo{
  width:44px; height:44px; object-fit:contain;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--line);
}
.brand-name{font-weight:800; letter-spacing:0.2px}
.brand-sub{font-size:12px; color:var(--muted); margin-top:2px}

.nav{display:flex; gap:18px; align-items:center}
.nav a{
  text-decoration:none;
  color:var(--muted);
  font-weight:600;
  font-size:14px;
}
.nav a:hover{color:var(--text)}

.header-cta{display:flex; gap:10px; align-items:center}
.menu-btn{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  font-size:16px;
  cursor:pointer;
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
  border:1px solid transparent;
  transition: transform 0.08s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space:nowrap;
}
.btn:active{transform: translateY(1px)}
.btn-primary{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#fff;
  box-shadow: 0 10px 20px rgba(11,107,211,0.25);
}
.btn-outline{
  background:#fff;
  border-color: var(--line);
  color: var(--text);
}
.btn-outline:hover{box-shadow: var(--shadow)}

/* Mobile nav */
.mobile-nav{
  display:none;
  border-top:1px solid var(--line);
  padding:10px 18px 16px;
}
.mobile-nav a{
  display:block;
  padding:10px 8px;
  text-decoration:none;
  color:var(--muted);
  font-weight:700;
  border-radius:12px;
}
.mobile-nav a:hover{background:var(--soft); color:var(--text)}
.mobile-cta{display:flex; gap:10px; padding:8px}
.mobile-nav.open{display:block}

/* Hero */
.hero{
  padding:34px 0 10px;
  background:
    radial-gradient(900px 400px at 20% 10%, rgba(14,165,233,0.12), transparent 60%),
    radial-gradient(800px 500px at 90% 30%, rgba(11,107,211,0.10), transparent 60%);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:22px;
  align-items:stretch;
}
h1{
  margin:0 0 12px;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-0.6px;
}
.accent{color:var(--brand)}
.lead{
  margin:0 0 16px;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin:10px 0 18px}
.hero-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.mini-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  box-shadow: 0 10px 20px rgba(2,6,23,0.04);
}
.mini-title{font-weight:800; font-size:12px; margin-bottom:6px}
.mini-text{font-size:12px; color:var(--muted); margin:2px 0}

/* Hero Right Panel */
.hero-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.hero-badge{
  padding:14px 16px;
  font-weight:700;
  font-size:13px;
  background: linear-gradient(135deg, rgba(11,107,211,0.10), rgba(14,165,233,0.10));
  border-bottom:1px solid var(--line);
}
.hero-image{
  min-height:220px;
  display:flex;
}
.placeholder{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  background: linear-gradient(180deg, var(--soft), #fff);
}
.ph-title{font-weight:800}
.ph-sub{font-size:12px; color:var(--muted)}
.hero-stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  border-top:1px solid var(--line);
}
.stat{padding:14px 10px; text-align:center}
.stat-num{font-weight:900}
.stat-label{font-size:12px; color:var(--muted); margin-top:4px}

/* Sections */
.section{padding:46px 0}
.section.soft{background:var(--soft); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.section-head{max-width:760px; margin-bottom:18px}
.section-head h2{
  margin:0 0 10px;
  font-size:28px;
  letter-spacing:-0.3px;
}
.section-head p{margin:0; color:var(--muted); line-height:1.7}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.grid-2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}

.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 10px 20px rgba(2,6,23,0.04);
}
.card h3{margin:0 0 10px; font-size:16px}
.card p{margin:0; color:var(--muted); line-height:1.7}
.list{margin:10px 0 0; padding-left:18px; color:var(--muted)}
.list li{margin:6px 0}

.cta-row{display:flex; gap:10px; margin-top:12px; flex-wrap:wrap}
.link{color:var(--brand); text-decoration:none; font-weight:800}
.link:hover{text-decoration:underline}

/* Chips */
.chips{display:flex; flex-wrap:wrap; gap:10px}
.chip{
  background:#fff;
  border:1px solid var(--line);
  padding:10px 12px;
  border-radius:999px;
  font-weight:700;
  color:#111827;
}

/* Doctors */
.doctors{align-items:stretch}
.doc-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
  display:grid;
  grid-template-columns: 160px 1fr;
}
.doc-img{
  width:160px;
  height:160px;
  object-fit:cover;
  background: var(--soft);
}
.doc-info{padding:16px}
.doc-name{font-weight:900; font-size:16px}
.doc-qual{color:var(--muted); margin-top:6px; font-weight:700}
.doc-tags{display:flex; flex-wrap:wrap; gap:8px; margin-top:12px}
.tag{
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(11,107,211,0.10);
  border:1px solid rgba(11,107,211,0.18);
  color: #0b3b8a;
}
.note{margin-top:12px; color:var(--muted)}

/* Map */
.map iframe{
  width:100%;
  height:100%;
  min-height:280px;
  border:0;
  border-radius: var(--radius);
  box-shadow: 0 10px 20px rgba(2,6,23,0.05);
}

/* Footer */
.footer{
  border-top:1px solid var(--line);
  padding:20px 0;
  background:#fff;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.foot-title{font-weight:900}

/* WhatsApp Floating */
.wa-float{
  position:fixed;
  right:18px;
  bottom:18px;
  width:52px;
  height:52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#25d366;
  color:#fff;
  text-decoration:none;
  font-size:22px;
  box-shadow: 0 14px 30px rgba(2,6,23,0.18);
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr; }
  .hero-cards{grid-template-columns: 1fr; }
  h1{font-size:34px}
}

@media (max-width: 820px){
  .nav{display:none}
  .header-cta{display:none}
  .menu-btn{display:inline-flex}
  .grid-3{grid-template-columns: 1fr}
  .grid-2{grid-template-columns: 1fr}
  .doc-card{grid-template-columns: 1fr}
  .doc-img{width:100%; height:260px}
}