/* Snapback landing — ported from "Landing Page.dc.html" (Claude Design).
   Dark field-night palette, Quicksand + JetBrains Mono, phone-shot collage.
   The legal pages keep their own cream stylesheet (styles.css). */

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/fonts/quicksand.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/jetbrainsmono.woff2') format('woff2');
}

:root {
  --bg: #0E0F0A;
  --ink: #F4F1E4;
  --ink-strong: #E7E6D6;
  --accent: #C8D68C;
  --accent-deep: #7C8A46;
  --accent-hover: #E4EDBB;
  --on-accent: #14160E;
  --muted: #B7BE99;
  --muted-2: #A6AD8B;
  --muted-3: #8A9174;
  --muted-4: #7F8768;
  --label: #A9B872;
  --line: rgba(185, 199, 122, 0.14);
  --line-strong: rgba(185, 199, 122, 0.32);
  --card-grad: linear-gradient(170deg, #1B1E12, #14160E);
  --card-grad-2: linear-gradient(165deg, #1E2214, #13150D);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Quicksand', 'Trebuchet MS', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  color-scheme: dark;
}

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

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }

::selection { background: #B9C77A; color: var(--on-accent); }

.wrap { max-width: 1180px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

.mono-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--label);
}

/* ── Nav ───────────────────────────────────────────────────────────── */

.nav {
  position: sticky; top: 0; z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(14, 15, 10, 0.72);
  border-bottom: 1px solid var(--line);
}
.nav .wrap {
  padding-top: 18px; padding-bottom: 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand .mark {
  width: 34px; height: 34px; border-radius: 10px;
  object-fit: cover; display: block;
}
.brand .name { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.nav-links {
  display: flex; align-items: center; gap: 32px;
  font-size: 15px; font-weight: 600; color: #B4BC96;
}
.nav-links a { color: #B4BC96; }
.nav-links a:hover { color: var(--accent-hover); }

.btn {
  display: inline-block; border-radius: 999px; font-weight: 700;
}
.btn-solid { background: var(--accent); color: var(--on-accent); }
.btn-solid:hover { background: var(--accent-hover); color: var(--on-accent); }
.btn-ghost { border: 1px solid var(--line-strong); color: #DCE3B8; }
.btn-ghost:hover { color: var(--accent-hover); }
.btn-sm { padding: 11px 22px; font-size: 15px; }
.btn-lg { padding: 17px 32px; font-size: 16px; }
.btn-xl { padding: 18px 34px; font-size: 16px; }

/* ── Hero ──────────────────────────────────────────────────────────── */

.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(110% 70% at 50% -10%, #2C3320 0%, #171A10 55%, #0E0F0A 100%);
}
.scanlines::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(105deg, rgba(185,199,122,0.045) 0 2px, transparent 2px 26px);
}
.hero-grid {
  position: relative;
  padding-top: 110px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.hero-copy { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
.hero-pill {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: 999px;
  border: 1px solid rgba(185, 199, 122, 0.34);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--label);
}
.hero-title {
  font-size: 74px; line-height: 1.02; font-weight: 700; letter-spacing: -0.03em;
  text-wrap: balance;
}
.hero-sub {
  font-size: 21px; line-height: 1.55; font-weight: 500;
  color: var(--muted); max-width: 520px; text-wrap: pretty;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
.hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
  font-size: 14px; font-weight: 600; color: var(--muted-4); margin-top: 8px;
}
.hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: #4C5340; }

/* Phone collage */
.hero-phones { position: relative; height: 640px; }
.phone {
  padding: 8px; border-radius: 42px;
  box-shadow: 0 50px 90px rgba(0, 0, 0, 0.7), inset 0 0 0 1.5px rgba(185, 199, 122, 0.24);
}
.phone img {
  width: 284px; height: 590px; object-fit: cover; object-position: top;
  border-radius: 35px;
}
.hero-phones .phone-a {
  position: absolute; right: 92px; top: 40px; width: 300px;
  background: linear-gradient(160deg, #46502F, #1B1D14);
  transform: rotate(-6deg);
}
.hero-phones .phone-b {
  position: absolute; right: -30px; top: 120px; width: 300px;
  background: linear-gradient(160deg, #3D4629, #1B1D14);
  transform: rotate(5deg);
  box-shadow: 0 50px 90px rgba(0, 0, 0, 0.75), inset 0 0 0 1.5px rgba(185, 199, 122, 0.24);
}

/* Stats strip */
.stats { position: relative; padding-top: 64px; padding-bottom: 90px; }
.stats .rule {
  height: 1px; margin-bottom: 40px;
  background: linear-gradient(90deg, transparent, rgba(185, 199, 122, 0.25), transparent);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat .num { font-size: 34px; font-weight: 700; color: var(--accent); letter-spacing: -0.02em; }
.stat .cap { font-size: 14px; font-weight: 600; color: var(--muted-3); }

/* ── Section headings ──────────────────────────────────────────────── */

.section-intro {
  padding-top: 110px; padding-bottom: 40px;
  display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center;
}
.section-intro h2 {
  font-size: 50px; line-height: 1.06; font-weight: 700; letter-spacing: -0.03em;
  max-width: 720px; text-wrap: balance;
}

/* ── Steps ─────────────────────────────────────────────────────────── */

.steps {
  padding-top: 40px; padding-bottom: 20px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.step-card {
  display: flex; flex-direction: column; gap: 14px;
  padding: 32px; border-radius: 26px;
  background: var(--card-grad);
  border: 1px solid var(--line);
}
.step-card .num { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--muted-3); }
.step-card h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; }
.step-card p { font-size: 16px; line-height: 1.55; font-weight: 500; color: var(--muted-2); text-wrap: pretty; }

/* ── Modes ─────────────────────────────────────────────────────────── */

.modes {
  padding-top: 90px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.mode-card {
  position: relative; overflow: hidden; border-radius: 32px;
  background: var(--card-grad-2);
  border: 1px solid var(--line);
}

.strict-card {
  grid-column: span 2;
  background: linear-gradient(150deg, #333B23 0%, #191C11 62%);
  border-color: rgba(185, 199, 122, 0.18);
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; align-items: center;
  padding: 56px 0 56px 56px;
}
.strict-copy { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.strict-pill {
  padding: 8px 16px; border-radius: 999px;
  background: rgba(200, 214, 140, 0.14);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent);
}
.strict-copy h3 {
  font-size: 44px; line-height: 1.05; font-weight: 700; letter-spacing: -0.03em; text-wrap: balance;
}
.strict-copy p {
  font-size: 18px; line-height: 1.55; font-weight: 500; color: #AEB694;
  max-width: 460px; text-wrap: pretty;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.chip {
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid rgba(185, 199, 122, 0.28);
  font-size: 14px; font-weight: 600; color: #DCE3B8;
}
.strict-stage { position: relative; height: 420px; }
.strict-stage .phone {
  position: absolute; left: 40px; top: -40px; width: 300px;
  background: linear-gradient(160deg, #4B562F, #1B1D14);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), inset 0 0 0 1.5px rgba(185, 199, 122, 0.24);
}
.strict-stage .phone img { height: 540px; }

.gates-card { padding: 44px 44px 0; display: flex; flex-direction: column; gap: 16px; }
.gates-card h3 { font-size: 32px; line-height: 1.1; font-weight: 700; letter-spacing: -0.02em; }
.gates-card p { font-size: 17px; line-height: 1.55; font-weight: 500; color: var(--muted-2); text-wrap: pretty; }
.gates-stage { margin: 12px -44px 0; display: flex; justify-content: center; }
.gates-stage .phone {
  width: 300px; padding: 8px 8px 0; border-radius: 42px 42px 0 0;
  background: linear-gradient(160deg, #414B2B, #1B1D14);
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.5), inset 0 0 0 1.5px rgba(185, 199, 122, 0.22);
}
.gates-stage .phone img { height: 300px; border-radius: 35px 35px 0 0; }

.mode-col { display: flex; flex-direction: column; gap: 22px; }
.info-card {
  flex: 1; border-radius: 32px;
  background: var(--card-grad-2);
  border: 1px solid var(--line);
  padding: 40px; display: flex; flex-direction: column; gap: 12px;
}
.info-card h3 { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
.info-card p { font-size: 16px; line-height: 1.55; font-weight: 500; color: var(--muted-2); text-wrap: pretty; }

/* ── FAQ ───────────────────────────────────────────────────────────── */

.faq {
  padding-top: 100px;
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: start;
}
.faq-head { display: flex; flex-direction: column; gap: 14px; }
.faq-head h2 { font-size: 42px; line-height: 1.06; font-weight: 700; letter-spacing: -0.03em; text-wrap: balance; }
.faq-list { display: flex; flex-direction: column; }
.faq-item {
  padding: 26px 0; border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 9px;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 19px; font-weight: 700; }
.faq-item p { font-size: 16px; line-height: 1.55; font-weight: 500; color: var(--muted-2); }

/* ── CTA ───────────────────────────────────────────────────────────── */

.cta-outer { padding-top: 110px; padding-bottom: 110px; }
.cta {
  position: relative; overflow: hidden; border-radius: 40px;
  padding: 90px 56px; text-align: center;
  background: radial-gradient(90% 130% at 50% 0%, #3A4327 0%, #1A1D11 62%);
  border: 1px solid rgba(185, 199, 122, 0.2);
  display: flex; flex-direction: column; align-items: center; gap: 22px;
}
.cta > * { position: relative; }
.cta h2 {
  font-size: 56px; line-height: 1.04; font-weight: 700; letter-spacing: -0.03em;
  max-width: 760px; text-wrap: balance;
}
.cta p {
  font-size: 19px; line-height: 1.55; font-weight: 500; color: var(--muted);
  max-width: 560px; text-wrap: pretty;
}
.cta .ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 8px; }

/* ── Footer ────────────────────────────────────────────────────────── */

.footer { border-top: 1px solid rgba(185, 199, 122, 0.12); }
.footer .wrap {
  padding-top: 34px; padding-bottom: 34px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  font-size: 14px; font-weight: 600; color: var(--muted-4);
}
.footer .brand .mark { width: 26px; height: 26px; border-radius: 8px; font-size: 13px; }
.footer .brand { gap: 10px; color: var(--muted-4); }
.footer-links { display: flex; gap: 26px; }
.footer-links a { color: var(--accent); }

/* ── Responsive ────────────────────────────────────────────────────── */

@media (max-width: 980px) {
  .hero-title { font-size: 54px; }
  .section-intro h2 { font-size: 40px; }
  .cta h2 { font-size: 42px; }

  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 70px; }
  .hero-phones {
    position: relative; height: auto;
    display: flex; justify-content: center; gap: 26px; padding: 30px 0 10px;
  }
  .hero-phones .phone-a, .hero-phones .phone-b {
    position: static; width: min(300px, 44vw);
  }
  .phone img { width: 100%; height: auto; aspect-ratio: 284 / 590; }

  .steps { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }

  .modes { grid-template-columns: 1fr; }
  .strict-card { grid-column: span 1; grid-template-columns: 1fr; padding: 44px 32px 0; }
  .strict-stage { height: auto; display: flex; justify-content: center; padding-top: 20px; }
  .strict-stage .phone { position: static; width: min(300px, 70vw); }
  .strict-stage .phone img { height: auto; aspect-ratio: 284 / 540; }

  .faq { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .nav-links { gap: 0; }
  .nav-links a:not(.btn) { display: none; }
  .hero-title { font-size: 42px; }
  .hero-sub { font-size: 18px; }
  .section-intro h2 { font-size: 32px; }
  .strict-copy h3 { font-size: 32px; }
  .cta { padding: 60px 24px; }
  .cta h2 { font-size: 34px; }
  .stats-grid { gap: 20px; }
  .gates-card { padding: 32px 24px 0; }
  .gates-stage { margin: 12px -24px 0; }
  .footer .wrap { flex-direction: column; gap: 14px; }
}
