:root {
  --ink: #07091a;
  --ink-2: #10142c;
  --ink-3: #1a2150;
  --paper: #f3f5ff;
  --panel: #ffffff;
  --muted: #5a6185;
  --line: #d5d9f0;
  --brand: #4a5ef7;
  --brand-deep: #2f45f0;
  --brand-ink: #ffffff;
  --hot: #ff3d6e;
  --mint: #22e0c3;
  --sun: #ffc53d;
  --ok: #178a5c;
  --bad: #c42b4a;
  --glow: 0 0 0 1px rgba(74, 94, 247, 0.35), 0 24px 80px rgba(74, 94, 247, 0.28);
  --shadow: 0 18px 50px rgba(7, 9, 26, 0.12);
  --radius: 1.15rem;
  --max: 72rem;
  --page-gutter: 2rem;
  --font-stack: system-ui, "Segoe UI", sans-serif;
  --mono: ui-monospace, "Cascadia Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font-stack);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  font-size: 16px;
  overflow-x: clip;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-deep); }
.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--brand);
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  z-index: 20;
}
.skip:focus { top: 0.6rem; }

.site-header,
.hero,
.section,
.page-hero,
.pricing,
.compare,
.buy,
.signup-layout,
.buy-layout,
.site-footer {
  width: min(var(--max), calc(100% - var(--page-gutter)));
  margin-inline: auto;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0;
  position: relative;
  z-index: 5;
  flex-wrap: nowrap;
}
.brand {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}
.brand img { width: 80px; height: 80px; border-radius: 1.4rem; }
.brand--footer img { width: 72px; height: 72px; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 2.4rem; }
.brand-text em { font-style: normal; font-weight: 600; color: var(--muted); font-size: 1.56rem; }
.site-nav { display: flex; gap: 0.85rem; align-items: center; flex-wrap: wrap; }
.site-nav a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: 0.95rem; }
.site-nav a.is-active { color: var(--brand-deep); }
.ghost { color: var(--ink) !important; }
.nav-toggle {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  min-width: 2.75rem;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  touch-action: manipulation;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: var(--brand-ink);
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(74, 94, 247, 0.35);
}
.button:hover { background: var(--brand-deep); }
.button:disabled { opacity: 0.55; cursor: not-allowed; box-shadow: none; }
.button--sm { padding: 0.5rem 0.95rem; box-shadow: none; color: #fff !important; }
.button--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  border: 1px solid var(--line);
}
.hero-wrap .button--ghost {
  color: #eef0ff;
  border-color: rgba(238, 240, 255, 0.35);
}
.hero-wrap .button--ghost:hover { background: rgba(255,255,255,0.08); }
.button--hot { background: var(--hot); box-shadow: 0 10px 24px rgba(255, 61, 110, 0.35); }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.4rem; }

.hero-wrap {
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(74, 94, 247, 0.55), transparent 60%),
    radial-gradient(700px 380px at 90% 10%, rgba(255, 61, 110, 0.32), transparent 55%),
    radial-gradient(600px 300px at 60% 100%, rgba(34, 224, 195, 0.18), transparent 50%),
    var(--ink);
  color: #eef0ff;
  padding: 0.5rem 0 4rem;
  margin-bottom: 0;
}
.hero-wrap .site-header { color: #fff; }
.hero-wrap .brand, .hero-wrap .brand-text em, .hero-wrap .site-nav a, .hero-wrap .ghost { color: #eef0ff !important; }
.hero-wrap .brand-text em { opacity: 0.7; }
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.2rem 0 0;
}
.kicker--pain {
  background: #ffe1ea;
  color: #c42b4a;
  font-size: 1.35rem;
  padding: 0.5rem 1.15rem;
}
.kicker {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(34, 224, 195, 0.14);
  color: var(--mint);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}
h1, h2, h3 {
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
h1, h2, h3, .lead { overflow-wrap: break-word; }
h1 { font-size: clamp(1.85rem, 7vw, 3.7rem); margin: 0 0 0.85rem; letter-spacing: -0.055em; line-height: 1.02; }
h2 { font-size: clamp(1.45rem, 3.4vw, 2.2rem); margin: 0 0 0.55rem; }
.lead, .muted { max-width: 40rem; }
.lead { color: #3d4466; }
.muted { color: var(--muted); }
.hero .lead { color: #c5c9ea; font-size: 1.12rem; max-width: 38rem; }

.product-frame {
  background: linear-gradient(180deg, #171c44, #0c1028);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.2rem;
  box-shadow: var(--glow);
  padding: 0.85rem;
  transform: rotate(-0.6deg);
}
.frame-bar { display: flex; gap: 0.35rem; margin-bottom: 0.7rem; }
.frame-bar i { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #3a4278; display: block; }
.frame-bar i:nth-child(1) { background: #ff3d6e; }
.frame-bar i:nth-child(2) { background: #ffc53d; }
.frame-bar i:nth-child(3) { background: #22e0c3; }
.mock {
  display: grid;
  gap: 0.55rem;
  color: #dfe3ff;
  font-size: 0.78rem;
}
.mock-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.45rem; }
.mock-kpi {
  background: rgba(255,255,255,0.05);
  border-radius: 0.7rem;
  padding: 0.55rem 0.6rem;
}
.mock-kpi b { display: block; font-size: 1.05rem; }
.mock-kpi span { color: #8b93c7; font-size: 0.68rem; }
.mock-kpi em { color: var(--mint); font-style: normal; font-weight: 700; }
.mock-kpi .down { color: var(--hot); }
.mock-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }
.mock-col {
  background: rgba(8, 10, 32, 0.65);
  border-radius: 0.7rem;
  padding: 0.45rem;
  min-height: 8.5rem;
}
.mock-col header { color: #9aa3d6; font-weight: 700; margin-bottom: 0.35rem; font-size: 0.7rem; }
.mock-card {
  background: #1b2254;
  border-radius: 0.55rem;
  padding: 0.4rem 0.45rem;
  margin-bottom: 0.35rem;
}
.mock-card strong { display: block; }
.mock-card small { color: #8b93c7; }
.stalled {
  outline: 1px solid var(--hot);
  box-shadow: 0 0 0 3px rgba(255, 61, 110, 0.18);
}
.badge-hot {
  display: inline-block;
  margin-top: 0.2rem;
  background: var(--hot);
  color: #fff;
  border-radius: 999px;
  padding: 0.05rem 0.4rem;
  font-size: 0.62rem;
  font-weight: 800;
}
.radar {
  margin-top: 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 61, 110, 0.12);
  border: 1px solid rgba(255, 61, 110, 0.35);
  color: #ffd0dc;
  border-radius: 0.7rem;
  padding: 0.5rem 0.65rem;
  font-weight: 700;
}
.pulse {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--hot);
  box-shadow: 0 0 0 0 rgba(255, 61, 110, 0.7);
  animation: ping 1.6s infinite;
}
@keyframes ping {
  70% { box-shadow: 0 0 0 8px rgba(255, 61, 110, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 61, 110, 0); }
}

.section { padding: 3.4rem 0; }
.section-head { max-width: 40rem; margin-bottom: 1.6rem; }
.pain-grid, .feature-grid, .step-grid, .trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.hero > *,
.band-inner > *,
.feature-grid > *,
.pain-grid > *,
.step-grid > *,
.trust-grid > *,
.signup-layout > *,
.buy-grid > * {
  min-width: 0;
}
.shot-frame + .feature-grid,
.shot-frame + .step-grid,
.band-inner + .step-grid,
.band-inner + .feature-grid {
  margin-top: 1.4rem;
}
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}
.pain { display: flex; flex-direction: column; align-items: center; text-align: center; }
.pain .kicker { margin-bottom: 0; }
.pain .card {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.pain h3 { margin: 0 0 0.55rem; font-size: 1.4rem; }
.pain-slider { width: min(56rem, 100%); max-width: 56rem; margin: 1.1rem auto 0; }
.pain-dots {
  display: flex;
  gap: 0.15rem;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
}
.pain-dots button {
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.pain-dots button::after {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #c9cde8;
}
.pain-dots button:hover::after { background: var(--brand); }
.pain-dots button.is-active::after {
  background: var(--hot);
  transform: scale(1.2);
}
.pain-dots button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.pain-viewport {
  overflow: hidden;
  border-radius: var(--radius);
  border: 4px solid var(--hot);
  box-shadow: 0 0 0 1px rgba(255, 61, 110, 0.2), 0 18px 50px rgba(255, 61, 110, 0.18);
}
.pain-track {
  display: flex;
  width: 100%;
  transition: transform 0.55s ease;
}
.pain-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  min-height: 14.5rem;
  margin: 0;
  box-sizing: border-box;
  padding: clamp(1.2rem, 4vw, 2rem) clamp(1.1rem, 4vw, 2.25rem);
  text-align: left;
}
.pain-slide p { margin: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
@media (prefers-reduced-motion: reduce) {
  .pain-track { transition: none; }
}
.feature-grid .card { border-top: 4px solid var(--brand); }
.mint-card { border-top-color: var(--mint) !important; }
.sun-card { border-top-color: var(--sun) !important; }

.shot-panel { display: grid; gap: 1rem; }
.shot-tabs { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.shot-tabs button {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.shot-tabs button.is-active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.shot-frame {
  background: var(--ink);
  border-radius: 1.1rem;
  padding: 0.7rem;
  box-shadow: var(--glow);
}
.shot-frame img { border-radius: 0.75rem; width: 100%; }
.shot-frame figcaption { margin: 0; font-style: normal; }
.shot-caption { color: #c5c9ea; margin: 0.35rem 0 0; }
.shot-plan {
  margin: 0.45rem 0 0;
  color: #d7dcf5;
  font-size: 0.88rem;
  font-weight: 700;
}
.card > img + .shot-plan,
.shot-plan--page {
  color: var(--muted);
}

.band {
  background: var(--ink-2);
  color: #e8eaff;
  padding: 3.5rem 0;
}
.band .muted, .band .lead { color: #b7bddf; }
.band-inner { width: min(var(--max), calc(100% - var(--page-gutter))); margin-inline: auto; display: grid; grid-template-columns: 1fr 1.15fr; gap: 2rem; align-items: center; }
.band-inner.shot-pair { grid-template-columns: 1fr 1fr; }
.stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; margin-top: 1.2rem; }
.stat b { display: block; font-size: 1.7rem; color: var(--mint); }
.stat span { color: #b7bddf; font-size: 0.9rem; }

.buy, .pricing, .compare { padding: 1.2rem 0 3rem; }
#compare { scroll-margin-top: 1.25rem; }
.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.plan {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.plan.featured {
  border-color: var(--brand);
  box-shadow: var(--glow);
  transform: translateY(-4px);
}
.plan h3 { margin: 0; }
.price { font-size: 2.35rem; font-weight: 700; margin: 0; letter-spacing: -0.04em; line-height: 1; }
.price-meta { margin: 0.35rem 0 0; color: var(--muted); font-weight: 600; font-size: 0.95rem; }
.price-seats {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.45;
}
.plan-hook { margin: 0; font-weight: 700; }
.plan-campaign {
  margin: 0;
  padding: 0.45rem 0.6rem;
  border-radius: 0.6rem;
  background: rgba(34, 224, 195, 0.14);
  color: #0f6b5c;
  font-weight: 700;
  font-size: 0.9rem;
}
.plan ul { margin: 0; padding-left: 1.1rem; color: var(--muted); flex: 1; }
.plan .button { width: 100%; margin-top: auto; }
.plan-actions {
  margin-top: auto;
  display: grid;
  gap: 0.5rem;
}
.plan-actions .button { margin-top: 0; }

form { display: grid; gap: 0.85rem; max-width: 28rem; }
label { display: grid; gap: 0.3rem; font-weight: 600; }
label.check {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 500;
  gap: 0.5rem;
}
label.check input { margin-top: 0.2rem; }
input, textarea, select {
  font: inherit;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  background: var(--panel);
}
.error { color: var(--bad); margin: 0; }
.success { color: var(--ok); }
.hidden { display: none; }

.compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  margin-top: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.compare-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  background: var(--panel);
}
.compare-table th:first-child,
.compare-table tbody th {
  position: sticky;
  left: 0;
  background: var(--panel);
  box-shadow: 1px 0 0 var(--line);
  z-index: 1;
}
.compare-table th, .compare-table td {
  text-align: left;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare-table thead th { font-size: 0.85rem; color: var(--muted); }
.compare-table tbody th { font-weight: 700; }
.compare-table td { color: var(--muted); }
.yes { color: var(--ok); font-weight: 800; }
.no { color: #b4bad9; }
.soon { color: var(--brand); font-weight: 700; }

.signup-layout {
  display: grid;
  grid-template-columns: 1fr 28rem;
  gap: 2.5rem;
  align-items: start;
  padding: 2.4rem 0 4rem;
}
.signup-layout .buy { padding: 0; }
.form-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
  box-shadow: var(--shadow);
}

.buy-layout {
  display: grid;
  gap: 0;
  padding: 2.4rem 0 4rem;
}
.buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
  width: min(60rem, 100%);
  max-width: 60rem;
  margin-inline: auto;
}
.buy-grid .form-card { margin: 0; width: 100%; }
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.plan-picks, .interval-picks {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.plan-picks legend, .interval-picks legend {
  font-weight: 700;
  flex: 1 0 100%;
  margin-bottom: 0.1rem;
}
.choice {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  cursor: pointer;
}
.choice.chip.is-on, .choice:has(input:checked) {
  border-color: var(--brand);
  background: rgba(74, 94, 247, 0.08);
}
.choice input { accent-color: var(--brand); }
.field-help { color: var(--muted); font-weight: 500; font-size: 0.88rem; }
.buy-features { margin: 0.4rem 0 0; padding-left: 1.1rem; color: var(--muted); }
.order-card { position: static; }
.order-lines { display: grid; gap: 0.55rem; margin: 0 0 1rem; }
.order-lines div { display: flex; justify-content: space-between; gap: 1rem; }
.order-lines dt { color: var(--muted); font-weight: 600; }
.order-lines dd { margin: 0; font-weight: 700; }
.order-lines .due { font-size: 1.15rem; }
.stripe-panel {
  border: 1px dashed var(--line);
  border-radius: 0.8rem;
  padding: 0.8rem;
  background: var(--paper);
}
#pay-button { margin-top: 1.1rem; }
.stripe-panel-label { margin: 0 0 0.55rem; font-weight: 700; font-size: 0.88rem; }
.stripe-fields {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.stripe-fields strong { color: #8b91b3; letter-spacing: 0.08em; font-weight: 700; }
.buy-banner {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.7rem;
  background: rgba(74, 94, 247, 0.1);
  font-weight: 600;
}
.buy-banner.warn { background: #fff4d6; color: #6b4e00; }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font: inherit;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 1.05rem 0;
  cursor: pointer;
  color: var(--ink);
}
.faq-panel {
  padding: 0 0 1.15rem;
  color: #2a3158;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 42rem;
}
.page-hero { padding: 2.4rem 0 0.5rem; }
.prose { max-width: 44rem; }
.prose p { color: #2a3158; }
.cta-banner {
  background: linear-gradient(120deg, #4a5ef7, #ff3d6e);
  color: #fff;
  border-radius: 1.3rem;
  padding: 1.6rem 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.cta-row .button,
.cta-banner .button { max-width: 100%; }
.cta-banner p { margin: 0.3rem 0 0; color: rgba(255,255,255,0.92); max-width: 38rem; }
.cta-banner .button { background: #fff; color: var(--ink); box-shadow: none; }
.cta-banner .button--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

.legal-hero { padding: 2.4rem 0 0.5rem; }
.legal-print-note { color: var(--muted); font-size: 0.9rem; }
.legal-document {
  width: min(61rem, calc(100% - var(--page-gutter)));
  margin: 0 auto;
  padding: 1.5rem 0 4rem;
  font-size: 1rem;
  line-height: 1.75;
}
.legal-document h1 {
  font-size: 1.7rem;
  margin: 3rem 0 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}
.legal-document > h1:first-of-type { margin-top: 0; border-top: 0; padding-top: 0; }
.legal-document h2 { font-size: 1.35rem; margin: 2.2rem 0 0.8rem; }
.legal-document h3 { font-size: 1.1rem; margin: 1.4rem 0 0.55rem; }
.legal-document p, .legal-document li { color: #2a3158; }
.legal-document a { text-underline-offset: 0.15rem; }
.legal-document blockquote {
  margin: 1.2rem 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--hot);
  background: #fff;
  border-radius: 0 0.8rem 0.8rem 0;
}
.legal-document blockquote p { margin: 0; color: var(--ink); }
.legal-document ul, .legal-document ol { padding-left: 1.4rem; }
.legal-document li + li { margin-top: 0.4rem; }
.legal-document table {
  display: block;
  width: 100%;
  margin: 1.2rem 0;
  overflow-x: auto;
  border-collapse: collapse;
}
.legal-document th, .legal-document td {
  min-width: 10rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}
.legal-document th { background: var(--ink); color: #fff; }
.legal-document td { background: var(--panel); }
.legal-document hr { height: 1px; margin: 2.8rem 0; border: 0; background: var(--line); }
@media print {
  .site-header, .site-footer, .legal-print-note, .nav-toggle { display: none; }
  .legal-document { width: 100%; padding: 0; font-size: 10pt; }
  .legal-document th, .legal-document td { min-width: 0; }
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}
.footer-grid > * { min-width: 0; }
.site-footer h2 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); }
.site-footer a { display: block; text-decoration: none; color: var(--muted); margin: 0.25rem 0; }
.site-footer a:hover { color: var(--brand-deep); }
.footer-legal { margin: 0; font-size: 0.9rem; }

.button, .shot-tabs button, .faq-item button, .choice { touch-action: manipulation; }

@media (max-width: 960px) {
  .hero, .band-inner, .band-inner.shot-pair, .signup-layout, .buy-grid {
    grid-template-columns: 1fr;
  }
  .pain-grid, .feature-grid, .step-grid, .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .order-card { position: static; }
  .hero { padding-top: 1.2rem; }
  .product-frame { transform: none; }
  .mock-kpis, .mock-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section { padding: 2.6rem 0; }
  .signup-layout, .buy-layout { gap: 1.6rem; }
}
@media (max-width: 840px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 0.55rem;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }
  .hero-wrap .site-nav { background: #151a3d; border-color: #2a3168; }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    min-height: 2.75rem;
    padding: 0.45rem 0.7rem;
    display: flex;
    align-items: center;
  }
  .site-nav .button--sm { width: 100%; justify-content: center; }
}
@media (max-width: 640px) {
  :root { --page-gutter: 1.25rem; }
  .pain-grid, .feature-grid, .step-grid, .trust-grid, .footer-grid, .stat-row {
    grid-template-columns: 1fr;
  }
  .section { padding: 2rem 0; }
  .band { padding: 2.2rem 0; }
  .hero-wrap { padding-bottom: 2.4rem; }
  .pain-slide { min-height: 0; }
  .kicker--pain { font-size: 1.05rem; padding: 0.4rem 0.9rem; }
  .cta-row .button,
  .cta-banner .button { flex: 1 1 100%; }
  .cta-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem 1.15rem;
  }
  .plan.featured { transform: none; }
  .signup-layout, .buy-layout { padding: 1.4rem 0 3rem; }
  .page-hero, .legal-hero { padding: 1.5rem 0 0.4rem; }
  form { max-width: none; }
  .form-card { padding: 1.1rem; }
  .shot-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.15rem;
  }
  .shot-tabs button {
    flex: 0 0 auto;
    min-height: 2.5rem;
  }
  .price { font-size: 2rem; }
  .legal-document { padding: 1rem 0 3rem; }
  .legal-document th, .legal-document td { min-width: 8rem; }
  .faq-item button { min-height: 2.75rem; }
  .stripe-fields { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .mock-kpi b { font-size: 0.95rem; }
  .mock-board { font-size: 0.72rem; }
}
