/* =====================================================================
   Snatch Guard — landing page styles
   Built on top of ds/marketing.css (which @imports ds/colors_and_type.css)
   ===================================================================== */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ====== Reveal on scroll ====== */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease-base), transform 0.7s var(--ease-base);
}
.reveal.in { opacity: 1; transform: none; }

/* ===========================================================
   NAV
   =========================================================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  background: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 16px 32px;
  display: flex; align-items: center; gap: 24px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--fg);
}
.brand img { width: 32px; height: 32px; border-radius: 8px; }

.nav-links {
  display: flex; gap: 28px;
  margin-left: 24px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 15px;
  color: var(--fg-on-dark-muted);
}
.nav-links a {
  position: relative;
  padding: 6px 2px;
  transition: color 0.2s var(--ease-base);
}
.nav-links a:hover { color: var(--fg); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1.5px; background: var(--state-danger);
  transition: right 0.3s var(--ease-base);
}
.nav-links a:hover::after { right: 0; }

.nav-cta {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--fg);
  color: var(--fg-on-light);
  border-radius: var(--radius);
  padding: 10px 18px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 14px;
  transition: transform 0.2s var(--ease-base), box-shadow 0.2s var(--ease-base);
}
.nav-cta i { width: 16px; height: 16px; }
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(255,255,255,0.08);
}

.nav-burger {
  display: none;
  margin-left: auto;
  background: var(--bg-elev-1);
  color: var(--fg);
  border: none;
  width: 40px; height: 40px;
  border-radius: var(--radius);
  align-items: center; justify-content: center;
  cursor: pointer;
}
.nav-burger i { width: 20px; height: 20px; }

.nav-drawer[hidden] { display: none !important; }
.nav-drawer {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px 32px 20px;
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 16px;
  color: var(--fg-on-dark-muted);
  background: rgba(0,0,0,0.9);
}
.nav-drawer a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.nav-drawer a:last-child { border-bottom: none; }
.nav-drawer .drawer-cta {
  margin-top: 12px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--fg); color: var(--fg-on-light);
  padding: 14px 18px;
  border-radius: var(--radius);
  font-weight: var(--fw-semibold);
  justify-content: center;
}

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  padding: 32px 0 64px;
  overflow: hidden;
}
/* faint background grain to break the OLED black */
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 70% 30%, rgba(255,69,58,0.10), transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 60%, rgba(255,69,58,0.04), transparent 60%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 56px 32px 72px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  position: relative; z-index: 1;
}

.hero-copy { display: flex; flex-direction: column; gap: 24px; }

.eyebrow-red { color: var(--state-danger); }

.headline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 6.6vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.04em;
  color: var(--fg);
  text-wrap: balance;
}
.headline .accent { color: var(--state-danger); }

.hero-sub {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  color: var(--fg-on-dark-muted);
  max-width: 560px;
  margin: 0;
}

/* ----- CTA buttons (used in hero + final CTA) ----- */
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 8px; }
.cta-row.centered { justify-content: center; }

.cta {
  display: inline-flex; align-items: center; gap: 12px;
  border-radius: var(--radius);
  padding: 12px 22px;
  min-height: 60px;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 16px;
  transition: transform 0.2s var(--ease-base), box-shadow 0.2s var(--ease-base), background 0.2s var(--ease-base);
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.1;
}
.cta i { width: 22px; height: 22px; flex-shrink: 0; }

.cta-primary {
  background: var(--fg);
  color: var(--fg-on-light);
  box-shadow: 0 12px 32px rgba(255, 69, 58, 0.16);
}
.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 69, 58, 0.28);
}
.cta-primary span {
  display: flex; flex-direction: column; align-items: flex-start;
  line-height: 1.05;
}
.cta-primary small {
  font-size: 11px; font-weight: var(--fw-medium);
  letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(0,0,0,0.55);
}
.cta-primary strong { font-size: 17px; font-weight: var(--fw-bold); }

.cta-outline {
  background: transparent;
  color: var(--fg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}
.cta-outline:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}

.hero-chips {
  list-style: none; padding: 0; margin: 10px 0 0;
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 13px; color: var(--fg-muted);
}
.hero-chips li { display: inline-flex; align-items: center; gap: 6px; }
.hero-chips i { width: 14px; height: 14px; color: var(--fg-tertiary); }

/* ----- Hero art ----- */
.hero-art {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 520px;
}
.hero-glow {
  position: absolute;
  width: 620px; height: 620px;
  max-width: 110%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(255, 69, 58, 0.42) 0%,
      rgba(255, 69, 58, 0.18) 30%,
      rgba(255, 69, 58, 0.05) 55%,
      transparent 78%);
  filter: blur(8px);
  z-index: 0;
  animation: glow-breath 6s var(--ease-base) infinite alternate;
}
@keyframes glow-breath {
  from { opacity: 0.85; transform: scale(0.98); }
  to   { opacity: 1;    transform: scale(1.04); }
}
.hero-shield {
  position: relative; z-index: 1;
  width: clamp(280px, 32vw, 460px);
  height: auto; aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 40px 80px rgba(255, 69, 58, 0.25));
  animation: shield-pulse 4s var(--ease-base) infinite alternate;
}
@keyframes shield-pulse {
  from { transform: scale(1) translateY(0); }
  to   { transform: scale(1.025) translateY(-4px); }
}

/* Floating orbit chips */
.hero-orbit { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.orbit-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px;
  background: rgba(28,28,30,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 13px;
  color: var(--fg);
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.orbit-chip i { width: 14px; height: 14px; color: var(--state-danger); }
.orbit-chip-1 { top: 8%; left: -2%; animation: float-a 7s var(--ease-base) infinite alternate; }
.orbit-chip-2 { top: 44%; right: -4%; animation: float-b 8s var(--ease-base) infinite alternate; }
.orbit-chip-3 { bottom: 8%; left: 6%; animation: float-c 9s var(--ease-base) infinite alternate; }
.orbit-chip-2 i { color: var(--state-success); }
.orbit-chip-3 i { color: var(--state-link); }
@keyframes float-a { from { transform: translateY(0); } to { transform: translateY(-12px); } }
@keyframes float-b { from { transform: translateY(0); } to { transform: translateY(8px); } }
@keyframes float-c { from { transform: translateY(0); } to { transform: translateY(-8px); } }

/* ----- Stats strip ----- */
.stats {
  max-width: 1280px; margin: 0 auto;
  padding: 56px 32px 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  border-top: 1px solid #1a1a1c;
}
.stat-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 5.4vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--fg);
  display: inline-flex; align-items: baseline; gap: 10px;
  white-space: nowrap;
}
.stat-num .unit {
  color: var(--state-danger);
  font-size: 0.4em;
  letter-spacing: 0;
}
.stat-cap {
  margin-top: 14px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--fg-muted);
  max-width: 280px; line-height: 1.5;
}

/* ===========================================================
   Section title pattern
   =========================================================== */
.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--fg);
  margin: 14px 0 40px;
  max-width: 1000px;
  text-wrap: balance;
}
.section-title.small {
  font-size: clamp(32px, 3.4vw, 52px);
}
.section-title .accent { color: var(--state-danger); }

/* ===========================================================
   PROBLEM
   =========================================================== */
.problem { padding: 96px 0 80px; }
.problem-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: start;
}
.problem-lead {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--fg-on-dark-muted);
  margin: 0;
  max-width: 580px;
  text-wrap: pretty;
}
.problem-quotes { display: flex; flex-direction: column; gap: 16px; }
.quote {
  background: var(--bg-elev-1);
  border-radius: var(--radius);
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}
.quote::before {
  content: ""; position: absolute; top: 0; left: 0; bottom: 0;
  width: var(--stripe-w);
  background: var(--state-warning);
}
.quote-head {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 15px; color: var(--fg);
  margin-bottom: 6px;
  padding-left: 8px;
}
.quote-head i { width: 16px; height: 16px; color: var(--state-warning); }
.quote p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px; line-height: 1.5;
  color: var(--fg-muted);
  padding-left: 8px;
}

.problem-fill {
  margin-top: 64px;
  padding: 28px 32px;
  background: linear-gradient(90deg, rgba(255,69,58,0.10), rgba(255,69,58,0));
  border-left: 3px solid var(--state-danger);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: clamp(20px, 2vw, 28px);
  color: var(--fg);
}

/* ===========================================================
   HOW IT WORKS
   =========================================================== */
.how {
  padding: 96px 0;
  border-top: 1px solid #1a1a1c;
}
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step {
  position: relative;
  background: var(--bg-elev-1);
  border-radius: var(--radius);
  padding: 24px;
  min-height: 240px;
  display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease-base), background 0.3s var(--ease-base);
}
.step:hover {
  transform: translateY(-4px);
  background: #232325;
}
.step-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--fg-tertiary);
  position: absolute;
  top: 20px; right: 22px;
}
.step-icon {
  width: 48px; height: 48px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.04);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.step-icon i { width: 24px; height: 24px; color: var(--fg); }
.step:nth-child(1) .step-icon i,
.step:nth-child(2) .step-icon i { color: var(--state-danger); }
.step:nth-child(3) .step-icon i { color: var(--state-link); }
.step:nth-child(5) .step-icon i { color: var(--state-success); }

.step h3 {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--fg);
  letter-spacing: -0.01em;
}
.step p {
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
  color: var(--fg-muted);
  margin: 0;
}
.step-wide { grid-column: span 4; min-height: auto; }
.step-wide {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  padding: 24px 28px 32px;
  position: relative;
}
.step-wide .step-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
.step-wide .step-icon { margin-bottom: 0; }
.step-wide h3 { margin: 0; font-size: 20px; white-space: nowrap; }
.step-wide p {
  margin: 0;
  flex: 1;
  max-width: 720px;
  padding-right: 56px;
  font-size: 15px;
}

/* ===========================================================
   SCREENS
   =========================================================== */
.screens {
  padding: 96px 0;
  border-top: 1px solid #1a1a1c;
}
.screens-sub {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 18px;
  line-height: 1.5;
  color: var(--fg-on-dark-muted);
  margin: 0 0 48px;
  max-width: 640px;
}
.screens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  align-items: start;
  max-width: 880px;
  margin: 0 auto;
}
.screen { margin: 0; display: flex; flex-direction: column; gap: 18px; }
.screen-frame {
  position: relative;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  background: #0a0a0a;
  box-shadow:
    0 0 0 3px #1c1c1e,
    0 0 0 4px #2c2c2e,
    0 18px 36px rgba(0,0,0,0.5);
  aspect-ratio: 9 / 19.5;
}
.screen-featured .screen-frame {
  box-shadow:
    0 0 0 3px #1c1c1e,
    0 0 0 4px #2c2c2e,
    0 24px 48px rgba(255, 69, 58, 0.22),
    0 18px 36px rgba(0,0,0,0.6);
}
.screen-featured { transform: none; }
.screen figcaption { max-width: 240px; margin: 0 auto; text-align: center; }
.screen-frame img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
}
.screen-notch {
  position: absolute;
  top: 6px; left: 50%; transform: translateX(-50%);
  width: 32%; height: 14px;
  background: #000;
  border-radius: 999px;
  z-index: 2;
}
.caption-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--radius);
  margin-bottom: 10px;
}
.tag-armed { background: rgba(48, 209, 88, 0.15); color: var(--state-success); }
.tag-active { background: rgba(255, 69, 58, 0.15); color: var(--state-danger); }
.tag-lock { background: rgba(10, 132, 255, 0.15); color: var(--state-link); }

.screen h4 {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 17px;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: var(--fg);
}
.screen p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
  color: var(--fg-muted);
}

/* ===========================================================
   COMPARISON
   =========================================================== */
.compare {
  padding: 96px 0;
  border-top: 1px solid #1a1a1c;
}
.table { border-radius: var(--radius); overflow: hidden; }
.head-row, .row {
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 1.6fr;
  gap: 0;
}
.head-row {
  padding: 0 28px 18px;
  border-bottom: 1px solid #1a1a1c;
}
.head-row .h {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.head-row .h-sg { color: var(--fg); }

.row {
  padding: 28px;
  border-bottom: 1px solid #1a1a1c;
  align-items: flex-start;
  position: relative;
}
.row:last-child { border-bottom: none; }
.row::after {
  /* highlight SG column subtly */
  content: ""; position: absolute;
  top: 0; bottom: 0;
  left: calc((1.2 / 4.4) * 100% + (1.6 / 4.4) * 100%);
  right: 0;
  background: linear-gradient(90deg, rgba(255,69,58,0.04), transparent);
  pointer-events: none;
}

.scenario {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 17px;
  color: var(--fg);
  letter-spacing: -0.01em;
  padding-right: 32px;
}

.cell { padding-right: 32px; position: relative; z-index: 1; }
.cell p {
  margin: 0;
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-muted);
}
.cell.good p { color: var(--fg-on-dark-muted); }

.cell-head {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.cell.bad .cell-head { color: var(--state-danger); }
.cell.good .cell-head { color: var(--state-success); }
.cell-head i {
  width: 18px; height: 18px;
  padding: 2px;
  border-radius: 999px;
  flex-shrink: 0;
}
.cell.bad .cell-head i { background: rgba(255,69,58,0.15); color: var(--state-danger); }
.cell.good .cell-head i { background: rgba(48,209,88,0.15); color: var(--state-success); }

/* ===========================================================
   RECOVER (false positives)
   =========================================================== */
.recover {
  padding: 96px 0;
  border-top: 1px solid #1a1a1c;
}
.recover-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.recover-copy .section-title { margin-top: 14px; }

.recover-steps {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.recover-steps li {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 18px;
  color: var(--fg);
}
.recover-steps em { color: var(--state-danger); font-style: normal; font-weight: var(--fw-semibold); }
.rs-num {
  width: 32px; height: 32px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-elev-1);
  color: var(--fg-muted);
  font-family: var(--font-display);
  font-size: 16px;
  flex-shrink: 0;
}
.recover-foot {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-muted);
  margin: 0;
  max-width: 540px;
}

.recover-card {
  background: var(--bg-elev-1);
  border-radius: var(--radius);
  padding: 24px;
}
.recover-card-head {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 32px;
}
.recover-card-head i { width: 16px; height: 16px; }

.meter-track {
  position: relative;
  height: 8px;
  background: var(--bg-elev-2);
  border-radius: 999px;
  margin-bottom: 16px;
}
.meter-fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 50%;
  background: linear-gradient(90deg, var(--state-success), var(--state-warning), var(--state-danger));
  border-radius: 999px;
}
.meter-thumb {
  position: absolute;
  left: calc(50% - 12px); top: -8px;
  width: 24px; height: 24px;
  background: var(--fg);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.meter-labels {
  display: flex; justify-content: space-between;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 13px;
  color: var(--fg-muted);
}
.meter-current { color: var(--fg); font-weight: var(--fw-bold); }
.recover-tip {
  margin: 20px 0 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg-tertiary);
}

/* ===========================================================
   PRIVACY
   =========================================================== */
.privacy {
  padding: 96px 0;
  border-top: 1px solid #1a1a1c;
}
.privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.p-card {
  background: var(--bg-elev-1);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.3s var(--ease-base), background 0.3s var(--ease-base);
}
.p-card:hover {
  transform: translateY(-4px);
  background: #232325;
}
.p-card > i {
  width: 32px; height: 32px;
  color: var(--state-success);
  margin-bottom: 18px;
}
.p-card:nth-child(2) > i { color: var(--state-warning); }
.p-card:nth-child(3) > i { color: var(--state-link); }
.p-card:nth-child(4) > i { color: var(--state-danger); }
.p-card h3 {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 18px;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.p-card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
  color: var(--fg-muted);
}

/* ===========================================================
   FEATURES
   =========================================================== */
.features {
  padding: 96px 0;
  border-top: 1px solid #1a1a1c;
}
.feature-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 64px;
}
.feature-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #1a1a1c;
  align-items: start;
}
.feature-list li > i {
  width: 24px; height: 24px;
  color: var(--fg-on-dark-muted);
  margin-top: 2px;
}
.feature-list h4 {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 17px;
  margin: 0 0 4px;
  color: var(--fg);
  letter-spacing: -0.01em;
}
.feature-list p {
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
  color: var(--fg-muted);
  margin: 0;
}

/* ===========================================================
   FAQ
   =========================================================== */
.faq {
  padding: 96px 0;
  border-top: 1px solid #1a1a1c;
}
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid #1a1a1c;
  padding: 20px 0;
}
.faq-item:first-child { border-top: 1px solid #1a1a1c; }

.faq-item summary {
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 18px;
  color: var(--fg);
  padding: 8px 0;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 28px;
  color: var(--fg-muted);
  line-height: 1; margin-left: 16px;
  transition: transform 0.25s var(--ease-base);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.55;
  color: var(--fg-muted);
  margin: 8px 0 0;
  max-width: 760px;
}
.faq-item a { color: var(--state-link); }

/* ===========================================================
   FINAL CTA
   =========================================================== */
.cta-final {
  position: relative;
  padding: 128px 0;
  border-top: 1px solid #1a1a1c;
  text-align: center;
  overflow: hidden;
}
.cta-final-glow {
  position: absolute;
  top: 50%; left: 50%;
  width: 1100px; height: 900px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(255,69,58,0.22) 0%,
      rgba(255,69,58,0.08) 40%,
      transparent 70%);
  filter: blur(20px);
  z-index: 0;
}
.cta-final .wrap { position: relative; z-index: 1; }
.closing {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin: 0 auto 16px;
  max-width: 900px;
  text-wrap: balance;
}
.closing .accent { color: var(--state-danger); }
.closing-sub {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  color: var(--fg-on-dark-muted);
  max-width: 560px;
  margin: 0 auto 32px;
}
.closing-chips {
  margin-top: 28px;
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 8px 28px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 13px;
  color: var(--fg-muted);
}
.closing-chips span { display: inline-flex; align-items: center; gap: 6px; }
.closing-chips i { width: 14px; height: 14px; color: var(--fg-tertiary); }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer {
  border-top: 1px solid #1a1a1c;
  padding: 56px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand {
  display: flex; align-items: center; gap: 14px;
}
.footer-brand img { width: 44px; height: 44px; border-radius: 10px; }
.fb-name {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 18px;
  color: var(--fg);
  letter-spacing: -0.01em;
}
.fb-tag {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg-muted);
  margin-top: 2px;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.fc-head {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 6px;
}
.footer-col a {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 14px;
  color: var(--fg-on-dark-muted);
  transition: color 0.2s var(--ease-base);
}
.footer-col a:hover { color: var(--fg); }

.footer-bottom {
  border-top: 1px solid #1a1a1c;
  padding: 24px 0;
}
.fb-inner {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg-tertiary);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: 32px; padding: 32px 32px 56px; }
  .hero-art { order: 2; min-height: 420px; }
  .hero-copy { order: 1; }
  .stats { gap: 32px; padding-top: 48px; }
  .recover-grid { grid-template-columns: 1fr; gap: 40px; }
  .problem-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step-wide { grid-column: span 2; }
  .screens-grid { grid-template-columns: 1fr 1fr; gap: 32px; max-width: 720px; }
  .screens-grid .screen:nth-child(3) { grid-column: span 2; max-width: 320px; margin: 0 auto; width: 100%; }
  .screen-frame { max-width: 240px; }
  .privacy-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .wrap, .nav-inner, .hero-inner, .stats { padding-left: 20px; padding-right: 20px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: inline-flex; }

  .hero { padding: 16px 0 48px; }
  .hero-inner { padding-top: 24px; padding-bottom: 48px; gap: 32px; }
  .hero-art { min-height: 340px; }
  .hero-glow { width: 440px; height: 440px; }
  .hero-shield { width: 260px; }
  .orbit-chip { font-size: 11px; padding: 7px 12px; }
  .orbit-chip-1 { top: 4%; left: -8%; }
  .orbit-chip-2 { top: 48%; right: -10%; }
  .orbit-chip-3 { bottom: 4%; left: -2%; }

  .cta { padding: 13px 18px; font-size: 15px; }
  .cta-primary strong { font-size: 16px; }

  .stats { grid-template-columns: 1fr; gap: 28px; padding-top: 40px; }
  .stat-cap { max-width: none; }

  .problem, .how, .screens, .compare, .recover, .privacy, .features, .faq { padding: 64px 0; }
  .cta-final { padding: 80px 0; }
  .cta-final-glow { width: 600px; height: 500px; }

  .section-title { font-size: clamp(32px, 9vw, 48px); margin-bottom: 28px; }
  .section-title.small { font-size: clamp(28px, 8vw, 40px); }
  .closing { font-size: clamp(32px, 9vw, 48px); }

  .problem-fill { margin-top: 32px; padding: 20px 22px; font-size: 18px; }

  .steps { grid-template-columns: 1fr; }
  .step-wide {
    grid-column: span 1;
    display: block;
    padding: 24px;
  }
  .step-wide .step-head { display: block; gap: 0; }
  .step-wide .step-icon { margin-bottom: 18px; }
  .step-wide h3 { font-size: 18px; margin-bottom: 8px; white-space: normal; }
  .step-wide p { max-width: none; padding-right: 0; font-size: 14px; }

  .screens-grid { grid-template-columns: 1fr; gap: 48px; max-width: 100%; }
  .screens-grid .screen:nth-child(3) { grid-column: span 1; max-width: none; }
  .screen-frame { max-width: 220px; }
  .screen figcaption { max-width: 320px; }
  .screen-featured { transform: none; }

  /* Comparison: stack the three columns */
  .head-row { display: none; }
  .row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }
  .row::after { display: none; }
  .scenario {
    font-size: 18px;
    padding-right: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #1a1a1c;
  }
  .cell { padding-right: 0; }
  .cell::before {
    content: attr(data-label);
    font-family: var(--font-body);
    font-weight: var(--fw-semibold);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fg-muted);
    display: block;
    margin-bottom: 8px;
  }

  .privacy-grid { grid-template-columns: 1fr; }

  .feature-list { grid-template-columns: 1fr; gap: 0; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .fb-inner { flex-direction: column; gap: 10px; align-items: flex-start; }
}
