/* ============================================================
   MADHAV MULTISPECIALITY CLINIC — RAJASTHANI BAZAAR POSTER
   Bold bazaar aesthetic, colorful tiles, Hindi-first
   ============================================================ */

:root {
  --red: #C41E3A;
  --red-deep: #8B0F24;
  --orange: #E85D1E;
  --gold: #F4B740;
  --gold-bright: #FFD966;
  --green: #1A7A4E;
  --blue: #1E4D7A;
  --purple: #6B2D5F;
  --cream: #FFF8E7;
  --cream-warm: #FDE8B4;
  --ink: #2B1810;
  --muted: #6B5544;
  --line: #E8C57A;
  --white: #FFFFFF;
  --shadow-sm: 0 3px 10px rgba(139, 15, 36, 0.15);
  --shadow-md: 0 8px 20px rgba(139, 15, 36, 0.22);
  --shadow-lg: 0 16px 40px rgba(139, 15, 36, 0.30);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}
.hindi { font-family: 'Hind Siliguri', 'Tiro Devanagari Hindi', sans-serif; }
h1, h2, h3, h4 { line-height: 1.2; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== TOP PAISLEY BORDER ========== */
.bazaar-border-top, .bazaar-border-bottom {
  height: 12px;
  background:
    repeating-linear-gradient(90deg,
      var(--red) 0 30px,
      var(--gold) 30px 60px,
      var(--orange) 60px 90px,
      var(--green) 90px 120px);
  position: relative;
}
.bazaar-border-top::after,
.bazaar-border-bottom::before {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 4px;
  background: var(--red-deep);
}
.bazaar-border-top::after { bottom: -4px; }
.bazaar-border-bottom::before { top: -4px; }

/* ========== HEADER ========== */
.site-header {
  background: linear-gradient(180deg, var(--red-deep) 0%, var(--red) 100%);
  color: var(--cream);
  padding: 12px 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border-bottom: 4px solid var(--gold);
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: var(--cream);
  padding: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.logo-text { display: flex; flex-direction: column; }
.logo-hindi {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--gold-bright);
  letter-spacing: 0.5px;
  line-height: 1;
}
.logo-english {
  font-size: 11px;
  color: var(--cream);
  opacity: 0.9;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
}
.header-nav { display: flex; gap: 28px; }
.header-nav a {
  color: var(--cream);
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
  position: relative;
  transition: color .2s ease;
}
.header-nav a:hover { color: var(--gold-bright); }
.header-nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.header-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.btn-header-wa {
  padding: 11px 20px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: var(--white);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: transform .2s ease;
}
.btn-header-wa:hover { transform: translateY(-2px); }
.btn-header-tel {
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  padding: 9px 14px;
  border: 2px solid var(--gold);
  border-radius: 30px;
  background: rgba(244, 183, 64, 0.1);
}

/* ========== HERO ========== */
.hero {
  background:
    radial-gradient(circle at 15% 25%, rgba(244, 183, 64, 0.25) 0%, transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(232, 93, 30, 0.25) 0%, transparent 40%),
    linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
  color: var(--cream);
  padding: 70px 24px 90px;
  position: relative;
  overflow: hidden;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255, 217, 102, 0.15) 0 4px, transparent 5px),
    radial-gradient(circle at 30% 70%, rgba(255, 217, 102, 0.12) 0 3px, transparent 4px),
    radial-gradient(circle at 70% 30%, rgba(255, 217, 102, 0.12) 0 3px, transparent 4px),
    radial-gradient(circle at 90% 80%, rgba(255, 217, 102, 0.15) 0 4px, transparent 5px);
  background-size: 200px 200px;
  pointer-events: none;
  opacity: 0.7;
}
.hero-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: var(--gold);
  color: var(--red-deep);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-md);
  border: 2px solid var(--red-deep);
}
.hero-title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 20px;
  color: var(--cream);
}
.hero-title .accent {
  color: var(--gold-bright);
  font-style: italic;
  display: block;
  font-size: clamp(42px, 6vw, 72px);
}
.hero-subtitle {
  font-size: 17px;
  color: rgba(255, 248, 231, 0.9);
  line-height: 1.7;
  margin-bottom: 26px;
  max-width: 560px;
  font-weight: 500;
}
.hero-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.btn-hero {
  padding: 16px 30px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-hero-primary {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}
.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.55);
}
.btn-hero-secondary {
  background: var(--gold);
  color: var(--red-deep);
  border: 3px solid var(--red-deep);
}
.btn-hero-secondary:hover {
  background: var(--gold-bright);
  transform: translateY(-3px);
}
.hero-trust-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.trust-badge {
  padding: 8px 14px;
  background: rgba(255, 248, 231, 0.15);
  border: 1.5px solid var(--gold);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: var(--cream);
  backdrop-filter: blur(4px);
}

/* Hero image mosaic */
.hero-image-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 500px;
}
.mosaic-item {
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid var(--gold);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mosaic-item-lg { grid-row: span 2; }
.mosaic-item-badge {
  background: linear-gradient(135deg, var(--orange), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.rating-star-badge {
  text-align: center;
  color: var(--red-deep);
}
.rating-num {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 800;
  color: var(--red-deep);
  line-height: 1;
}
.rating-count {
  font-size: 13px;
  margin-top: 4px;
  font-weight: 700;
  color: var(--red-deep);
}

/* Ornamental divider */
.ornamental-divider {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 24px 0;
  color: var(--red);
  font-size: 24px;
  background: var(--gold);
  border-top: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
}
.ornamental-divider-dark {
  background: var(--red);
  color: var(--gold-bright);
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
}

/* ========== WELCOME STRIP ========== */
.welcome-strip {
  background: linear-gradient(135deg, var(--green) 0%, #22945D 100%);
  padding: 40px 24px;
  border-bottom: 4px solid var(--gold);
}
.welcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
}
.welcome-block {
  text-align: center;
  color: var(--white);
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 2px dashed rgba(255, 248, 231, 0.5);
  backdrop-filter: blur(6px);
}
.welcome-icon { font-size: 40px; margin-bottom: 12px; }
.welcome-hindi {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--gold-bright);
  margin-bottom: 6px;
}
.welcome-en {
  font-size: 14px;
  color: var(--white);
  font-style: italic;
  opacity: 0.95;
}

/* ========== SECTION GENERIC ========== */
.section {
  padding: 80px 0;
  background: var(--cream);
}
.section-cream {
  background:
    linear-gradient(180deg, var(--cream-warm) 0%, var(--cream) 100%);
}
.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 44px;
}
.section-eyebrow {
  display: inline-block;
  font-family: 'Hind Siliguri', sans-serif;
  color: var(--cream);
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-sm);
}
.section-title {
  font-family: 'Playfair Display', 'Hind Siliguri', serif;
  font-size: clamp(30px, 4.5vw, 46px);
  color: var(--red-deep);
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 800;
}
.section-title .hindi { color: var(--red); }
.section-subtitle {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 500;
}

/* ========== FAMILY CARE JOURNEY ========== */
.journey-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}
.journey-step {
  flex: 1;
  min-width: 200px;
  background: var(--white);
  padding: 30px 24px;
  border-radius: 20px;
  border-top: 6px solid var(--red);
  border-bottom: 6px solid var(--gold);
  box-shadow: var(--shadow-md);
  text-align: center;
  position: relative;
}
.journey-step:nth-child(3) { border-top-color: var(--orange); }
.journey-step:nth-child(5) { border-top-color: var(--gold); }
.journey-step:nth-child(7) { border-top-color: var(--green); }
.journey-num {
  font-family: 'Hind Siliguri', serif;
  font-size: 52px;
  font-weight: 800;
  color: var(--red);
  line-height: 1;
  margin-bottom: 14px;
}
.journey-step:nth-child(3) .journey-num { color: var(--orange); }
.journey-step:nth-child(5) .journey-num { color: var(--gold); }
.journey-step:nth-child(7) .journey-num { color: var(--green); }
.journey-title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 17px;
  color: var(--red-deep);
  font-weight: 700;
  margin-bottom: 10px;
}
.journey-step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.journey-arrow {
  color: var(--red);
  font-size: 32px;
  font-weight: 700;
  align-self: center;
  flex-shrink: 0;
}

/* ========== DOCTORS TEAM ========== */
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.doctor-card {
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform .25s ease, box-shadow .25s ease;
  border: 3px solid var(--gold);
  position: relative;
}
.doctor-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.doctor-card-hero {
  border-color: var(--red);
  background: linear-gradient(180deg, var(--cream-warm) 0%, var(--white) 20%);
}
.doctor-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: var(--gold-bright);
  padding: 8px 16px;
  border-radius: 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(139, 15, 36, 0.4);
  border: 2px solid var(--gold);
}
.doctor-arch {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--cream-warm), var(--cream));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  clip-path: ellipse(50% 100% at 50% 100%);
  border-bottom: 4px solid var(--gold);
}
.doctor-arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.doctor-body { padding: 24px 26px 28px; }
.doctor-speciality {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--red-deep);
  background: linear-gradient(135deg, var(--cream-warm), var(--gold));
  padding: 6px 14px;
  border-radius: 22px;
  margin-bottom: 12px;
  border: 1.5px solid var(--red);
}
.doctor-name {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--red-deep);
  font-weight: 800;
  margin-bottom: 6px;
}
.doctor-qual {
  font-size: 15px;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 4px;
}
.doctor-exp {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
  font-style: italic;
}
.doctor-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.doctor-skills li {
  padding: 5px 12px;
  background: var(--cream-warm);
  color: var(--red-deep);
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.btn-doctor {
  display: inline-block;
  padding: 12px 22px;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: var(--cream);
  border-radius: 26px;
  font-size: 14px;
  font-weight: 800;
  border: 2px solid var(--gold);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-doctor:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(139, 15, 36, 0.4);
}

/* ========== SPECIALITIES TILES ========== */
.specialities-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.spec-tile {
  padding: 34px 28px;
  border-radius: 22px;
  color: var(--cream);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 4px solid var(--gold);
  transition: transform .25s ease;
}
.spec-tile:hover { transform: translateY(-4px); }
.spec-tile::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.spec-tile::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 217, 102, 0.15);
}
.spec-tile-purple { background: linear-gradient(135deg, #6B2D5F 0%, #3F1A3B 100%); }
.spec-tile-gold { background: linear-gradient(135deg, var(--gold) 0%, #B08534 100%); color: var(--red-deep); }
.spec-tile-gold .spec-cta { color: var(--red-deep); border-color: var(--red-deep); }
.spec-tile-gold li::before { color: var(--red-deep); }
.spec-tile-red { background: linear-gradient(135deg, var(--red) 0%, #7B1426 100%); }
.spec-tile-green { background: linear-gradient(135deg, var(--green) 0%, #0F4A30 100%); }
.spec-icon {
  font-size: 52px;
  margin-bottom: 14px;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.25));
  position: relative;
  z-index: 2;
}
.spec-tile h3 {
  font-family: 'Playfair Display', 'Hind Siliguri', serif;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.spec-tile p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  opacity: 0.95;
  position: relative;
  z-index: 2;
}
.spec-tile ul { margin-bottom: 20px; position: relative; z-index: 2; }
.spec-tile li {
  font-size: 14px;
  padding: 4px 0 4px 22px;
  position: relative;
  opacity: 0.95;
}
.spec-tile li::before {
  content: '❦';
  position: absolute;
  left: 0;
  color: var(--gold-bright);
  font-weight: 800;
}
.spec-cta {
  display: inline-block;
  padding: 11px 22px;
  background: rgba(255, 255, 255, 0.25);
  color: var(--cream);
  border-radius: 26px;
  font-size: 14px;
  font-weight: 800;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: background .2s ease;
  position: relative;
  z-index: 2;
}
.spec-cta:hover { background: rgba(255, 255, 255, 0.35); }

/* ========== CLINIC FACILITIES ========== */
.clinic-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
  max-width: 1240px;
  margin: 0 auto;
}
.clinic-item {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--gold);
}
.clinic-item-2x { grid-column: span 2; }
.clinic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(0deg, rgba(139, 15, 36, 0.95) 0%, rgba(139, 15, 36, 0.35) 100%);
  color: var(--cream);
  font-size: 13px;
  font-weight: 700;
  border-top: 2px solid var(--gold);
}

/* ========== PRESS ========== */
.press-showcase {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  max-width: 1050px;
  margin: 0 auto;
  align-items: center;
}
.press-magazine {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 5px solid var(--gold);
  transform: rotate(-2deg);
  transition: transform .3s ease;
}
.press-magazine:hover { transform: rotate(0); }
.press-magazine img { width: 100%; display: block; }
.press-copy { padding: 10px 0; }
.press-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
  color: var(--cream);
  padding: 8px 18px;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-sm);
}
.press-headline {
  font-family: 'Playfair Display', 'Hind Siliguri', serif;
  font-size: 28px;
  color: var(--red-deep);
  margin-bottom: 16px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 800;
}
.press-body {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.press-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.press-tag {
  padding: 6px 14px;
  background: var(--cream-warm);
  color: var(--red-deep);
  font-size: 13px;
  font-weight: 700;
  border-radius: 14px;
  border: 1.5px solid var(--gold);
}

/* ========== AWARENESS ========== */
.awareness-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.awareness-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform .25s ease;
  border: 2px solid var(--line);
}
.awareness-card:hover { transform: translateY(-4px); border-color: var(--red); }
.awareness-card img { width: 100%; height: 210px; object-fit: cover; }
.awareness-content { padding: 22px 24px 26px; }
.awareness-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--red-deep);
  margin-bottom: 10px;
  font-weight: 800;
}
.awareness-content p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.awareness-meta {
  display: inline-block;
  font-size: 12px;
  color: var(--green);
  font-weight: 800;
  background: rgba(26, 122, 78, 0.1);
  padding: 4px 10px;
  border-radius: 10px;
}

/* ========== CLINICAL CASES ========== */
.clinical-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.clinical-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 2px solid var(--line);
  transition: transform .25s ease, border-color .25s ease;
}
.clinical-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.clinical-card img { width: 100%; height: 220px; object-fit: cover; }
.clinical-body { padding: 20px 22px 24px; }
.clinical-body h4 {
  font-size: 17px;
  color: var(--red-deep);
  margin-bottom: 8px;
  font-weight: 800;
}
.clinical-body p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ========== REVIEWS ========== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto 28px;
}
.review-card {
  background: var(--white);
  padding: 28px 26px;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--line);
  position: relative;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: var(--gold);
  line-height: 1;
  font-style: italic;
}
.review-card-hero {
  border: 4px solid var(--red);
  background: linear-gradient(180deg, var(--cream-warm) 0%, var(--white) 30%);
}
.review-ornament {
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 8px;
}
.review-stars {
  color: #F5A623;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
.review-card p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 16px;
}
.review-author strong {
  display: block;
  color: var(--red-deep);
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 800;
}
.review-author span { font-size: 12px; color: var(--muted); }
.btn-reviews-cta {
  display: block;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 30px;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: var(--cream);
  border-radius: 32px;
  font-weight: 800;
  font-size: 15px;
  border: 3px solid var(--gold);
  box-shadow: var(--shadow-md);
  transition: transform .2s ease;
}
.btn-reviews-cta:hover { transform: translateY(-2px); }

/* ========== TRUST SECTION ========== */
.trust-section {
  background: linear-gradient(135deg, var(--blue) 0%, #0F2F4F 100%);
  color: var(--cream);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.trust-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 217, 102, 0.1) 0, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(244, 183, 64, 0.1) 0, transparent 40%);
}
.trust-section .container { position: relative; z-index: 2; }
.trust-section .section-eyebrow {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--red-deep);
  border-color: var(--red-deep);
}
.trust-section .section-title { color: var(--cream); }
.trust-section .section-subtitle { color: rgba(255, 248, 231, 0.85); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.trust-tile {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px 24px;
  border-radius: 18px;
  border: 2px solid rgba(244, 183, 64, 0.4);
  text-align: center;
  backdrop-filter: blur(6px);
  transition: transform .25s ease;
}
.trust-tile:hover { transform: translateY(-4px); border-color: var(--gold); }
.trust-icon { font-size: 52px; margin-bottom: 14px; }
.trust-tile h4 {
  font-family: 'Hind Siliguri', serif;
  font-size: 19px;
  color: var(--gold-bright);
  margin-bottom: 10px;
  font-weight: 800;
}
.trust-tile p { font-size: 14px; line-height: 1.6; opacity: 0.9; }

/* ========== FAQ ========== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item[open] {
  border-color: var(--red);
  box-shadow: var(--shadow-md);
}
.faq-item summary {
  padding: 20px 24px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--red-deep);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '❯';
  color: var(--gold);
  font-size: 22px;
  transition: transform .2s ease;
  font-weight: 800;
}
.faq-item[open] summary::after { transform: rotate(90deg); }
.faq-item p {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

/* ========== VISIT ========== */
.visit-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}
.visit-info { display: grid; gap: 18px; }
.visit-info-block {
  background: var(--white);
  padding: 22px 26px;
  border-radius: 16px;
  border-left: 6px solid var(--red);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.visit-info-block:nth-child(2) { border-left-color: var(--gold); }
.visit-info-block:nth-child(3) { border-left-color: var(--green); }
.visit-info-block:nth-child(4) { border-left-color: var(--purple); }
.visit-info-block h3 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 17px;
  color: var(--red-deep);
  margin-bottom: 10px;
  font-weight: 800;
}
.visit-info-block p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.7;
}
.visit-info-block a { color: var(--red); font-weight: 800; font-size: 18px; }
.landmarks li {
  padding: 4px 0 4px 22px;
  position: relative;
  font-size: 14px;
  color: var(--ink);
}
.landmarks li::before {
  content: '📍';
  position: absolute;
  left: 0;
  font-size: 14px;
}
.visit-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--gold);
}
.visit-map-wrap iframe {
  display: block;
  width: 100% !important;
  height: 400px !important;
  border: 0;
}
.btn-block { display: block; width: 100%; text-align: center; }

/* ========== FOOTER ========== */
.site-footer {
  background: linear-gradient(180deg, var(--red-deep) 0%, #4A0A18 100%);
  color: var(--cream);
  padding: 60px 0 24px;
  border-top: 6px solid var(--gold);
}
.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  max-width: 1240px;
  margin: 0 auto 30px;
  padding: 0 24px;
}
.footer-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  object-fit: cover;
  background: var(--cream);
  padding: 4px;
  margin-bottom: 14px;
}
.footer-hindi {
  font-family: 'Hind Siliguri', serif;
  font-size: 20px;
  color: var(--gold-bright);
  margin-bottom: 8px;
  font-weight: 700;
}
.footer-tagline { font-size: 14px; opacity: 0.9; line-height: 1.6; }
.footer-links, .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links h5, .footer-contact h5 {
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  border-bottom: 2px solid rgba(244, 183, 64, 0.4);
  padding-bottom: 6px;
}
.footer-links a, .footer-contact a, .footer-contact p {
  font-size: 14px;
  color: var(--cream);
  opacity: 0.9;
  transition: color .2s ease, opacity .2s ease;
}
.footer-links a:hover { color: var(--gold-bright); opacity: 1; }
.footer-contact p a { font-weight: 800; }
.footer-bottom {
  max-width: 1240px;
  margin: 20px auto 0;
  padding: 20px 24px 0;
  border-top: 1px solid rgba(244, 183, 64, 0.35);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p { font-size: 12px; opacity: 0.8; line-height: 1.6; }
.footer-made { color: var(--gold-bright); }
.footer-made a { color: var(--gold); text-decoration: underline; font-weight: 700; }

/* ========== MOBILE DOCK ========== */
.mobile-dock {
  position: fixed;
  bottom: 14px;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  gap: 12px;
  z-index: 200;
  padding: 0 12px;
}
.dock-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transition: transform .2s ease;
  border: 3px solid var(--gold);
}
.dock-btn:hover { transform: scale(1.08); }
.dock-call { background: linear-gradient(135deg, var(--red), var(--red-deep)); }
.dock-wa { background: linear-gradient(135deg, #25d366, #128c7e); }
.dock-map { background: linear-gradient(135deg, var(--gold), #B08534); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .header-nav { display: none; }
  .hero-container { grid-template-columns: 1fr; gap: 30px; }
  .hero-right { margin-top: 20px; }
  .hero-image-mosaic { height: 400px; }
  .specialities-tiles { grid-template-columns: 1fr 1fr; }
  .doctors-grid { grid-template-columns: 1fr 1fr; }
  .clinic-gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
  .clinic-item-2x { grid-column: span 2; }
  .press-showcase { grid-template-columns: 1fr; }
  .press-magazine { transform: none; }
  .visit-layout { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .header-actions .btn-header-tel { display: none; }
  .container { padding: 0 18px; }
  .section { padding: 60px 0; }
  .welcome-grid { grid-template-columns: 1fr; }
  .journey-flow { flex-direction: column; }
  .journey-arrow { transform: rotate(90deg); }
  .doctors-grid { grid-template-columns: 1fr; }
  .specialities-tiles { grid-template-columns: 1fr; }
  .clinic-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .clinic-item-2x { grid-column: span 2; }
  .awareness-grid, .clinical-grid, .reviews-grid { grid-template-columns: 1fr; }
  .footer-content { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .hero-image-mosaic { height: 340px; }
  .hero-badge-top { font-size: 13px; padding: 8px 14px; }
  .hero-title { font-size: 34px; }
  .hero-title .accent { font-size: 40px; }
  .hero-subtitle { font-size: 15px; }
  .section-title { font-size: 28px; }
  .mobile-dock { display: flex; }
  body { padding-bottom: 84px; }
  .trust-grid { grid-template-columns: 1fr; }
  .btn-hero { padding: 14px 24px; font-size: 15px; }
  .doctor-arch { height: 240px; }
}

/* Accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 12px 20px;
  background: var(--gold);
  color: var(--red-deep);
  font-weight: 700;
  z-index: 999;
}
.skip-link:focus { left: 0; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
