:root {
  --bg: #070b14;
  --bg2: #0b1220;
  --card: #10182a;
  --ink: #f4f7ff;
  --muted: #9aa8c2;
  --line: #243049;
  --accent: #2f80ff;
  --accent-2: #5aa2ff;
  --good: #3ee0a0;
  --radius: 18px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(47, 128, 255, 0.18), transparent 55%),
    radial-gradient(900px 500px at 0% 20%, rgba(47, 128, 255, 0.08), transparent 50%),
    var(--bg);
  color: var(--ink);
  min-height: 100vh;
  letter-spacing: -0.011em;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus { left: 12px; top: 12px; background: #fff; color: #000; padding: 8px; z-index: 9; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.topbar { padding: 22px 0 8px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-weight: 800; font-size: 18px; }
.brand-kicker { font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.mark { display: grid; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 16px;
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-primary {
  background: linear-gradient(180deg, #4b94ff, var(--accent));
  color: #fff;
  box-shadow: 0 0 0 1px rgba(90, 162, 255, 0.35), 0 10px 40px rgba(47, 128, 255, 0.35);
}
.btn-block { width: 100%; padding: 16px 18px; font-size: 17px; }
.btn-primary:disabled { opacity: 0.7; cursor: wait; }

.hero { padding: 48px 0 24px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}
.kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.lede {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 36em;
}
.hero-features {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0;
  margin: 0 0 22px;
}
.hero-features li {
  background: rgba(16, 24, 42, 0.72);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px 12px;
}
.hero-features .lead {
  grid-column: 1 / -1;
  padding: 16px 16px 14px;
  border-color: rgba(90, 162, 255, 0.42);
  background: linear-gradient(180deg, rgba(47, 128, 255, 0.16), rgba(16, 24, 42, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.hero-features strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.hero-features .lead strong {
  font-size: 18px;
  letter-spacing: -0.03em;
}
.hero-features span {
  display: block;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 500;
}
.hero-features .lead span {
  font-size: 15px;
  line-height: 1.45;
}
.tagline {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
}

.access-card {
  background: linear-gradient(180deg, #141c31, #0e1524);
  border: 1px solid rgba(90, 162, 255, 0.18);
  border-radius: 24px;
  padding: 28px 26px 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.card-progress {
  height: 3px;
  background: #243049;
  border-radius: 99px;
  margin-bottom: 22px;
  overflow: hidden;
}
.card-progress span {
  display: block;
  width: 46%;
  height: 100%;
  background: var(--accent);
}
.access-card h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 5vw, 44px);
  letter-spacing: -0.04em;
  font-weight: 800;
}
.card-sub {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.45;
  font-size: 16px;
}
.field { margin-bottom: 12px; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #c9d4ea;
}
.field textarea {
  display: block;
  width: 100%;
  min-height: 88px;
  resize: vertical;
  background: #0b1220;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 12px;
  padding: 12px 13px;
  font: inherit;
  outline: none;
  color-scheme: dark;
  box-sizing: border-box;
}
.field textarea::placeholder { color: #7d8aa6; }
.field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(47, 128, 255, 0.2); }
.field-hint { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.field input {
  width: 100%;
  background: #0b1220;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 12px;
  padding: 12px 13px;
  font: inherit;
  outline: none;
}
.field input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(47, 128, 255, 0.2); }
.field input[aria-invalid="true"] { border-color: #ff6b7a; }
.field-error { min-height: 1em; margin: 6px 0 0; color: #ff8b96; font-size: 12px; }
.trust {
  list-style: none;
  padding: 14px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}
.trust li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 800;
  margin-right: 8px;
}
.or {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  margin: 18px 0 12px;
}
.price-note {
  color: var(--muted);
  font-size: 13px;
  margin: 16px 0 0;
}
.founder-note {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.features { padding: 28px 0 64px; }
.features h2, .product h2 {
  margin: 0 0 28px;
  font-size: clamp(26px, 3.6vw, 40px);
  letter-spacing: -0.04em;
  max-width: 22ch;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.feature-grid article {
  background: rgba(16, 24, 42, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
}
.feat-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-2);
}
.feature-grid h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -0.03em; }
.feature-grid p, .product p { margin: 0; color: var(--muted); line-height: 1.5; }

.product { padding: 0 0 80px; }
.product-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.shot {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  background: #0b1220;
}
.footer { border-top: 1px solid var(--line); padding: 22px 0 32px; color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.form-status { min-height: 1.2em; margin: 10px 0 0; font-size: 13px; }
.form-status.is-error { color: #ff8b96; }
.success-card h2 { margin: 8px 0 8px; }
.success-card p { color: var(--muted); }

@media (max-width: 880px) {
  .hero-grid, .product-grid, .feature-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 16px; padding-bottom: 8px; }
  .hero-grid { display: flex; flex-direction: column; gap: 22px; }
  .hero-copy { display: contents; }
  .kicker { order: 1; }
  .hero-copy h1, h1 { order: 2; font-size: 40px; }
  .lede { order: 3; margin-bottom: 0; font-size: 16px; }
  .access-card { order: 4; }
  .hero-features { order: 5; }
  .tagline { order: 6; }
  .nav-cta { display: inline-flex; padding: 8px 12px; font-size: 13px; }
  .hero-features {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
  }
  .hero-features li {
    padding: 9px 11px 8px;
    border-radius: 999px;
    background: rgba(16, 24, 42, 0.7);
  }
  .hero-features .lead {
    grid-column: 1 / -1;
    border-radius: 14px;
    padding: 12px 14px;
  }
  .hero-features strong {
    margin-bottom: 0;
    font-size: 13px;
  }
  .hero-features .lead strong { font-size: 15px; margin-bottom: 4px; }
  .hero-features span { display: none; }
  .hero-features .lead span { display: block; font-size: 13px; }
  .wrap { width: min(1120px, calc(100% - 28px)); }
  .access-card { padding: 26px 22px 20px; }
  .access-card h2 { font-size: 40px; }
  .btn-block { font-size: 18px; padding: 16px; }
}
@media (max-width: 520px) {
  .hero-features { grid-template-columns: 1fr 1fr; }
}

.thanks-main { padding: 72px 0 120px; min-height: 58vh; }
.thanks-main h1 { margin-bottom: 22px; font-size: clamp(36px, 5vw, 56px); }
.thanks-copy {
  margin: 0 0 28px;
  max-width: 28em;
  font-size: 20px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 500;
}
.thanks-copy p { margin: 0 0 0.85em; }
.thanks-copy p:last-child { margin-bottom: 0; }
.access-card .field:last-of-type { margin-bottom: 16px; }
