:root {
  --bg: #07111f;
  --panel: #0d1c31;
  --panel2: #10243f;
  --text: #e8f2ff;
  --muted: #9db2ce;
  --line: rgba(255,255,255,.12);
  --accent: #67e8f9;
  --accent2: #a7f3d0;
  --danger: #fca5a5;
  --warning: #fde68a;
  --shadow: 0 24px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(103,232,249,.16), transparent 30%), radial-gradient(circle at top right, rgba(167,243,208,.09), transparent 28%), var(--bg);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 6vw;
  background: rgba(7, 17, 31, .78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brandMark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #06101d;
  font-weight: 900;
}

.nav nav { display: flex; gap: 18px; color: var(--muted); font-size: 14px; }
.nav nav a:hover { color: var(--text); }

main { width: min(1160px, 88vw); margin: 0 auto; }
.hero {
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  padding: 70px 0 50px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}

h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 78px); line-height: .95; letter-spacing: -0.06em; margin-bottom: 22px; }
h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.05; letter-spacing: -0.04em; margin-bottom: 14px; }
h3 { font-size: 18px; margin-bottom: 8px; }
p { color: var(--muted); line-height: 1.65; }
.subhead { font-size: 18px; max-width: 690px; }

.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 24px; }
.primaryBtn, .secondaryBtn, .waitlistForm button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  padding: 13px 18px;
  font-weight: 800;
  cursor: pointer;
}
.primaryBtn, .waitlistForm button { background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #06101d; }
.secondaryBtn { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.04); }

.trustRow { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.trustRow span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }
.trustRow b { color: var(--text); }

.heroPanel { position: relative; }
.digestPreview {
  background: linear-gradient(180deg, rgba(16,36,63,.96), rgba(13,28,49,.92));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 22px;
  transform: rotate(1deg);
}
.mailHeader { display: flex; gap: 6px; margin-bottom: 22px; }
.dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.28); }
.mailKicker { color: var(--accent2); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.digestPreview h2 { font-size: 28px; }
.miniCard { border: 1px solid var(--line); background: rgba(255,255,255,.04); padding: 14px; border-radius: 16px; margin-top: 12px; }
.miniCard b { display: block; margin-bottom: 6px; }
.miniCard span { color: var(--muted); font-size: 13px; }

.problem, .samples, .how, .pricing, .waitlist { padding: 70px 0; border-top: 1px solid var(--line); }
.problemGrid, .sampleGrid, .steps, .pricingGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.problemGrid article, .sampleCard, .steps div, .pricingGrid article, .waitlistForm {
  background: rgba(255,255,255,.045);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
}

.sectionHead { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.textLink { color: var(--accent); font-weight: 800; }

.loading, .emptyState { grid-column: 1 / -1; color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; padding: 24px; }
.emptyState code { display: inline-block; margin-top: 8px; color: var(--accent2); }
.sampleCard { display: flex; flex-direction: column; gap: 10px; }
.sampleTop { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; color: var(--muted); font-size: 12px; }
.score { border-radius: 999px; padding: 5px 10px; font-weight: 900; color: #06101d; }
.score.hot { background: var(--accent2); }
.score.warm { background: var(--warning); }
.score.cold { background: #cbd5e1; }
.buyer { font-size: 13px; margin-bottom: 0; }
.sampleMeta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.sampleMeta span { border: 1px solid var(--line); border-radius: 14px; padding: 10px; color: var(--muted); font-size: 13px; }
.sampleMeta b { display: block; color: var(--text); margin-bottom: 4px; }
.pitch { background: rgba(103,232,249,.08); border: 1px solid rgba(103,232,249,.22); padding: 12px; border-radius: 14px; color: var(--muted); font-size: 14px; }
.sourceLink { color: var(--accent); font-weight: 800; font-size: 14px; }

.steps div span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; color: #06101d; background: var(--accent); font-weight: 900; margin-bottom: 14px; }
.featured { background: linear-gradient(180deg, rgba(103,232,249,.12), rgba(255,255,255,.045)) !important; border-color: rgba(103,232,249,.35) !important; }
.price { font-size: 34px; line-height: 1; color: var(--text); font-weight: 900; margin: 10px 0 14px; }

.waitlist {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 34px;
  align-items: start;
}
.waitlistForm label { display: block; color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.waitlistForm input, .waitlistForm select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 13px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.18);
  color: var(--text);
}
.waitlistForm select option { color: #07111f; }
.waitlistForm button { width: 100%; margin-top: 6px; }
.formStatus { margin: 12px 0 0; font-size: 13px; color: var(--accent2); }

footer { width: min(1160px, 88vw); margin: 0 auto; padding: 34px 0 50px; border-top: 1px solid var(--line); }
footer p { font-size: 13px; }

@media (max-width: 900px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .hero, .waitlist { grid-template-columns: 1fr; }
  .problemGrid, .sampleGrid, .steps, .pricingGrid { grid-template-columns: 1fr; }
  .sectionHead { align-items: flex-start; flex-direction: column; }
}
