/* ════════════════════════════════════════════════════════════════════
   NUTRI PHYSICIAN — CONDITION PAGE STYLES
   Shared template for PCOS, Diabetes Reversal, Thyroid
   Clinical / data-driven aesthetic competing with Apollo / Tata 1mg
   ════════════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Brand bridge */
  --green-deep: #0b1a0c;
  --green-dark: #122914;
  --green-accent: #2d6e31;
  --green-bright: #02e37a;
  --cta: #f4622a;
  --cta-hover: #e04d18;
  --cream: #f8f4ee;
  --cream-dark: #ede8e0;

  /* Clinical palette */
  --clinical: #0f4c5c;       /* deep teal — clinical */
  --clinical-light: #e3f0f3;
  --clinical-mid: #4d8a9a;
  --risk: #c0392b;
  --risk-light: #fdf0ee;
  --improve: #1f8a5b;
  --improve-light: #e8f5ee;
  --neutral: #6b7280;

  --paper: #ffffff;
  --canvas: #fafbfc;
  --canvas-warm: #faf7f2;
  --border: rgba(0,0,0,0.08);
  --border-strong: rgba(0,0,0,0.16);
  --text-dark: #0d1418;
  --text-mid: #3b4451;
  --text-light: #6b7480;
  --white: #ffffff;

  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}
section { overflow: hidden; position: relative; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ─── NAV (matches main site) ─── */
nav.np-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; height: 64px;
  background: rgba(11,26,12,0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.np-nav .nav-logo { display: flex; align-items: center; text-decoration: none; }
.np-nav .nav-logo img { height: 38px; }
.np-nav .nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.np-nav .nav-links a {
  color: rgba(255,255,255,0.75); text-decoration: none;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em;
  text-transform: uppercase; transition: color 0.2s;
}
.np-nav .nav-links a:hover, .np-nav .nav-links a.active { color: var(--white); }
.np-nav .nav-cta {
  background: var(--cta); color: white !important;
  padding: 0.5rem 1.3rem; border-radius: 100px;
  transition: background 0.2s, transform 0.15s !important;
}
.np-nav .nav-cta:hover { background: var(--cta-hover) !important; transform: scale(1.04); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; }
.mobile-menu {
  display: none; position: fixed; top: 64px; left: 0; right: 0;
  background: var(--green-deep); padding: 2rem 5vw; z-index: 999;
  flex-direction: column; gap: 1.4rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 1.05rem; font-weight: 500; }

/* ─── BREADCRUMB ─── */
.breadcrumb {
  padding: 84px 5vw 0;
  background: var(--paper);
  font-size: 0.78rem;
  color: var(--text-light);
  letter-spacing: 0.03em;
  max-width: 1300px;
  margin: 0 auto;
}
.breadcrumb a { color: var(--text-light); text-decoration: none; }
.breadcrumb a:hover { color: var(--clinical); }
.breadcrumb .sep { margin: 0 0.5rem; opacity: 0.5; }
.breadcrumb .current { color: var(--text-dark); font-weight: 500; }

/* ═══════════════════════════════════════════════════════════ */
/*  HERO + SYMPTOMS CHECKLIST                                 */
/* ═══════════════════════════════════════════════════════════ */
.hero-condition {
  background: var(--paper);
  padding: 2rem 5vw 6rem;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem;
  align-items: start;
}

.hero-text { padding-top: 1rem; }
.condition-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--clinical-light);
  color: var(--clinical);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.4rem 0.95rem; border-radius: 100px;
  margin-bottom: 1.6rem;
  border: 1px solid rgba(15,76,92,0.18);
}
.condition-tag::before {
  content: ''; width: 6px; height: 6px;
  background: var(--clinical); border-radius: 50%;
}
.condition-h1 {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  font-weight: 900; line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
  color: var(--text-dark);
}
.condition-h1 em { font-style: italic; color: var(--cta); }
.condition-h1 .strike {
  text-decoration: line-through;
  text-decoration-color: var(--risk);
  text-decoration-thickness: 3px;
  color: var(--text-light);
}
.condition-sub {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  color: var(--text-mid);
  max-width: 520px; line-height: 1.65;
  margin-bottom: 2.2rem;
  font-weight: 400;
}

.proof-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-bottom: 2.2rem;
  max-width: 520px;
}
.proof-card {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.proof-num {
  font-family: var(--font-head);
  font-size: 1.55rem; font-weight: 800;
  color: var(--text-dark);
  line-height: 1; letter-spacing: -0.02em;
}
.proof-num span { color: var(--clinical); font-size: 0.85em; }
.proof-num .pos { color: var(--improve); }
.proof-num .neg { color: var(--cta); }
.proof-label {
  font-size: 0.7rem; color: var(--text-light);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-top: 0.5rem; line-height: 1.4;
}

.hero-actions {
  display: flex; gap: 0.8rem; flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 100px;
  font-size: 0.92rem; font-weight: 600;
  border: none; cursor: pointer; text-decoration: none;
  font-family: var(--font-body);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s, color 0.2s;
}
.btn-wa {
  background: #25D366; color: white;
  box-shadow: 0 4px 16px rgba(37,211,102,0.32);
}
.btn-wa:hover { background: #1eb558; transform: translateY(-1px); }
.btn-wa svg { width: 18px; height: 18px; fill: white; }
.btn-orange {
  background: var(--cta); color: white;
  box-shadow: 0 4px 16px rgba(244,98,42,0.32);
}
.btn-orange:hover { background: var(--cta-hover); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--text-dark);
  border: 1.5px solid var(--border-strong);
}
.btn-ghost:hover { border-color: var(--text-dark); }
.btn-dark {
  background: var(--text-dark); color: white;
}
.btn-dark:hover { background: #1f2933; transform: translateY(-1px); }

.hero-trust {
  display: flex; align-items: center; gap: 1.2rem;
  font-size: 0.78rem; color: var(--text-light);
  flex-wrap: wrap;
}
.hero-trust .dot { width: 4px; height: 4px; background: var(--text-light); border-radius: 50%; opacity: 0.5; }
.hero-trust strong { color: var(--text-dark); font-weight: 600; }

/* ─── HERO RIGHT: CHECKLIST CARD ─── */
.symptom-card {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
  position: sticky; top: 84px;
}
.symptom-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border);
}
.symptom-title {
  font-family: var(--font-head);
  font-size: 1.35rem; font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.symptom-sub {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.5;
}
.symptom-counter {
  background: var(--text-dark);
  color: white;
  border-radius: 12px;
  padding: 0.7rem 1rem;
  text-align: center;
  min-width: 64px;
}
.symptom-counter .n {
  font-family: var(--font-head);
  font-size: 1.5rem; font-weight: 800;
  line-height: 1;
  transition: color 0.3s;
}
.symptom-counter .n.alert { color: var(--cta); }
.symptom-counter .n.severe { color: #ff6b3d; }
.symptom-counter .lbl {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 0.2rem;
}

.symptom-list {
  display: flex; flex-direction: column; gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.symptom-item {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.75rem 0.9rem;
  background: var(--paper);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.92rem;
  color: var(--text-mid);
  font-weight: 500;
  transition: all 0.2s;
  user-select: none;
}
.symptom-item input { position: absolute; opacity: 0; pointer-events: none; }
.symptom-item .check {
  width: 18px; height: 18px;
  border-radius: 5px;
  border: 2px solid var(--border-strong);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.symptom-item input:checked + .check {
  background: var(--clinical);
  border-color: var(--clinical);
}
.symptom-item input:checked + .check::after {
  content: '';
  width: 4px; height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
.symptom-item:has(input:checked) {
  border-color: var(--clinical);
  background: var(--clinical-light);
  color: var(--text-dark);
}
.symptom-item:hover { border-color: var(--clinical-mid); }

.symptom-result {
  background: var(--text-dark);
  color: white;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.symptom-result.alert { background: var(--cta); }
.symptom-result.severe { background: #b8330d; }
.symptom-result-text {
  font-size: 0.88rem; font-weight: 500;
  line-height: 1.4;
}
.symptom-result-text strong {
  font-family: var(--font-head);
  font-weight: 700;
}
.symptom-result a {
  background: white;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem 1rem;
  border-radius: 100px;
  white-space: nowrap;
  transition: transform 0.15s;
}
.symptom-result a:hover { transform: translateY(-1px); }

/* ═══════════════════════════════════════════════════════════ */
/*  SECTION BASE                                              */
/* ═══════════════════════════════════════════════════════════ */
.condition-section {
  padding: 5.5rem 5vw;
  position: relative;
}
.condition-section.alt { background: var(--canvas); }
.condition-section.dark { background: var(--text-dark); color: white; }
.condition-section.clinical { background: var(--clinical); color: white; }
.section-inner {
  max-width: 1240px; margin: 0 auto;
}

.section-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--clinical);
  margin-bottom: 1rem;
}
.section-eyebrow::before {
  content: ''; width: 16px; height: 1px;
  background: var(--clinical);
}
.dark .section-eyebrow,
.clinical .section-eyebrow { color: var(--green-bright); }
.dark .section-eyebrow::before,
.clinical .section-eyebrow::before { background: var(--green-bright); }

.section-h2 {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: var(--text-dark);
  max-width: 760px;
}
.dark .section-h2, .clinical .section-h2 { color: white; }
.section-h2 em { font-style: italic; color: var(--cta); }
.section-lead {
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 680px;
  margin-bottom: 2.5rem;
}
.dark .section-lead, .clinical .section-lead { color: rgba(255,255,255,0.7); }

/* ═══════════════════════════════════════════════════════════ */
/*  EXPLAINER + MYTHS                                         */
/* ═══════════════════════════════════════════════════════════ */
.explainer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: start;
}
.explainer-prose p {
  font-size: 1.02rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.explainer-prose p strong { color: var(--text-dark); font-weight: 600; }
.explainer-prose .pull {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--clinical);
  border-left: 3px solid var(--clinical);
  padding-left: 1.2rem;
  margin: 1.8rem 0;
  line-height: 1.5;
}

.myth-stack {
  display: flex; flex-direction: column;
  gap: 0.9rem;
}
.myth-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.myth-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: stretch;
}
.myth-label {
  display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}
.myth-label.myth-x {
  background: var(--risk-light);
  color: var(--risk);
  border-right: 1px solid rgba(192,57,43,0.15);
}
.myth-label.myth-tick {
  background: var(--improve-light);
  color: var(--improve);
  border-right: 1px solid rgba(31,138,91,0.15);
  border-top: 1px solid var(--border);
}
.myth-content {
  padding: 0.8rem 1.1rem;
  font-size: 0.93rem;
  color: var(--text-mid);
  line-height: 1.55;
}
.myth-row + .myth-row .myth-content { border-top: 1px solid var(--border); }
.myth-content strong { color: var(--text-dark); font-weight: 600; }

/* ═══════════════════════════════════════════════════════════ */
/*  PROTOCOL                                                  */
/* ═══════════════════════════════════════════════════════════ */
.protocol-section {
  background: var(--canvas);
  padding: 6rem 5vw;
}
.protocol-head {
  text-align: center; max-width: 720px;
  margin: 0 auto 4rem;
}
.protocol-head .section-eyebrow { display: inline-flex; }
.protocol-head .section-h2 { margin: 0 auto 1rem; }
.protocol-head .section-lead { margin: 0 auto; }

.protocol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.protocol-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.8rem 1.6rem;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.protocol-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--clinical);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.protocol-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.protocol-card:hover::before { transform: scaleX(1); }

.protocol-num {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--clinical);
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.protocol-title {
  font-family: var(--font-head);
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 0.7rem;
}
.protocol-body {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.65;
}
.protocol-body strong { color: var(--text-dark); font-weight: 600; }

/* ═══════════════════════════════════════════════════════════ */
/*  LAB MARKERS TABLE                                         */
/* ═══════════════════════════════════════════════════════════ */
.labs-section {
  background: var(--paper);
  padding: 6rem 5vw;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.labs-head {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: end;
}
.labs-head-right {
  background: var(--clinical);
  color: white;
  border-radius: 14px;
  padding: 1.4rem 1.5rem;
  font-size: 0.92rem;
  line-height: 1.55;
}
.labs-head-right strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.lab-table {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.92rem;
}
.lab-table thead {
  background: var(--canvas);
}
.lab-table th {
  text-align: left;
  padding: 1rem 1.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  border-bottom: 1px solid var(--border);
}
.lab-table td {
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.lab-table tr:last-child td { border-bottom: none; }
.lab-marker {
  font-weight: 700;
  color: var(--text-dark);
  font-size: 0.95rem;
}
.lab-marker small {
  display: block;
  font-size: 0.74rem;
  color: var(--text-light);
  font-weight: 400;
  margin-top: 0.2rem;
}
.lab-range {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--text-mid);
}
.lab-target {
  display: inline-block;
  background: var(--improve-light);
  color: var(--improve);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
}
.lab-change {
  font-size: 0.85rem;
  color: var(--improve);
  font-weight: 600;
}
.lab-change .arrow { font-size: 0.9em; margin-right: 0.2em; }

/* ═══════════════════════════════════════════════════════════ */
/*  DOCTOR PARTNERSHIP                                        */
/* ═══════════════════════════════════════════════════════════ */
.partner-section {
  background: var(--text-dark);
  color: white;
  padding: 5rem 5vw;
}
.partner-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.partner-inner .section-h2 { color: white; }
.partner-inner .section-h2 em { color: var(--green-bright); }
.partner-inner .section-lead { color: rgba(255,255,255,0.65); }

.partner-pillars {
  display: flex; flex-direction: column;
  gap: 1rem;
}
.partner-pillar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 1.2rem 1.3rem;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 1rem;
  align-items: flex-start;
}
.pillar-icon {
  width: 28px; height: 28px;
  background: var(--green-bright);
  color: var(--text-dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.78rem;
  flex-shrink: 0;
}
.pillar-title {
  font-family: var(--font-head);
  font-size: 1.02rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.3rem;
}
.pillar-body {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════ */
/*  FAQ                                                       */
/* ═══════════════════════════════════════════════════════════ */
.faq-section {
  background: var(--paper);
  padding: 6rem 5vw;
}
.faq-inner {
  max-width: 880px; margin: 0 auto;
}
.faq-head {
  text-align: center;
  margin-bottom: 3rem;
}
.faq-head .section-eyebrow { display: inline-flex; }
.faq-head .section-h2 { margin: 0 auto 1rem; }
.faq-head .section-lead { margin: 0 auto; }

.faq-list {
  display: flex; flex-direction: column;
  gap: 0.6rem;
}
.faq-item {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open { border-color: var(--clinical); background: var(--paper); box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.faq-q {
  width: 100%;
  background: transparent; border: none;
  text-align: left;
  padding: 1.2rem 1.4rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  line-height: 1.4;
}
.faq-q .icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--clinical-light);
  color: var(--clinical);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.25s, background 0.2s;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); background: var(--clinical); color: white; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner {
  padding: 0 1.4rem 1.3rem;
  font-size: 0.94rem;
  color: var(--text-mid);
  line-height: 1.7;
}
.faq-a-inner strong { color: var(--text-dark); font-weight: 600; }

/* ═══════════════════════════════════════════════════════════ */
/*  QUIZ + FINAL CTA                                          */
/* ═══════════════════════════════════════════════════════════ */
.final-section {
  background: var(--green-deep);
  padding: 6rem 5vw;
  color: white;
  position: relative; overflow: hidden;
}
.final-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(244,98,42,0.12) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(45,110,49,0.18) 0%, transparent 50%);
  pointer-events: none;
}
.final-inner {
  max-width: 1080px; margin: 0 auto;
  position: relative; z-index: 1;
}
.final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.final-left .section-eyebrow { color: var(--green-bright); }
.final-left .section-eyebrow::before { background: var(--green-bright); }
.final-left .section-h2 {
  color: white;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.2rem;
}
.final-left .section-h2 em { color: var(--cta); }
.final-left p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 460px;
}

.quiz-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 2.2rem;
  backdrop-filter: blur(10px);
}
.quiz-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.quiz-title {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.3rem;
}
.quiz-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.quiz-progress {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.8rem;
  border-radius: 100px;
  white-space: nowrap;
}

.quiz-question {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.2rem;
  line-height: 1.35;
  min-height: 3.4em;
}
.quiz-answers {
  display: flex; flex-direction: column;
  gap: 0.6rem;
}
.quiz-answer {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12);
  color: white;
  text-align: left;
  padding: 0.85rem 1.1rem;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.quiz-answer:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.25);
}
.quiz-result {
  display: none;
  text-align: center;
}
.quiz-result.active { display: block; }
.quiz-result-icon {
  width: 60px; height: 60px;
  margin: 0 auto 1.2rem;
  background: var(--cta);
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.quiz-result h4 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.6rem;
}
.quiz-result p {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ═══════════════════════════════════════════════════════════ */
/*  FOOTER                                                    */
/* ═══════════════════════════════════════════════════════════ */
.condition-footer {
  background: #050d05;
  padding: 3rem 5vw 1.6rem;
  color: rgba(255,255,255,0.7);
}
.cf-inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
.cf-tagline {
  font-size: 0.78rem; color: rgba(255,255,255,0.4);
  line-height: 1.6;
  max-width: 280px;
  margin-top: 1rem;
}
.cf-title {
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1rem;
}
.cf-links { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.cf-links a {
  color: rgba(255,255,255,0.55); text-decoration: none;
  font-size: 0.82rem;
}
.cf-links a:hover { color: white; }
.cf-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1.4rem;
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 0.6rem;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  max-width: 1240px; margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════ */
/*  WHATSAPP FLOATER                                          */
/* ═══════════════════════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 22px; right: 22px;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(37,211,102,0.45);
  z-index: 998; text-decoration: none;
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

/* ═══════════════════════════════════════════════════════════ */
/*  RESPONSIVE                                                */
/* ═══════════════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .np-nav .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .symptom-card { position: static; }
  .explainer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .labs-head { grid-template-columns: 1fr; gap: 1.8rem; }
  .partner-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .final-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .cf-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 560px) {
  .breadcrumb { padding-top: 78px; font-size: 0.72rem; }
  .proof-row { grid-template-columns: 1fr; }
  .symptom-card { padding: 1.5rem; }
  .protocol-grid { grid-template-columns: 1fr; }
  .lab-table { font-size: 0.84rem; }
  .lab-table th, .lab-table td { padding: 0.8rem 0.9rem; }
  .cf-inner { grid-template-columns: 1fr; }
  .symptom-result { flex-direction: column; align-items: flex-start; }
  .quiz-card { padding: 1.6rem; }
}
