/* Varicocele Treatment — Men's Health
   Inherits from flowcare-styles-v2.css (navy + cyan)
   Masculine: stronger contrast, bolder weights, data-forward, no pastels */

.vc-page {
  --bg: #f4f7fb;
  --bg-2: #ffffff;
  --ink: #0E2F6B;
  --ink-2: #4a5570;
  --ink-3: #7a8094;
  --line: #d6deea;
  --line-2: #e6ecf4;

  --navy: #0E2F6B;
  --navy-2: #1a3d8a;
  --navy-deep: #07173d;
  --navy-ink: #0a1628;

  --cyan: #00D4FF;
  --cyan-2: #1FC3C7;
  --cyan-deep: #0891B2;
  --teal: #14B8A6;
  --wa: #25D366;
  --wa-deep: #128C7E;

  --serif: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', 'SF Mono', monospace;
  --hi: 'Noto Serif Devanagari', 'Tiro Devanagari Hindi', serif;
}

.vc-page { background: var(--bg); color: var(--ink); }

/* ─── Shared utility ─── */
.vc-section { padding: 100px 0; position: relative; }
.vc-section-inner { max-width: 1280px; margin: 0 auto; padding: 0 56px; }
.vc-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--cyan-deep); font-weight: 600;
}
.vc-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px rgba(0,212,255,0.6); }
.vc-h2 { font-family: var(--serif); font-weight: 600; font-size: 56px; line-height: 1.05; letter-spacing: -0.02em; color: var(--navy); }
.vc-h2 i { font-style: italic; color: var(--cyan-deep); }
.vc-h2-hi { font-family: var(--hi); font-size: 22px; color: var(--ink-2); margin-top: 8px; }
.vc-lede { max-width: 720px; font-size: 17px; line-height: 1.65; color: var(--ink-2); margin-top: 16px; }

/* CTAs */
.vc-cta-wa {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--wa); color: #fff; font-weight: 700; font-size: 14px;
  padding: 16px 28px; border-radius: 100px; text-decoration: none;
  box-shadow: 0 12px 32px rgba(37,211,102,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.vc-cta-wa:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(37,211,102,0.45); }
.vc-cta-wa svg { fill: #fff; }
.vc-cta-out {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--cyan); color: var(--cyan-deep); font-weight: 700; font-size: 14px;
  padding: 14px 24px; border-radius: 100px; text-decoration: none;
  background: rgba(0,212,255,0.04);
  transition: background 0.2s;
}
.vc-cta-out:hover { background: rgba(0,212,255,0.1); }
.vc-cta-male {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy); color: #fff; font-weight: 700; font-size: 13px;
  padding: 14px 24px; border-radius: 100px; text-decoration: none;
  border: 1.5px solid var(--navy);
  transition: all 0.2s;
}
.vc-cta-male:hover { background: var(--navy-2); transform: translateY(-2px); }

/* Privacy badge */
.vc-priv-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 100px;
  background: rgba(20,184,166,0.1); color: var(--teal);
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  border: 1px solid rgba(20,184,166,0.25);
}
.vc-priv-badge svg { width: 12px; height: 12px; }

/* ═══════════════════════════════════════════════
   1. BREADCRUMB + STICKY HEADER STRIP
   ═══════════════════════════════════════════════ */
.vc-crumb {
  background: var(--navy-deep); color: rgba(255,255,255,0.6);
  font-size: 12px; padding: 14px 56px;
  display: flex; align-items: center; gap: 8px; max-width: 1280px;
  margin: 0 auto; font-weight: 500; letter-spacing: 0.02em;
}
.vc-crumb a { color: rgba(255,255,255,0.7); text-decoration: none; }
.vc-crumb a:hover { color: var(--cyan); }
.vc-crumb .sep { opacity: 0.4; }
.vc-crumb .here { color: var(--cyan); font-weight: 600; }

.vc-strip {
  background: linear-gradient(90deg, var(--navy-deep), var(--navy));
  color: #fff; padding: 12px 56px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; max-width: 1280px; margin: 0 auto;
  border-top: 1px solid rgba(0,212,255,0.2);
}
.vc-strip-left { display: flex; align-items: center; gap: 24px; }
.vc-strip-item { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.85); }
.vc-strip-item b { color: var(--cyan); font-weight: 700; }
.vc-strip-item svg { width: 14px; height: 14px; color: var(--cyan); }

/* ═══════════════════════════════════════════════
   2. HERO — fertility-first
   ═══════════════════════════════════════════════ */
.vc-hero {
  background: 
    radial-gradient(circle at 80% 20%, rgba(0,212,255,0.18), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(20,184,166,0.12), transparent 60%),
    linear-gradient(180deg, #0a1628 0%, #07173d 100%);
  color: #fff; padding: 80px 0 100px;
  position: relative; overflow: hidden;
}
.vc-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px; opacity: 0.5;
}
.vc-hero-inner { max-width: 1280px; margin: 0 auto; padding: 0 56px; position: relative; z-index: 1; }
.vc-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.vc-hero-eyebrow .dot { background: var(--cyan); }
.vc-hero-eyebrow { color: var(--cyan); }
.vc-hero h1 {
  font-family: var(--serif); font-weight: 600; font-size: 64px; line-height: 1.05;
  letter-spacing: -0.02em; margin: 20px 0 16px; color: #fff;
}
.vc-hero h1 i { color: var(--cyan); font-style: italic; }
.vc-hero h1 b { font-weight: 800; color: var(--cyan); font-style: normal; }
.vc-hero-sub { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.78); max-width: 580px; margin-bottom: 28px; }
.vc-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.vc-hero-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 100px; font-size: 12px; font-weight: 600;
  background: rgba(0,212,255,0.12); color: var(--cyan);
  border: 1px solid rgba(0,212,255,0.3);
  letter-spacing: 0.02em;
}
.vc-hero-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.vc-hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 28px;
  padding: 20px; background: rgba(255,255,255,0.04); border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
}
.vc-hero-stat-num {
  font-family: var(--mono); font-size: 24px; font-weight: 700; color: var(--cyan);
  letter-spacing: -0.02em;
}
.vc-hero-stat-lbl { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 4px; line-height: 1.3; }
.vc-hero-price-tease {
  font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,0.7);
  padding: 12px 16px; background: rgba(255,255,255,0.04); border-radius: 8px;
  border-left: 3px solid var(--cyan); margin-bottom: 24px;
}
.vc-hero-price-tease b { color: var(--cyan); font-weight: 700; }
.vc-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.vc-hero-actions .vc-cta-wa { font-size: 15px; padding: 18px 32px; }
.vc-hero-actions .vc-cta-male { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.2); color: #fff; }
.vc-hero-actions .vc-cta-male:hover { background: rgba(255,255,255,0.12); }
.vc-hero-tert { font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: underline; }

/* Hero visual — anatomy storyboard */
.vc-hero-vis {
  position: relative;
  border-radius: 24px; overflow: hidden;
  background: linear-gradient(135deg, rgba(14,47,107,0.5), rgba(0,212,255,0.08));
  border: 1px solid rgba(0,212,255,0.2);
  aspect-ratio: 4/5;
}
.vc-hero-vis-stage {
  position: absolute; inset: 0; padding: 32px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.vc-hero-vis-step {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--cyan); font-weight: 700;
  padding: 6px 12px; background: rgba(0,212,255,0.12); border-radius: 100px;
  border: 1px solid rgba(0,212,255,0.3); align-self: flex-start;
}
.vc-hero-vis-svg { flex: 1; display: flex; align-items: center; justify-content: center; }
.vc-hero-vis-cap {
  background: rgba(7,23,61,0.7); backdrop-filter: blur(8px);
  border-radius: 14px; padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.08);
}
.vc-hero-vis-cap-h { font-family: var(--serif); font-style: italic; font-size: 18px; color: #fff; }
.vc-hero-vis-cap-p { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 4px; }

/* ═══════════════════════════════════════════════
   3. CONFIDENTIALITY VALIDATION
   ═══════════════════════════════════════════════ */
.vc-conf { background: var(--bg-2); padding: 80px 0; border-bottom: 1px solid var(--line); }
.vc-conf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.vc-conf-card {
  background: linear-gradient(180deg, #fff, var(--bg));
  border: 1px solid var(--line);
  border-radius: 18px; padding: 28px;
  position: relative;
  transition: all 0.25s;
}
.vc-conf-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(14,47,107,0.08); border-color: var(--cyan); }
.vc-conf-num {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em;
  color: var(--cyan-deep); font-weight: 700; margin-bottom: 12px;
}
.vc-conf-stat {
  font-family: var(--serif); font-size: 36px; font-weight: 600;
  color: var(--navy); line-height: 1.1; margin-bottom: 8px;
}
.vc-conf-stat b { color: var(--cyan-deep); }
.vc-conf-p { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.vc-conf-foot {
  margin-top: 32px; padding: 24px;
  background: linear-gradient(90deg, var(--navy-deep), var(--navy));
  border-radius: 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.vc-conf-foot-text { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 1.55; max-width: 600px; }
.vc-conf-foot-text b { color: var(--cyan); }

/* ═══════════════════════════════════════════════
   4. WA QUICK CHAT
   ═══════════════════════════════════════════════ */
.vc-wa { background: linear-gradient(180deg, var(--bg), var(--bg-2)); padding: 80px 0; }
.vc-wa-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.vc-wa-card {
  background: #fff; border: 1.5px solid var(--line);
  border-radius: 16px; padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.vc-wa-card:hover { border-color: var(--wa); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(37,211,102,0.15); }
.vc-wa-card-head {
  display: flex; align-items: center; gap: 10px;
  color: var(--wa-deep); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.vc-wa-card-head svg { fill: var(--wa); width: 18px; height: 18px; }
.vc-wa-card-q {
  font-family: var(--serif); font-style: italic; font-size: 22px;
  color: var(--navy); line-height: 1.3;
}
.vc-wa-card-foot {
  display: flex; align-items: center; gap: 6px;
  color: var(--ink-3); font-size: 12px;
}
.vc-wa-card-foot b { color: var(--wa-deep); }

/* ═══════════════════════════════════════════════
   5. SYMPTOM CHECKER
   ═══════════════════════════════════════════════ */
.vc-check { background: var(--bg-2); padding: 100px 0; border-top: 1px solid var(--line); }
.vc-check-shell {
  max-width: 880px; margin: 40px auto 0;
  background: linear-gradient(180deg, #fff, var(--bg));
  border: 1px solid var(--line);
  border-radius: 24px; padding: 40px;
  box-shadow: 0 24px 64px rgba(14,47,107,0.06);
}
.vc-check-progress {
  display: flex; align-items: center; gap: 8px; margin-bottom: 28px;
}
.vc-check-progress span {
  flex: 1; height: 4px; border-radius: 2px; background: var(--line-2);
}
.vc-check-progress span.on { background: var(--cyan); }
.vc-check-q {
  font-family: var(--serif); font-size: 30px; line-height: 1.2; color: var(--navy);
  font-style: italic; font-weight: 500; margin-bottom: 24px;
}
.vc-check-q-num { font-family: var(--mono); font-size: 12px; color: var(--cyan-deep); margin-bottom: 8px; letter-spacing: 0.2em; }
.vc-check-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.vc-check-opt {
  border: 1.5px solid var(--line); background: #fff;
  padding: 16px 20px; border-radius: 12px;
  font-size: 14px; font-weight: 600; color: var(--navy);
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  transition: all 0.2s;
  text-align: left;
}
.vc-check-opt:hover { border-color: var(--cyan); background: rgba(0,212,255,0.04); }
.vc-check-opt.is-on { border-color: var(--cyan); background: rgba(0,212,255,0.08); color: var(--cyan-deep); }
.vc-check-opt svg { width: 18px; height: 18px; opacity: 0.5; }
.vc-check-opt.is-on svg { opacity: 1; color: var(--cyan-deep); }
.vc-check-actions { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line-2); }
.vc-check-back { font-size: 13px; color: var(--ink-3); background: none; border: none; cursor: pointer; font-weight: 600; }
.vc-check-back:hover { color: var(--navy); }
.vc-check-next {
  background: var(--navy); color: #fff; border: none; padding: 12px 24px; border-radius: 100px;
  font-size: 13px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
  transition: all 0.2s;
}
.vc-check-next:hover { background: var(--navy-2); }
.vc-check-next:disabled { opacity: 0.4; cursor: not-allowed; }

.vc-check-result { padding: 8px 0; }
.vc-check-result-tag {
  display: inline-block; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; padding: 6px 12px; border-radius: 100px;
  background: rgba(255,99,71,0.1); color: #d35; font-weight: 700;
  margin-bottom: 14px; text-transform: uppercase;
}
.vc-check-result-tag.mod { background: rgba(245,158,11,0.1); color: #b45309; }
.vc-check-result-tag.low { background: rgba(20,184,166,0.1); color: var(--teal); }
.vc-check-result-h {
  font-family: var(--serif); font-size: 36px; line-height: 1.15; color: var(--navy);
  margin-bottom: 16px;
}
.vc-check-result-h i { color: var(--cyan-deep); font-style: italic; }
.vc-check-result-p { font-size: 15px; color: var(--ink-2); line-height: 1.6; margin-bottom: 24px; }
.vc-check-result-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px;
  padding: 20px; background: var(--bg); border-radius: 14px;
  border: 1px solid var(--line);
}
.vc-check-result-stat-n { font-family: var(--mono); font-size: 22px; font-weight: 700; color: var(--cyan-deep); }
.vc-check-result-stat-l { font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }

/* ═══════════════════════════════════════════════
   6. WHAT IS VARICOCELE — anatomy
   ═══════════════════════════════════════════════ */
.vc-what { padding: 100px 0; background: var(--bg-2); }
.vc-what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 40px; align-items: center; }
.vc-what-toggle {
  display: inline-flex; background: var(--bg); border: 1px solid var(--line);
  border-radius: 100px; padding: 4px;
  margin-bottom: 24px;
}
.vc-what-toggle button {
  padding: 8px 18px; border: none; background: none; cursor: pointer;
  font-size: 12px; font-weight: 700; color: var(--ink-3); border-radius: 100px;
  letter-spacing: 0.05em; transition: all 0.2s;
}
.vc-what-toggle button.on { background: var(--navy); color: #fff; }
.vc-what-text p { font-size: 16px; line-height: 1.7; color: var(--ink-2); margin-bottom: 16px; }
.vc-what-text p b { color: var(--navy); font-weight: 700; }
.vc-what-causes { margin-top: 24px; }
.vc-what-causes-h { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--cyan-deep); font-weight: 700; margin-bottom: 12px; text-transform: uppercase; }
.vc-what-cause-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vc-what-cause {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; background: var(--bg); border-radius: 10px;
  font-size: 13px; color: var(--ink-2); font-weight: 500;
  border: 1px solid var(--line-2);
}
.vc-what-cause svg { width: 16px; height: 16px; color: var(--cyan-deep); flex: 0 0 16px; }

.vc-what-vis {
  aspect-ratio: 1/1; border-radius: 24px;
  background: linear-gradient(180deg, #0a1628, #07173d);
  border: 1px solid rgba(0,212,255,0.2);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
}
.vc-what-vis::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(0,212,255,0.15), transparent 60%);
}
.vc-what-vis-stage {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  display: flex; gap: 8px; justify-content: center;
}
.vc-what-vis-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(0,212,255,0.3); cursor: pointer;
}
.vc-what-vis-dot.on { background: var(--cyan); width: 24px; border-radius: 4px; }
.vc-what-vis-label {
  position: absolute; top: 24px; left: 24px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--cyan); font-weight: 700;
  padding: 6px 12px; background: rgba(0,212,255,0.12); border-radius: 100px;
  border: 1px solid rgba(0,212,255,0.3);
}

/* ═══════════════════════════════════════════════
   7. GRADE VISUALIZER
   ═══════════════════════════════════════════════ */
.vc-grade { background: linear-gradient(180deg, var(--bg-2), var(--bg)); padding: 100px 0; }
.vc-grade-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; margin-top: 40px; }
.vc-grade-list { display: flex; flex-direction: column; gap: 10px; }
.vc-grade-card {
  background: #fff; border: 1.5px solid var(--line);
  border-radius: 14px; padding: 18px 22px;
  cursor: pointer; transition: all 0.2s;
  display: flex; align-items: center; gap: 18px;
}
.vc-grade-card:hover { border-color: var(--cyan); }
.vc-grade-card.is-on { border-color: var(--cyan); background: rgba(0,212,255,0.04); box-shadow: 0 12px 32px rgba(0,212,255,0.12); }
.vc-grade-num {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--bg); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-weight: 700; font-size: 13px;
  flex: 0 0 44px;
  letter-spacing: 0.05em;
}
.vc-grade-card.is-on .vc-grade-num { background: var(--cyan); color: var(--navy-deep); }
.vc-grade-h { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--navy); }
.vc-grade-sub { font-size: 12px; color: var(--ink-3); margin-top: 2px; }

.vc-grade-detail {
  background: linear-gradient(180deg, var(--navy-deep), var(--navy));
  color: #fff; border-radius: 20px; padding: 36px;
  position: relative; overflow: hidden;
}
.vc-grade-detail::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(0,212,255,0.18), transparent 50%);
}
.vc-grade-detail-inner { position: relative; z-index: 1; }
.vc-grade-detail-tag {
  display: inline-block; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; padding: 5px 12px; border-radius: 100px;
  background: rgba(0,212,255,0.15); color: var(--cyan); font-weight: 700;
  margin-bottom: 14px; text-transform: uppercase;
}
.vc-grade-detail-h {
  font-family: var(--serif); font-size: 32px; line-height: 1.2; margin-bottom: 12px;
}
.vc-grade-detail-h i { color: var(--cyan); font-style: italic; }
.vc-grade-detail-p { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.vc-grade-detail-rows {
  display: grid; gap: 10px; margin-bottom: 24px;
}
.vc-grade-detail-row {
  display: grid; grid-template-columns: 140px 1fr; gap: 16px;
  padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
}
.vc-grade-detail-row:first-child { border-top: none; padding-top: 0; }
.vc-grade-detail-row .l { color: rgba(255,255,255,0.55); font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.vc-grade-detail-row .v { color: #fff; font-weight: 600; }
.vc-grade-urgency {
  padding: 14px 18px; background: rgba(0,212,255,0.08);
  border-left: 3px solid var(--cyan); border-radius: 6px;
  font-size: 13px; color: var(--cyan); margin-bottom: 24px;
  font-weight: 500;
}

/* ═══════════════════════════════════════════════
   8. FERTILITY IMPACT — split data
   ═══════════════════════════════════════════════ */
.vc-fert { padding: 100px 0; background: var(--bg-2); }
.vc-fert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.vc-fert-col {
  border-radius: 22px; padding: 36px;
  position: relative;
}
.vc-fert-col.bad {
  background: linear-gradient(180deg, #fff7f5, #ffeae5);
  border: 1.5px solid #ffd6c9;
}
.vc-fert-col.good {
  background: linear-gradient(180deg, #f0fdfb, #d0f5f0);
  border: 1.5px solid var(--teal);
}
.vc-fert-col-tag {
  display: inline-block; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; padding: 6px 12px; border-radius: 100px;
  font-weight: 700; text-transform: uppercase; margin-bottom: 12px;
}
.vc-fert-col.bad .vc-fert-col-tag { background: rgba(220,80,40,0.12); color: #c0431a; }
.vc-fert-col.good .vc-fert-col-tag { background: rgba(20,184,166,0.15); color: var(--teal); }
.vc-fert-col-h { font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1.2; color: var(--navy); margin-bottom: 24px; }
.vc-fert-list { display: flex; flex-direction: column; gap: 12px; }
.vc-fert-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 16px; background: rgba(255,255,255,0.7);
  border-radius: 12px;
}
.vc-fert-ico {
  width: 26px; height: 26px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 26px;
}
.vc-fert-col.bad .vc-fert-ico { background: rgba(220,80,40,0.12); color: #c0431a; }
.vc-fert-col.good .vc-fert-ico { background: var(--teal); color: #fff; }
.vc-fert-ico svg { width: 14px; height: 14px; }
.vc-fert-item-text { font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.vc-fert-item-text b { color: var(--navy); }
.vc-fert-foot {
  margin-top: 36px; text-align: center;
  background: linear-gradient(90deg, var(--navy-deep), var(--navy));
  color: #fff; border-radius: 18px; padding: 32px 36px;
}
.vc-fert-foot-h { font-family: var(--serif); font-style: italic; font-size: 22px; margin-bottom: 14px; }
.vc-fert-foot-h b { color: var(--cyan); font-style: normal; font-weight: 700; }

/* ═══════════════════════════════════════════════
   9. SPERM DATA TABLE
   ═══════════════════════════════════════════════ */
.vc-sperm { background: linear-gradient(180deg, var(--bg), var(--bg-2)); padding: 100px 0; }
.vc-sperm-table {
  margin-top: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(14,47,107,0.05);
}
.vc-sperm-head {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1.3fr;
  background: var(--navy-deep); color: #fff;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; font-weight: 700;
}
.vc-sperm-head > div { padding: 18px 20px; border-right: 1px solid rgba(255,255,255,0.1); }
.vc-sperm-head > div:last-child { border-right: none; }
.vc-sperm-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1.3fr;
  border-bottom: 1px solid var(--line-2);
}
.vc-sperm-row:last-child { border-bottom: none; }
.vc-sperm-row > div { padding: 24px 20px; border-right: 1px solid var(--line-2); }
.vc-sperm-row > div:last-child { border-right: none; }
.vc-sperm-pat {
  font-family: var(--serif); font-size: 18px; color: var(--navy); font-weight: 600;
}
.vc-sperm-pat-meta { display: block; font-family: var(--mono); font-size: 11px; color: var(--ink-3); margin-top: 4px; letter-spacing: 0.05em; font-weight: 500; }
.vc-sperm-val {
  font-family: var(--mono); font-size: 13px; color: var(--ink-2); line-height: 1.7;
}
.vc-sperm-val .l { color: var(--ink-3); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; display: block; }
.vc-sperm-val.after { color: var(--teal); font-weight: 700; }
.vc-sperm-out {
  font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--navy); line-height: 1.4;
}
.vc-sperm-out-tag {
  display: inline-block; font-family: var(--mono); font-style: normal;
  font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px;
  background: rgba(20,184,166,0.12); color: var(--teal); font-weight: 700;
  margin-bottom: 8px;
}
.vc-sperm-disclaimer {
  margin-top: 16px; font-size: 12px; color: var(--ink-3); text-align: center;
  font-style: italic;
}

/* ═══════════════════════════════════════════════
   10. WARNINGS
   ═══════════════════════════════════════════════ */
.vc-warn { padding: 100px 0; background: var(--navy-deep); color: #fff; }
.vc-warn .vc-h2 { color: #fff; }
.vc-warn .vc-h2 i { color: var(--cyan); }
.vc-warn .vc-eyebrow { color: var(--cyan); }
.vc-warn .vc-lede { color: rgba(255,255,255,0.78); }
.vc-warn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.vc-warn-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px; padding: 28px;
  position: relative; transition: all 0.25s;
}
.vc-warn-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(0,212,255,0.4); transform: translateY(-3px); }
.vc-warn-ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(220,80,40,0.15); color: #ff8264;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.vc-warn-ico svg { width: 22px; height: 22px; }
.vc-warn-h { font-family: var(--serif); font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 10px; line-height: 1.25; }
.vc-warn-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.7); }

/* ═══════════════════════════════════════════════
   11. SOLUTION — 3-frame
   ═══════════════════════════════════════════════ */
.vc-sol { padding: 100px 0; background: var(--bg-2); }
.vc-sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.vc-sol-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: all 0.25s;
}
.vc-sol-card:hover { box-shadow: 0 24px 48px rgba(14,47,107,0.1); transform: translateY(-3px); }
.vc-sol-vis {
  aspect-ratio: 1.4/1; background: linear-gradient(135deg, #0a1628, #0E2F6B);
  position: relative; padding: 20px;
}
.vc-sol-step {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--cyan); font-weight: 700;
  padding: 4px 10px; background: rgba(0,212,255,0.12); border-radius: 100px;
  border: 1px solid rgba(0,212,255,0.3);
  z-index: 2;
}
.vc-sol-vis-svg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.vc-sol-body { padding: 28px; }
.vc-sol-h { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 8px; }
.vc-sol-h i { color: var(--cyan-deep); font-style: italic; }
.vc-sol-p { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin-bottom: 14px; }
.vc-sol-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.vc-sol-tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em;
  padding: 4px 10px; border-radius: 100px;
  background: rgba(0,212,255,0.08); color: var(--cyan-deep); font-weight: 600;
  border: 1px solid rgba(0,212,255,0.2);
}

.vc-sol-specs {
  margin-top: 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: linear-gradient(180deg, var(--navy-deep), var(--navy));
  color: #fff; border-radius: 16px; overflow: hidden;
}
.vc-sol-specs > div { padding: 20px 24px; border-right: 1px solid rgba(255,255,255,0.08); }
.vc-sol-specs > div:nth-child(4n) { border-right: none; }
.vc-sol-specs > div:nth-child(n+5) { border-top: 1px solid rgba(255,255,255,0.08); }
.vc-sol-specs span { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 6px; }
.vc-sol-specs b { font-family: var(--serif); font-size: 18px; color: var(--cyan); font-weight: 600; line-height: 1.2; }

/* ═══════════════════════════════════════════════
   12. TESTIMONIALS
   ═══════════════════════════════════════════════ */
.vc-test { background: linear-gradient(180deg, var(--bg), var(--bg-2)); padding: 100px 0; }
.vc-test-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; margin-top: 40px; }
.vc-test-feat {
  border-radius: 22px; aspect-ratio: 16/10;
  background: linear-gradient(135deg, #0a1628, #0E2F6B);
  position: relative; overflow: hidden;
  cursor: pointer;
}
.vc-test-feat::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7,23,61,0.85));
}
.vc-test-feat-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px;
  display: flex; flex-direction: column;
  z-index: 1; color: #fff;
}
.vc-test-feat-tag {
  display: inline-block; padding: 4px 12px; border-radius: 100px;
  background: rgba(0,212,255,0.85); color: var(--navy-deep);
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; align-self: flex-start; margin-bottom: 12px;
}
.vc-test-feat-name { font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1.2; margin-bottom: 6px; }
.vc-test-feat-meta { font-size: 13px; color: rgba(255,255,255,0.75); }
.vc-test-feat-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(0,212,255,0.95); color: var(--navy-deep);
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
  box-shadow: 0 0 40px rgba(0,212,255,0.5);
}
.vc-test-feat-play svg { width: 28px; height: 28px; margin-left: 4px; }

.vc-test-list { display: flex; flex-direction: column; gap: 12px; }
.vc-test-row {
  display: grid; grid-template-columns: 80px 1fr; gap: 14px;
  padding: 14px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; cursor: pointer; transition: all 0.2s;
}
.vc-test-row:hover { border-color: var(--cyan); transform: translateX(2px); }
.vc-test-thumb {
  width: 80px; height: 80px; border-radius: 10px;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
  display: flex; align-items: center; justify-content: center; color: var(--cyan);
}
.vc-test-thumb svg { width: 22px; height: 22px; margin-left: 2px; }
.vc-test-name { font-family: var(--serif); font-size: 17px; font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 4px; }
.vc-test-meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.05em; color: var(--ink-3); margin-bottom: 6px; text-transform: uppercase; }
.vc-test-quote { font-style: italic; font-size: 13px; color: var(--ink-2); line-height: 1.45; }

/* ═══════════════════════════════════════════════
   13. WHATSAPP SCREENSHOT WALL
   ═══════════════════════════════════════════════ */
.vc-wa-wall { padding: 100px 0; background: var(--bg-2); }
.vc-wa-wall-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.vc-wa-msg {
  background: #e5ddd5;
  border-radius: 16px; padding: 18px 16px;
  position: relative;
  background-image: 
    radial-gradient(circle at 10% 10%, rgba(255,255,255,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 60%, rgba(255,255,255,0.4) 1px, transparent 1px);
  background-size: 40px 40px, 30px 30px;
}
.vc-wa-msg-bubble {
  background: #DCF8C6;
  border-radius: 8px 8px 8px 2px;
  padding: 10px 12px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px; line-height: 1.45; color: #303030;
  margin-bottom: 4px; max-width: 95%;
}
.vc-wa-msg-bubble.in {
  background: #fff; border-radius: 8px 8px 2px 8px;
  margin-left: auto;
}
.vc-wa-msg-meta { font-size: 9px; color: #888; text-align: right; }
.vc-wa-msg-foot {
  margin-top: 12px; padding-top: 10px; border-top: 1px dashed rgba(0,0,0,0.15);
  font-family: var(--mono); font-size: 10px; color: #555;
  display: flex; justify-content: space-between;
}
.vc-wa-msg-foot b { color: var(--wa-deep); }

/* ═══════════════════════════════════════════════
   14. COMPARISON TABLE
   ═══════════════════════════════════════════════ */
.vc-cmp { padding: 100px 0; background: var(--bg); }
.vc-cmp-table {
  margin-top: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(14,47,107,0.05);
}
.vc-cmp-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr 1fr;
  border-bottom: 1px solid var(--line-2);
}
.vc-cmp-row:last-child { border-bottom: none; }
.vc-cmp-row.head {
  background: var(--navy-deep); color: #fff;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 700;
}
.vc-cmp-row.head > div { padding: 16px; border-right: 1px solid rgba(255,255,255,0.1); }
.vc-cmp-row.head .ours { background: var(--cyan); color: var(--navy-deep); }
.vc-cmp-row > div { padding: 18px 16px; border-right: 1px solid var(--line-2); font-size: 13px; color: var(--ink-2); display: flex; align-items: center; }
.vc-cmp-row > div:last-child { border-right: none; }
.vc-cmp-row .feat { font-weight: 700; color: var(--navy); }
.vc-cmp-row .ours { background: rgba(0,212,255,0.06); font-weight: 700; color: var(--navy); }
.vc-cmp-bad { color: #c0431a; }
.vc-cmp-good { color: var(--teal); font-weight: 700; }
.vc-cmp-foot {
  margin-top: 24px; padding: 24px;
  background: linear-gradient(90deg, var(--cyan-deep), var(--teal));
  color: #fff; border-radius: 14px;
  text-align: center;
}
.vc-cmp-foot-h { font-family: var(--serif); font-style: italic; font-size: 22px; }
.vc-cmp-foot-h b { color: #fff; font-style: normal; font-weight: 700; }

/* ═══════════════════════════════════════════════
   15. WALKTHROUGH timeline
   ═══════════════════════════════════════════════ */
.vc-walk { padding: 100px 0; background: var(--bg-2); }
.vc-walk-track {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 48px; position: relative;
}
.vc-walk-track::before {
  content: ''; position: absolute; top: 24px; left: 5%; right: 5%;
  height: 2px; background: var(--line);
  z-index: 0;
}
.vc-walk-step {
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 56px 20px 24px;
  position: relative; z-index: 1;
}
.vc-walk-num {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--cyan); color: var(--navy-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 14px; font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 16px rgba(0,212,255,0.3);
}
.vc-walk-h { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 6px; line-height: 1.25; }
.vc-walk-dur { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--cyan-deep); margin-bottom: 10px; text-transform: uppercase; font-weight: 700; }
.vc-walk-p { font-size: 13px; line-height: 1.55; color: var(--ink-2); }

/* ═══════════════════════════════════════════════
   16. RECOVERY
   ═══════════════════════════════════════════════ */
.vc-rec { padding: 100px 0; background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.vc-rec-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.vc-rec-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 20px;
  position: relative;
}
.vc-rec-when {
  display: inline-block; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.15em; padding: 4px 10px; border-radius: 100px;
  background: rgba(0,212,255,0.1); color: var(--cyan-deep); font-weight: 700;
  margin-bottom: 12px; text-transform: uppercase;
}
.vc-rec-h { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 6px; line-height: 1.2; }
.vc-rec-p { font-size: 13px; line-height: 1.55; color: var(--ink-2); }

/* ═══════════════════════════════════════════════
   17. PRICING
   ═══════════════════════════════════════════════ */
.vc-price { padding: 100px 0; background: var(--bg-2); }
.vc-price-hero {
  margin-top: 40px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: #fff; border-radius: 24px; padding: 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  position: relative; overflow: hidden;
}
.vc-price-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(0,212,255,0.2), transparent 50%);
}
.vc-price-hero > * { position: relative; z-index: 1; }
.vc-price-tag {
  display: inline-block; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; padding: 6px 12px; border-radius: 100px;
  background: rgba(0,212,255,0.15); color: var(--cyan); font-weight: 700;
  margin-bottom: 14px; text-transform: uppercase;
}
.vc-price-amount {
  font-family: var(--serif); font-size: 64px; font-weight: 600; line-height: 1;
  margin: 8px 0 12px;
}
.vc-price-amount .sym { color: var(--cyan); }
.vc-price-amount-sub { font-size: 13px; color: rgba(255,255,255,0.65); font-style: italic; margin-bottom: 24px; }
.vc-price-vs {
  background: rgba(255,255,255,0.06); border-radius: 12px;
  padding: 18px; border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 20px;
}
.vc-price-vs-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 13px;
}
.vc-price-vs-row:last-child { border-bottom: none; }
.vc-price-vs-row .l { color: rgba(255,255,255,0.7); }
.vc-price-vs-row .r { font-family: var(--mono); font-weight: 700; }
.vc-price-vs-row .r.them { color: #ff8264; }
.vc-price-vs-row .r.us { color: var(--cyan); }
.vc-price-included {
  display: grid; gap: 10px;
}
.vc-price-included-h { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--cyan); font-weight: 700; margin-bottom: 8px; text-transform: uppercase; }
.vc-price-inc {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.5;
}
.vc-price-inc svg { width: 16px; height: 16px; color: var(--cyan); flex: 0 0 16px; margin-top: 2px; }
.vc-price-cta-row { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════
   18. ULTRASOUND GALLERY
   ═══════════════════════════════════════════════ */
.vc-us { padding: 100px 0; background: var(--bg); }
.vc-us-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.vc-us-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
}
.vc-us-vis {
  display: grid; grid-template-columns: 1fr 1fr;
  aspect-ratio: 2/1;
}
.vc-us-half {
  position: relative; padding: 16px;
  display: flex; align-items: center; justify-content: center;
}
.vc-us-half.before { background: radial-gradient(circle at 50% 50%, #2a3a5a, #0E2F6B 60%, #07173d); }
.vc-us-half.after { background: radial-gradient(circle at 50% 50%, #1a3a4a, #0a3a5a 60%, #052030); }
.vc-us-label {
  position: absolute; top: 8px; left: 8px;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 700;
  padding: 3px 8px; background: rgba(0,0,0,0.4); border-radius: 100px;
}
.vc-us-body { padding: 20px; }
.vc-us-meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--ink-3); text-transform: uppercase; margin-bottom: 4px; }
.vc-us-name { font-family: var(--serif); font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.vc-us-stats { display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--line-2); font-size: 12px; }
.vc-us-stat span { display: block; color: var(--ink-3); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 2px; }
.vc-us-stat b { font-family: var(--mono); color: var(--cyan-deep); font-weight: 700; }

/* ═══════════════════════════════════════════════
   19. DOCTOR
   ═══════════════════════════════════════════════ */
.vc-doc { padding: 100px 0; background: var(--bg-2); }
.vc-doc-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; margin-top: 40px; align-items: start; }
.vc-doc-photo {
  border-radius: 22px; overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  aspect-ratio: 4/5;
}
.vc-doc-photo img { width: 100%; height: 100%; object-fit: cover; }
.vc-doc-photo-tag {
  position: absolute; bottom: 16px; left: 16px; right: 16px;
  background: rgba(7,23,61,0.85); backdrop-filter: blur(10px);
  border: 1px solid rgba(0,212,255,0.3);
  border-radius: 12px; padding: 12px 16px;
  font-size: 12px; color: #fff; display: flex; align-items: center; gap: 8px;
}
.vc-doc-photo-tag .ind { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.vc-doc-name { font-family: var(--serif); font-size: 44px; font-weight: 600; color: var(--navy); line-height: 1.1; margin-bottom: 8px; }
.vc-doc-cred { font-family: var(--mono); font-size: 12px; color: var(--cyan-deep); letter-spacing: 0.05em; margin-bottom: 20px; line-height: 1.6; }
.vc-doc-bio { font-size: 16px; line-height: 1.65; color: var(--ink-2); margin-bottom: 24px; }
.vc-doc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px; }
.vc-doc-stat { padding: 16px; background: var(--bg); border-radius: 12px; border: 1px solid var(--line-2); }
.vc-doc-stat-num { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--navy); }
.vc-doc-stat-num i { color: var(--cyan-deep); font-style: italic; }
.vc-doc-stat-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--ink-3); text-transform: uppercase; margin-top: 4px; }
.vc-doc-reassure {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: #fff; padding: 18px 22px; border-radius: 12px; font-size: 13px; line-height: 1.6;
  border-left: 3px solid var(--cyan);
}
.vc-doc-reassure b { color: var(--cyan); }

/* ═══════════════════════════════════════════════
   20. WHY US
   ═══════════════════════════════════════════════ */
.vc-why { padding: 100px 0; background: var(--bg); }
.vc-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.vc-why-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 28px;
  transition: all 0.25s;
}
.vc-why-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(14,47,107,0.08); border-color: var(--cyan); }
.vc-why-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--cyan), var(--teal)); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.vc-why-icon svg { width: 22px; height: 22px; }
.vc-why-h { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 8px; line-height: 1.2; }
.vc-why-p { font-size: 13px; line-height: 1.6; color: var(--ink-2); }

/* ═══════════════════════════════════════════════
   21. COUPLES
   ═══════════════════════════════════════════════ */
.vc-couples {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1628, #0E2F6B);
  color: #fff; position: relative; overflow: hidden;
}
.vc-couples::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(0,212,255,0.15), transparent 50%);
}
.vc-couples > div { position: relative; z-index: 1; }
.vc-couples .vc-h2 { color: #fff; }
.vc-couples .vc-h2 i { color: var(--cyan); }
.vc-couples .vc-eyebrow { color: var(--cyan); }
.vc-couples-intro { color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.65; max-width: 720px; margin-top: 16px; }
.vc-couples-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.vc-couples-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(0,212,255,0.2);
  border-radius: 16px; padding: 28px;
}
.vc-couples-tick {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--cyan); color: var(--navy-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.vc-couples-tick svg { width: 16px; height: 16px; }
.vc-couples-h { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.3; margin-bottom: 8px; color: #fff; }
.vc-couples-h b { font-family: var(--mono); font-style: normal; font-size: 28px; color: var(--cyan); display: block; font-weight: 700; }

/* ═══════════════════════════════════════════════
   22. MYTHS
   ═══════════════════════════════════════════════ */
.vc-myth { padding: 100px 0; background: var(--bg-2); }
.vc-myth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.vc-myth-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  overflow: hidden;
}
.vc-myth-side { padding: 0 18px; position: relative; }
.vc-myth-side:first-child { border-right: 1px dashed var(--line); }
.vc-myth-side-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; font-weight: 700;
  padding: 4px 10px; border-radius: 100px;
  margin-bottom: 10px;
}
.vc-myth-side.bad .vc-myth-side-tag { background: rgba(220,80,40,0.12); color: #c0431a; }
.vc-myth-side.good .vc-myth-side-tag { background: rgba(20,184,166,0.12); color: var(--teal); }
.vc-myth-side-text { font-size: 13px; line-height: 1.55; color: var(--ink-2); }
.vc-myth-side.bad .vc-myth-side-text { font-style: italic; }
.vc-myth-side.good .vc-myth-side-text b { color: var(--navy); }

/* ═══════════════════════════════════════════════
   23. FAQ
   ═══════════════════════════════════════════════ */
.vc-faq { padding: 100px 0; background: var(--bg); }
.vc-faq-list { max-width: 920px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 8px; }
.vc-faq-item {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden;
  transition: all 0.2s;
}
.vc-faq-item:hover { border-color: var(--cyan); }
.vc-faq-item.open { border-color: var(--cyan); box-shadow: 0 12px 28px rgba(0,212,255,0.08); }
.vc-faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 20px 24px; text-align: left;
  font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  line-height: 1.3;
}
.vc-faq-q-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 32px;
  transition: transform 0.2s;
}
.vc-faq-item.open .vc-faq-q-icon { background: var(--cyan); color: var(--navy-deep); transform: rotate(45deg); }
.vc-faq-q-icon svg { width: 14px; height: 14px; }
.vc-faq-a {
  padding: 0 24px;
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
  font-size: 14px; color: var(--ink-2); line-height: 1.65;
}
.vc-faq-item.open .vc-faq-a { padding: 0 24px 22px; max-height: 600px; }
.vc-faq-wa-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px; padding: 8px 14px; border-radius: 100px;
  background: rgba(37,211,102,0.1); color: var(--wa-deep);
  font-size: 12px; font-weight: 700; text-decoration: none;
  letter-spacing: 0.02em;
}
.vc-faq-wa-link:hover { background: rgba(37,211,102,0.18); }
.vc-faq-wa-link svg { width: 12px; height: 12px; fill: var(--wa-deep); }

/* ═══════════════════════════════════════════════
   24. HINDI BLOCK
   ═══════════════════════════════════════════════ */
.vc-hindi {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1628, #07173d);
  color: #fff; position: relative; overflow: hidden;
}
.vc-hindi::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(0,212,255,0.12), transparent 50%);
}
.vc-hindi > div { position: relative; z-index: 1; }
.vc-hindi-eyebrow { color: var(--cyan); font-family: var(--hi); letter-spacing: 0; font-size: 14px; }
.vc-hindi-h2 {
  font-family: var(--hi); font-size: 48px; font-weight: 600; color: #fff;
  line-height: 1.2; margin-top: 8px;
}
.vc-hindi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0; }
.vc-hindi-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(0,212,255,0.2);
  border-radius: 16px; padding: 26px;
}
.vc-hindi-card-h {
  font-family: var(--hi); font-size: 22px; font-weight: 600; color: var(--cyan);
  margin-bottom: 12px; line-height: 1.3;
}
.vc-hindi-card-p {
  font-family: var(--hi); font-size: 16px; color: rgba(255,255,255,0.85);
  line-height: 1.7;
}
.vc-hindi-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--wa); color: #fff; font-weight: 600; font-size: 16px;
  padding: 16px 28px; border-radius: 100px; text-decoration: none;
  font-family: var(--hi);
  box-shadow: 0 12px 32px rgba(37,211,102,0.35);
}
.vc-hindi-cta svg { width: 18px; height: 18px; fill: #fff; }

/* ═══════════════════════════════════════════════
   25. RELATED CONDITIONS
   ═══════════════════════════════════════════════ */
.vc-rel { padding: 80px 0; background: var(--bg-2); border-top: 1px solid var(--line); }
.vc-rel h3 { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--navy); margin-bottom: 24px; }
.vc-rel h3 i { color: var(--cyan-deep); font-style: italic; }
.vc-rel-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.vc-rel-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 20px;
  text-decoration: none; color: var(--navy);
  transition: all 0.2s;
  display: flex; flex-direction: column; gap: 6px;
}
.vc-rel-card:hover { border-color: var(--cyan); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,212,255,0.12); }
.vc-rel-card-h { font-family: var(--serif); font-size: 17px; font-weight: 600; line-height: 1.2; }
.vc-rel-card-arrow { color: var(--cyan-deep); font-size: 13px; display: flex; align-items: center; gap: 4px; font-family: var(--mono); letter-spacing: 0.05em; }

/* ═══════════════════════════════════════════════
   26. FINAL CTA
   ═══════════════════════════════════════════════ */
.vc-final {
  padding: 120px 0;
  background: linear-gradient(135deg, #0a1628, #07173d);
  color: #fff; position: relative; overflow: hidden;
}
.vc-final::before {
  content: ''; position: absolute; inset: 0;
  background: 
    radial-gradient(circle at 80% 20%, rgba(0,212,255,0.2), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(20,184,166,0.12), transparent 50%);
}
.vc-final > div { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; padding: 0 56px; text-align: center; }
.vc-final-h {
  font-family: var(--serif); font-size: 64px; font-weight: 600; line-height: 1.05;
  letter-spacing: -0.02em; margin-bottom: 20px;
}
.vc-final-h i { color: var(--cyan); font-style: italic; }
.vc-final-p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.78); max-width: 640px; margin: 0 auto 36px; }
.vc-final-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.vc-final-actions .vc-cta-wa { font-size: 16px; padding: 20px 36px; }
.vc-final-actions .vc-cta-male { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.2); color: #fff; }
.vc-final-trust { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,0.6); }
.vc-final-trust span { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); letter-spacing: 0.05em; text-transform: uppercase; }
.vc-final-trust svg { width: 14px; height: 14px; color: var(--cyan); }

/* ═══════════════════════════════════════════════
   STICKY MOBILE BAR (also fixed bottom on desktop)
   ═══════════════════════════════════════════════ */
.vc-sticky {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 90;
  background: rgba(7,23,61,0.92); backdrop-filter: blur(16px);
  border: 1px solid rgba(0,212,255,0.3);
  border-radius: 100px;
  padding: 8px 8px 8px 20px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 16px 48px rgba(7,23,61,0.4);
}
.vc-sticky-text { color: #fff; font-size: 13px; }
.vc-sticky-text b { color: var(--cyan); font-family: var(--mono); }
.vc-sticky-actions { display: flex; gap: 6px; }
.vc-sticky-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 100px; font-size: 12px; font-weight: 700;
  text-decoration: none; transition: all 0.2s;
}
.vc-sticky-btn.wa { background: var(--wa); color: #fff; }
.vc-sticky-btn.wa:hover { background: var(--wa-deep); }
.vc-sticky-btn.call { background: rgba(255,255,255,0.1); color: #fff; }
.vc-sticky-btn svg { width: 14px; height: 14px; }
