/* ==========================================================================
   BabySOS, Inc. brand stylesheet
   Palette: gold, black, white (warm neutrals only, no green/teal)
   Type: self-hosted Gilroy (same family as the mobile app)
   ========================================================================== */

@font-face { font-family:'Gilroy'; src:url('../fonts/gilroy-light.ttf') format('truetype'); font-weight:300; font-display:swap; }
@font-face { font-family:'Gilroy'; src:url('../fonts/gilroy-regular.ttf') format('truetype'); font-weight:400; font-display:swap; }
@font-face { font-family:'Gilroy'; src:url('../fonts/gilroy-medium.ttf') format('truetype'); font-weight:500; font-display:swap; }
@font-face { font-family:'Gilroy'; src:url('../fonts/gilroy-semibold.ttf') format('truetype'); font-weight:600; font-display:swap; }
@font-face { font-family:'Gilroy'; src:url('../fonts/gilroy-bold.ttf') format('truetype'); font-weight:700; font-display:swap; }
@font-face { font-family:'Gilroy'; src:url('../fonts/gilroy-extrabold.ttf') format('truetype'); font-weight:800; font-display:swap; }
@font-face { font-family:'Gilroy'; src:url('../fonts/gilroy-black.ttf') format('truetype'); font-weight:900; font-display:swap; }

:root {
  --gold:            #C5975B;
  --gold-deep:       #A8783C;
  --gold-soft:       #D8B57E;
  --gold-light:      #D6C6AC;
  --gold-ultralight: #EEE6D8;
  --cream:           #FBF6EC;
  --card:            #FAF7F1;

  --ink:             #17140F;   /* near-black, warm */
  --ink-soft:        #54504A;
  --muted:           #8B857C;
  --line:            #ECE5D8;
  --black:           #0D0C0A;
  --black-2:         #1B1B1B;
  --black-3:         #262320;
  --white:           #FFFFFF;

  --maxw: 1120px;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 12px rgba(23, 20, 15, 0.06);
  --shadow: 0 18px 50px rgba(23, 20, 15, 0.12);
  --shadow-gold: 0 16px 44px rgba(197, 151, 91, 0.30);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink); background: var(--white); line-height: 1.6; font-size: 17px;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--gold-deep); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { line-height: 1.15; color: var(--ink); font-weight: 800; letter-spacing: -0.02em; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; }

/* ---- Brand lockup (gold shield + BabySOS wordmark in gold) ---- */
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; }
.brand-lockup img { height: 34px; width: auto; }
.brand-lockup__text { font-size: 23px; font-weight: 800; letter-spacing: -0.01em; line-height: 1; }
.brand-lockup__text .b { color: var(--gold); font-weight: 600; }
.brand-lockup__text .s { color: var(--gold); font-weight: 900; }
.brand-lockup--light .brand-lockup__text .b,
.brand-lockup--light .brand-lockup__text .s { color: var(--gold); }

/* ---- Header / nav ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { color: var(--ink-soft); font-weight: 600; font-size: 15px; }
.nav__links a:hover { color: var(--gold-deep); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer;
  padding: 13px 24px; border-radius: 999px; border: 1px solid transparent;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  white-space: nowrap;
}
.btn--gold { background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 55%, var(--gold-deep) 100%); color: #fff; box-shadow: var(--shadow-gold); }
.btn--gold:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 22px 54px rgba(197,151,91,.40); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { transform: translateY(-2px); background: #000; color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-deep); }
.btn--lg { padding: 16px 30px; font-size: 16px; }

.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }
.nav__toggle span + span { margin-top: 5px; }

/* ---- Hero ---- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 80% -8%, rgba(197,151,91,0.20), transparent 60%),
    radial-gradient(820px 520px at 4% 12%, rgba(214,198,172,0.22), transparent 60%),
    var(--white);
  padding: 80px 0 96px;
}
.hero__grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(38px, 5.4vw, 62px); font-weight: 900; letter-spacing: -0.03em; margin-bottom: 20px; }
.hero h1 .grad { background: linear-gradient(120deg, var(--gold) 0%, var(--gold-deep) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lede { font-size: 19px; color: var(--ink-soft); max-width: 540px; margin-bottom: 32px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; color: var(--muted); font-size: 14px; font-weight: 600; }
.hero__trust .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero__trust span { display: inline-flex; align-items: center; gap: 9px; }
.hero__art { position: relative; display: flex; justify-content: center; }

/* ---- Animated SOS phone mockup ---- */
.sosphone {
  position: relative; width: 312px; aspect-ratio: 312 / 640;
  background: linear-gradient(160deg, #1d1b18 0%, #050505 100%);
  border-radius: 46px; padding: 11px;
  box-shadow: 0 44px 90px rgba(23,20,15,.34), inset 0 0 0 2px rgba(255,255,255,.05);
}
.sosphone__screen {
  position: relative; height: 100%; border-radius: 36px; overflow: hidden;
  background: var(--white); display: flex; flex-direction: column;
}
.sosphone__top { background: #000; color: #fff; padding: 12px 18px 16px; }
.sosphone__statusbar { display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.sosphone__statusbar .sb-right { display: inline-flex; align-items: center; gap: 6px; }
.sosphone__statusbar svg { display: block; }
.sosphone__appbar { display: flex; align-items: center; justify-content: space-between; }
.sosphone__appbar .ab-mid { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.sosphone__appbar .ab-mid img { width: 26px; }
.sosphone__appbar .ab-mid b { font-size: 13px; letter-spacing: .02em; }
.sosphone__appbar .ab-mid b .g { color: var(--gold); }
.sosphone__appbar .ab-side { width: 30px; height: 30px; display: grid; place-items: center; position: relative; color: #fff; }
.sosphone__appbar .bell-badge { position: absolute; top: -3px; right: -3px; width: 15px; height: 15px; border-radius: 50%; background: var(--gold); color: #000; font-size: 9px; font-weight: 800; display: grid; place-items: center; }

.sosphone__body { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 18px 20px 0; text-align: center; }
.broadcast { width: 96px; height: 96px; display: grid; place-items: center; position: relative; margin: 6px 0 14px; }
.broadcast .core { width: 60px; height: 60px; border-radius: 50%; background: var(--gold-ultralight); display: grid; place-items: center; position: relative; z-index: 2; }
.broadcast .ring { position: absolute; inset: 0; border-radius: 50%; background: rgba(197,151,91,.18); animation: bpulse 2.4s var(--ease) infinite; }
.broadcast .ring:nth-child(2) { animation-delay: .8s; }
.broadcast .ring:nth-child(3) { animation-delay: 1.6s; }
@keyframes bpulse { 0% { transform: scale(.55); opacity: .9; } 100% { transform: scale(1.15); opacity: 0; } }
.sosphone__body h4 { font-size: 21px; font-weight: 800; color: #111; margin-bottom: 6px; }
.sosphone__body .sub { font-size: 13.5px; color: var(--muted); margin-bottom: 16px; }
.sosphone__body .sub b { color: var(--ink); font-weight: 800; }

.activecard { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 16px; margin-bottom: 14px; background: #fff; }
.activecard .lbl { font-size: 10px; letter-spacing: .18em; font-weight: 800; color: var(--muted); text-transform: uppercase; margin-bottom: 6px; }
.activecard .timer { font-size: 36px; font-weight: 800; color: #111; font-variant-numeric: tabular-nums; letter-spacing: .02em; }

.responders { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 16px; min-height: 34px; }
.responders .stack { display: flex; }
.responders .av {
  width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px;
  display: grid; place-items: center; font-size: 11px; font-weight: 800; color: #fff;
  opacity: 0; transform: scale(.4); transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.responders .av:first-child { margin-left: 0; }
.responders .av.show { opacity: 1; transform: scale(1); }
.responders .av--1 { background: linear-gradient(135deg, var(--gold-soft), var(--gold-deep)); }
.responders .av--2 { background: linear-gradient(135deg, #3a3631, #15130f); }
.responders .av--3 { background: linear-gradient(135deg, var(--gold), #8a6228); }
.responders .rtext { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); }
.responders .rtext b { color: var(--gold-deep); }

.sosphone__body .pbtn { width: 100%; border-radius: 14px; padding: 13px; font-weight: 800; font-size: 14px; }
.sosphone__body .pbtn--dark { background: #000; color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; }
.sosphone__body .pbtn--ghost { background: transparent; color: var(--ink-soft); border: 1px solid var(--line); margin-top: 10px; }

.sosphone__tabbar { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-around; padding: 10px 10px 16px; border-top: 1px solid var(--line); background: #fff; }
.sosphone__tabbar .tab { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 9px; font-weight: 700; color: var(--muted); }
.sosphone__tabbar .tab.center { color: var(--ink); }
.sosphone__tabbar .tab.center .cbtn { width: 46px; height: 46px; border-radius: 50%; background: #000; display: grid; place-items: center; margin-top: -16px; box-shadow: 0 8px 20px rgba(0,0,0,.28); }
.sosphone__tabbar .tab.center .cbtn img { width: 22px; }

/* floating accent chip */
.hero__art .float {
  position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--shadow);
  padding: 11px 15px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; z-index: 3;
}
.hero__art .float small { display: block; color: var(--muted); font-weight: 600; font-size: 11px; }
.hero__art .float .ic { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex: none; background: var(--gold-ultralight); }
.float--ver { bottom: 70px; right: -14px; }

/* ---- Stat strip ---- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--card); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 24px; text-align: center; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat b { display: block; font-size: 34px; font-weight: 900; color: var(--ink); letter-spacing: -0.02em; }
.stat b .gold { color: var(--gold-deep); }
.stat span { color: var(--muted); font-size: 14px; font-weight: 600; }

/* ---- Sections ---- */
section { padding: 92px 0; }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 16px; }
.section-head p { color: var(--ink-soft); font-size: 18px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-light); }
.card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px; background: linear-gradient(135deg, var(--cream), var(--gold-ultralight)); }
.card__icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 15.5px; }

/* how it works */
.how { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { padding-top: 14px; }
.step__num { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 18px; color: var(--gold); margin-bottom: 18px; background: #000; box-shadow: 0 10px 24px rgba(0,0,0,.22); }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }

/* SOS highlight band */
.sos-band { background: radial-gradient(700px 360px at 85% 20%, rgba(197,151,91,.26), transparent 65%), linear-gradient(160deg, #1B1B1B 0%, #050505 100%); color: #fff; border-radius: 28px; overflow: hidden; }
.sos-band__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 64px; }
.sos-band h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 18px; }
.sos-band h2 .gold { color: var(--gold); }
.sos-band p { color: #C7C2BA; font-size: 17px; margin-bottom: 14px; }
.sos-band ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.sos-band li { display: flex; gap: 12px; align-items: flex-start; color: #E9E5DE; font-size: 15.5px; }
.sos-band li svg { flex: none; margin-top: 3px; }
.sos-band__art { display: grid; place-items: center; }
.sos-pulse { width: 210px; height: 210px; border-radius: 50%; display: grid; place-items: center; position: relative; background: radial-gradient(circle, rgba(197,151,91,.26), rgba(197,151,91,0) 70%); }
.sos-pulse::before, .sos-pulse::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(197,151,91,.55); animation: pulse 2.6s ease-out infinite; }
.sos-pulse::after { animation-delay: 1.3s; }
.sos-pulse img { width: 110px; position: relative; z-index: 1; }
@keyframes pulse { 0% { transform: scale(.7); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }

/* For Caregivers */
.caregivers { background: var(--white); }
.cg__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cg__copy h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 16px; }
.cg__copy > p { color: var(--ink-soft); font-size: 18px; margin-bottom: 26px; }
.cg__list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 16px; }
.cg__list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--ink); }
.cg__list li svg { flex: none; margin-top: 3px; }
.cg__card { background: linear-gradient(160deg, #1B1B1B 0%, #060606 100%); border-radius: 24px; padding: 40px; color: #fff; box-shadow: var(--shadow); }
.cg__card .pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(197,151,91,.16); border: 1px solid rgba(197,151,91,.4); color: var(--gold-light); padding: 7px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; margin-bottom: 22px; }
.cg__card .earn { font-size: 13px; color: #B7B2AA; font-weight: 600; }
.cg__card .amt { font-size: 46px; font-weight: 900; color: #fff; letter-spacing: -.02em; margin: 4px 0 2px; }
.cg__card .amt span { color: var(--gold); }
.cg__card .note { font-size: 13px; color: #8E8980; margin-bottom: 26px; }
.cg__rows { display: grid; gap: 14px; }
.cg__row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 14px; }
.cg__row span { color: #B7B2AA; }
.cg__row b { color: #fff; font-weight: 700; }

/* trust / safety */
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.trust-item { display: flex; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.trust-item .ic { width: 48px; height: 48px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--gold-ultralight); }
.trust-item h3 { font-size: 18px; margin-bottom: 6px; }
.trust-item p { color: var(--ink-soft); font-size: 15px; }

/* FAQ */
.faq { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.faq__wrap { max-width: 800px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; overflow: hidden; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.faq__item[open] { border-color: var(--gold-light); box-shadow: var(--shadow-sm); }
.faq__item summary { list-style: none; cursor: pointer; padding: 22px 24px; font-weight: 700; font-size: 17px; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .chev { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--gold-ultralight); display: grid; place-items: center; transition: transform .25s var(--ease), background .2s; color: var(--gold-deep); font-weight: 900; }
.faq__item[open] summary .chev { transform: rotate(45deg); background: var(--gold); color: #fff; }
.faq__item .ans { padding: 0 24px 22px; color: var(--ink-soft); font-size: 15.5px; animation: fadein .35s var(--ease); }
@keyframes fadein { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* CTA */
.cta { text-align: center; background: radial-gradient(700px 360px at 50% 0%, rgba(197,151,91,.20), transparent 60%), var(--cream); }
.cta h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.cta p { color: var(--ink-soft); font-size: 19px; max-width: 560px; margin: 0 auto 32px; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.app-badges { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; align-items: center; }
.app-badges a { display: inline-block; transition: transform .2s var(--ease); }
.app-badges a:hover { transform: translateY(-3px); }
.app-badges img { height: 54px; width: auto; }

/* ---- Footer (black) ---- */
.site-footer { background: var(--black); color: #BDB8AF; padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.site-footer .brand p { color: #8A857C; font-size: 14.5px; max-width: 300px; margin-top: 16px; }
.footer-col h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; font-weight: 700; }
.footer-col a { display: block; color: #A39E95; font-size: 15px; margin-bottom: 11px; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #7A756C; font-size: 13.5px; }
.footer-bottom a { color: #7A756C; }
.footer-bottom a:hover { color: var(--gold); }

/* ==========================================================================
   Legal / content pages
   ========================================================================== */
.legal-hero { background: radial-gradient(700px 320px at 80% -20%, rgba(197,151,91,.16), transparent 60%), var(--cream); padding: 64px 0 48px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 12px; }
.legal-hero p { color: var(--muted); font-weight: 600; font-size: 15px; }
.legal-wrap { display: grid; grid-template-columns: 240px 1fr; gap: 56px; padding: 56px 0 90px; }
.legal-toc { position: sticky; top: 96px; align-self: start; }
.legal-toc h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 14px; }
.legal-toc a { display: block; color: var(--ink-soft); font-size: 14px; padding: 6px 0; font-weight: 600; }
.legal-toc a:hover { color: var(--gold-deep); }
.legal-body { max-width: 760px; }
.legal-body h2 { font-size: 23px; margin: 44px 0 14px; padding-top: 10px; scroll-margin-top: 96px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { font-size: 18px; margin: 26px 0 10px; }
.legal-body p, .legal-body li { color: var(--ink-soft); font-size: 16px; margin-bottom: 14px; }
.legal-body ul, .legal-body ol { padding-left: 22px; margin-bottom: 16px; }
.legal-body li { margin-bottom: 8px; }
.legal-body strong { color: var(--ink); }
.legal-body a { font-weight: 600; }
.legal-callout { background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); padding: 18px 22px; margin: 20px 0; }
.legal-callout p:last-child { margin-bottom: 0; }
.legal-body table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.legal-body th, .legal-body td { text-align: left; padding: 12px 14px; border: 1px solid var(--line); vertical-align: top; }
.legal-body th { background: var(--cream); color: var(--ink); font-weight: 700; }

/* ---- Reveal on scroll ---- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .broadcast .ring, .sos-pulse::before, .sos-pulse::after { animation: none; }
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__art { order: -1; }
  .feature-grid, .steps, .trust-grid, .cg__grid { grid-template-columns: 1fr 1fr; }
  .cg__grid { gap: 36px; }
  .sos-band__inner { grid-template-columns: 1fr; padding: 44px; }
  .sos-band__art { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .legal-wrap { grid-template-columns: 1fr; gap: 0; }
  .legal-toc { display: none; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav__links { display: none; }
  .nav__toggle { display: block; }
  .nav__links.open { display: flex; flex-direction: column; gap: 4px; position: absolute; top: 74px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px; box-shadow: var(--shadow); }
  .nav__links.open a { padding: 10px 0; }
  .feature-grid, .steps, .trust-grid, .stats__grid, .footer-grid, .cg__grid { grid-template-columns: 1fr; }
  .cg__card { order: -1; }
  .stat { border-left: 0; border-top: 1px solid var(--line); }
  .stat:first-child { border-top: 0; }
  section { padding: 64px 0; }
  .hero { padding: 52px 0 64px; }
  .nav__cta .btn--ghost { display: none; }
}
