:root {
  --wa-bg: #eaf5f2;
  --wa-ink: #183033;
  --wa-muted: #5d7070;
  --wa-panel: #fbf7ec;
  --wa-surface: #fffaf0;
  --wa-border: #345f61;
  --wa-depth: #2f5b5e;
  --wa-cta: #214d50;
  --wa-cta-ink: #fffaf0;
  --wa-teal: #5a9296;
  --wa-teal-soft: #c8dcdb;
  --wa-ochre: #e8d8b2;
  --wa-moss: #cedbcb;
  --wa-plum: #d9c7d7;
  --wa-pink: #e2c8d0;
  --wa-blue: #c7dfe4;
  --wa-shadow: 7px 7px 0 rgba(47, 91, 94, 0.32);
  --wa-soft-shadow: 0 22px 60px rgba(47, 91, 94, 0.15);
  --wa-line: rgba(52, 95, 97, 0.28);
  --wa-max: 1180px;
}

[data-theme="dark"] {
  --wa-bg: #101719;
  --wa-ink: #f6efe4;
  --wa-muted: #b8c4c1;
  --wa-panel: #1b2527;
  --wa-surface: #182123;
  --wa-border: #526569;
  --wa-depth: #050808;
  --wa-cta: #e8d8b2;
  --wa-cta-ink: #101719;
  --wa-teal: #2f716d;
  --wa-teal-soft: #c8dcdb;
  --wa-ochre: #d9bc78;
  --wa-moss: #789765;
  --wa-plum: #cbb4c8;
  --wa-pink: #cdaab6;
  --wa-blue: #aecdd4;
  --wa-shadow: 7px 7px 0 rgba(0, 0, 0, 0.44);
  --wa-soft-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  --wa-line: rgba(246, 239, 228, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--wa-bg);
  scroll-behavior: smooth;
}

body.waitlist-ascend-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(200, 220, 219, 0.62), transparent 28rem),
    linear-gradient(180deg, var(--wa-bg), color-mix(in srgb, var(--wa-bg) 88%, var(--wa-teal) 12%));
  color: var(--wa-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

[data-theme="dark"] body.waitlist-ascend-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(82, 101, 105, 0.7), transparent 28rem),
    linear-gradient(180deg, var(--wa-bg), #111f21);
}

.waitlist-ascend-page a {
  color: inherit;
  text-decoration: none;
}

.waitlist-ascend-page button,
.waitlist-ascend-page input,
.waitlist-ascend-page select,
.waitlist-ascend-page textarea {
  font: inherit;
}

.wa-page {
  width: min(var(--wa-max), calc(100% - 40px));
  margin: 30px auto 80px;
}

.wa-panel,
.wa-status-card,
.wa-path-card,
.wa-final-card {
  border: 1px solid var(--wa-line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--wa-surface) 92%, transparent);
  box-shadow: var(--wa-soft-shadow);
}

.wa-panel {
  margin-top: 28px;
  padding: 34px;
  background: color-mix(in srgb, var(--wa-panel) 92%, transparent);
}

.wa-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: 30px;
  align-items: stretch;
}

.wa-brand-strip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  padding: 8px 14px 8px 8px;
  border: 2px solid var(--wa-border);
  border-radius: 18px;
  background: color-mix(in srgb, var(--wa-surface) 88%, transparent);
  box-shadow: 4px 4px 0 var(--wa-depth);
}

.wa-brand-mark,
.wa-pill-number {
  display: grid;
  place-items: center;
  border: 2px solid var(--wa-border);
  font-weight: 950;
}

.wa-brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  background: var(--wa-teal-soft);
  color: #233437;
  font: 800 25px/1 Georgia, "Times New Roman", serif;
}

.wa-brand-strip strong {
  display: block;
  color: var(--wa-ink);
  font: 800 18px/1 Georgia, "Times New Roman", serif;
}

.wa-brand-strip small,
.wa-eyebrow,
.wa-card-label,
.wa-field label {
  letter-spacing: 0;
  text-transform: uppercase;
}

.wa-brand-strip small {
  display: block;
  margin-top: 4px;
  color: var(--wa-muted);
  font-size: 10px;
  font-weight: 950;
}

.wa-eyebrow {
  margin: 0 0 14px;
  color: color-mix(in srgb, var(--wa-teal) 75%, var(--wa-ink) 25%);
  font-size: 11px;
  font-weight: 950;
}

.wa-page h1,
.wa-page h2,
.wa-page h3 {
  margin: 0;
  color: var(--wa-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.wa-page h1 {
  max-width: 580px;
  font-size: 64px;
  line-height: 0.92;
}

.wa-page h1 span {
  display: block;
}

.wa-lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--wa-muted);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.55;
}

.wa-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.wa-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid var(--wa-border);
  border-radius: 12px;
  background: var(--wa-surface);
  color: var(--wa-ink);
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 3px 3px 0 var(--wa-depth);
  cursor: pointer;
}

.wa-button-primary {
  background: var(--wa-cta);
  color: var(--wa-cta-ink);
}

.waitlist-ascend-page a.wa-button-primary,
.waitlist-ascend-page button.wa-button-primary {
  color: var(--wa-cta-ink);
}

.wa-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.wa-proof-row span {
  min-height: 66px;
  padding: 11px 13px;
  border: 1px solid var(--wa-line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--wa-surface) 70%, transparent);
  color: var(--wa-muted);
  font-size: 13px;
  font-weight: 800;
}

.wa-proof-row strong {
  display: block;
  color: var(--wa-ink);
  font-size: 20px;
}

.wa-form-window {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 560px;
  overflow: hidden;
  border: 2px solid var(--wa-border);
  border-radius: 22px;
  background: var(--wa-plum);
  color: #233437;
  box-shadow: var(--wa-shadow);
}

.wa-window-bar,
.wa-form-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 2px solid var(--wa-border);
}

.wa-window-dots {
  display: flex;
  gap: 5px;
}

.wa-window-dots i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--wa-border);
  border-radius: 50%;
  background: var(--wa-surface);
}

.wa-window-bar strong,
.wa-window-bar em {
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.wa-form-body {
  padding: 14px;
  background: #d8e7e3;
}

[data-theme="dark"] .wa-form-body {
  background: #203537;
}

.wa-signup-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 15px;
  border: 2px solid var(--wa-border);
  border-radius: 18px;
  background: var(--wa-surface);
  box-shadow: 4px 4px 0 var(--wa-depth);
}

.wa-signup-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(52, 95, 97, 0.18);
}

.wa-card-label {
  display: block;
  color: #7b6027;
  font-size: 10px;
  font-weight: 950;
}

.wa-signup-head strong {
  display: block;
  margin-top: 4px;
  color: #17292c;
  font: 800 24px/1.05 Georgia, "Times New Roman", serif;
}

.wa-badge {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 2px solid var(--wa-border);
  border-radius: 12px;
  background: var(--wa-moss);
  color: #17292c;
  font-weight: 950;
}

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

.wa-field {
  display: grid;
  gap: 6px;
}

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

.wa-field label {
  color: #42575a;
  font-size: 11px;
  font-weight: 950;
}

.wa-field label span {
  color: #647477;
}

.wa-field input,
.wa-field select,
.wa-field textarea {
  width: 100%;
  min-height: 42px;
  border: 2px solid rgba(52, 95, 97, 0.42);
  border-radius: 12px;
  background: #fffaf0;
  color: #17292c;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 750;
}

.wa-field textarea {
  min-height: 88px;
  resize: vertical;
}

.wa-field input:focus,
.wa-field select:focus,
.wa-field textarea:focus,
.wa-button:focus-visible,
.wa-page a:focus-visible {
  outline: 3px solid rgba(90, 146, 150, 0.36);
  outline-offset: 3px;
}

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

.wa-submit {
  width: 100%;
  margin-top: 2px;
}

.wa-note {
  margin: 0;
  color: #526164;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.wa-alert {
  border: 2px solid var(--wa-border);
  border-radius: 14px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.wa-alert.success {
  background: var(--wa-moss);
  color: #17292c;
}

.wa-alert.error {
  background: #f2c7c7;
  color: #4d1f20;
}

.wa-form-status {
  border-top: 2px solid var(--wa-border);
  border-bottom: 0;
  background: var(--wa-teal-soft);
  color: #17292c;
  font-size: 12px;
  font-weight: 950;
}

.wa-status-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.6fr;
  gap: 14px;
  margin-top: 26px;
}

.wa-status-card {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 13px;
  padding: 15px 16px;
}

.wa-pill-number {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: var(--wa-teal-soft);
  color: #233437;
  font-size: 14px;
}

.wa-status-card:nth-child(2) .wa-pill-number {
  background: var(--wa-ochre);
}

.wa-status-card:nth-child(3) .wa-pill-number {
  background: var(--wa-moss);
}

.wa-status-card:nth-child(4) .wa-pill-number {
  background: var(--wa-plum);
}

.wa-status-card strong {
  display: block;
  color: var(--wa-ink);
  font-size: 18px;
  line-height: 1.05;
}

.wa-status-card small {
  display: block;
  margin-top: 4px;
  color: var(--wa-muted);
  font-weight: 800;
}

.wa-section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin: 0 0 24px;
}

.wa-section-head h2 {
  max-width: 720px;
  font-size: 54px;
  line-height: 0.98;
}

.wa-section-head p:last-child {
  max-width: 440px;
  margin: 0;
  color: var(--wa-muted);
  font-weight: 700;
  line-height: 1.7;
}

.wa-module-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.wa-module-card {
  min-height: 138px;
  padding: 14px;
  border: 2px solid var(--wa-border);
  border-radius: 18px;
  color: #17292c;
  box-shadow: 5px 5px 0 var(--wa-depth);
}

.wa-module-card:nth-child(1),
.wa-module-card:nth-child(7) {
  background: var(--wa-teal-soft);
}

.wa-module-card:nth-child(2) {
  background: var(--wa-ochre);
}

.wa-module-card:nth-child(3) {
  background: var(--wa-plum);
}

.wa-module-card:nth-child(4) {
  background: var(--wa-moss);
}

.wa-module-card:nth-child(5) {
  background: var(--wa-pink);
}

.wa-module-card:nth-child(6) {
  background: var(--wa-blue);
}

.wa-module-card b {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--wa-border);
  border-radius: 11px;
  background: var(--wa-cta);
  color: var(--wa-cta-ink);
}

.wa-module-card strong {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.15;
}

.wa-module-card small {
  display: block;
  margin-top: 7px;
  color: #314044;
  font-weight: 750;
  line-height: 1.35;
}

.wa-journey {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.wa-problem-card {
  padding: 26px;
  border: 2px solid var(--wa-border);
  border-radius: 22px;
  background: #8bcfca;
  color: #102123;
  box-shadow: var(--wa-shadow);
}

.wa-problem-card h2 {
  font-size: 44px;
  line-height: 1;
  color: #102123;
}

.wa-problem-card p:not(.wa-eyebrow) {
  color: #12393b;
  font-weight: 750;
  line-height: 1.65;
}

.wa-path-list {
  display: grid;
  gap: 16px;
}

.wa-path-card {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  background: color-mix(in srgb, var(--wa-surface) 84%, transparent);
}

.wa-path-card.is-featured {
  border: 2px solid var(--wa-border);
  background: #e4bd58;
  color: #17292c;
  box-shadow: var(--wa-shadow);
}

.wa-path-index {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  color: var(--wa-muted);
  font-size: 12px;
  font-weight: 950;
}

.wa-path-index b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--wa-border);
  border-radius: 999px;
  background: var(--wa-moss);
  color: #fff4df;
  font: 800 26px/1 Georgia, "Times New Roman", serif;
}

.wa-path-card h3 {
  margin-top: 6px;
  font-size: 34px;
  line-height: 1;
}

.wa-path-card p {
  margin: 9px 0 0;
  color: var(--wa-muted);
  line-height: 1.55;
}

.wa-path-card.is-featured p {
  color: #253d3f;
}

.wa-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.wa-chip-row span {
  padding: 6px 9px;
  border: 1px solid currentColor;
  border-radius: 99px;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
}

.wa-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  margin-top: 28px;
  padding: 32px;
  border: 2px solid var(--wa-border);
  background: var(--wa-plum);
  color: #17292c;
  box-shadow: var(--wa-shadow);
}

.wa-final-card h2 {
  font-size: 50px;
  line-height: 0.98;
  color: #17292c;
}

.wa-final-card p {
  max-width: 760px;
  color: #314044;
  font-weight: 700;
  line-height: 1.6;
}

.wa-footer {
  width: min(var(--wa-max), calc(100% - 40px));
  margin: 0 auto 40px;
  padding: 20px 0 0;
  border-top: 1px solid var(--wa-line);
  color: var(--wa-muted);
  font-size: 13px;
  font-weight: 750;
}

[data-theme="dark"] .wa-form-window,
[data-theme="dark"] .wa-signup-card,
[data-theme="dark"] .wa-module-card,
[data-theme="dark"] .wa-problem-card,
[data-theme="dark"] .wa-path-card.is-featured,
[data-theme="dark"] .wa-final-card {
  border-color: var(--wa-depth);
}

[data-theme="dark"] .wa-signup-card,
[data-theme="dark"] .wa-module-card {
  background: #fff4df;
  color: #17292c;
}

[data-theme="dark"] .wa-problem-card {
  background: #2f7f78;
  color: #f6efe4;
}

[data-theme="dark"] .wa-problem-card h2 {
  color: #f6efe4;
}

[data-theme="dark"] .wa-problem-card p:not(.wa-eyebrow) {
  color: #d9ebe4;
}

@media (max-width: 980px) {
  .wa-status-grid,
  .wa-hero,
  .wa-journey,
  .wa-final-card {
    grid-template-columns: 1fr;
  }

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

  .wa-page,
  .wa-footer {
    width: min(100% - 24px, 720px);
  }
}

@media (max-width: 640px) {
  .wa-page,
  .wa-footer {
    width: min(calc(100% - 24px), 366px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .wa-panel {
    padding: 20px;
  }

  .wa-page h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 0.96;
  }

  .wa-lead {
    font-size: 17px;
  }

  .wa-actions .wa-button,
  .wa-final-card .wa-button {
    width: 100%;
  }

  .wa-proof-row,
  .wa-form-grid {
    grid-template-columns: 1fr;
  }

  .wa-form-window {
    min-height: auto;
  }

  .wa-form-status {
    align-items: flex-start;
  }

  .wa-section-head {
    display: block;
  }

  .wa-section-head h2,
  .wa-problem-card h2,
  .wa-path-card h3,
  .wa-final-card h2 {
    font-size: 32px;
  }

  .wa-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wa-module-card {
    min-height: 122px;
  }

  .wa-path-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .wa-path-index b {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 430px) {
  .wa-module-grid {
    grid-template-columns: 1fr;
  }

  .wa-button {
    box-shadow: 2px 2px 0 var(--wa-depth);
  }
}
