:root {
  --black: #090b10;
  --ink: #11141b;
  --muted: #626b7d;
  --line: #dfe3ea;
  --soft: #f3f5f8;
  --paper: #ffffff;
  --coral: #ff4f6d;
  --coral-dark: #d62e4c;
  --mint: #00a88f;
  --blue: #3977ed;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

.skip-link {
  background: var(--paper);
  border: 2px solid var(--ink);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: var(--content);
  padding: 22px 26px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.brand,
.footer-brand {
  align-items: center;
  display: flex;
  gap: 10px;
}

.brand {
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 850;
  padding: 10px 15px;
  text-decoration: none;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #fff;
  color: var(--ink);
}

.hero {
  align-items: flex-end;
  background: var(--black);
  color: #fff;
  display: flex;
  min-height: min(760px, 88svh);
  overflow: hidden;
  position: relative;
}

.hero-media {
  height: 125%;
  object-fit: cover;
  object-position: center 38%;
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
}

.hero-shade {
  background: rgba(9, 11, 16, 0.68);
  inset: 0;
  position: absolute;
}

.hero-inner {
  margin: 0 auto;
  max-width: var(--content);
  padding: 150px 26px 92px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.eyebrow {
  color: #ff91a5;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--coral-dark);
}

.hero h1 {
  font-size: 72px;
  font-weight: 950;
  line-height: 0.98;
  margin: 0;
  max-width: 680px;
}

.hero-copy {
  color: #e9ecf2;
  font-size: 21px;
  font-weight: 620;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 630px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 34px;
}

.primary-button,
.submit-button {
  align-items: center;
  background: var(--coral);
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  padding: 0 19px;
  text-decoration: none;
}

.primary-button:hover,
.primary-button:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
  background: #ff3658;
}

.primary-button svg,
.submit-button svg {
  height: 19px;
  width: 19px;
}

.hero-note {
  color: #d4d9e2;
  font-size: 14px;
  font-weight: 750;
}

.cohort-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--content);
}

.cohort-strip div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 28px 26px;
}

.cohort-strip div + div {
  border-left: 1px solid var(--line);
}

.cohort-strip strong {
  font-size: 25px;
  font-weight: 950;
}

.cohort-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.section-shell {
  margin: 0 auto;
  max-width: var(--content);
  padding-left: 26px;
  padding-right: 26px;
}

.story-section {
  padding-bottom: 108px;
  padding-top: 112px;
}

.section-heading {
  max-width: 780px;
}

.section-heading.compact {
  max-width: 610px;
}

.section-heading h2,
.beta-copy h2,
.application-intro h2 {
  font-size: 48px;
  font-weight: 950;
  line-height: 1.06;
  margin: 0;
}

.section-heading > p:last-child,
.beta-copy > p:last-child,
.application-intro > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 22px 0 0;
}

.feature-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
}

.feature-item {
  padding: 34px 38px 0 0;
}

.feature-item + .feature-item {
  border-left: 1px solid var(--line);
  padding-left: 38px;
}

.feature-item svg {
  color: var(--coral-dark);
  height: 28px;
  margin-bottom: 24px;
  width: 28px;
}

.feature-item:nth-child(2) svg {
  color: var(--mint);
}

.feature-item:nth-child(3) svg {
  color: var(--blue);
}

.feature-item h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.feature-item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 0;
}

.beta-band {
  background: var(--black);
  color: #fff;
  padding: 104px 0;
}

.beta-layout {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.84fr 1.16fr;
}

.beta-copy > p:last-child {
  color: #b8bfcb;
}

.benefit-list {
  border-top: 1px solid #2a303b;
}

.benefit-row {
  align-items: flex-start;
  border-bottom: 1px solid #2a303b;
  display: flex;
  gap: 18px;
  padding: 25px 0;
}

.benefit-icon {
  align-items: center;
  background: #37232a;
  border-radius: 7px;
  color: #ff8da1;
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
}

.benefit-icon.mint {
  background: #10332e;
  color: #54ddc8;
}

.benefit-icon.blue {
  background: #162845;
  color: #79a8ff;
}

.benefit-icon svg {
  height: 22px;
  width: 22px;
}

.benefit-row strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-top: 2px;
}

.benefit-row p {
  color: #aeb6c4;
  font-size: 14px;
  line-height: 1.55;
  margin: 7px 0 0;
}

.commitment-section {
  padding-bottom: 110px;
  padding-top: 110px;
}

.commitment-list {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 58px 0 0;
  padding: 0;
}

.commitment-list li {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 72px 1fr;
  padding: 26px 0;
}

.commitment-list li > span {
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 950;
  padding-top: 4px;
}

.commitment-list strong {
  font-size: 18px;
  font-weight: 900;
}

.commitment-list p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 7px 0 0;
}

.application-section {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 108px 0;
}

.application-layout {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.78fr 1.22fr;
}

.application-intro {
  position: sticky;
  top: 28px;
}

.selection-notes {
  border-top: 1px solid #cfd5df;
  display: grid;
  gap: 14px;
  margin-top: 30px;
  padding-top: 24px;
}

.selection-notes div {
  align-items: center;
  color: #424a5a;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
}

.selection-notes svg {
  color: var(--mint);
  height: 18px;
  width: 18px;
}

.form-frame {
  background: var(--paper);
  border: 1px solid #d8dde6;
  border-radius: 8px;
  padding: 34px;
}

.field-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  min-width: 0;
}

.field.full-width {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
  background: #fff;
  border: 1px solid #cbd2dd;
  border-radius: 6px;
  color: var(--ink);
  min-height: 48px;
  padding: 11px 12px;
  width: 100%;
}

.field textarea {
  line-height: 1.5;
  min-height: 116px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8b93a1;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.check-row input:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(57, 119, 237, 0.14);
  outline: 0;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--coral-dark);
}

.consent-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  margin-top: 26px;
  padding-top: 24px;
}

.check-row {
  align-items: flex-start;
  color: #343b49;
  display: flex;
  font-size: 13px;
  font-weight: 650;
  gap: 11px;
  line-height: 1.5;
}

.check-row input {
  accent-color: var(--ink);
  flex: 0 0 auto;
  height: 19px;
  margin: 1px 0 0;
  width: 19px;
}

.form-legal {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 22px 0 0;
}

.form-legal a {
  color: var(--ink);
  font-weight: 800;
}

.form-status {
  border-radius: 6px;
  display: none;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  margin-top: 18px;
  padding: 12px 13px;
}

.form-status.error {
  background: #fdebef;
  color: #9d1d35;
  display: block;
}

.submit-button {
  margin-top: 18px;
  width: 100%;
}

.submit-button:disabled {
  background: #8e96a5;
  cursor: wait;
}

.trap-field {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.success-state {
  padding: 54px 20px;
  text-align: center;
}

.success-icon {
  align-items: center;
  background: #e3f7f2;
  border-radius: 50%;
  color: #007762;
  display: flex;
  height: 58px;
  justify-content: center;
  margin: 0 auto 25px;
  width: 58px;
}

.success-icon svg {
  height: 27px;
  width: 27px;
}

.success-state h3 {
  font-size: 32px;
  font-weight: 950;
  margin: 0;
}

.success-state > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 17px auto 24px;
  max-width: 500px;
}

.success-state > a {
  font-weight: 850;
}

.faq-section {
  padding-bottom: 112px;
  padding-top: 110px;
}

.faq-list {
  border-top: 1px solid var(--line);
  margin-top: 50px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  padding: 25px 42px 25px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  right: 6px;
  top: 18px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: -6px 0 25px;
  max-width: 800px;
}

.site-footer {
  align-items: center;
  background: var(--black);
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto auto;
  padding: 36px max(26px, calc((100% - var(--content)) / 2 + 26px));
}

.footer-brand div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-brand strong {
  font-size: 15px;
}

.footer-brand span,
.site-footer > p {
  color: #9da6b5;
  font-size: 12px;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #dce1e9;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: 56px;
  }

  .hero-media {
    width: 78%;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-item,
  .feature-item + .feature-item {
    border-bottom: 1px solid var(--line);
    border-left: 0;
    padding: 28px 0;
  }

  .beta-layout,
  .application-layout {
    gap: 52px;
    grid-template-columns: 1fr;
  }

  .application-intro {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 18px 20px;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-media {
    height: 100%;
    object-position: center top;
    width: 100%;
  }

  .hero-shade {
    background: rgba(9, 11, 16, 0.64);
  }

  .hero-inner {
    padding: 128px 20px 54px;
  }

  .hero h1 {
    font-size: 46px;
    max-width: 420px;
  }

  .hero-copy {
    font-size: 17px;
    line-height: 1.5;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .primary-button {
    width: 100%;
  }

  .cohort-strip {
    grid-template-columns: 1fr;
  }

  .cohort-strip div {
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
    padding: 17px 20px;
  }

  .cohort-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .cohort-strip strong {
    font-size: 20px;
  }

  .section-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .story-section,
  .commitment-section,
  .faq-section {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .beta-band,
  .application-section {
    padding: 76px 0;
  }

  .section-heading h2,
  .beta-copy h2,
  .application-intro h2 {
    font-size: 36px;
  }

  .section-heading > p:last-child,
  .beta-copy > p:last-child,
  .application-intro > p {
    font-size: 16px;
  }

  .commitment-list li {
    gap: 15px;
    grid-template-columns: 45px 1fr;
  }

  .form-frame {
    padding: 22px 18px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field.full-width {
    grid-column: auto;
  }

  .site-footer {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 34px 20px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
