/* Fi Mini Vet Retail Selling Guide — app styles */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--neutral-100);
  color: var(--fg-primary);
  font-family: var(--font-sans);
}
button { font-family: inherit; }

a { color: inherit; }

.fi-overline {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-secondary);
}
.fi-h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
}

/* ============================================================
   PROMO BAR
   ============================================================ */
.promo-bar {
  background: var(--yellow-300);
  color: var(--neutral-900);
  padding: 12px 32px;
  display: flex; align-items: center; justify-content: center;
  gap: 18px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.promo-bar .dot {
  width: 5px; height: 5px; background: var(--neutral-900); border-radius: 50%;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  background: #000;
  color: #fff;
  height: 72px;
  padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 50;
}
.nav-left { display: flex; align-items: center; gap: 32px; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 22px; filter: invert(1); }
.nav-logo .nav-logo-divider {
  width: 1px; height: 18px; background: rgba(255,255,255,.25);
}
.nav-logo .nav-logo-tag {
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--yellow-300);
}
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link {
  background: transparent; color: rgba(255,255,255,.7);
  border: none; cursor: pointer;
  padding: 8px 14px; border-radius: 100px;
  font-size: 13px; font-weight: 600; letter-spacing: -0.01em;
  transition: background 180ms var(--ease-out), color 180ms var(--ease-out);
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-link.active { background: rgba(255,255,255,.12); color: #fff; }

.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-meta {
  font-size: 12px; color: rgba(255,255,255,.5);
  letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
}
.nav-pill {
  background: var(--yellow-300); color: var(--neutral-900);
  border: none; cursor: pointer;
  border-radius: 100px;
  padding: 9px 18px; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; gap: 6px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--neutral-900);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 96px 64px 0;
}
.hero-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  align-items: end;
  max-width: 1440px; margin: 0 auto;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 6px 14px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--yellow-300);
  margin-bottom: 28px;
}
.hero-eyebrow .pulse-dot {
  width: 6px; height: 6px; background: var(--yellow-300); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,250,1,.22);
}
.hero h1 {
  font-size: 88px; font-weight: 700; line-height: 0.96; letter-spacing: -0.035em;
  margin: 0 0 28px; text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--yellow-300); }
.hero p.lede {
  font-size: 19px; line-height: 1.5; max-width: 540px; margin: 0 0 36px;
  color: rgba(255,255,255,.78);
}
.hero-modes {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 540px;
  margin-bottom: 64px;
}
.mode-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 22px;
  text-align: left;
  cursor: pointer;
  color: #fff;
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 180ms var(--ease-out);
}
.mode-card:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
.mode-card.featured {
  background: var(--yellow-300); color: var(--neutral-900); border-color: var(--yellow-300);
}
.mode-card.featured:hover { background: #FFE74D; }
.mode-card .mode-num {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 700; letter-spacing: 0; opacity: .6;
}
.mode-card .mode-title {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-top: 6px;
}
.mode-card .mode-desc {
  font-size: 13px; opacity: .75; margin-top: 8px; line-height: 1.4;
}
.mode-card .mode-arrow {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 22px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}

.hero-mini {
  position: relative;
  padding-bottom: 0;
  align-self: end;
}
.hero-mini-img {
  width: 100%; max-width: 460px;
  display: block; margin-left: auto;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.5));
}
.hero-stats {
  position: absolute;
  left: -24px; bottom: 60px;
  background: var(--yellow-300); color: var(--neutral-900);
  padding: 14px 18px; border-radius: 16px;
  font-weight: 700;
  display: flex; align-items: center; gap: 14px;
}
.hero-stats .stat-num {
  font-family: var(--font-mono); font-size: 28px; line-height: 1; letter-spacing: -0.04em;
}
.hero-stats .stat-lbl {
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.2;
}

/* hero quick-stats strip */
.hero-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 48px;
  max-width: 1440px;
  margin-left: auto; margin-right: auto;
}
.hero-strip .qs {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.hero-strip .qs:last-child { border-right: none; }
.hero-strip .qs-num {
  font-family: var(--font-mono); font-size: 32px; font-weight: 700;
  letter-spacing: -0.04em; color: var(--yellow-300);
}
.hero-strip .qs-lbl {
  font-size: 12px; color: rgba(255,255,255,.6); margin-top: 4px;
  letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600;
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.section-header {
  padding: 80px 64px 32px;
  max-width: 1440px; margin: 0 auto;
}
.sh-overline {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--fg-secondary);
  display: inline-flex; align-items: center; gap: 8px;
}
.sh-overline::before {
  content: ''; width: 24px; height: 1px; background: currentColor;
}
.section-header h2 {
  font-size: 56px; font-weight: 700; letter-spacing: -0.025em; line-height: 1;
  margin: 12px 0 16px; text-wrap: balance;
}
.section-header p {
  font-size: 17px; color: var(--fg-secondary); max-width: 640px; line-height: 1.5;
  margin: 0;
}

/* ============================================================
   CLINICAL — split layout: condition list + detail viewer
   ============================================================ */
.clinical-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px 96px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: start;
}
.condition-list {
  position: sticky;
  top: 96px;
  display: flex; flex-direction: column; gap: 6px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--neutral-200);
  padding: 12px;
}
.cl-head {
  padding: 10px 14px 6px;
  display: flex; align-items: center; justify-content: space-between;
}
.cl-head .fi-overline { color: var(--neutral-500); }
.cl-head .cl-count {
  font-family: var(--font-mono); font-size: 11px; color: var(--neutral-500); font-weight: 600;
}
.cond-btn {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border: none; background: transparent;
  border-radius: 14px;
  text-align: left;
  cursor: pointer;
  transition: background 160ms var(--ease-out);
  color: var(--neutral-700);
}
.cond-btn:hover { background: var(--neutral-100); }
.cond-btn.active {
  background: var(--neutral-900);
  color: #fff;
}
.cond-btn.active .cond-num { color: var(--yellow-300); }
.cond-btn.active .cond-icon { background: rgba(255,255,255,.1); color: var(--yellow-300); }

.cond-icon {
  width: 36px; height: 36px;
  background: var(--neutral-100);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--neutral-700);
}
.cond-num {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  color: var(--neutral-500);
  letter-spacing: 0;
}
.cond-name {
  font-size: 14px; font-weight: 600; letter-spacing: -0.01em;
}
.cond-go { opacity: 0; transition: opacity 160ms var(--ease-out); }
.cond-btn.active .cond-go { opacity: 1; color: var(--yellow-300); }

/* ---------- CONDITION DETAIL ---------- */
.cond-detail {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--neutral-200);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr 380px;
  min-height: 720px;
}
.cd-left { padding: 40px 44px; }
.cd-right {
  background: linear-gradient(160deg, var(--neutral-100) 0%, #ECEAE5 100%);
  border-left: 1px solid var(--neutral-200);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px;
  padding: 40px 24px;
  position: relative;
  overflow: hidden;
}
.cd-right > * { position: relative; z-index: 1; }
.cd-right::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,.04) 1px, transparent 0);
  background-size: 16px 16px;
  pointer-events: none;
}

/* Real Health Tab screenshot inside the condition detail */
.cd-real-shot {
  width: 220px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center;
}
.cd-real-overline {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--neutral-700);
  background: rgba(255,255,255,.7); border: 1px solid var(--neutral-200);
  padding: 5px 10px; border-radius: 100px;
  backdrop-filter: blur(8px);
}
.cd-real-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green-300);
  box-shadow: 0 0 0 3px var(--green-opacity);
}
.cd-real-shot img {
  width: 100%; display: block;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.12)) drop-shadow(0 2px 6px rgba(0,0,0,0.04));
}

.cd-num-row {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 24px;
}
.cd-num {
  font-family: var(--font-mono); font-size: 14px; font-weight: 700;
  background: var(--yellow-300); color: var(--neutral-900);
  padding: 4px 10px; border-radius: 100px;
}
.cd-cat {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fg-secondary);
}
.cd-name {
  font-size: 44px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.05;
  margin: 0 0 6px;
}
.cd-sub {
  font-size: 15px; color: var(--fg-secondary); margin-bottom: 32px;
}

.cd-section {
  margin-bottom: 28px;
}
.cd-section .fi-overline { margin-bottom: 10px; }

.signal-chips {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.signal-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 100px;
  font-size: 13px; font-weight: 600;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
}
.signal-chip.scratch  { background: #FCE9E7; color: #9D0523; border-color: #F2C7C2; }
.signal-chip.sleep    { background: #F0E6FE; color: #6403D3; border-color: #DBC4FB; }
.signal-chip.steps    { background: #DCF6E8; color: #07A157; border-color: #B5E8CC; }
.signal-chip.time     { background: #FFF2DC; color: #9C5C03; border-color: #F8DCAC; }
.signal-chip.location { background: #E3F0FD; color: #1F4FB8; border-color: #BFDBF7; }

.cd-spot, .cd-helps {
  font-size: 17px; line-height: 1.5;
  color: var(--neutral-800);
}
.cd-helps { color: var(--fg-secondary); font-size: 15px; }

.talking-card {
  background: var(--neutral-900);
  color: #fff;
  border-radius: 18px;
  padding: 24px 28px;
  position: relative;
  margin-top: 8px;
}
.talking-card .tc-overline {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--yellow-300);
  margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.talking-card .tc-quote {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px; line-height: 1.25; letter-spacing: -0.02em;
  margin: 0;
}
.talking-card .tc-mark {
  position: absolute; top: 14px; right: 18px;
  font-family: var(--font-mono); font-size: 60px; font-weight: 700;
  color: rgba(255,255,255,.08);
  line-height: 0.7;
}

.treatments-row {
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px;
}
.treatment-tag {
  font-size: 12px; padding: 6px 12px; border-radius: 100px;
  background: var(--neutral-100); color: var(--neutral-700);
  border: 1px solid var(--neutral-200);
  font-weight: 600;
}

/* ============================================================
   FI APP CARD (mocked phone)
   ============================================================ */
.fi-phone {
  width: 320px;
  background: #fff;
  border-radius: 36px;
  border: 1px solid var(--neutral-200);
  box-shadow: 0px 24px 64px rgba(0,0,0,0.08), 0px 4px 16px rgba(0,0,0,0.04);
  padding: 8px;
  position: relative;
  z-index: 2;
}
.fi-phone-notch {
  width: 96px; height: 24px; background: #100F0E;
  border-radius: 100px;
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  z-index: 3;
}
.fi-phone-screen {
  background: var(--neutral-100);
  border-radius: 30px;
  padding: 44px 14px 14px;
  min-height: 580px;
  display: flex; flex-direction: column; gap: 10px;
}
.fi-phone-status {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; font-weight: 700;
  padding: 0 8px 4px;
  color: var(--neutral-700);
}
.fi-phone-status .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: currentColor;
}
.fi-phone-header {
  display: flex; align-items: center; gap: 12px; padding: 4px 6px 6px;
}
.fi-dog-avatar {
  width: 40px; height: 40px;
  background: var(--neutral-900); color: var(--yellow-300);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.fi-phone-tabbar {
  margin-top: auto;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  display: flex; justify-content: space-around;
  border: 1px solid var(--neutral-200);
}
.fi-tab {
  font-size: 10px; font-weight: 600;
  color: var(--neutral-500);
  letter-spacing: -0.01em;
}
.fi-tab.fi-tab-active { color: var(--neutral-900); }

/* ---- signal card inside phone ---- */
.signal-card {
  background: #fff; border-radius: 16px;
  border: 1px solid var(--neutral-200);
  padding: 14px;
  box-shadow: var(--shadow-card-soft);
}
.signal-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 4px;
}
.signal-label {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--neutral-500);
}
.signal-dot {
  width: 8px; height: 8px; border-radius: 50%;
}
.signal-delta {
  display: inline-flex; align-items: center; gap: 3px;
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 700;
  padding: 3px 6px;
  border-radius: 100px;
}
.signal-delta.up   { background: #FCE9E7; color: #9D0523; }
.signal-delta.down { background: #DCF6E8; color: #07A157; }
.signal-value {
  display: baseline; align-items: baseline; gap: 6px;
  margin-bottom: 8px;
}
.signal-num {
  font-family: var(--font-mono);
  font-size: 30px; font-weight: 700; letter-spacing: -0.04em;
  color: var(--neutral-900);
}
.signal-unit { font-size: 12px; color: var(--neutral-500); margin-left: 6px; font-weight: 500; }
.signal-foot {
  margin-top: 8px;
  font-size: 11px; color: var(--neutral-600); line-height: 1.4;
}

/* ---- bars ---- */
.bars { display: flex; align-items: flex-end; gap: 6px; padding: 4px 0; }
.bar-wrap { flex: 1; display: flex; align-items: flex-end; height: 100%; }
.bar { width: 100%; border-radius: 4px 4px 2px 2px; transition: height 200ms var(--ease-out); }
.day-labels {
  display: flex; justify-content: space-between;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 9px; color: var(--neutral-500); font-weight: 600;
}
.day-labels span { flex: 1; text-align: center; }

/* ---- ring ---- */
.ring-wrap { position: relative; }
.ring-inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.ring-num { font-family: var(--font-mono); font-weight: 700; font-size: 18px; letter-spacing: -0.04em; }
.ring-sub { font-size: 9px; color: var(--neutral-500); font-weight: 600; }
.ring-row { display: flex; gap: 14px; align-items: center; padding: 14px; background: #fff; border-radius: 16px; border: 1px solid var(--neutral-200); box-shadow: var(--shadow-card-soft); }
.ring-meta .ring-h { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; margin-top: 2px; }
.ring-meta .ring-p { font-size: 11px; color: var(--neutral-500); margin-top: 4px; }

/* ---- specialty views ---- */
.alert-pill {
  background: #FCE9E7; color: #9D0523;
  border-radius: 12px; padding: 10px 12px;
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.recovery-banner {
  background: var(--neutral-900); color: #fff;
  border-radius: 14px; padding: 12px 14px;
  display: flex; justify-content: space-between; align-items: center;
}
.recovery-overline {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,.6);
  letter-spacing: 0.04em; text-transform: uppercase;
}
.recovery-status {
  background: var(--yellow-300); color: var(--neutral-900);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px;
}
.away-window {
  display: flex; justify-content: space-between; align-items: flex-end;
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 14px; padding: 12px 14px;
  box-shadow: var(--shadow-card-soft);
}
.away-time { font-family: var(--font-mono); font-size: 14px; font-weight: 700; margin-top: 4px; }
.away-num  { font-family: var(--font-mono); font-size: 22px; font-weight: 700; color: #FFA411; letter-spacing: -0.04em; }
.away-lbl  { font-size: 9px; color: var(--neutral-500); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }

.time-of-day {
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 14px; padding: 12px;
  box-shadow: var(--shadow-card-soft);
}
.todh {
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--neutral-500); margin-bottom: 8px;
}
.tod-grid {
  display: grid; grid-template-columns: repeat(24, 1fr); gap: 2px;
  height: 36px;
}
.tod-cell { border-radius: 2px; }
.tod-axis {
  display: flex; justify-content: space-between;
  font-family: var(--font-mono); font-size: 9px; font-weight: 600;
  color: var(--neutral-500);
  margin-top: 6px;
}

.flare-strip {
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 14px; padding: 10px 12px;
  box-shadow: var(--shadow-card-soft);
}
.flare-overline {
  font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--neutral-500); margin-bottom: 6px;
}
.flare-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.flare-pill {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  padding: 4px 8px; border-radius: 100px;
  background: #FCE9E7; color: #9D0523;
}
.correlation {
  background: var(--neutral-900); color: #fff;
  border-radius: 14px; padding: 12px 14px;
}
.corr-overline {
  font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--yellow-300); margin-bottom: 4px;
}
.corr-body { font-size: 13px; line-height: 1.4; }

.sleep-timeline {
  display: flex; gap: 2px; height: 28px; align-items: stretch;
}
.sleep-block { flex: 1; border-radius: 2px; }
.sleep-block.asleep { background: #9D5CFF; }
.sleep-block.awake  { background: #FFA411; }

.baseline-flag {
  background: var(--yellow-300); color: var(--neutral-900);
  border-radius: 14px; padding: 12px 14px;
  display: flex; gap: 12px; align-items: flex-start;
}
.bf-icon {
  width: 26px; height: 26px;
  background: var(--neutral-900); color: var(--yellow-300);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bf-title { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; }
.bf-body  { font-size: 12px; line-height: 1.4; margin-top: 2px; }

/* ============================================================
   RETAIL — pitch hero, recommend grid, scripts, objections, FAQ
   ============================================================ */
.retail-hero {
  background: var(--yellow-300);
  color: var(--neutral-900);
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
}
.retail-hero-grid {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
  align-items: center;
}
.retail-hero h2 {
  font-size: 64px; font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  margin: 16px 0 24px; text-wrap: balance;
}
.retail-hero p { font-size: 18px; line-height: 1.5; max-width: 480px; margin: 0; }
.retail-hero .pitch-card {
  background: var(--neutral-900); color: #fff;
  border-radius: 28px;
  padding: 36px 36px 32px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
  position: relative;
}
.pitch-card .pitch-overline {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--yellow-300);
  margin-bottom: 16px;
}
.pitch-card .pitch-line {
  font-size: 22px; line-height: 1.3; letter-spacing: -0.02em;
  margin: 0; font-weight: 600;
}
.pitch-card .pitch-line strong { color: var(--yellow-300); font-weight: 700; }
.pitch-card .pitch-foot {
  margin-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 16px;
  font-size: 12px; color: rgba(255,255,255,.5);
  letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600;
}

/* ---- recommend matrix ---- */
.recommend-grid {
  max-width: 1440px; margin: 0 auto;
  padding: 0 64px 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.profile-card {
  background: transparent;
  border: none;
  padding: 0;
  min-height: 220px;
  position: relative;
  cursor: pointer;
  perspective: 1200px;
  font: inherit;
  text-align: left;
  color: inherit;
}
.pf-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transition: transform 520ms cubic-bezier(0.65, 0.0, 0.35, 1.0);
  transform-style: preserve-3d;
}
.profile-card.is-flipped .pf-inner {
  transform: rotateY(180deg);
}
.pf-face {
  position: absolute; inset: 0;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--neutral-200);
  padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out);
}
.pf-front { transform: rotateY(0deg); }
.pf-back {
  transform: rotateY(180deg);
  background: var(--neutral-900); color: #fff;
  border-color: var(--neutral-900);
  justify-content: space-between;
}
.profile-card:hover .pf-front {
  border-color: var(--neutral-900);
  box-shadow: var(--shadow-3);
}
.profile-card:hover .pf-front .pf-arrow { transform: translateX(4px); }
.profile-card.is-flipped .pf-back {
  box-shadow: var(--shadow-3);
}
.pf-num {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--neutral-500);
}
.pf-name { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.pf-why { font-size: 14px; line-height: 1.45; opacity: .8; flex: 1; }
.pf-cta {
  display: flex; align-items: center; gap: 8px;
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--neutral-700);
}
.pf-back .pf-cta { color: var(--yellow-300); }
.pf-arrow {
  display: inline-flex; align-items: center;
  transition: transform 200ms var(--ease-out);
}
.pf-arrow-back { transform: rotate(180deg); }
.profile-card:hover .pf-back .pf-arrow-back { transform: rotate(180deg) translateX(4px); }
.pf-back-label {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  color: var(--yellow-300); letter-spacing: 0.08em; text-transform: uppercase;
}
.pf-say {
  font-size: 18px; font-weight: 500;
  letter-spacing: -0.01em; line-height: 1.35;
  flex: 1;
}

/* ---- scripts ---- */
.scripts-shell {
  max-width: 1440px; margin: 0 auto;
  padding: 0 64px 96px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.script-row {
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--neutral-200);
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 14px;
  transition: border-color 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
  position: relative;
}
.script-row:hover { border-color: var(--neutral-900); box-shadow: var(--shadow-2); }
.script-marker {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--neutral-900);
  margin-top: 8px;
  position: relative;
}
.script-marker::after {
  content: ''; position: absolute;
  left: 50%; top: 16px; transform: translateX(-50%);
  width: 1px; height: 36px; background: var(--neutral-200);
}
.script-row:last-child .script-marker::after { display: none; }
.script-cue {
  font-size: 17px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
  margin-bottom: 4px;
}
.script-cue::before { content: '"'; color: var(--neutral-400); font-size: 22px; line-height: 1; margin-right: 2px; }
.script-cue::after  { content: '"'; color: var(--neutral-400); font-size: 22px; line-height: 1; margin-left: 2px; }
.script-cue-text { flex: 1; }
.script-tag {
  background: var(--yellow-300); color: var(--neutral-900);
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 100px; flex-shrink: 0;
  letter-spacing: 0;
}
.script-say-toggle {
  background: transparent; border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700;
  color: var(--neutral-500);
  padding: 6px 0; letter-spacing: 0.06em; text-transform: uppercase;
  margin-top: 4px;
}
.script-say-toggle:hover { color: var(--neutral-900); }
.script-say {
  margin-top: 10px;
  background: var(--neutral-100);
  border-left: 3px solid var(--yellow-300);
  padding: 16px 18px;
  border-radius: 0 12px 12px 0;
  font-size: 16px; line-height: 1.5;
  color: var(--neutral-800);
  display: none;
}
.script-row.open .script-say { display: block; }
.script-row.open .script-say-toggle .arrow-icon { transform: rotate(90deg); }
.arrow-icon { transition: transform 200ms var(--ease-out); }

/* ---- objections (flip cards) ---- */
.objections-grid {
  max-width: 1440px; margin: 0 auto;
  padding: 0 64px 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.flip {
  perspective: 1200px;
  height: 240px;
  cursor: pointer;
}
.flip-inner {
  position: relative; width: 100%; height: 100%;
  transition: transform 600ms var(--ease-out);
  transform-style: preserve-3d;
}
.flip.flipped .flip-inner { transform: rotateY(180deg); }
.flip-face {
  position: absolute; inset: 0;
  border-radius: 20px; padding: 28px;
  display: flex; flex-direction: column; justify-content: space-between;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.flip-front {
  background: #fff;
  border: 1px solid var(--neutral-200);
}
.flip-back {
  background: var(--neutral-900); color: #fff;
  transform: rotateY(180deg);
}
.flip-overline {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--neutral-500);
}
.flip-back .flip-overline { color: var(--yellow-300); }
.flip-cue {
  font-size: 24px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2;
  margin-top: 10px;
}
.flip-cue::before { content: '"'; }
.flip-cue::after  { content: '"'; }
.flip-bottom {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--neutral-500);
}
.flip-back .flip-bottom { color: rgba(255,255,255,.5); }
.flip-bottom-cta {
  display: inline-flex; align-items: center; gap: 6px;
}
.flip-say {
  font-size: 16px; line-height: 1.5;
  font-weight: 500;
}

/* ---- FAQ ---- */
.faq-shell {
  max-width: 980px; margin: 0 auto;
  padding: 0 64px 64px;
}
.faq-row {
  border-top: 1px solid var(--neutral-200);
  cursor: pointer;
}
.faq-row:last-child { border-bottom: 1px solid var(--neutral-200); }
.faq-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0;
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em;
  transition: color 160ms var(--ease-out);
}
.faq-row:hover .faq-head { color: var(--neutral-700); }
.faq-toggle {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--neutral-100);
  display: flex; align-items: center; justify-content: center;
  color: var(--neutral-700);
  transition: background 160ms var(--ease-out), color 160ms var(--ease-out), transform 200ms var(--ease-out);
}
.faq-row.open .faq-toggle { background: var(--yellow-300); color: var(--neutral-900); transform: rotate(180deg); }
.faq-body {
  max-height: 0; overflow: hidden;
  transition: max-height 280ms var(--ease-out);
}
.faq-row.open .faq-body { max-height: 200px; }
.faq-body-inner {
  padding-bottom: 22px;
  font-size: 17px; line-height: 1.5;
  color: var(--fg-secondary);
  max-width: 720px;
}

/* ============================================================
   VETS TAB section
   ============================================================ */
.vt-hero {
  background: var(--neutral-900); color: #fff;
  padding: 80px 64px;
}
.vt-hero-grid {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  align-items: center;
}
.vt-hero-title {
  font-size: 64px; font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  margin: 16px 0 24px; text-wrap: balance;
}
.vt-hero-title em { font-style: normal; color: var(--yellow-300); }
.vt-hero-lede { font-size: 18px; line-height: 1.5; max-width: 540px; color: rgba(255,255,255,.78); margin: 0 0 24px; }
.vt-note {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,250,1,.08); color: var(--yellow-300);
  border: 1px solid rgba(255,250,1,.25);
  padding: 10px 16px; border-radius: 12px;
  font-size: 13px;
}
.vt-note strong { color: #fff; }
.vt-highlights { display: flex; flex-direction: column; gap: 12px; }
.vt-hl {
  display: grid; grid-template-columns: 44px 1fr; gap: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 18px 20px;
}
.vt-hl-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--yellow-300); color: var(--neutral-900);
  display: flex; align-items: center; justify-content: center;
}
.vt-hl-title { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 4px; }
.vt-hl-body  { font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.7); }

/* walkthrough */
.vt-walk {
  max-width: 1440px; margin: 0 auto;
  padding: 0 64px 96px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px;
  align-items: start;
}
.vt-step-list { display: flex; flex-direction: column; gap: 8px; }
.vt-step-btn {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px;
  align-items: start;
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 18px; padding: 18px 22px;
  cursor: pointer; text-align: left;
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out);
}
.vt-step-btn:hover { border-color: var(--neutral-400); }
.vt-step-btn.active { background: var(--neutral-900); color: #fff; border-color: var(--neutral-900); }
.vt-step-btn.active .vt-step-num { background: var(--yellow-300); color: var(--neutral-900); }
.vt-step-num {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--neutral-100);
  font-family: var(--font-mono); font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--neutral-700);
}
.vt-step-title { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 4px; }
.vt-step-body  { font-size: 13px; line-height: 1.45; opacity: .75; }
.vt-step-stage {
  background: linear-gradient(160deg, var(--neutral-100) 0%, #ECEAE5 100%);
  border-radius: 24px; padding: 36px 24px 28px;
  border: 1px solid var(--neutral-200);
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  position: sticky; top: 96px;
}
.vt-stage-meta { text-align: center; }
.vt-stage-title { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; margin-top: 4px; }
.vt-stage-nav { display: flex; gap: 8px; width: 100%; max-width: 320px; }
.vt-nav-btn {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 16px; border-radius: 100px;
  border: 1px solid var(--neutral-300);
  background: #fff; cursor: pointer;
  font-size: 13px; font-weight: 700; font-family: inherit;
}
.vt-nav-btn:disabled { opacity: .35; cursor: not-allowed; }
.vt-nav-btn-yellow { background: var(--neutral-900); color: var(--yellow-300); border-color: var(--neutral-900); }

/* phone-screen pieces for vets walkthrough */
.vt-screen { padding: 44px 12px 12px; }

/* Card-shaped asset (e.g. Health Report) — sits in the same 280×600
   footprint as the phone wrappers but lets the card display at its
   natural proportions instead of being cropped to a phone shape. */
.vt-card-shot {
  width: 280px;
  height: 600px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vt-card-shot img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.14)) drop-shadow(0 4px 12px rgba(0,0,0,0.06));
}
.vt-page-title { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; padding: 6px 6px 8px; }
.vt-tile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vt-tile {
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 14px; padding: 12px; min-height: 88px;
  display: flex; flex-direction: column; gap: 4px;
}
.vt-tile-yellow { background: var(--yellow-300); border-color: var(--yellow-300); }
.vt-tile-icon {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--neutral-100); display: flex; align-items: center; justify-content: center;
  color: var(--neutral-700);
}
.vt-tile-yellow .vt-tile-icon { background: var(--neutral-900); color: var(--yellow-300); }
.vt-tile-name { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; margin-top: 6px; }
.vt-tile-meta { font-size: 10px; color: var(--neutral-600); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.vt-arrow-hint {
  margin: 4px 0; padding: 8px 12px;
  background: var(--neutral-900); color: var(--yellow-300);
  border-radius: 100px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-align: center;
}
.vt-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 8px 10px; font-size: 16px; font-weight: 700; letter-spacing: -0.01em;
}
.vt-back { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: var(--neutral-700); }
.vt-section-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--neutral-500); padding: 8px 6px 6px;
}
.vt-empty-card {
  background: #fff; border: 1px dashed var(--neutral-300);
  border-radius: 16px; padding: 18px 16px; text-align: center;
}
.vt-empty-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--neutral-100);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
  color: var(--neutral-700);
}
.vt-empty-title { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }
.vt-empty-body { font-size: 11px; color: var(--neutral-600); margin: 4px 0 12px; line-height: 1.4; }
.vt-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border-radius: 100px;
  background: var(--neutral-900); color: #fff;
  border: none; cursor: pointer;
  font-size: 12px; font-weight: 700; font-family: inherit;
}
.vt-cta-yellow { background: var(--yellow-300); color: var(--neutral-900); }
.vt-locked {
  display: flex; align-items: center; gap: 8px;
  background: var(--neutral-100); border: 1px solid var(--neutral-200);
  border-radius: 12px; padding: 10px 12px;
  font-size: 11px; color: var(--neutral-600); font-weight: 600;
}
.vt-search-bar {
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 100px; padding: 9px 14px;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--neutral-500);
}
.vt-search-active { border-color: var(--neutral-900); color: var(--neutral-900); font-weight: 600; }
.vt-loc-banner {
  background: #DCF6E8; color: #07A157;
  font-size: 10px; font-weight: 700;
  padding: 6px 10px; border-radius: 100px;
  display: inline-flex; align-items: center; gap: 6px;
  letter-spacing: 0.04em; text-transform: uppercase;
  align-self: flex-start;
}
.vt-result-row {
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 14px; padding: 12px;
  position: relative;
}
.vt-result-loading { background: var(--neutral-100); }
.vt-skeleton {
  height: 12px; background: var(--neutral-200); border-radius: 6px; margin-bottom: 6px;
}
.vt-result-name { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; }
.vt-result-meta { font-size: 11px; color: var(--neutral-600); margin-top: 2px; font-weight: 500; }
.vt-result-active { border-color: var(--neutral-900); }
.vt-add-btn {
  position: absolute; right: 10px; top: 10px;
  background: var(--yellow-300); color: var(--neutral-900);
  border: none; cursor: pointer;
  padding: 5px 12px; border-radius: 100px;
  font-size: 11px; font-weight: 700; font-family: inherit;
}
.vt-saved-row {
  display: flex; gap: 12px; align-items: center;
  background: #fff; border: 1px solid var(--neutral-200);
  border-radius: 14px; padding: 10px 12px;
}
.vt-saved-avatar {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--yellow-300); color: var(--neutral-900);
  display: flex; align-items: center; justify-content: center;
}
.vt-saved-name { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; }
.vt-saved-meta { font-size: 10px; color: var(--neutral-600); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 2px; }
.vt-report-card {
  background: var(--neutral-900); color: #fff;
  border-radius: 16px; padding: 14px;
  display: flex; flex-direction: column; gap: 12px;
}
.vt-report-head { display: flex; gap: 10px; align-items: center; }
.vt-report-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--yellow-300); color: var(--neutral-900);
  display: flex; align-items: center; justify-content: center;
}
.vt-report-title { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; }
.vt-report-meta  { font-size: 10px; color: rgba(255,255,255,.6); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 2px; }
.vt-report-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.vt-rs-num { font-family: var(--font-mono); font-size: 18px; font-weight: 700; letter-spacing: -0.04em; color: var(--yellow-300); }
.vt-rs-lbl { font-size: 9px; color: rgba(255,255,255,.5); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 2px; }

/* Health Report shell */
.vt-report-shell {
  max-width: 1440px; margin: 0 auto;
  padding: 0 64px 96px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: center;
}
.vt-report-shell-centered {
  display: block;
  max-width: 760px;
  text-align: center;
}
.vt-report-shell-centered .vt-report-left { padding: 24px 0; }
.vt-report-shell-centered .vt-rl-list { display: inline-flex; text-align: left; margin: 0 auto 28px; }
.vt-report-shell-centered .vt-rl-quote { text-align: left; }
.vt-report-left { padding: 24px 0; }
.vt-rl-overline {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-secondary);
  margin-bottom: 12px;
}
.vt-rl-title {
  font-size: 44px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.05;
  margin: 0 0 24px; text-wrap: balance;
}
.vt-rl-list {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 10px;
}
.vt-rl-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 16px; color: var(--neutral-800);
}
.vt-rl-list li svg { color: var(--green-300); flex-shrink: 0; }
.vt-rl-quote {
  background: var(--neutral-100); border-left: 3px solid var(--yellow-300);
  padding: 18px 20px; border-radius: 0 12px 12px 0;
  font-size: 15px; line-height: 1.5; color: var(--neutral-800);
}
.vt-report-right {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px;
  padding: 32px 24px;
  background: linear-gradient(160deg, var(--neutral-100) 0%, #ECEAE5 100%);
  border-radius: 24px;
  border: 1px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}
.vt-report-right > * { position: relative; z-index: 1; }
.vt-report-right::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,.04) 1px, transparent 0);
  background-size: 16px 16px;
  pointer-events: none;
}

/* Authentic shot from the support article */
.vt-actual-shot {
  width: 100%; max-width: 360px;
  background: var(--neutral-0);
  border: 1px solid var(--neutral-200);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow-card-soft);
}
.vt-actual-overline {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--neutral-700);
  background: var(--yellow-100); border: 1px solid var(--yellow-300);
  padding: 5px 10px; border-radius: 100px;
  margin-bottom: 12px;
}
.vt-actual-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green-300);
  box-shadow: 0 0 0 3px var(--green-opacity);
}
.vt-actual-shot img {
  width: 100%; display: block; border-radius: 10px;
}
.vt-actual-cap {
  margin-top: 12px;
  font-size: 12px; line-height: 1.45; color: var(--fg-secondary);
}

@media (max-width: 1100px) {
  .vt-walk, .vt-report-shell, .vt-hero-grid { grid-template-columns: 1fr; }
  .vt-step-stage { position: static; }
  .vt-hero-title, .vt-rl-title { font-size: 40px; }
}

/* ============================================================
   PHONE PLACEHOLDERS — drop real Fi app screenshots in
   ============================================================ */
.phone-real {
  width: 280px;
  height: 600px;
  display: flex; align-items: flex-start; justify-content: center;
  position: relative; z-index: 2;
  flex-shrink: 0;
}
.phone-real img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.18)) drop-shadow(0 4px 12px rgba(0,0,0,0.06));
}

/* Phone bezel for raw app screenshots (no built-in frame) */
.phone-frame {
  width: 280px;
  height: 600px;
  position: relative; z-index: 2;
  flex-shrink: 0;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.20)) drop-shadow(0 4px 12px rgba(0,0,0,0.08));
}
.phone-frame-bezel {
  background: #100F0E;
  border-radius: 44px;
  padding: 9px;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.phone-frame-notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 26px;
  background: #000;
  border-radius: 100px;
  z-index: 2;
}
.phone-frame-screen {
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.phone-frame-screen img {
  width: 100%; height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.phone-placeholder {
  width: 320px;
  aspect-ratio: 9 / 19.5;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255, 250, 1, 0.06) 0px,
      rgba(255, 250, 1, 0.06) 12px,
      rgba(255, 250, 1, 0.12) 12px,
      rgba(255, 250, 1, 0.12) 24px
    ),
    var(--neutral-0);
  border: 2px dashed var(--neutral-400);
  border-radius: 36px;
  padding: 8px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  box-shadow: 0px 24px 64px rgba(0,0,0,0.06), 0px 4px 16px rgba(0,0,0,0.04);
}
.phone-placeholder-tall { aspect-ratio: 9 / 19.5; }

.ph-frame {
  flex: 1;
  background: var(--neutral-100);
  border-radius: 28px;
  border: 1px solid var(--neutral-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  text-align: center;
  gap: 12px;
}
.ph-overline {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 9px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--neutral-700);
  background: var(--yellow-100);
  border: 1px solid var(--yellow-300);
  padding: 4px 10px; border-radius: 100px;
}
.ph-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--yellow-400);
  box-shadow: 0 0 0 3px var(--yellow-opacity);
}
.ph-icon {
  color: var(--neutral-500);
  margin-top: 4px;
}
.ph-signal {
  font-size: 17px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--neutral-900);
  text-wrap: balance;
  max-width: 220px;
  line-height: 1.2;
}
.ph-hint {
  font-size: 12px; color: var(--fg-secondary); line-height: 1.4;
  max-width: 220px;
}
.ph-slot-id {
  margin-top: 8px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  color: var(--neutral-700);
  background: var(--neutral-0);
  border: 1px solid var(--neutral-300);
  padding: 4px 10px; border-radius: 6px;
  letter-spacing: 0.02em;
}
.ph-instr {
  font-size: 11px; font-weight: 600;
  color: var(--neutral-500);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ============================================================
   TESTIMONIAL — real-story / pull-quote section
   ============================================================ */
.testimonial {
  background: var(--neutral-100);
  padding: 96px 64px;
}
.testimonial-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.testimonial-headline {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 12px 0 40px;
  text-wrap: balance;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 32px;
}
.testimonial-moment {
  background: var(--neutral-900);
  color: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  position: sticky;
  top: 96px;
  box-shadow: var(--shadow-3);
}
.testimonial-moment-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow-300);
  margin-bottom: 8px;
}
.testimonial-moment-time {
  font-family: var(--font-mono);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 16px;
}
.testimonial-moment-cap {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.7);
}
.testimonial-pullquote {
  position: relative;
  background: #fff;
  border-left: 6px solid var(--yellow-300);
  border-radius: 0 20px 20px 0;
  padding: 36px 40px 36px 56px;
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  box-shadow: var(--shadow-card-soft);
}
.testimonial-mark {
  position: absolute;
  top: 8px;
  left: 18px;
  font-family: var(--font-mono);
  font-size: 96px;
  font-weight: 700;
  color: var(--yellow-300);
  line-height: 1;
  opacity: 0.35;
  pointer-events: none;
}
.testimonial-story p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--neutral-800);
  margin: 0 0 16px;
}
.testimonial-story p:last-child { margin-bottom: 0; }
.testimonial-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--neutral-200);
  flex-wrap: wrap;
  gap: 12px;
}
.testimonial-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow-300);
  color: var(--neutral-900);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 100px;
}
.testimonial-attr {
  font-size: 13px;
  color: var(--fg-secondary);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .testimonial { padding: 64px 32px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 24px; }
  .testimonial-moment { position: static; }
  .testimonial-headline { font-size: 40px; }
  .testimonial-pullquote { font-size: 22px; padding: 28px 28px 28px 44px; }
  .testimonial-mark { font-size: 72px; top: 4px; left: 12px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer-cta {
  background: var(--neutral-900); color: #fff;
  padding: 88px 64px;
  text-align: center;
}
.footer-cta-inner { max-width: 800px; margin: 0 auto; }
.footer-cta h3 {
  font-size: 56px; font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  margin: 0 0 20px; text-wrap: balance;
}
.footer-cta h3 em { font-style: normal; color: var(--yellow-300); }
.footer-cta p { font-size: 17px; color: rgba(255,255,255,.7); margin: 0 0 32px; }
.footer-cta .btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px;
  border-radius: 100px;
  border: none; cursor: pointer;
  font-size: 15px; font-weight: 700;
  font-family: inherit;
  transition: background 180ms var(--ease-out), transform 180ms var(--ease-out);
}
.btn-yellow { background: var(--yellow-300); color: var(--neutral-900); }
.btn-yellow:hover { background: #FFE74D; }
.btn-ghost  { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.2); }
.btn-ghost:hover { background: rgba(255,255,255,.06); }

.footer-foot {
  background: #000; color: rgba(255,255,255,.5);
  padding: 24px 64px;
  display: flex; justify-content: space-between;
  font-size: 12px;
}

/* ============================================================
   UTIL
   ============================================================ */
.scroll-anchor { scroll-margin-top: 88px; }

@media (max-width: 1100px) {
  .clinical-shell { grid-template-columns: 1fr; }
  .condition-list { position: static; }
  .cond-detail { grid-template-columns: 1fr; }
  .recommend-grid { grid-template-columns: repeat(2, 1fr); }
  .scripts-shell { grid-template-columns: 1fr; }
  .objections-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid, .retail-hero-grid { grid-template-columns: 1fr; }
  .hero h1, .footer-cta h3, .retail-hero h2 { font-size: 56px; }
  .section-header h2 { font-size: 40px; }
}
