/* ============ Page styles ============ */

/* ---------- HERO ---------- */
.hero {
  background:
    radial-gradient(1100px 520px at 78% -10%, var(--lavender-100), transparent 60%),
    radial-gradient(800px 500px at 0% 100%, #fff6ef, transparent 55%),
    var(--lavender-50);
  padding: 72px 0 88px;
  position: relative; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-h1 { font-size: clamp(38px, 5.4vw, 66px); line-height: 1.04; margin-top: 18px; }
.hero-h1 .accent { color: var(--purple-700); position: relative; font-style: italic; }
.hero-sub { margin-top: 22px; font-size: 19px; color: var(--slate-600); max-width: 520px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.htrust { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink); }
.htrust svg { width: 19px; height: 19px; color: var(--purple-600); }

.hero-media { position: relative; }
.hero-img { width: 100%; aspect-ratio: 4/4.4; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); }
.hero-float {
  position: absolute; left: -22px; top: 38px; display: flex; align-items: center; gap: 12px;
  padding: 14px 18px; border-radius: var(--r-md);
}
.hf-rate { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--lavender-100); color: var(--purple-700); font-weight: 800; font-size: 17px; position: relative; }
.hf-rate svg { width: 14px; height: 14px; fill: #FBBF24; color: #FBBF24; position: absolute; top: 6px; right: 6px; }
.hero-float strong { display: block; font-size: 14px; }
.hero-float span { font-size: 12px; color: var(--slate-500); }
.hero-float2 { position: absolute; right: -14px; bottom: 30px; padding: 16px 18px; border-radius: var(--r-md); display: flex; flex-direction: column; gap: 9px; }
.hf2-row { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.hf2-row .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }

/* ---------- WHY ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.why-card { padding: 34px 30px; }
.why-ic { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(135deg, var(--lavender-100), var(--lavender-200)); color: var(--purple-700); margin-bottom: 20px; }
.why-ic svg { width: 28px; height: 28px; }
.why-card h3 { font-size: 21px; margin-bottom: 10px; }
.why-card p { color: var(--slate-600); font-size: 15.5px; }

/* ---------- TREATMENTS ---------- */
.treat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.treat-card { padding: 28px; display: flex; flex-direction: column; height: 100%; }
.treat-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.treat-ic { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: var(--lavender-50); color: var(--purple-700); border: 1px solid var(--lavender-100); }
.treat-ic svg { width: 27px; height: 27px; }
.treat-card h3 { font-size: 23px; }
.treat-full { font-size: 13px; font-weight: 600; color: var(--purple-500); letter-spacing: .02em; }
.treat-card p { color: var(--slate-600); font-size: 14.5px; margin: 12px 0 18px; flex-grow: 1; }
.treat-card .link-arrow { font-size: 14.5px; }

/* ---------- DOCTORS ---------- */
.doc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.doc-photo { aspect-ratio: 1/1; width: 100%; }
.doc-photo img { object-position: top center; }
.doc-card { overflow: hidden; display: flex; flex-direction: column; }
.doc-body { padding: 24px 24px 26px; }
.doc-body h3 { font-size: 22px; }
.doc-role { font-size: 13px; font-weight: 700; color: var(--coral-600); text-transform: uppercase; letter-spacing: .04em; }
.doc-qual { color: var(--slate-600); font-size: 14px; margin: 10px 0 16px; }
.doc-meta { display: flex; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.doc-meta span { font-size: 13px; color: var(--slate-500); }
.doc-meta strong { display: block; font-size: 20px; font-family: var(--font-head); color: var(--purple-700); }

/* ---------- STATS ---------- */
.stats-band { background: linear-gradient(120deg, var(--purple-800), var(--purple-700)); padding: 64px 0; color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat { text-align: center; }
.stat-num { font-family: var(--font-head); font-weight: 800; font-size: clamp(38px, 5vw, 58px); line-height: 1; }
.stat-label { margin-top: 10px; color: var(--lavender-200); font-size: 15px; font-weight: 500; }
.stats-disc { text-align: center; color: var(--lavender-300); font-size: 13px; margin-top: 32px; opacity: .8; }

/* ---------- STORIES ---------- */
.stories-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.story-video { position: relative; }
.story-video-ph { width: 100%; aspect-ratio: 4/4.6; border-radius: var(--r-lg); }
.play-btn { position: absolute; inset: 0; margin: auto; width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--purple-700); display: grid; place-items: center; box-shadow: var(--shadow-md); }
.play-btn svg { width: 30px; height: 30px; margin-left: 3px; }
.play-btn:hover { transform: scale(1.06); background: #fff; }
.story-cards { display: flex; flex-direction: column; gap: 18px; }
.story-card { padding: 24px 26px; }
.story-stars { color: #FBBF24; letter-spacing: 2px; font-size: 15px; }
.story-card blockquote { margin: 12px 0 18px; font-size: 16px; color: var(--ink); line-height: 1.6; }
.story-card figcaption { display: flex; align-items: center; gap: 12px; }
.story-av { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; }
.story-card figcaption strong { display: block; font-size: 15px; }
.story-card figcaption em { font-style: normal; font-size: 12.5px; color: var(--slate-500); }

/* ---------- LOCATIONS ---------- */
.locations-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.loc-item { display: flex; align-items: flex-start; gap: 11px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 18px; }
.loc-item svg { width: 21px; height: 21px; color: var(--coral); flex-shrink: 0; margin-top: 2px; }
.loc-item strong { display: block; font-size: 16px; }
.loc-item span { font-size: 13px; color: var(--slate-500); }
.loc-map-ph { width: 100%; aspect-ratio: 1/1; border-radius: var(--r-xl); box-shadow: var(--shadow-md); }

/* ---------- EMI ---------- */
.emi-banner {
  background: linear-gradient(115deg, var(--ink), var(--purple-800));
  border-radius: var(--r-xl); padding: 44px 48px; color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.emi-banner::after { content:""; position:absolute; right:-60px; bottom:-90px; width:260px; height:260px; border-radius:50%; background: radial-gradient(circle, rgba(249,115,22,.28), transparent 70%); }
.emi-left h3 { color: #fff; font-size: clamp(26px, 3vw, 36px); margin: 14px 0 8px; }
.emi-left p { color: var(--lavender-200); font-size: 16px; max-width: 520px; }
.emi-banner .btn { position: relative; z-index: 1; }

/* ---------- BLOG ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-all { white-space: nowrap; }
.blog-card { overflow: hidden; display: flex; flex-direction: column; }
.blog-img { aspect-ratio: 16/10; width: 100%; }
.blog-body { padding: 22px 24px 26px; }
.blog-cat { font-size: 12.5px; font-weight: 700; color: var(--purple-500); text-transform: uppercase; letter-spacing: .04em; }
.blog-body h3 { font-size: 20px; margin: 10px 0; line-height: 1.25; }
.blog-body p { color: var(--slate-600); font-size: 14.5px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { max-width: 460px; }
  .why-grid, .treat-grid, .doc-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .stories-grid, .locations-wrap { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 620px) {
  .why-grid, .treat-grid, .doc-grid, .blog-grid, .loc-grid { grid-template-columns: 1fr; }
  .hero-float { left: 0; }
  .hero-float2 { right: 0; }
  .emi-banner { padding: 32px 26px; }
  .hero { padding: 48px 0 64px; }
}
