/* =========================================================
   Pachani Gurukul — Landing Page
   Palette: deep forest green + warm gold + cream
   (wellness / gurukul feel — trustworthy, premium)
   ========================================================= */

:root {
  --green-900: #14352a;
  --green-800: #1f4d3a;
  --green-700: #2a684e;
  --green-600: #37805f;
  --gold-500:  #c79a3c;
  --gold-400:  #d9b35e;
  --cream:     #f7f3ea;
  --cream-2:   #efe8d8;
  --ink:       #1c241f;
  --ink-soft:  #4a554d;
  --line:      #e3ddcf;
  --white:     #ffffff;
  --wa:        #25d366;
  --wa-dark:   #1da851;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(20,53,42,.08), 0 1px 2px rgba(20,53,42,.06);
  --shadow:    0 10px 30px -12px rgba(20,53,42,.25);
  --shadow-lg: 0 24px 60px -20px rgba(20,53,42,.35);
  --max: 1140px;

  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: 22px; }
.center { text-align: center; }

/* Missing-image placeholder styling (until real assets are added) */
.img-missing {
  background: repeating-linear-gradient(45deg,#e8e1d2,#e8e1d2 12px,#ddd4c0 12px,#ddd4c0 24px);
  min-height: 220px;
  position: relative;
}
.img-missing::after {
  content: "📷 add image";
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: var(--ink-soft); font-size: .85rem; font-weight: 600;
}

/* ---------- Typography helpers ---------- */
.section-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.7rem, 1rem + 2.6vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--green-900);
}
.section-title.light { color: var(--white); }
.kicker {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--gold-500);
  margin-bottom: 10px;
}
.section-lead {
  max-width: 620px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin: 14px 0 36px;
}

.section { padding: clamp(34px, 4.5vw, 60px) 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .98rem;
  border: 0;
  border-radius: 999px;
  padding: 13px 26px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-sm { padding: 9px 18px; font-size: .9rem; }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color: var(--green-900);
  box-shadow: 0 8px 20px -8px rgba(199,154,60,.7);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(199,154,60,.8); }

.btn-whatsapp { background: var(--wa); color: #fff; box-shadow: 0 8px 20px -8px rgba(37,211,102,.7); }
.btn-whatsapp:hover { background: var(--wa-dark); transform: translateY(-2px); }
.wa-icon { width: 20px; height: 20px; fill: currentColor; flex: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,234,.85);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; gap: 20px; height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; color: var(--green-900); }
.brand-mark {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--green-800); color: var(--gold-400);
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
}
.brand-logo { width: 42px; height: 42px; object-fit: contain; }
.brand-name { font-size: 1.15rem; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { color: var(--ink-soft); font-weight: 500; font-size: .95rem; transition: color .15s; }
.nav a:hover { color: var(--green-800); }
.header-inner .btn-primary { margin-left: 8px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    /* cream overlay keeps the headline readable over the photo */
    linear-gradient(180deg, rgba(247,243,234,.90), rgba(239,232,216,.93)),
    /* institute photo in the background — drop assets/institute.jpg to enable */
    url("assets/institute.jpg") center/cover no-repeat,
    radial-gradient(110% 120% at 85% 0%, rgba(199,154,60,.12), transparent 55%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
  padding: clamp(16px, 2.5vw, 32px) 0 clamp(56px, 7vw, 88px);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(42,104,78,.1); color: var(--green-700);
  font-weight: 600; font-size: .85rem;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 4px rgba(55,128,95,.2); }
.hero-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2.1rem, 1rem + 4.4vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -.02em;
  color: var(--green-900);
}
.hero-title .accent { color: var(--gold-500); font-style: italic; }
.hero-sub { font-size: 1.12rem; color: var(--ink-soft); margin: 20px 0 30px; max-width: 540px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 26px;
  margin-top: 32px; padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft); font-size: .92rem;
}
.hero-trust strong { color: var(--green-900); font-size: 1.25rem; font-family: var(--font-head); }

.hero-media { position: relative; min-height: 380px; }
.hero-doctor {
  position: relative; z-index: 2;
  width: 78%; margin-left: auto;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--white);
}
.hero-doctor img { aspect-ratio: 3/4; object-fit: cover; width: 100%; }
.hero-doctor figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 28px 18px 14px;
  background: linear-gradient(transparent, rgba(20,53,42,.9));
  color: #fff; display: flex; flex-direction: column;
}
.hm-name { font-family: var(--font-head); font-weight: 600; font-size: 1.1rem; }
.hm-role { font-size: .85rem; opacity: .85; }
.hero-badge {
  position: absolute; left: -16px; top: -18px; z-index: 3;
  width: 40%; max-width: 172px; aspect-ratio: 1;
  display: grid; place-items: center;
  background: var(--white); border-radius: 50%;
  box-shadow: var(--shadow); border: 5px solid var(--cream);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero-badge:hover { transform: scale(1.07); box-shadow: var(--shadow-lg); }
.hero-badge img { width: 86%; height: 86%; object-fit: contain; transition: transform .25s ease; }
.hero-badge:hover img { transform: scale(1.06); }

/* ---------- Trust / accreditation strip ---------- */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); padding: 26px 0; }
.trust-label {
  text-align: center; text-transform: uppercase; letter-spacing: .14em;
  font-size: .74rem; font-weight: 700; color: var(--ink-soft); margin-bottom: 16px;
}
.trust-logos {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(22px, 5vw, 56px);
}
.trust-logos img {
  height: 74px; width: auto; object-fit: contain;
  opacity: 1;
  transition: transform .2s ease;
}
.trust-logos img:hover { transform: scale(1.05); }
.trust-groups {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
  gap: clamp(28px, 6vw, 72px);
}
.trust-group { text-align: center; }
.trust-group .trust-logos { gap: clamp(18px, 3vw, 36px); }
.trust-badge {
  display: inline-flex; align-items: center; text-align: center;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; line-height: 1.25;
  color: var(--green-800); padding: 10px 18px; border-radius: 10px;
  background: rgba(55,128,95,.08); border: 1px solid var(--line); height: 74px;
}

/* ---------- Reviews ---------- */
.reviews { background: var(--white); }
.reviews-head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; margin-bottom: 44px; }
.g-badge {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--cream); border: 1px solid var(--line);
  padding: 14px 22px; border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.g-logo { width: 34px; height: 34px; }
.g-stars { display: flex; align-items: center; gap: 8px; }
.g-stars .stars { color: var(--gold-500); letter-spacing: 2px; font-size: 1.1rem; }
.g-stars strong { font-family: var(--font-head); font-size: 1.4rem; color: var(--green-900); }
.g-count { font-size: .85rem; color: var(--ink-soft); }

/* Reviews carousel */
.review-carousel { position: relative; display: flex; align-items: center; gap: 10px; }
.review-track {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 6px 2px 14px; flex: 1;
  scrollbar-width: none;
}
.review-track::-webkit-scrollbar { display: none; }
.rc-arrow {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--white); color: var(--green-800);
  font-size: 1.6rem; line-height: 1; cursor: pointer; box-shadow: var(--shadow-sm);
  display: grid; place-items: center; transition: background .15s, transform .15s, color .15s;
}
.rc-arrow:hover { background: var(--green-800); color: var(--cream); transform: scale(1.06); }
.review-card {
  flex: 0 0 clamp(260px, 30%, 340px); scroll-snap-align: start;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: var(--shadow-sm);
}
.rc-top { display: flex; align-items: center; justify-content: space-between; }
.rc-g { width: 22px; height: 22px; flex: none; }
.review-card .stars { color: var(--gold-500); letter-spacing: 2px; }
.review-card p { color: var(--ink); font-size: .98rem; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--green-700); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-family: var(--font-head);
}
.review-author .ra-name { font-weight: 600; font-size: .92rem; }
.review-author .ra-meta { font-size: .78rem; color: var(--ink-soft); }

/* ---------- Course / Benefits ---------- */
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 44px; }
.benefit {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.benefit-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: grid; place-items: center; font-size: 1.4rem;
  background: rgba(199,154,60,.15); margin-bottom: 14px;
}
.benefit h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--green-900); margin-bottom: 6px; }
.benefit p { font-size: .9rem; color: var(--ink-soft); }

/* Course section — compact so the whole thing fits one desktop screen */
.course { padding-block: clamp(36px, 4vw, 56px); }
.course .section-lead { margin-bottom: 20px; }

/* Course overview: video + 8 bullet points */
.course-overview {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px;
  align-items: center; margin-bottom: 28px;
}
.course-video .video-frame {
  box-shadow: var(--shadow); margin: 0 auto;
  aspect-ratio: 9 / 16; max-width: 250px; width: 100%;
}
.course-points-title {
  font-family: var(--font-head); font-weight: 600; font-size: 1.3rem;
  color: var(--green-900); margin-bottom: 18px;
}
.point-list { display: grid; gap: 10px; margin-bottom: 22px; }
.point { display: flex; align-items: flex-start; gap: 12px; font-size: 1rem; color: var(--ink); }
.point-check {
  flex: none; width: 26px; height: 26px; margin-top: 1px;
  border-radius: 50%; display: grid; place-items: center;
  background: rgba(55,128,95,.14); color: var(--green-700);
  font-weight: 700; font-size: .85rem;
}
.course-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.dl-icon { width: 18px; height: 18px; flex: none; }
.btn-ghost {
  background: transparent; color: var(--green-800);
  box-shadow: inset 0 0 0 1.5px var(--green-700);
}
.btn-ghost:hover { background: var(--green-800); color: var(--cream); transform: translateY(-2px); }

.course-facts {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 18px;
  background: var(--green-800); border-radius: var(--radius);
  padding: 20px; margin-bottom: 28px;
}
.fact { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; color: var(--cream); }
.fact-icon { font-size: 1.6rem; }
.fact-label { text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; color: var(--gold-400); font-weight: 700; }
.fact-value { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; }

/* ---------- Video sections ---------- */
.intro-video { background: var(--white); }
.video-frame {
  position: relative; max-width: 860px; margin: 0 auto;
  aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); background: var(--green-900);
}
.video-frame iframe,
.video-frame video { width: 100%; height: 100%; border: 0; display: block; object-fit: cover; background: #000; }
.video-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  color: var(--cream-2); font-size: .95rem; text-align: center; padding: 20px;
}
.video-placeholder .play {
  width: 70px; height: 70px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.4);
  display: grid; place-items: center; font-size: 1.6rem; color: #fff;
}

/* ---------- Testimonials ---------- */
.testimonial-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  justify-content: center;
}
.testimonial-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
}
.testimonial-video { position: relative; aspect-ratio: 9/16; background: var(--green-900); }
.testimonial-video iframe,
.testimonial-video video { width: 100%; height: 100%; border: 0; display: block; object-fit: cover; }
.tc-body { padding: 16px 18px; }
.tc-body .stars { color: var(--gold-500); letter-spacing: 2px; font-size: .9rem; }
.tc-name { font-weight: 600; font-size: .95rem; margin-top: 4px; }
.tc-result { font-size: .85rem; color: var(--green-700); font-weight: 600; }

/* ---------- Results ---------- */
.results { background: linear-gradient(180deg, var(--cream-2), var(--cream)); }
.stats-row {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 18px;
  margin: 32px 0 44px;
}
.stat {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 18px; text-align: center;
  box-shadow: var(--shadow-sm);
}
.stat-num { display: block; font-family: var(--font-head); font-weight: 700; font-size: 2.2rem; color: var(--green-800); }
.stat-label { font-size: .85rem; color: var(--ink-soft); }
/* Feedback carousel */
.fb-carousel { position: relative; display: flex; align-items: stretch; gap: 10px; }
.results-feedback {
  display: flex; gap: 22px; flex: 1;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 6px 2px 14px; scrollbar-width: none;
}
.results-feedback::-webkit-scrollbar { display: none; }
.results-feedback .wa-chat { flex: 0 0 calc((100% - 66px) / 4); scroll-snap-align: start; }
/* WhatsApp-style box feedback chat cards */
.wa-chat {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
.wa-chat:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.wa-head {
  display: flex; align-items: center; gap: 10px;
  background: #075E54; color: #fff; padding: 10px 14px;
}
.wa-avatar {
  width: 42px; height: 42px; flex: none; object-fit: contain;
  background: #fff; border-radius: 50%; padding: 2px;
}
.wa-meta { display: flex; flex-direction: column; line-height: 1.2; margin-right: auto; }
.wa-name { font-weight: 600; font-size: .95rem; }
.wa-status { font-size: .72rem; color: rgba(255,255,255,.7); }
.wa-body {
  background-color: #ECE5DD;
  background-image: radial-gradient(rgba(0,0,0,.04) 1px, transparent 1px);
  background-size: 16px 16px;
  padding: 16px 14px; flex: 1; display: flex;
}
.wa-bubble {
  position: relative; background: #fff; border-radius: 10px;
  border-top-left-radius: 2px;
  padding: 10px 12px 6px; box-shadow: 0 1px 1px rgba(0,0,0,.12);
  font-size: .92rem; color: var(--ink); max-width: 100%;
}
.wa-bubble::before {
  content: ""; position: absolute; top: 0; left: -7px;
  border: 7px solid transparent; border-top-color: #fff; border-right-color: #fff;
}
.wa-bubble p { margin: 0; line-height: 1.45; }
.wa-time {
  display: block; text-align: right; margin-top: 4px;
  font-size: .68rem; color: #8a8d8f; white-space: nowrap;
}
.wa-ticks { color: #34B7F1; font-size: .72rem; }

/* ---------- Why choose us ---------- */
.why { background: var(--green-900); color: var(--cream); }
.why .kicker { color: var(--gold-400); }
.why .section-title { color: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 36px; }
.why-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 26px;
}
.why-icon { font-size: 1.8rem; margin-bottom: 12px; }
.why-card h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; color: var(--gold-400); margin-bottom: 8px; }
.why-card p { color: rgba(247,243,234,.8); font-size: .94rem; }

/* ---------- About ---------- */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.about-copy p { color: var(--ink-soft); margin-bottom: 16px; }
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 24px 0; }
.mv h3 { font-family: var(--font-head); color: var(--green-800); font-size: 1.05rem; margin-bottom: 6px; }
.doctor-profile { background: var(--cream); border-radius: var(--radius); padding: 22px; }
.doctor-profile h3 { font-family: var(--font-head); color: var(--green-900); font-size: 1.2rem; }
.doctor-credentials { color: var(--gold-500) !important; font-weight: 600; font-size: .9rem; margin-bottom: 10px !important; }

/* ---------- Enroll / Final CTA ---------- */
.enroll {
  background:
    radial-gradient(90% 140% at 0% 0%, rgba(199,154,60,.18), transparent 50%),
    var(--green-900);
  color: var(--cream);
}
.enroll-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.enroll-lead { color: rgba(247,243,234,.85); font-size: 1.08rem; margin: 18px 0 24px; }
.enroll-points { display: grid; gap: 10px; margin-bottom: 28px; }
.enroll-points li { color: var(--cream); }

.enroll-form-wrap {
  background: var(--white); color: var(--ink);
  border-radius: var(--radius); padding: 32px;
  box-shadow: var(--shadow-lg);
}
.lead-form h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.4rem; color: var(--green-900); margin-bottom: 18px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field .opt { color: var(--ink-soft); font-weight: 400; }
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem;
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--cream); color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(55,128,95,.15); background: #fff;
}
.field input.invalid, .field textarea.invalid { border-color: #d4503e; box-shadow: 0 0 0 3px rgba(212,80,62,.12); }
.radio-row { display: flex; gap: 12px; }
.radio-opt {
  flex: 1; display: flex; align-items: center; gap: 8px;
  padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--cream); cursor: pointer; font-weight: 500; font-size: .95rem;
  transition: border-color .15s, background .15s;
}
.radio-opt:hover { border-color: var(--green-600); }
.radio-opt input { accent-color: var(--green-700); width: 16px; height: 16px; }
.radio-row.invalid .radio-opt { border-color: #d4503e; }
.form-note { margin-top: 12px; font-size: .9rem; font-weight: 600; min-height: 1.2em; }
.form-note.ok { color: var(--green-700); }
.form-note.err { color: #d4503e; }
.form-privacy { margin-top: 12px; font-size: .78rem; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-900); color: var(--cream); padding-top: 48px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; padding-bottom: 32px; }
.footer-inner .brand-mark { display: inline-grid; vertical-align: middle; margin-right: 8px; }
.footer-logo {
  width: 52px; height: 52px; object-fit: contain; vertical-align: middle;
  margin-right: 10px; background: #fff; border-radius: 10px; padding: 5px;
}
.footer-inner strong { font-family: var(--font-head); font-size: 1.15rem; }
.footer-tag { color: rgba(247,243,234,.7); font-size: .9rem; margin-top: 10px; max-width: 280px; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact a, .footer-contact span { color: rgba(247,243,234,.85); font-size: .92rem; }
.footer-address { line-height: 1.5; }
.map-cta { color: var(--gold-400); font-weight: 600; white-space: nowrap; }
.footer-contact a:hover { color: var(--gold-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 22px; font-size: .82rem; color: rgba(247,243,234,.6); }

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; gap: 10px; padding: 10px 14px;
  background: rgba(247,243,234,.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); box-shadow: 0 -6px 20px -8px rgba(20,53,42,.25);
}
.mobile-cta .btn-primary { flex: 1; }
.mobile-cta .btn-whatsapp { width: 52px; padding: 0; flex: none; }

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .review-grid, .why-grid { grid-template-columns: repeat(2,1fr); }
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  /* Doctor photo first on mobile/tablet */
  .hero-media { order: -1; max-width: 380px; margin-inline: auto; min-height: 0; }
  .hero-doctor { width: 100%; margin: 0; }
  .hero-copy { text-align: center; }
  .hero-cta, .hero-trust { justify-content: center; }
  .hero-sub { margin-inline: auto; }
  .about-grid, .enroll-grid { grid-template-columns: 1fr; gap: 32px; }
  .course-overview { grid-template-columns: 1fr; gap: 28px; }
  .results-feedback .wa-chat { flex-basis: calc((100% - 22px) / 2); } /* 2 per view */
  .nav { display: none; }
}

@media (max-width: 600px) {
  .benefits-grid, .review-grid,
  .why-grid, .stats-row, .course-facts, .mv { grid-template-columns: 1fr; }
  .results-feedback .wa-chat { flex-basis: 86%; } /* ~1 per view */
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .header-inner .btn-primary { display: none; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 74px; } /* clear sticky bar */
  .enroll-form-wrap { padding: 24px; }
  .hero-trust { gap: 18px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn { transition: none; }
}
