/* ==========================================================================
   Phone-Pal — evergreen editorial design system
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  --cream: #FAF6EE;
  --cream-deep: #EAEEDD;
  --paper: #FFFFFF;
  --ink: #23291F;
  --ink-soft: #4E5A46;
  --ink-faint: #5E6B54; /* WCAG AA checked against cream/cream-deep/paper */
  --sprout: #4B7A5A;
  --sprout-deep: #365A40;
  --gold: #C99A3E;
  --line: #DCE0CC;
  --dark: #1E281F;
  --dark-card: #283428;

  --shadow-sm: 0 2px 10px rgba(30, 40, 31, 0.06);
  --shadow-md: 0 10px 30px rgba(30, 40, 31, 0.10);
  --shadow-lg: 0 20px 50px rgba(30, 40, 31, 0.16);

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;

  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
}

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

html { scroll-behavior: smooth; font-size: 18px; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 28px; }

img { max-width: 100%; display: block; }

a { color: inherit; }

/* ---------- Header ---------- */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 246, 238, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 40px; height: 40px; flex-shrink: 0; }
.brand-name { font-family: var(--font-display); font-size: 24px; font-weight: 600; letter-spacing: -0.2px; }
.nav-links { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 17px; transition: color .2s; }
.nav-links a:hover { color: var(--sprout-deep); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; font-size: 18px; font-weight: 700; font-family: var(--font-body);
  border-radius: var(--r-sm); text-decoration: none; cursor: pointer; border: none;
  transition: all .2s ease; min-height: 54px; white-space: nowrap;
}
.btn-primary { background: var(--sprout); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--sprout-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border: 2px solid var(--line); }
.btn-ghost:hover { border-color: var(--sprout); color: var(--sprout-deep); }
.btn-dark { background: var(--dark); color: var(--cream); }
.btn-dark:hover { background: #000; }
.btn-sm { padding: 10px 20px; font-size: 15px; min-height: 42px; }

/* ---------- Hero ---------- */
.hero { padding: 72px 0 96px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cream-deep); color: var(--sprout-deep);
  border: 1px solid var(--line); padding: 8px 18px; border-radius: 30px;
  font-weight: 700; font-size: 15px; letter-spacing: 0.3px; margin-bottom: 26px;
}
.hero-title {
  font-family: var(--font-display); font-size: 56px; font-weight: 600;
  line-height: 1.08; letter-spacing: -1px; margin-bottom: 24px; color: var(--ink);
}
.hero-title em { font-style: italic; color: var(--sprout-deep); font-weight: 500; }
.hero-subtitle { font-size: 22px; color: var(--ink-soft); max-width: 520px; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-microcopy { font-size: 15px; color: var(--ink-faint); }
.hero-microcopy strong { color: var(--ink-soft); }

.hero-photo { position: relative; }
.hero-photo-frame {
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  border: 6px solid var(--paper);
}
.hero-photo-frame img { width: 100%; height: 560px; object-fit: cover; }
.hero-float-card {
  position: absolute; bottom: -22px; left: 24px; right: 24px;
  background: var(--dark); color: var(--cream);
  border-radius: var(--r-md); padding: 20px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  box-shadow: var(--shadow-lg);
}
.hero-float-label { font-size: 13px; text-transform: uppercase; letter-spacing: 0.8px; color: #A9B3A1; font-weight: 700; }
.hero-float-number { font-family: var(--font-display); font-size: 25px; font-weight: 600; color: #E9C77A; }

/* ---------- Section scaffolding ---------- */
section { padding: 88px 0; }
.section-header { max-width: 700px; margin: 0 auto 56px; text-align: center; }
.section-eyebrow { color: var(--sprout-deep); font-weight: 700; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.section-title { font-family: var(--font-display); font-size: 42px; font-weight: 600; letter-spacing: -0.6px; margin-bottom: 18px; }
.section-desc { font-size: 20px; color: var(--ink-soft); }
.section-desc.light { color: #B9C4B1; }

/* ---------- Problems ---------- */
.section-problems { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.problem-card { padding: 8px; }
.problem-icon {
  width: 56px; height: 56px; border-radius: 16px; background: var(--cream-deep);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.problem-icon svg { width: 28px; height: 28px; stroke: var(--sprout-deep); }
.problem-title { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin-bottom: 10px; }
.problem-body { color: var(--ink-soft); font-size: 17px; }

/* ---------- Hero features (flagship, dark) ---------- */
.section-hero-features { background: var(--dark); color: var(--cream); }
.hf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.hf-card {
  background: var(--dark-card); border: 1px solid #3A473A; border-radius: var(--r-md);
  padding: 34px; transition: transform .2s, border-color .2s;
}
.hf-card:hover { transform: translateY(-4px); border-color: var(--sprout); }
.hf-icon {
  width: 60px; height: 60px; border-radius: var(--r-sm); background: rgba(75,122,90,0.22);
  display: flex; align-items: center; justify-content: center; margin-bottom: 22px;
}
.hf-icon svg { width: 30px; height: 30px; stroke: #8FC49E; }
.hf-title { font-family: var(--font-display); font-size: 23px; font-weight: 600; margin-bottom: 10px; }
.hf-body { color: #B9C4B1; font-size: 16px; }
.hf-badge {
  display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase; color: #E9C77A;
  background: rgba(233,199,122,0.14); border: 1px solid rgba(233,199,122,0.35);
  padding: 4px 10px; border-radius: 20px;
}

/* ---------- Capabilities ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.cap-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 30px; display: flex; gap: 18px; box-shadow: var(--shadow-sm);
}
.cap-icon-wrap {
  width: 48px; height: 48px; border-radius: 12px; background: var(--cream-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cap-icon-wrap svg { width: 24px; height: 24px; stroke: var(--sprout-deep); }
.cap-title { font-weight: 700; font-size: 18px; margin-bottom: 6px; font-family: var(--font-display); }
.cap-body { color: var(--ink-soft); font-size: 16px; }
.cap-status { font-size: 13px; font-weight: 700; margin-top: 8px; }
.cap-status.live { color: var(--sprout-deep); }
.cap-status.soon { color: var(--ink-faint); }

/* ---------- Benefits ---------- */
.section-benefits { background: var(--cream-deep); }
.benefit-list { display: flex; flex-direction: column; gap: 0; max-width: 760px; margin: 0 auto; }
.benefit-row {
  display: flex; align-items: flex-start; gap: 24px; padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.benefit-row:last-child { border-bottom: none; }
.benefit-num { font-family: var(--font-display); font-size: 32px; font-weight: 600; color: var(--sprout-deep); width: 52px; flex-shrink: 0; }
.benefit-title { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin-bottom: 6px; }
.benefit-body { color: var(--ink-soft); font-size: 17px; }

/* ---------- Examples / simulator ---------- */
.section-demo { background: var(--paper); }
.sim-box { background: var(--cream); border-radius: var(--r-lg); padding: 40px; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.sim-tabs { display: flex; gap: 14px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; }
.sim-tab {
  padding: 12px 22px; border: 2px solid var(--line); background: var(--paper);
  border-radius: var(--r-sm); font-size: 16px; font-weight: 700; cursor: pointer; transition: all .2s;
}
.sim-tab.active { border-color: var(--sprout); background: #EAF1EA; color: var(--sprout-deep); }
.sim-screen { background: var(--dark); color: var(--cream); border-radius: var(--r-md); padding: 30px; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }
.sim-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #3A473A; padding-bottom: 16px; margin-bottom: 20px; flex-wrap: wrap; gap: 8px; }
.sim-status { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; color: #8FC49E; }
.pulse-dot { width: 10px; height: 10px; background: #8FC49E; border-radius: 50%; box-shadow: 0 0 10px #8FC49E; animation: pulse 1.5s infinite; }
@keyframes pulse { 0% { transform: scale(0.9); opacity: .8; } 50% { transform: scale(1.15); opacity: 1; } 100% { transform: scale(0.9); opacity: .8; } }
.sim-transcript { display: flex; flex-direction: column; gap: 14px; font-size: 18px; line-height: 1.5; }
.log-caller { color: #A7C4E8; }
.log-agent { color: #E9C77A; font-weight: 600; }
.sim-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; border-top: 1px solid #3A473A; padding-top: 16px; }
.sim-tag { background: #2F3D2F; color: #E4E9DA; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px; border: 1px solid #445544; }

/* ---------- How it works ---------- */
.section-steps { background: var(--dark); color: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-top: 48px; }
.step-card { background: var(--dark-card); border: 1px solid #3A473A; border-radius: var(--r-md); padding: 34px; }
.step-num { font-family: var(--font-display); font-size: 44px; font-weight: 600; color: var(--gold); margin-bottom: 14px; }
.step-title { font-size: 22px; font-weight: 700; margin-bottom: 10px; font-family: var(--font-display); }
.step-desc { color: #B9C4B1; font-size: 16px; }

/* ---------- Long silence / second photo section ---------- */
.section-family { background: var(--paper); }
.family-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.family-photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid var(--cream); }
.family-photo img { width: 100%; height: 460px; object-fit: cover; }
.family-quote {
  font-family: var(--font-display); font-size: 27px; font-style: italic; font-weight: 500;
  color: var(--ink); line-height: 1.4; margin-bottom: 20px;
}
.family-body { font-size: 18px; color: var(--ink-soft); margin-bottom: 20px; }
.family-note {
  display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700;
  color: var(--sprout-deep); background: #EAF1EA; padding: 10px 18px; border-radius: 30px;
}

/* ---------- Pricing ---------- */
.section-pricing { background: var(--cream-deep); }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; max-width: 1020px; margin: 0 auto; align-items: stretch; }
.price-card {
  background: var(--paper); border: 2px solid var(--line); border-radius: var(--r-lg);
  padding: 38px 32px; display: flex; flex-direction: column; position: relative;
}
.price-card.featured { border-color: var(--sprout); box-shadow: var(--shadow-lg); }
.price-ribbon {
  position: absolute; top: -14px; left: 32px; background: var(--sprout); color: #fff;
  font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 20px; letter-spacing: 0.3px;
}
.price-name { font-family: var(--font-display); font-size: 25px; font-weight: 600; margin-bottom: 6px; }
.price-tagline { color: var(--ink-faint); font-size: 15px; margin-bottom: 22px; }
.price-amount { font-family: var(--font-display); font-size: 46px; font-weight: 600; color: var(--ink); }
.price-period { font-size: 17px; color: var(--ink-faint); font-weight: 600; }
.price-minutes { font-size: 16px; color: var(--ink-soft); margin: 14px 0 24px; font-weight: 600; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; flex-grow: 1; }
.price-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 16px; color: var(--ink-soft); }
.price-features svg { width: 18px; height: 18px; stroke: var(--sprout-deep); flex-shrink: 0; margin-top: 3px; }
.price-note { text-align: center; color: var(--ink-faint); font-size: 15px; margin-top: 36px; }

/* ---------- Trust strip ---------- */
.section-trust { background: var(--dark); color: var(--cream); padding: 64px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; text-align: center; }
.trust-stat { font-family: var(--font-display); font-size: 38px; font-weight: 600; color: var(--gold); margin-bottom: 8px; }
.trust-label { color: #B9C4B1; font-size: 15px; }

/* ---------- Footer ---------- */
footer { background: var(--cream); border-top: 1px solid var(--line); padding: 56px 0 40px; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; margin-bottom: 32px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand .brand-name { font-size: 21px; }
.footer-tag { color: var(--ink-faint); font-size: 15px; margin-top: 8px; max-width: 320px; }
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; }
.footer-col-title { font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--ink-faint); margin-bottom: 14px; }
.footer-col a { display: block; text-decoration: none; color: var(--ink-soft); font-size: 16px; margin-bottom: 10px; }
.footer-col a:hover { color: var(--sprout-deep); }
.footer-safety {
  border-top: 1px solid var(--line); padding-top: 24px; font-size: 14px; color: var(--ink-faint);
}
.footer-safety strong { color: var(--ink-soft); }

/* ---------- Pricing: the second CTA that goes to /pay ---------- */
.price-pay-link {
  display: block; text-align: center; margin-top: 12px;
  font-size: 15px; font-weight: 700; color: var(--sprout-deep);
  text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px;
}
.price-pay-link:hover { color: var(--ink); }

/* ---------- Footer: the plain-language billing explainer ---------- */
.footer-billing {
  border-top: 1px solid var(--line); padding: 22px 0 18px;
  font-size: 14px; color: var(--ink-faint); line-height: 1.6;
}
.footer-billing strong { color: var(--ink-soft); }
.footer-billing a { color: var(--sprout-deep); font-weight: 600; }

/* ==========================================================================
   App pages — /pay, /privacy, /terms, /control
   Same palette and type scale as the marketing site, but single-column and
   large-type: these are read on a phone, often one-handed, often by someone
   who is on a call at the same time. Nothing here is used by index.html.
   ========================================================================== */
.app-body { background: var(--cream); }
.app-wrap { max-width: 560px; margin: 0 auto; padding: 30px 22px 120px; text-align: center; }
.app-wrap.wide { max-width: 1080px; text-align: left; }
.app-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); margin-bottom: 22px; }
.app-brand .brand-name { font-family: var(--font-display); font-size: 22px; font-weight: 600; }
.app-h1 { font-family: var(--font-display); font-size: 34px; font-weight: 600; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 12px; }
.app-sub { font-size: 19px; color: var(--ink-soft); max-width: 420px; margin: 0 auto; }
.hide { display: none !important; }

/* the six digits the caller reads aloud */
.code-row { display: flex; gap: 8px; justify-content: center; margin: 30px 0 6px; }
.code-digit {
  font: 700 38px/1 var(--font-display), Georgia, serif;
  width: 48px; height: 66px; border-radius: 14px;
  background: var(--paper); border: 2px solid var(--line);
  display: grid; place-items: center; color: var(--sprout-deep);
  box-shadow: var(--shadow-sm);
}
.code-digit:nth-child(3) { margin-right: 16px; }
.code-hint { font-size: 15px; color: var(--ink-faint); margin-top: 10px; min-height: 22px; }
.code-hint.warn { color: #9A4A2E; font-weight: 700; }

.big-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  margin-top: 24px; background: var(--sprout); color: #fff; text-decoration: none;
  font-size: 21px; font-weight: 700; padding: 18px 34px; border-radius: 44px;
  box-shadow: var(--shadow-md); min-height: 62px;
}
.big-call:hover { background: var(--sprout-deep); }
.big-call svg { width: 22px; height: 22px; fill: currentColor; }
.small-note { font-size: 15px; color: var(--ink-faint); margin-top: 16px; line-height: 1.5; }
.small-note a { color: var(--sprout-deep); font-weight: 600; }

/* the signed-in payment card */
.youre-in { font-size: 17px; font-weight: 700; color: var(--sprout-deep); margin-top: 6px; }
.minutes-left { font-size: 17px; color: var(--ink-soft); margin-top: 6px; min-height: 26px; }
.paycard {
  width: 100%; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 22px 20px; margin-top: 22px;
  box-shadow: var(--shadow-md); text-align: left;
}
.plan-pick { display: flex; flex-direction: column; gap: 12px; }
.popt {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; text-align: left; background: var(--paper); border: 2px solid var(--line);
  border-radius: var(--r-sm); padding: 16px 18px; font: inherit; color: var(--ink);
  cursor: pointer; min-height: 68px; transition: border-color .15s, background .15s;
}
.popt:hover { border-color: var(--sprout); background: #F4F7F0; }
.popt .pl { display: flex; flex-direction: column; gap: 3px; }
.popt .pl b { font-size: 18px; font-weight: 700; }
.popt .pl span { font-size: 15px; color: var(--ink-faint); }
.popt .pr { font-size: 19px; font-weight: 700; color: var(--sprout-deep); white-space: nowrap; }
.popt .pr small { font-size: 13px; font-weight: 600; color: var(--ink-faint); margin-left: 2px; }
.pay-heading { font-family: var(--font-display); font-size: 21px; font-weight: 600; margin-bottom: 8px; }
.pay-sub { color: var(--ink-soft); font-size: 16px; margin-bottom: 14px; line-height: 1.45; }
.pay-element { margin: 6px 0 14px; }
.pay-error { color: #9A2E1E; font-size: 15px; font-weight: 600; line-height: 1.35; margin: 2px 0 12px; }
.buy {
  background: var(--sprout); color: #fff; border: 0; font-family: inherit;
  font-size: 19px; font-weight: 700; line-height: 1; padding: 18px; border-radius: var(--r-sm);
  width: 100%; cursor: pointer; min-height: 58px;
}
.buy:hover { background: var(--sprout-deep); }
.buy.busy { opacity: .6; pointer-events: none; }
.linkbtn {
  margin-top: 14px; background: none; border: 0; color: var(--ink-soft); font-family: inherit;
  font-size: 16px; font-weight: 600; padding: 10px; cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
}
.linkbtn:hover { color: var(--sprout-deep); }
.linkbtn.danger { color: #9A4A2E; }
.plan-card {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #F4F7F0; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 16px 18px;
}
.plan-card .pl { display: flex; flex-direction: column; gap: 3px; }
.plan-card .pl b { font-size: 18px; font-weight: 700; }
.plan-card .pl span { font-size: 15px; color: var(--ink-faint); }
.plan-card .pr { font-size: 18px; font-weight: 700; color: var(--sprout-deep); white-space: nowrap; }
.aplabel { font-size: 15px; font-weight: 700; color: var(--sprout-deep); margin-bottom: 10px; }

.crisis-note {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 5; margin: 0;
  padding: 10px 20px calc(env(safe-area-inset-bottom) + 10px); text-align: center;
  font-size: 13px; line-height: 1.45; color: var(--ink-faint);
  background: rgba(250, 246, 238, 0.95); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
}
.crisis-note a { color: var(--sprout-deep); font-weight: 700; }
.toast {
  position: fixed; left: 50%; bottom: calc(env(safe-area-inset-bottom) + 56px); transform: translateX(-50%);
  z-index: 40; background: var(--sprout-deep); color: #fff; font-size: 16px; font-weight: 600;
  line-height: 1.35; padding: 14px 22px; border-radius: var(--r-sm); box-shadow: var(--shadow-lg);
  max-width: 88%; text-align: center;
}

/* legal prose */
.legal { text-align: left; }
.legal h1 { font-family: var(--font-display); font-size: 36px; font-weight: 600; letter-spacing: -0.6px; margin-bottom: 8px; }
.legal .updated { font-size: 15px; color: var(--ink-faint); margin-bottom: 28px; }
.legal h2 { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin: 34px 0 10px; }
.legal p, .legal li { font-size: 18px; color: var(--ink-soft); line-height: 1.65; }
.legal p { margin-bottom: 14px; }
.legal ul { margin: 0 0 16px 22px; display: flex; flex-direction: column; gap: 8px; }
.legal a { color: var(--sprout-deep); font-weight: 600; }
.legal .callout {
  background: var(--paper); border: 1px solid var(--line); border-left: 5px solid var(--sprout);
  border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 18px 20px; margin: 18px 0;
}
.legal .callout p:last-child { margin-bottom: 0; }

/* founder console */
.console-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-bottom: 28px; }
.console-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px; box-shadow: var(--shadow-sm); }
.console-label { font-size: 13px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px; }
.console-stat { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--sprout-deep); line-height: 1.1; }
.console-sub { font-size: 15px; color: var(--ink-faint); margin-top: 6px; }
.console-empty { color: var(--ink-faint); font-size: 16px; font-style: italic; }
.tablewrap { overflow-x: auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); }
table.console { width: 100%; border-collapse: collapse; font-size: 16px; }
table.console th, table.console td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); white-space: nowrap; }
table.console th { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--ink-faint); }
table.console tr:last-child td { border-bottom: none; }

@media (max-width: 480px) {
  .code-digit { width: 42px; height: 58px; font-size: 32px; }
  .app-h1 { font-size: 28px; }
  .big-call { font-size: 19px; padding: 16px 26px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid, .family-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 40px; }
  .section-title { font-size: 32px; }
  .hero-photo-frame img { height: 380px; }
  .family-photo img { height: 320px; }
  .hero-float-card { position: static; margin-top: 18px; }
}

@media (max-width: 780px) {
  .nav-links { display: none; }
  .nav-wrap { gap: 12px; }
  .brand-name { font-size: 21px; }
}

@media (max-width: 480px) {
  .btn { padding: 13px 20px; font-size: 16px; }
  .hero-title { font-size: 32px; }
  .hero-subtitle { font-size: 19px; }
}
