:root {
  --ink: #101713;
  --paper: #f5f3ec;
  --surface: #ffffff;
  --muted: #667069;
  --line: #d8d4c8;
  --teal: #0b7a75;
  --teal-dark: #075d59;
  --green: #1d6b3c;
  --gold: #b88412;
  --red: #963626;
  --night: #111816;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-nav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(16, 23, 19, 0.84);
  color: white;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 950;
}

.brand-logo {
  width: 252px;
  height: 66px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(128, 240, 213, 0.22);
  background: #151716;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-logo-mark,
.brand-logo-word {
  display: none;
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
}

.mobile-menu-toggle {
  display: none;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 0 13px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
}

.mobile-nav-cta {
  display: none;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: #80f0d5;
  color: #062420;
  padding: 0 13px;
  font-size: 0.84rem;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 120px clamp(20px, 6vw, 76px) 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 24%, rgba(128, 240, 213, 0.18), transparent 28%),
    linear-gradient(105deg, rgba(6, 10, 8, 0.98) 0%, rgba(12, 31, 28, 0.96) 48%, rgba(16, 23, 19, 0.9) 100%);
  color: white;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 10, 8, 0.96) 0%, rgba(6, 10, 8, 0.88) 44%, rgba(6, 10, 8, 0.18) 100%),
    linear-gradient(0deg, rgba(6, 10, 8, 0.82) 0%, rgba(6, 10, 8, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #80f0d5;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(6.2rem, 9.4vw, 10.6rem);
  line-height: 0.88;
}

.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.35rem;
  line-height: 1.38;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button-primary,
.button-ghost,
.waitlist-form button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 18px;
  font-weight: 900;
}

.button-primary,
.waitlist-form button {
  background: #80f0d5;
  color: #062420;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.09);
  color: white;
}

.hero-stats {
  display: grid;
  grid-template-columns: minmax(150px, 0.86fr) minmax(230px, 1.14fr);
  max-width: 560px;
  margin-top: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(6, 10, 8, 0.42);
}

.hero-stats div {
  min-height: 112px;
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong {
  display: block;
  font-size: clamp(2.25rem, 3.25vw, 3rem);
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-strip,
.product-section,
.dashboard-showcase,
.coverage-section,
.faq-section,
.resources-section,
.audience-section,
.pricing-section,
.launch-section,
.honesty-section,
.responsible-section,
.waitlist-section,
.site-footer {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 6vw, 76px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding-top: 1px;
  padding-bottom: 1px;
}

.proof-strip div {
  min-height: 170px;
  padding: 24px;
  background: var(--surface);
}

.proof-strip span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.proof-strip strong {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}

.proof-strip p,
.product-grid p,
.coverage-grid p,
.audience-grid p,
.timeline p,
.honesty-grid p,
.waitlist-copy p,
.showcase-copy p {
  color: var(--muted);
  line-height: 1.48;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading h2,
.showcase-copy h2,
.launch-copy h2,
.honesty-section h2,
.responsible-section h2,
.waitlist-copy h2 {
  margin: 0;
  font-size: 4.5rem;
  line-height: 0.98;
}

.section-heading p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.product-grid,
.coverage-grid,
.faq-grid,
.resources-grid,
.audience-grid,
.honesty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-grid article,
.coverage-grid article,
.faq-grid article,
.resources-grid a,
.audience-grid article,
.timeline article,
.honesty-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.product-grid h3,
.coverage-grid h3,
.faq-grid h3,
.audience-grid h3,
.timeline h3,
.honesty-grid h3 {
  margin: 18px 0 10px;
  font-size: 1.18rem;
}

.step,
.timeline span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 10px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.dashboard-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  background: #e9eee8;
}

.showcase-copy {
  max-width: 640px;
}

.showcase-copy h2 {
  max-width: 580px;
  font-size: clamp(2.9rem, 4.1vw, 4.35rem);
  line-height: 1;
}

.showcase-copy p {
  max-width: 620px;
  font-size: 1.12rem;
}

.showcase-copy ul {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.showcase-copy li {
  padding: 14px 0;
  border-top: 1px solid rgba(16, 23, 19, 0.16);
  font-weight: 850;
  line-height: 1.2;
}

.dashboard-frame {
  margin: 0;
  max-height: 760px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(16, 23, 19, 0.18);
}

.dashboard-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.coverage-section {
  background: #fcfbf7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid article {
  min-height: 220px;
}

.faq-grid p {
  color: var(--muted);
  line-height: 1.48;
}

.resources-section {
  background: #fcfbf7;
  border-top: 1px solid var(--line);
}

.resources-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resources-grid a {
  min-height: 260px;
  color: inherit;
}

.resources-grid span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 10px;
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.resources-grid strong {
  display: block;
  margin: 22px 0 12px;
  font-size: 1.5rem;
  line-height: 1.08;
}

.resources-grid p {
  color: var(--muted);
  line-height: 1.48;
}

.coverage-grid {
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
}

.coverage-hero-card {
  background: var(--night) !important;
  color: white;
}

.coverage-hero-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0 10px;
  color: #80f0d5;
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.coverage-hero-card strong {
  display: block;
  margin: 24px 0 12px;
  font-size: 5rem;
  line-height: 0.85;
}

.coverage-hero-card p {
  color: rgba(255, 255, 255, 0.72);
}

.league-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.league-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 10px;
  background: var(--surface);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.coverage-league-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.coverage-league-groups article {
  min-height: 168px;
  background: var(--surface);
  padding: 18px;
}

.coverage-league-groups h3 {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 0.92rem;
  line-height: 1.05;
}

.coverage-league-groups p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.42;
}

.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid strong {
  display: block;
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 1.65rem;
  line-height: 1;
}

.pricing-section {
  background: #fcfbf7;
  border-top: 1px solid var(--line);
}

.pricing-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.beta-table {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-plan {
  display: grid;
  min-height: 360px;
  align-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.pricing-plan.featured {
  border-color: rgba(11, 122, 117, 0.48);
  background: #eef8f2;
  box-shadow: 0 22px 54px rgba(16, 23, 19, 0.12);
}

.plan-head span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 10px;
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.featured .plan-head span {
  border-color: rgba(11, 122, 117, 0.34);
  background: var(--teal);
  color: white;
}

.pricing-plan strong {
  display: block;
  margin-top: 22px;
  font-size: 4rem;
  line-height: 0.9;
}

.pricing-plan strong span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 900;
}

.pricing-plan small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 850;
}

.pricing-plan p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.48;
}

.pricing-plan a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  font-weight: 950;
}

.pricing-plan.featured a {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
}

.launch-section {
  background: var(--night);
  color: white;
}

.launch-section .eyebrow {
  color: #80f0d5;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.timeline article {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.timeline p {
  color: rgba(255, 255, 255, 0.68);
}

.timeline span {
  border-color: rgba(255, 255, 255, 0.22);
  color: #80f0d5;
}

.honesty-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.25fr);
  gap: 32px;
}

.honesty-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 1px solid var(--ink);
  padding: 0 18px;
  background: var(--ink);
  color: white;
  font-weight: 950;
}

.honesty-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.responsible-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1.28fr);
  gap: 32px;
  border-top: 1px solid var(--line);
  background: #fff8f5;
}

.responsible-panel {
  border: 1px solid rgba(150, 54, 38, 0.24);
  border-left: 5px solid var(--red);
  background: var(--surface);
  padding: 24px;
}

.responsible-panel p {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.45;
}

.responsible-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.responsible-panel .support-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 850;
}

.support-note a {
  color: var(--teal-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.waitlist-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 0.8fr);
  gap: 40px;
  align-items: center;
  background: #fcfbf7;
  border-top: 1px solid var(--line);
}

.waitlist-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.waitlist-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.waitlist-form input,
.waitlist-form select,
.waitlist-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0 12px;
  background: #fbfaf5;
  color: var(--ink);
  font: inherit;
}

.waitlist-form input,
.waitlist-form select {
  height: 48px;
}

.waitlist-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
  line-height: 1.45;
}

.checkbox-label {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--ink) !important;
  font-size: 0.9rem !important;
  font-weight: 750 !important;
  line-height: 1.35;
  text-transform: none !important;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--teal);
}

.checkbox-label a {
  color: var(--teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.waitlist-form button {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
}

.waitlist-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-status.is-success {
  color: var(--green);
  font-weight: 850;
}

.form-status.is-error {
  color: var(--red);
  font-weight: 850;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) repeat(4, minmax(140px, 0.7fr));
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--night);
  color: white;
}

.site-footer h2,
.site-footer h3,
.site-footer p {
  margin: 0;
}

.site-footer h2 {
  color: #80f0d5;
  font-size: 1.35rem;
}

.site-footer h3 {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  font-weight: 800;
}

.site-footer a:hover {
  color: white;
}

.footer-small {
  margin-top: 18px !important;
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .site-nav {
    align-items: center;
    gap: 10px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 3;
  }

  .mobile-nav-cta {
    display: inline-flex;
    margin-left: auto;
    order: 2;
  }

  .site-nav nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(16, 23, 19, 0.98);
    padding: 10px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
  }

  .site-nav.is-menu-open nav {
    display: grid;
  }

  .site-nav nav a {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.06);
  }

  .site-nav nav .nav-cta {
    grid-column: 1 / -1;
    text-align: center;
  }

  .hero {
    min-height: 84vh;
  }

  h1 {
    font-size: 5.2rem;
  }

  .section-heading h2,
  .showcase-copy h2,
  .launch-copy h2,
  .honesty-section h2,
  .responsible-section h2,
  .waitlist-copy h2 {
    font-size: 3.4rem;
  }

  .hero-stats,
    .proof-strip,
    .product-grid,
    .coverage-grid,
    .faq-grid,
    .resources-grid,
    .audience-grid,
  .coverage-league-groups,
  .pricing-table,
  .timeline,
  .honesty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-showcase,
  .honesty-section,
  .responsible-section,
  .waitlist-section,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-nav {
    min-height: 68px;
    padding: 0 12px;
  }

  .brand-logo {
    width: auto;
    max-width: 42vw;
    height: 48px;
    gap: 8px;
    border-radius: 9px;
    padding: 5px 9px 5px 6px;
  }

  .brand-logo .brand-logo-full {
    display: none;
  }

  .brand-logo .brand-logo-mark {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    object-fit: cover;
  }

  .brand-logo-word {
    display: inline;
    color: white;
    font-size: clamp(1.05rem, 5vw, 1.42rem);
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
  }

  .brand-logo-word::first-letter {
    color: #80f0d5;
  }

  .mobile-nav-cta {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .mobile-menu-toggle {
    min-height: 40px;
    padding: 0 11px;
  }

  .site-nav nav {
    left: 10px;
    right: 10px;
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 84vh;
    padding-top: 96px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: 3.05rem;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 1.04rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-stats strong,
  .proof-strip strong {
    font-size: 2.35rem;
  }

  .section-heading h2,
  .showcase-copy h2,
  .launch-copy h2,
  .honesty-section h2,
  .responsible-section h2,
  .waitlist-copy h2 {
    font-size: 2.45rem;
  }

  .hero-stats,
    .proof-strip,
    .product-grid,
    .coverage-grid,
    .faq-grid,
    .resources-grid,
    .audience-grid,
  .coverage-league-groups,
  .pricing-table,
  .timeline,
  .honesty-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    margin-top: 26px;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-actions {
    display: grid;
  }

  .dashboard-frame {
    max-height: 520px;
  }
}
