:root {
  --black: #050706;
  --panel: #111512;
  --panel-soft: #171c18;
  --green: #42f02f;
  --green-deep: #20c918;
  --white: #f5f7f5;
  --muted: #a1aba3;
  --line: rgba(255, 255, 255, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
a:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
  border-radius: 4px;
}

.site-header {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand img { display: block; width: 190px; height: auto; }
nav { display: flex; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 700; }
nav a:hover, .footer-links a:hover { color: var(--green); }

.hero {
  width: min(1240px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 64px;
  padding: 72px 0;
}
.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin: 18px 0 26px;
  font-size: clamp(56px, 6.6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.hero-copy > p {
  max-width: 610px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; flex-wrap: wrap; }
.store-button {
  background: var(--green);
  color: #061006;
  padding: 17px 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.text-link { color: var(--muted); font-weight: 700; }
.text-link:hover { color: var(--white); }

.hero-visual {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(66, 240, 47, 0.26);
  border-radius: 34px;
  background:
    radial-gradient(circle at 72% 24%, rgba(66, 240, 47, 0.18), transparent 34%),
    linear-gradient(145deg, #121813, #080b09);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
}
.field-lines {
  position: absolute;
  inset: 52px -120px -100px 110px;
  border: 2px solid rgba(255,255,255,.12);
  border-radius: 50%;
  transform: rotate(-14deg);
}
.field-lines::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(255,255,255,.12);
  border-radius: 50%;
  left: 26%;
  top: 21%;
}
.recording-pill, .watch-card, .highlight-card {
  position: absolute;
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.recording-pill {
  top: 38px;
  left: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  border-radius: 999px;
  background: rgba(19, 23, 20, .78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.recording-dot { width: 10px; height: 10px; border-radius: 50%; background: #ff4848; box-shadow: 0 0 16px #ff4848; }
.highlight-card {
  left: 50%;
  bottom: 88px;
  transform: translateX(-50%);
  width: min(430px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-radius: 22px;
  background: var(--green);
  color: #061006;
}
.highlight-card strong { display: block; font-size: 22px; }
.highlight-card span { display: block; margin-top: 4px; font-size: 14px; }
.bolt { font-size: 34px; margin: 0 !important; }
.watch-card {
  right: 32px;
  top: 128px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px 12px 12px;
  border-radius: 18px;
  background: rgba(19, 23, 20, .82);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.watch-card img { border-radius: 15px; }

.proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px max(20px, calc((100vw - 1240px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}
.proof-strip span::before { content: "●"; color: var(--green); margin-right: 10px; }

.how-it-works, .privacy-callout {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.how-it-works { padding: 140px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
h2 {
  margin: 14px 0 0;
  max-width: 760px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature {
  min-height: 310px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
}
.feature-number { color: var(--green); font-size: 13px; font-weight: 900; }
.feature h3 { margin: 90px 0 15px; font-size: 25px; line-height: 1.05; }
.feature p { color: var(--muted); line-height: 1.55; }

.privacy-callout {
  display: grid;
  grid-template-columns: 1.2fr .9fr auto;
  align-items: end;
  gap: 45px;
  padding: 60px;
  border-radius: 28px;
  background: var(--panel-soft);
  border: 1px solid rgba(66, 240, 47, .22);
}
.privacy-callout h2 { font-size: clamp(38px, 4vw, 60px); }
.privacy-callout p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }
.outline-button {
  white-space: nowrap;
  padding: 15px 18px;
  border: 1px solid var(--green);
  border-radius: 9px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.outline-button:hover { background: var(--green); color: #061006; }

footer {
  width: min(1240px, calc(100% - 40px));
  margin: 120px auto 0;
  padding: 48px 0 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.footer-brand img { width: 150px; height: auto; display: block; margin-bottom: 10px; }
.footer-links { display: flex; gap: 24px; }
footer > p { grid-column: 1 / -1; margin: 18px 0 0; font-size: 12px; }

.legal-page { min-height: 100vh; }
.legal-shell { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 40px; }
.back-link { color: var(--green); font-weight: 800; font-size: 13px; }
.legal-shell h1 { font-size: clamp(50px, 7vw, 86px); margin-top: 60px; }
.legal-intro { max-width: 720px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.legal-card { margin-top: 45px; padding: 38px; background: var(--panel); border: 1px solid var(--line); border-radius: 24px; }
.legal-card h2 { font-size: 27px; margin: 36px 0 13px; text-transform: none; letter-spacing: -.02em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.65; }
.legal-card strong { color: var(--white); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 45px; }
.support-option { padding: 30px; background: var(--panel); border: 1px solid var(--line); border-radius: 22px; }
.support-option h2 { font-size: 27px; text-transform: none; letter-spacing: -.02em; }
.support-option a { color: var(--green); font-weight: 800; }

@media (max-width: 900px) {
  nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-visual { min-height: 480px; }
  .proof-strip { flex-wrap: wrap; justify-content: flex-start; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature h3 { margin-top: 54px; }
  .privacy-callout { grid-template-columns: 1fr; align-items: start; padding: 38px; }
}
@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); }
  .brand img { width: 145px; }
  nav { gap: 16px; }
  h1 { font-size: 50px; }
  .hero, .how-it-works, .privacy-callout { width: calc(100% - 28px); }
  .hero { gap: 38px; }
  .hero-visual { min-height: 420px; border-radius: 24px; }
  .watch-card { right: 18px; }
  .highlight-card { bottom: 58px; }
  .proof-strip { padding-inline: 14px; }
  .how-it-works { padding: 100px 0; }
  .support-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; width: calc(100% - 28px); }
  .footer-links { flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
