:root {
  --ink: #111214;
  --paper: #f4f2eb;
  --white: #ffffff;
  --yellow: #f6df35;
  --blue: #0062f9;
  --muted: #6d6d68;
  --line: #d9d7cf;
  --success: #127447;
  --error: #b3261e;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; overflow-x: hidden; }
body { background: var(--paper); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  min-height: 86px;
  padding: 11px clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--white);
  border-bottom: 1px solid #e4e4e0;
}

.brand img { width: 146px; height: auto; }
.cohort { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 680px;
  padding: clamp(60px, 8vw, 112px) clamp(20px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-grid {
  position: absolute;
  inset: 0 52% 0 0;
  opacity: .22;
  background-image: radial-gradient(circle, var(--blue) 1.6px, transparent 1.8px);
  background-size: 23px 23px;
  mask-image: linear-gradient(90deg, black, transparent 90%);
}

.hero-copy, .registration-card { position: relative; z-index: 1; min-width: 0; }
.eyebrow { margin: 0 0 22px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.eyebrow.dark { color: var(--blue); }

.pilot-badge {
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 12px;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(48px, 6.3vw, 96px);
  line-height: .93;
  letter-spacing: -.065em;
}
h1 span { color: var(--yellow); }
.lead { max-width: 690px; margin: 32px 0 0; color: #d5d5d0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.58; }
.lead strong { color: var(--white); }

.facts { margin: 42px 0 0; display: flex; flex-wrap: wrap; gap: 1px; }
.facts div { min-width: 145px; padding: 15px 18px; background: rgba(255,255,255,.08); }
.facts dt { margin-bottom: 7px; color: #9d9d98; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.facts dd { margin: 0; font-size: 15px; font-weight: 800; }

.registration-card {
  max-width: 540px;
  justify-self: end;
  padding: clamp(28px, 4vw, 52px);
  background: var(--white);
  color: var(--ink);
  box-shadow: 18px 18px 0 var(--yellow);
}
.card-number { position: absolute; top: 22px; right: 27px; color: #ecebe6; font-size: 70px; font-weight: 950; line-height: 1; }
.step { position: relative; margin: 0 0 12px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.registration-card h2 { position: relative; margin: 0; font-size: clamp(32px, 3vw, 44px); line-height: 1; letter-spacing: -.04em; }
.card-intro { margin: 20px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.55; }

.consent { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; margin: 0 0 14px; padding: 16px; border: 1px solid var(--line); cursor: pointer; font-size: 13px; line-height: 1.45; }
.consent:hover { border-color: #a4a49f; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); }
.consent small { color: var(--muted); font-weight: 700; }
.required-consent { border-left: 4px solid var(--blue); }
.turnstile { min-height: 65px; margin: 20px 0 16px; }

button {
  width: 100%;
  min-height: 58px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  background: var(--yellow);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}
button:not(:disabled):hover { background: #ffe91e; transform: translateY(-1px); }
button:disabled { opacity: .45; cursor: not-allowed; }
.form-status { min-height: 22px; margin: 14px 0 0; font-size: 13px; font-weight: 700; line-height: 1.4; }
.form-status[data-state="success"] { color: var(--success); }
.form-status[data-state="error"] { color: var(--error); }
.form-status[data-state="pending"] { color: var(--blue); }
.is-complete > :not(.form-status) { display: none; }
.privacy-note { margin: 18px 0 0; color: #7a7a75; font-size: 11px; line-height: 1.45; }

.path { padding: clamp(70px, 9vw, 124px) clamp(20px, 7vw, 108px); }
.path > h2 { max-width: 820px; margin: 0 0 52px; font-size: clamp(36px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.path-grid article { padding: 30px clamp(20px, 3vw, 44px) 10px 0; border-right: 1px solid var(--line); }
.path-grid article + article { padding-left: clamp(20px, 3vw, 44px); }
.path-grid article:last-child { border-right: 0; }
.path-grid span { color: var(--blue); font-size: 12px; font-weight: 900; }
.path-grid h3 { margin: 35px 0 12px; font-size: 24px; }
.path-grid p { max-width: 330px; margin: 0; color: var(--muted); line-height: 1.55; }

footer { padding: 27px clamp(20px, 7vw, 108px); display: flex; justify-content: space-between; gap: 20px; background: var(--ink); color: #b8b8b3; font-size: 12px; }
footer a { color: var(--yellow); text-decoration: none; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }
  .registration-card { width: min(100%, 620px); justify-self: start; }
  .hero-grid { inset: 0; }
}

@media (max-width: 640px) {
  .site-header { min-height: 70px; }
  .brand img { width: 118px; }
  .cohort { display: none; }
  .hero { padding-top: 54px; padding-bottom: 72px; }
  .facts { display: grid; grid-template-columns: 1fr 1fr; }
  .facts div:last-child { grid-column: 1 / -1; }
  .registration-card { box-shadow: 9px 9px 0 var(--yellow); }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid article, .path-grid article + article { padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  footer { flex-direction: column; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(42px, 14vw, 58px); }
  .registration-card { padding: 25px 20px; }
  .card-number { font-size: 54px; right: 18px; }
  .consent { padding: 13px; }
  .cf-turnstile { max-width: 100%; overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
