:root {
  --paper: #f7f5ef;
  --white: #fff;
  --panel: #f4f0e6;
  --ink: #0b0c0d;
  --muted: #625d55;
  --navy: #123c63;
  --neon-white: #f8fbff;
  --neon-pink: #ff2bd6;
  --neon-yellow: #fff200;
  --neon-cyan: #1ff0ff;
  --line: rgba(11, 12, 13, 0.14);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
}

body {
  margin: 0;
}

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

.nav,
main,
.site-footer {
  margin: 0 auto;
  max-width: var(--max);
}

.nav {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 28px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0;
}

.top-menu,
.site-footer nav {
  align-items: center;
  display: flex;
  gap: 22px;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  min-height: 38px;
  padding: 0 10px 0 34px;
  position: relative;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  width: 16px;
}

.menu-toggle span:nth-child(1) {
  top: 12px;
}

.menu-toggle span:nth-child(2) {
  top: 18px;
}

.menu-toggle span:nth-child(3) {
  top: 24px;
}

.top-menu a,
.top-menu .nav-dropdown summary,
.site-footer nav a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.top-menu a:hover,
.top-menu .nav-dropdown summary:hover,
.site-footer nav a:hover {
  color: var(--ink);
}

.top-menu .nav-dropdown {
  position: relative;
}

.top-menu .nav-dropdown summary {
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.top-menu .nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.top-menu .nav-dropdown summary::after {
  content: " +";
  font-weight: 850;
}

.top-menu .nav-dropdown[open] summary::after {
  content: " -";
}

.top-menu .nav-dropdown-menu {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(11, 12, 13, 0.14);
  display: grid;
  gap: 0;
  left: 0;
  min-width: 240px;
  padding: 8px;
  position: absolute;
  top: calc(100% + 14px);
  z-index: 30;
}

.top-menu .nav-dropdown-menu a {
  color: var(--ink);
  padding: 11px 12px;
}

.top-menu .nav-dropdown-menu a:hover {
  background: var(--panel);
}

section {
  border-bottom: 1px solid var(--line);
  padding: 104px 28px;
}

.label {
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  margin: 0 0 18px;
  padding: 5px 8px 6px;
  text-shadow: none;
  text-transform: none;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: -0.065em;
  line-height: 0.9;
}

h1 {
  font-size: clamp(4rem, 6.8vw, 7rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin-bottom: 28px;
  max-width: 980px;
}

h2 {
  font-size: clamp(3.1rem, 5.8vw, 6.8rem);
  font-weight: 600;
  margin-bottom: 0;
}

.subhead {
  color: var(--muted);
  font-size: clamp(1.2rem, 1.75vw, 1.35rem);
  line-height: 1.58;
  max-width: 820px;
}

.hero {
  min-height: calc(100svh - 76px);
  padding-bottom: clamp(46px, 5vh, 62px);
  padding-top: clamp(60px, 6.8vh, 84px);
}

.hero a {
  border: 1px solid var(--navy);
  color: var(--navy);
  display: inline-flex;
  font-weight: 800;
  margin-top: 24px;
  padding: 14px 18px;
}

.hero-note {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 34px 0 0;
  text-transform: uppercase;
}

.executive-hero h1 {
  max-width: 1120px;
}

.executive-hero .subhead {
  max-width: 760px;
}

.typewriter {
  display: inline-block;
  min-width: 4.15em;
  white-space: nowrap;
}

.typewriter-word {
  display: inline;
}

.typewriter-cursor {
  background: currentColor;
  display: inline-block;
  height: 0.72em;
  margin-left: 0.04em;
  transform: translateY(0.05em);
  width: 0.045em;
}

.alt-headlines {
  display: grid;
  gap: 48px;
  grid-template-columns: 280px 1fr;
}

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

.headline-list p {
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.35rem, 2.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0;
  padding: 22px 0;
}

.pain-ledger {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.pain-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.ledger-intro {
  border-bottom: 1px solid var(--line);
  padding: 92px 0 84px;
}

.ledger-intro h2 {
  max-width: 980px;
}

.ledger-rows > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 34px;
  grid-template-columns: 70px minmax(230px, 0.55fr) minmax(0, 1fr);
  min-height: 136px;
  padding: 32px 0;
}

.ledger-rows > div:last-child {
  border-bottom: 0;
}

.ledger-rows span {
  color: var(--navy);
  font-weight: 850;
}

.ledger-rows strong {
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.ledger-rows p,
.mechanism > p,
.about > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.mechanism,
.about,
.entry,
.talk-callout {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.95fr 1.05fr;
}

.mechanism,
.about {
  align-items: end;
}

.mechanism h2,
.about h2 {
  max-width: 660px;
}

.metrics {
  align-items: end;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 54px;
  grid-template-columns: 0.72fr 1.28fr;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding-bottom: 58px;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-top: 58px;
}

.metrics .label {
  background: var(--ink);
  border: 1px solid rgba(248, 251, 255, 0.22);
  color: #fff;
}

.metrics-heading {
  max-width: 420px;
}

.metrics h2 {
  font-size: clamp(2.3rem, 3.7vw, 4.4rem);
  letter-spacing: -0.035em;
}

.metric-grid {
  border-bottom: 1px solid rgba(247, 245, 239, 0.24);
  border-top: 1px solid rgba(247, 245, 239, 0.24);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.metric-grid > div {
  border-right: 1px solid rgba(247, 245, 239, 0.24);
  min-height: 148px;
  padding: 22px 24px 22px 0;
}

.metric-grid > div:not(:first-child) {
  padding-left: 24px;
}

.metric-grid > div:last-child {
  border-right: 0;
}

.metric-number {
  display: block;
  font-size: clamp(2.8rem, 4.8vw, 5.4rem);
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.07em;
  line-height: 0.88;
  min-width: 6ch;
  white-space: nowrap;
}

.metric-grid p {
  color: rgba(247, 245, 239, 0.66);
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 22px 0 0;
}

.proof-grid {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.proof-grid p {
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
  margin: 0;
  min-height: 130px;
  padding: 24px;
}

.proof-grid p:last-child {
  border-right: 0;
}

.proof-heading {
  max-width: 980px;
}

.proof h2 {
  font-size: clamp(3.6rem, 7vw, 8.2rem);
}

.offers {
  background: var(--white);
}

.offers .proof-heading {
  max-width: 1080px;
}

.offer-accordion {
  border-top: 1px solid var(--line);
  margin-top: 72px;
}

.offer-accordion-item {
  border-bottom: 1px solid var(--line);
}

.offer-accordion-item summary {
  align-items: start;
  cursor: pointer;
  display: grid;
  gap: 28px;
  grid-template-columns: 64px minmax(240px, 0.62fr) minmax(260px, 1fr) 34px;
  list-style: none;
  padding: 34px 0;
}

.offer-accordion-item summary::-webkit-details-marker {
  display: none;
}

.offer-accordion-item summary::after {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  content: "+";
  display: inline-grid;
  font-size: 1.25rem;
  font-weight: 650;
  height: 34px;
  line-height: 1;
  place-items: center;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  width: 34px;
}

.offer-accordion-item[open] summary::after {
  background: var(--ink);
  color: var(--paper);
  content: "-";
}

.offer-accordion-item summary:hover strong,
.offer-accordion-item summary:focus-visible strong {
  color: var(--navy);
}

.offer-accordion-item summary:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 8px;
}

.offer-accordion-item span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.offer-accordion-item strong {
  font-size: clamp(1.75rem, 3.1vw, 3.65rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.92;
  transition: color 180ms ease;
}

.offer-accordion-item em {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  font-style: normal;
  line-height: 1.5;
  max-width: 620px;
}

.offer-accordion-item > div {
  display: grid;
  gap: 28px;
  grid-template-columns: 64px minmax(240px, 0.62fr) minmax(260px, 1fr) 34px;
  padding: 0 0 38px;
}

.offer-accordion-item > div p {
  color: var(--muted);
  grid-column: 3;
  line-height: 1.62;
  margin: 0;
  max-width: 680px;
}

.offer-accordion-item > div a {
  align-self: start;
  border-bottom: 1px solid currentColor;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  grid-column: 3;
  justify-self: start;
  letter-spacing: 0.04em;
  padding-bottom: 4px;
  text-transform: uppercase;
}

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

.offer-block {
  margin-top: 72px;
}

.offer-block + .offer-block {
  margin-top: 54px;
}

.offer-block > .label {
  margin-bottom: 18px;
}

.offer-grid-learning {
  grid-template-columns: repeat(4, 1fr);
}

.offer-card {
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: inherit;
  display: grid;
  min-height: 280px;
  padding: 26px;
  position: relative;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.offer-grid span,
.event-detail-grid span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.offer-grid h3 {
  align-self: end;
  font-size: clamp(1.45rem, 2.2vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 0 0 18px;
}

.offer-grid p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
  transition: color 220ms ease;
}

.offer-card::after {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  bottom: 24px;
  content: "Open";
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 850;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 32px;
  opacity: 0;
  padding: 0 12px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.offer-card:hover,
.offer-card:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 24px 70px rgba(11, 12, 13, 0.18);
  color: var(--paper);
  outline: 0;
  transform: translateY(-6px);
  z-index: 2;
}

.offer-card:hover p,
.offer-card:focus-visible p {
  color: rgba(247, 245, 239, 0.72);
}

.offer-card:hover span,
.offer-card:focus-visible span {
  color: var(--paper);
}

.offer-card:hover::after,
.offer-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.offer-card:active {
  transform: translateY(-2px);
}

.offer-card-featured {
  background: var(--panel);
}

.product-card-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
}

.product-card {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  min-height: 430px;
  padding: 28px;
  position: relative;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.product-card::after {
  align-items: center;
  background: var(--white);
  color: var(--navy);
  content: "+";
  display: inline-grid;
  font-size: 2rem;
  font-weight: 400;
  height: 74px;
  place-items: center;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 74px;
}

.product-card:hover,
.product-card:focus-visible {
  background: var(--ink);
  color: var(--paper);
  outline: 0;
  transform: translateY(-4px);
}

.product-card:hover p,
.product-card:focus-visible p {
  color: rgba(247, 245, 239, 0.72);
}

.product-card-dark {
  background: var(--ink);
  color: var(--paper);
}

.product-card span {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card-dark span,
.product-card:hover span,
.product-card:focus-visible span {
  color: var(--paper);
}

.product-card strong {
  align-self: end;
  display: block;
  font-size: clamp(2rem, 3.3vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 0.94;
  max-width: 460px;
}

.product-card p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 360px;
}

.product-card-dark p {
  color: rgba(247, 245, 239, 0.7);
}

.framework-section,
.faq-section,
.split-section,
.outcome-section {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.85fr 1.15fr;
}

.framework-heading h2,
.faq-section h2,
.split-section h2,
.outcome-section h2 {
  max-width: 760px;
}

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

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

.faq-item summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr 34px;
  list-style: none;
  min-height: 82px;
  padding: 22px 0;
}

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

.faq-item summary::after {
  color: var(--navy);
  content: "+";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item span {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
}

.faq-item strong {
  font-size: clamp(1.25rem, 2vw, 2.15rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.faq-item p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.24rem);
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
  padding: 0 34px 28px 60px;
}

.compact-faq .faq-item p {
  max-width: 620px;
}

.product-hero h1 {
  max-width: 980px;
}

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

.product-kicker-grid div {
  border-right: 1px solid var(--line);
  min-height: 120px;
  padding: 22px;
}

.product-kicker-grid div:last-child {
  border-right: 0;
}

.product-kicker-grid div:nth-child(3n) {
  border-right: 0;
}

.product-kicker-grid span {
  color: var(--navy);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.product-kicker-grid strong {
  display: block;
  font-size: clamp(1.2rem, 2vw, 2rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.talk-callout {
  align-items: end;
  background: var(--navy);
  color: var(--paper);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  position: relative;
}

.talk-callout::before {
  background: rgba(248, 251, 255, 0.12);
  content: "";
  height: 1px;
  left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  top: 36px;
}

.talk-callout .label {
  border: 1px solid rgba(248, 251, 255, 0.22);
}

.talk-callout .entry-box {
  border-color: rgba(247, 245, 239, 0.24);
}

.talk-callout .entry-box p {
  color: rgba(247, 245, 239, 0.72);
}

.talk-callout .entry-box a {
  border-color: var(--paper);
  color: var(--paper);
}

.event-ribbon {
  border: 1px solid rgba(247, 245, 239, 0.48);
  color: var(--paper);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  justify-self: start;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.event-meta {
  border-bottom: 1px solid rgba(247, 245, 239, 0.24);
  border-top: 1px solid rgba(247, 245, 239, 0.24);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.event-meta span {
  border-right: 1px solid rgba(247, 245, 239, 0.24);
  color: rgba(247, 245, 239, 0.82);
  font-size: 0.88rem;
  font-weight: 850;
  min-height: 56px;
  padding: 18px 16px 16px 0;
}

.event-meta span:not(:first-child) {
  padding-left: 16px;
}

.event-meta span:last-child {
  border-right: 0;
}

.signal-chain {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 74px;
}

.signal-chain > div {
  border-right: 1px solid var(--line);
  display: grid;
  gap: 28px;
  min-height: 148px;
  padding: 22px 18px;
  position: relative;
}

.signal-chain > div:last-child {
  border-right: 0;
}

.signal-chain > div:not(:last-child)::after {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  content: "";
  height: 9px;
  position: absolute;
  right: -5px;
  top: 26px;
  width: 9px;
}

.signal-chain span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.signal-chain strong {
  align-self: end;
  font-size: clamp(1.1rem, 1.8vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.fit-boundaries {
  background: var(--paper);
}

.fit-ledger {
  border-top: 1px solid var(--line);
  margin-top: 72px;
}

.fit-boundaries h2 {
  max-width: 1040px;
}

.fit-ledger p {
  align-items: start;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  font-size: clamp(1.18rem, 1.7vw, 1.65rem);
  gap: 28px;
  grid-template-columns: 64px minmax(0, 920px);
  line-height: 1.36;
  margin: 0;
  padding: 28px 0;
}

.fit-ledger span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  padding-top: 0.22em;
}

.testimonials {
  background: var(--white);
}

.testimonials-heading {
  max-width: 900px;
}

.testimonials-heading h2 {
  font-size: clamp(3.2rem, 6vw, 7rem);
  letter-spacing: -0.035em;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 72px;
}

.testimonial-grid figure {
  border: 1px solid var(--line);
  display: grid;
  margin: 0;
  min-height: 360px;
  padding: 34px;
}

.testimonial-grid figure + figure {
  border-left: 0;
}

.testimonial-grid blockquote {
  font-size: clamp(1.3rem, 2.2vw, 2.45rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.testimonial-grid figcaption {
  align-self: end;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-top: 22px;
}

.testimonial-grid strong {
  font-size: 1rem;
  line-height: 1.25;
}

.testimonial-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

.entry {
  align-items: end;
  background: var(--white);
}

.entry h2 {
  max-width: 680px;
}

.entry-box {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 36px;
  min-height: 250px;
  padding-top: 30px;
}

.entry-box p {
  color: var(--muted);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.35;
  margin: 0;
}

.entry-box a {
  align-self: end;
  border: 1px solid var(--navy);
  color: var(--navy);
  display: inline-flex;
  font-weight: 800;
  justify-self: start;
  padding: 14px 18px;
}

.talk-hero h1 {
  max-width: 1120px;
}

.talk-metrics {
  margin-top: 0;
}

.event-detail-grid span {
  color: var(--paper);
  display: block;
  font-size: clamp(2rem, 3.4vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.event-detail-grid p {
  max-width: 220px;
}

.talk-audience {
  background: var(--paper);
}

.talk-ledger {
  border-top: 0;
}

.talk-form {
  align-self: end;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 104px;
  padding: 28px;
}

.site-footer nav {
  justify-content: end;
}

.site-footer p {
  font-size: 0.82rem;
  font-weight: 650;
  grid-column: 1 / -1;
  margin: 0;
  text-align: left;
}

.page-shell {
  min-height: calc(100vh - 180px);
}

.page-hero {
  display: grid;
  gap: 54px;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 300px;
}

.page-hero h1 {
  font-size: clamp(4rem, 7vw, 7.4rem);
}

.assessment-hero h1 {
  font-size: clamp(4.2rem, 7.6vw, 7.8rem);
}

.assessment-hero {
  min-height: auto;
  padding-bottom: clamp(58px, 7vh, 78px);
  padding-top: clamp(58px, 7vh, 78px);
}

.page-hero .subhead {
  align-self: end;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.contact-layout,
.assessment-layout {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.8fr 1.2fr;
}

.assessment-layout {
  grid-template-columns: 1fr;
}

.assessment-intro {
  max-width: 780px;
}

.contact-note,
.assessment-note {
  color: var(--muted);
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 1.45;
}

.system-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  padding-top: 30px;
}

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

.form-field {
  display: grid;
  gap: 8px;
}

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

.form-field label {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.form-field input,
.form-field select,
.form-field textarea {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  min-height: 52px;
  padding: 14px;
  width: 100%;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.system-form button {
  background: transparent;
  border: 1px solid var(--navy);
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  justify-self: start;
  min-height: 56px;
  padding: 0 22px;
}

.system-form button[disabled] {
  cursor: not-allowed;
  opacity: 0.42;
}

.form-status {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
  min-height: 1.4em;
}

.form-status.success {
  color: #14512d;
}

.form-status.error {
  color: #8a1f1f;
}

.quiz-stack {
  border-top: 1px solid var(--line);
  display: grid;
}

.quiz-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 56px 1fr;
  padding: 24px 0;
}

.quiz-row > span {
  color: var(--navy);
  font-weight: 850;
}

.quiz-row h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}

.launch-hero h1 {
  max-width: 780px;
}

.launch-app {
  background: var(--white);
}

.launch-heading,
.launch-help {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.95fr 1.05fr;
}

.launch-heading {
  align-items: end;
}

.launch-heading h2,
.launch-help h2 {
  max-width: 760px;
}

.launch-heading > p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.42;
  margin: 0;
  padding-top: 28px;
}

.launch-stats {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
}

.launch-stats > div {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 148px;
  padding: 24px;
}

.launch-stats span {
  color: var(--navy);
  display: block;
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.launch-stats p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.1;
  margin: 18px 0 0;
}

.launch-controls,
.launch-form {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  margin-top: 34px;
  padding-bottom: 24px;
}

.launch-form {
  align-items: end;
  grid-template-columns: 1.3fr 0.7fr 0.65fr auto;
  margin-top: 24px;
}

.launch-form button,
.launch-card button {
  background: transparent;
  border: 1px solid var(--navy);
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  min-height: 52px;
  padding: 0 18px;
}

.launch-form button:hover,
.launch-card button:hover,
.launch-card button:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  outline: 0;
}

.launch-list {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  margin-top: 34px;
}

.launch-card {
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  min-height: 138px;
  padding: 24px;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.launch-card:hover {
  background: var(--panel);
}

.launch-card[data-status="done"] {
  color: var(--muted);
}

.launch-card[data-status="done"] h3 {
  text-decoration: line-through;
  text-decoration-thickness: 0.08em;
}

.launch-number {
  color: var(--navy);
  font-weight: 850;
}

.launch-card h3 {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0 0 14px;
}

.launch-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.83rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.launch-meta span {
  border: 1px solid var(--line);
  padding: 5px 7px;
}

.launch-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 14px 0 0;
}

.launch-card-actions {
  align-items: start;
  display: flex;
  gap: 8px;
}

.launch-card-actions button {
  min-height: 42px;
  padding: 0 12px;
}

.launch-empty {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  padding: 28px;
}

.launch-help {
  align-items: start;
}

.launch-help-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.launch-help-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  min-height: 240px;
  padding: 26px;
}

.launch-help-grid span {
  color: var(--navy);
  font-weight: 850;
}

.launch-help-grid h3 {
  align-self: end;
  font-size: clamp(1.45rem, 2.1vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 0 0 16px;
}

.launch-help-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.launch-help-dark {
  background: var(--ink);
  color: var(--paper);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.launch-help-dark .label {
  border: 1px solid rgba(248, 251, 255, 0.22);
}

.launch-help-dark .launch-help-grid,
.launch-help-dark .launch-help-grid article {
  border-color: rgba(247, 245, 239, 0.22);
}

.launch-help-dark .launch-help-grid span {
  color: var(--paper);
}

.launch-help-dark .launch-help-grid p {
  color: rgba(247, 245, 239, 0.68);
}

.outreach-board {
  background: var(--white);
}

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

.resource-strip a {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-weight: 850;
  min-height: 86px;
  padding: 24px;
}

.resource-strip a:hover,
.resource-strip a:focus-visible {
  background: var(--ink);
  color: var(--paper);
  outline: 0;
}

.lead-table-wrap {
  border: 1px solid var(--line);
  margin-top: 34px;
  overflow-x: auto;
}

.lead-table {
  border-collapse: collapse;
  min-width: 920px;
  width: 100%;
}

.lead-table th,
.lead-table td {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 18px;
  text-align: left;
  vertical-align: top;
}

.lead-table th {
  background: var(--ink);
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-table td {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.42;
}

.lead-table td:first-child,
.lead-table td:last-child {
  color: var(--navy);
  font-weight: 850;
}

.lead-table a {
  color: var(--ink);
  font-weight: 850;
}

.script-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
}

.script-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 210px;
  padding: 26px;
}

.script-grid span {
  color: var(--navy);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.script-grid p {
  color: var(--muted);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.35;
  margin: 0;
}

.consultant-hero h1 {
  max-width: 920px;
}

.single-product-site {
  max-width: none;
}

.single-product-site > section,
.checkout-shell > section,
.blog-index > section,
.article-page > article {
  max-width: none;
}

.eyebrow {
  color: var(--navy);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.product-landing-hero {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(360px, 0.68fr) minmax(460px, 1.32fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100svh - 132px);
  padding: 36px 28px 48px;
}

.product-hero-copy h1 {
  font-size: 3.72rem;
  letter-spacing: -0.055em;
  line-height: 0.94;
  max-width: 560px;
}

.product-hero-copy .subhead {
  font-size: 1.08rem;
  line-height: 1.46;
  max-width: 520px;
}

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

.primary-button,
.secondary-button {
  align-items: center;
  border: 1px solid var(--navy);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
}

.primary-button {
  background: #143f3b;
  border-color: #143f3b;
  color: var(--white);
}

.secondary-button {
  color: var(--navy);
}

.full-width {
  width: 100%;
}

.trust-row {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  padding-top: 16px;
}

.trust-row span,
.checkout-assurances span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.trust-row span::before,
.checkout-assurances span::before {
  color: #3f7f59;
  content: "✓";
  font-weight: 850;
  margin-right: 8px;
}

.product-hero-media {
  margin: 0;
}

.product-hero-media img,
.checkout-product-visual img {
  display: block;
  height: auto;
  width: 100%;
}

.product-offer-section,
.blog-preview,
.blog-list-section {
  background: var(--white);
}

.section-head {
  display: grid;
  gap: 34px;
  grid-template-columns: 0.72fr 1.28fr;
  margin: 0 auto 58px;
  max-width: var(--max);
  padding: 0 28px;
}

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

.section-head h2,
.checkout-callout h2 {
  font-size: 4.6rem;
  letter-spacing: -0.05em;
  line-height: 0.95;
  max-width: 880px;
}

.kit-layout {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.76fr 1.24fr;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 28px;
}

.kit-summary {
  align-self: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  padding-top: 28px;
}

.kit-summary h3 {
  font-size: 2.55rem;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0;
}

.kit-summary p,
.include-list p,
.outcome-grid p,
.method-steps p,
.blog-card p,
.article-body p {
  color: var(--muted);
  line-height: 1.58;
}

.price-ledger {
  border-top: 1px solid var(--line);
  margin: 0;
}

.price-ledger div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 16px 0;
}

.price-ledger dt,
.price-ledger dd {
  margin: 0;
}

.price-ledger dt {
  color: var(--muted);
  font-weight: 700;
}

.price-ledger dd {
  font-weight: 850;
}

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

.list-label {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 22px 0;
  text-transform: uppercase;
}

.include-list > div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 56px minmax(220px, 0.45fr) minmax(0, 1fr);
  padding: 26px 0;
}

.include-list span,
.outcome-grid span,
.method-steps span,
.blog-card span,
.article-cta span {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.include-list strong {
  font-size: 1.55rem;
  letter-spacing: -0.045em;
  line-height: 1;
}

.include-list p {
  margin: 0;
}

.open-band {
  background: var(--paper);
}

.outcome-grid,
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 28px;
}

.outcome-grid article,
.blog-card {
  border: 1px solid var(--line);
  display: grid;
  min-height: 320px;
  padding: 26px;
}

.outcome-grid article + article,
.blog-card + .blog-card {
  border-left: 0;
}

.outcome-grid h3,
.blog-card strong {
  align-self: end;
  display: block;
  font-size: 2.2rem;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0 0 22px;
}

.outcome-grid p,
.blog-card p {
  margin: 0;
}

.method-strip {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.78fr 1.22fr;
  margin: 0 auto;
  max-width: var(--max);
  padding: 104px 28px;
}

.method-strip h2 {
  font-size: 4.4rem;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.method-steps {
  border-top: 1px solid var(--line);
}

.method-steps p {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 48px 1fr;
  margin: 0;
  padding: 22px 0;
}

.blog-card-grid {
  grid-template-columns: repeat(2, 1fr);
}

.blog-card {
  background: var(--white);
  color: inherit;
  min-height: 360px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  background: var(--ink);
  color: var(--paper);
  outline: 0;
  transform: translateY(-4px);
}

.blog-card:hover p,
.blog-card:focus-visible p,
.blog-card:hover span,
.blog-card:focus-visible span {
  color: rgba(247, 245, 239, 0.72);
}

.muted-card {
  background: var(--panel);
}

.blog-card.large {
  grid-column: span 1;
}

.product-faq {
  margin: 0 auto;
  max-width: var(--max);
}

.checkout-callout {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.checkout-callout .eyebrow {
  color: rgba(247, 245, 239, 0.7);
}

.checkout-callout .primary-button {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
  min-width: 220px;
}

.checkout-shell {
  max-width: none;
}

.checkout-stage {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(340px, 0.88fr) minmax(480px, 1fr);
  min-height: calc(100svh - 76px);
  padding: 42px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 72px;
}

.checkout-product-visual {
  align-self: center;
}

.checkout-panel {
  margin-left: auto;
  max-width: 640px;
  width: 100%;
}

.back-link {
  color: var(--navy);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 750;
  margin-bottom: 28px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.checkout-panel h1 {
  color: #143f3b;
  font-size: 2.6rem;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 24px;
}

.step-meter {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.step-meter span,
.step-meter strong,
.choice-stack legend {
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.step-meter div {
  background: rgba(20, 63, 59, 0.14);
  height: 8px;
  overflow: hidden;
}

.step-meter i {
  background: #64c95c;
  display: block;
  height: 100%;
  transition: width 180ms ease;
  width: 50%;
}

.choice-stack fieldset {
  border: 0;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.choice-stack fieldset[hidden] {
  display: none;
}

.choice-stack legend {
  margin-bottom: 8px;
}

.choice-card {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 20px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  min-height: 104px;
  padding: 18px;
}

.choice-card:has(input:checked) {
  border-color: #143f3b;
  box-shadow: inset 0 0 0 1px #143f3b;
}

.choice-card input {
  accent-color: #3f7f59;
  height: 18px;
  width: 18px;
}

.choice-card strong,
.choice-card em,
.choice-card small {
  display: block;
}

.choice-card strong {
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.choice-card em {
  color: var(--muted);
  font-size: 0.94rem;
  font-style: normal;
  line-height: 1.38;
  margin-top: 8px;
}

.choice-card small {
  color: #3f7f59;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.choice-card b {
  font-size: 1.25rem;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.recommended {
  position: relative;
}

.checkout-offer-summary {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  border-top: 4px solid #143f3b;
  box-shadow: 0 16px 34px rgba(16, 35, 38, 0.08);
  display: grid;
  gap: 18px;
  padding: 20px;
}

.checkout-offer-head {
  display: grid;
  gap: 7px;
}

.checkout-offer-head span,
.checkout-order-ledger dt {
  color: #3f7f59;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.checkout-offer-head strong {
  color: #143f3b;
  display: block;
  font-size: 1.75rem;
  font-weight: 850;
  line-height: 1.05;
}

.checkout-offer-head p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
}

.checkout-order-ledger {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.checkout-order-ledger div {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.checkout-order-ledger div + div {
  border-left: 1px solid var(--line);
}

.checkout-order-ledger dt,
.checkout-order-ledger dd {
  margin: 0;
}

.checkout-order-ledger dd {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 780;
  line-height: 1.25;
}

.checkout-order-ledger div:last-child dd {
  color: #123c63;
  font-size: 1.25rem;
  font-weight: 850;
}

.checkout-offer-includes {
  display: grid;
  gap: 8px 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout-offer-includes li {
  align-items: start;
  color: var(--ink);
  display: grid;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 7px;
  grid-template-columns: 16px 1fr;
  line-height: 1.3;
}

.checkout-offer-includes li::before {
  color: #3f7f59;
  content: "\2713";
  font-weight: 850;
  line-height: 1;
}

.checkout-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 18px;
}

.checkout-trust-strip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
  overflow: visible;
  white-space: normal;
}

.checkout-trust-strip + .checkout-testimonial {
  margin-top: 14px;
}

.checkout-trust-strip svg {
  display: block;
  height: 32px;
  overflow: visible;
}

.checkout-seal,
.checkout-payment-mark {
  display: inline-flex;
  flex: 0 0 auto;
}

.checkout-seal svg {
  width: auto;
}

.checkout-payment-mark svg {
  width: auto;
}

.checkout-seal rect,
.checkout-payment-mark rect {
  fill: var(--white);
  stroke: rgba(18, 60, 99, 0.18);
}

.checkout-seal path {
  fill: none;
  stroke: #143f3b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.checkout-seal text {
  fill: #143f3b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.checkout-payment-mark text {
  fill: #123c63;
  font-size: 15px;
  font-style: italic;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-anchor: middle;
}

.checkout-payment-mark[aria-label="Mastercard"] circle:first-of-type {
  fill: #ff5f00;
  opacity: 0.88;
}

.checkout-payment-mark[aria-label="Mastercard"] circle:last-of-type {
  fill: #eb001b;
  opacity: 0.74;
}

.checkout-payment-mark[aria-label="Mastercard"] text {
  fill: #0b0c0d;
  font-size: 6px;
  font-style: normal;
  letter-spacing: 0;
}

.checkout-payment-mark[aria-label="Apple Pay"] path {
  fill: #0b0c0d;
}

.checkout-payment-mark[aria-label="Apple Pay"] text {
  fill: #0b0c0d;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0;
  text-anchor: start;
}

.checkout-payment-mark[aria-label="Stripe"] text {
  fill: #635bff;
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.04em;
}

.checkout-policy-strip {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.checkout-policy-strip span,
.checkout-policy-strip a {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  color: var(--ink);
  display: inline-flex;
  font-size: clamp(0.66rem, 1.8vw, 0.78rem);
  font-weight: 800;
  gap: 5px;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  min-height: 34px;
  min-width: 0;
  padding: 7px 8px;
  text-align: center;
}

.checkout-policy-strip a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-policy-strip svg {
  display: block;
  flex: 0 0 auto;
  height: 15px;
  width: 15px;
}

.checkout-policy-strip path {
  fill: none;
  stroke: #143f3b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.checkout-policy-strip.compact {
  margin-top: 0;
}

.checkout-testimonial {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid rgba(63, 127, 89, 0.46);
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 16px 0 0;
  padding: 16px;
}

.testimonial-mark {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  color: #3f7f59;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 850;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.checkout-testimonial blockquote {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.38;
  margin: 0;
}

.checkout-testimonial figcaption {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 12px;
  padding-top: 10px;
}

.checkout-testimonial figcaption strong,
.checkout-testimonial figcaption span {
  display: block;
}

.checkout-testimonial figcaption strong {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 850;
}

.checkout-testimonial figcaption span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
}

.blog-hero {
  max-width: var(--max);
}

.blog-index,
.article-page {
  max-width: none;
}

.article-shell {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  margin: 0 auto;
  max-width: var(--max);
  padding: 72px 28px 104px;
}

.article-header {
  grid-column: 1 / -1;
  max-width: 900px;
}

.article-header h1 {
  font-size: 5rem;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.article-body {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.article-body p,
.article-body h2 {
  max-width: 720px;
}

.article-body p {
  font-size: 1.12rem;
}

.article-body h2 {
  font-size: 2.45rem;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-top: 44px;
}

.article-cta {
  align-self: start;
  background: var(--white);
  border: 1px solid var(--line);
  display: grid;
  gap: 22px;
  padding: 24px;
  position: sticky;
  top: 24px;
}

.article-cta strong {
  font-size: 2rem;
  letter-spacing: -0.045em;
  line-height: 1;
}

.executive-home h1,
.executive-home h2,
.executive-home h3 {
  letter-spacing: 0;
}

.executive-home h1 {
  font-size: clamp(3.65rem, 6.2vw, 6.8rem);
  line-height: 0.98;
  max-width: 1120px;
}

.executive-home h2 {
  font-size: clamp(2.9rem, 5vw, 6.2rem);
  line-height: 1;
}

.executive-home h3 {
  font-size: clamp(1.25rem, 2vw, 2.1rem);
  line-height: 1.08;
  margin: 0;
}

.executive-home .label {
  letter-spacing: 0;
}

.executive-nav .top-menu {
  gap: 18px;
}

.top-menu .nav-cta {
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 9px 12px;
}

.executive-sales-hero {
  display: grid;
  gap: 48px;
  min-height: auto;
  padding-bottom: 56px;
  padding-top: 78px;
}

.hero-copy {
  max-width: 1140px;
}

.executive-home .hero .subhead {
  color: var(--ink);
  font-size: clamp(1.28rem, 1.85vw, 1.65rem);
  line-height: 1.44;
  max-width: 920px;
}

.hero-support,
.section-lede,
.copy-stack p,
.fit-columns li,
.outcome-ledger p,
.executive-card-grid p,
.day-grid p,
.course-callout .entry-box span,
.executive-footer > p {
  color: var(--muted);
  line-height: 1.62;
}

.hero-support {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  max-width: 760px;
}

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

.executive-home .hero a,
.primary-action,
.secondary-action,
.text-link,
.course-callout .entry-box a,
.final-cta .entry-box a {
  display: inline-flex;
  font-weight: 800;
  margin-top: 0;
  min-height: 48px;
  padding: 14px 18px;
}

.primary-action {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
}

.executive-home .hero .primary-action,
.final-cta .entry-box .primary-action {
  color: var(--paper);
}

.secondary-action,
.text-link,
.course-callout .entry-box a {
  background: transparent;
  border: 1px solid var(--navy);
  color: var(--navy);
}

.text-link {
  justify-self: start;
  margin-top: 6px;
}

.scarcity-line,
.reserved-line {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  margin: 24px 0 0;
}

.hero-detail-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero-detail-strip span {
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
  min-height: 82px;
  padding: 22px 20px;
}

.hero-detail-strip span:last-child {
  border-right: 0;
}

.leadership-gap,
.editorial-split,
.capability-first,
.course-callout {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.86fr 1.14fr;
}

.leadership-gap {
  background: var(--white);
}

.leadership-gap .section-intro,
.leadership-gap .copy-stack {
  align-self: start;
}

.question-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.question-grid p {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
  min-height: 120px;
  padding: 22px;
}

.copy-stack {
  display: grid;
  gap: 18px;
}

.copy-stack p {
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  margin: 0;
  max-width: 780px;
}

.quiet-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 8px 0 0;
  max-width: 520px;
  padding: 0;
}

.quiet-list li {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 850;
  padding: 14px 0;
}

.method-section,
.founder-section {
  background: var(--paper);
}

.closing-line {
  color: var(--ink) !important;
  font-size: clamp(1.35rem, 2.15vw, 2rem) !important;
  font-weight: 700;
  line-height: 1.22 !important;
  margin-top: 12px !important;
}

.outcomes-section,
.format-section,
.application-section {
  background: var(--white);
}

.executive-card-grid,
.day-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
}

.executive-card-grid article,
.day-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 18px;
  min-height: 300px;
  padding: 28px;
}

.executive-card-grid span,
.day-grid span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
}

.executive-card-grid p,
.day-grid p {
  margin: 0;
}

.compact-cards article {
  min-height: 240px;
}

.leave-with-section {
  background: var(--paper);
}

.section-intro {
  max-width: 1040px;
}

.section-lede {
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  margin: 34px 0 0;
  max-width: 760px;
}

.outcome-ledger {
  border-top: 1px solid var(--line);
  margin-top: 72px;
}

.outcome-ledger article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  padding: 26px 0;
}

.outcome-ledger p {
  font-size: 1.05rem;
  margin: 0;
  max-width: 760px;
}

.day-grid article {
  align-content: start;
  min-height: 430px;
}

.day-grid strong {
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.95rem;
  margin-top: 12px;
  padding-top: 18px;
}

.fit-section {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.75fr 1.25fr;
}

.fit-columns {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}

.fit-columns article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.fit-columns ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.fit-columns li {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.capability-first {
  background: var(--ink);
  color: var(--paper);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.capability-first .label {
  border: 1px solid rgba(247, 245, 239, 0.24);
}

.capability-first .copy-stack p {
  color: rgba(247, 245, 239, 0.74);
}

.three-up {
  grid-template-columns: repeat(3, 1fr);
}

.three-up figure {
  min-height: 420px;
}

.three-up figure + figure {
  border-left: 0;
}

.three-up blockquote {
  font-size: clamp(1.08rem, 1.5vw, 1.45rem);
  line-height: 1.36;
}

.course-callout {
  align-items: end;
  background: var(--panel);
}

.course-callout .entry-box {
  gap: 22px;
}

.course-callout .entry-box p {
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
}

.course-callout .entry-box span {
  font-size: 0.95rem;
}

.final-cta {
  background: var(--white);
}

.final-cta .hero-actions {
  margin-top: 0;
}

.executive-footer {
  align-items: start;
  grid-template-columns: 0.72fr 1.28fr;
}

.executive-footer nav {
  flex-wrap: wrap;
  row-gap: 12px;
}

.footer-positioning {
  display: grid;
  gap: 8px;
}

.footer-positioning p {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
  margin: 0;
}

.service-page .service-hero {
  min-height: auto;
}

.service-image-band {
  background: var(--white);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  padding: 0;
}

.service-image-band img {
  display: block;
  height: clamp(280px, 42vw, 560px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.service-page .fit-columns article {
  min-width: 0;
}

@media (max-width: 980px) {
  .executive-home .menu-toggle {
    display: inline-flex;
  }

  .executive-home .nav {
    position: relative;
  }

  .executive-home .top-menu {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: none;
    gap: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 20;
  }

  .executive-home .nav.menu-open .top-menu {
    display: grid;
  }

  .executive-home .top-menu a {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 1rem;
    padding: 18px 28px;
  }

  .executive-home .top-menu a:last-child {
    border-bottom: 0;
  }

  .executive-home .top-menu .nav-cta {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}

@media (max-width: 900px) {
  .leadership-gap,
  .editorial-split,
  .capability-first,
  .course-callout,
  .fit-section,
  .executive-footer {
    grid-template-columns: 1fr;
  }

  .executive-card-grid,
  .day-grid,
  .question-grid,
  .hero-detail-strip,
  .three-up,
  .fit-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .outcome-ledger article {
    gap: 18px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .executive-card-grid,
  .day-grid,
  .question-grid,
  .hero-detail-strip,
  .three-up,
  .fit-columns {
    grid-template-columns: 1fr;
  }

  .hero-detail-strip span,
  .question-grid p,
  .executive-card-grid article,
  .day-grid article {
    border-right: 0;
  }

  .executive-home h1 {
    font-size: clamp(3.05rem, 15vw, 4.15rem);
  }

  .executive-home h2 {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .executive-sales-hero {
    padding-top: 52px;
  }
}

@media (max-width: 760px) {
  .alt-headlines,
  .pain-inner,
  .mechanism,
  .about,
  .metrics,
  .fit-boundaries,
  .entry,
  .talk-callout,
  .framework-section,
  .faq-section,
  .split-section,
  .outcome-section,
  .page-hero,
  .contact-layout,
  .assessment-layout,
  .launch-heading,
  .launch-help,
  .entry-box {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .testimonial-grid,
  .offer-grid,
  .product-card-grid,
  .product-kicker-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid-learning {
    grid-template-columns: 1fr;
  }

  .metric-grid > div,
  .metric-grid > div:not(:first-child),
  .testimonial-grid figure,
  .testimonial-grid figure + figure {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
  }

  .metric-grid > div {
    border-bottom: 1px solid rgba(247, 245, 239, 0.24);
    min-height: 138px;
  }

  .metric-grid > div:last-child {
    border-bottom: 0;
  }

  .testimonial-grid figure + figure {
    border-top: 0;
  }

  .ledger-intro {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: auto;
    padding: 70px 0;
  }

  .ledger-rows > div {
    grid-template-columns: 48px 1fr;
    padding-left: 0;
  }

  .ledger-rows p {
    grid-column: 2;
  }

  .signal-chain {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 44px;
  }

  .signal-chain > div {
    min-height: 118px;
  }

  .signal-chain > div:nth-child(2n) {
    border-right: 0;
  }

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

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

  .offer-card {
    min-height: 220px;
  }

  .product-card {
    min-height: 300px;
  }

  .product-card::after {
    height: 58px;
    right: 20px;
    top: 20px;
    width: 58px;
  }

  .product-kicker-grid div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .product-kicker-grid div:last-child {
    border-bottom: 0;
  }

  .offer-accordion {
    margin-top: 46px;
  }

  .offer-accordion-item summary {
    gap: 18px;
    grid-template-columns: 44px 1fr 34px;
    padding: 28px 0;
  }

  .offer-accordion-item summary em {
    grid-column: 2 / 4;
  }

  .offer-accordion-item > div {
    gap: 18px;
    grid-template-columns: 44px 1fr;
    padding-bottom: 30px;
  }

  .offer-accordion-item > div p,
  .offer-accordion-item > div a {
    grid-column: 2;
  }

  .fit-ledger {
    margin-top: 46px;
  }

  .fit-ledger p {
    gap: 18px;
    grid-template-columns: 44px 1fr;
  }

  .faq-item p {
    padding-left: 60px;
  }

  .event-meta {
    grid-template-columns: 1fr;
  }

  .event-meta span,
  .event-meta span:not(:first-child) {
    border-bottom: 1px solid rgba(247, 245, 239, 0.24);
    border-right: 0;
    min-height: auto;
    padding: 14px 0;
  }

  .event-meta span:last-child {
    border-bottom: 0;
  }

  .proof-grid p {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .form-grid,
  .launch-controls,
  .launch-form,
  .launch-stats,
  .launch-help-grid,
  .resource-strip,
  .script-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .launch-card {
    grid-template-columns: 42px 1fr;
  }

  .launch-card-actions {
    grid-column: 2;
  }

  .site-footer,
  .site-footer nav,
  .site-footer p {
    justify-content: start;
    text-align: left;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  section {
    padding: 76px 18px;
  }

  .nav {
    position: relative;
    padding: 0 18px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .top-menu {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: none;
    gap: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 20;
  }

  .nav.menu-open .top-menu {
    display: grid;
  }

  .top-menu a {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 1rem;
    padding: 18px;
  }

  .top-menu .nav-dropdown summary {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 1rem;
    padding: 18px;
  }

  .top-menu .nav-dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-width: 0;
    padding: 0;
    position: static;
  }

  .top-menu .nav-dropdown-menu a {
    padding-left: 34px;
  }

  .top-menu a:last-child {
    border-bottom: 0;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero {
    min-height: calc(100svh - 76px);
    padding-bottom: 30px;
    padding-top: 48px;
  }

  .assessment-hero h1 {
    font-size: 3.75rem;
  }

  h2 {
    font-size: 3rem;
  }

  .signal-chain {
    grid-template-columns: 1fr;
  }

  .metrics {
    gap: 34px;
    padding-bottom: 46px;
    padding-top: 46px;
  }

  .metrics-heading {
    max-width: none;
  }

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

  .metric-grid > div,
  .metric-grid > div:not(:first-child) {
    border-bottom: 1px solid rgba(247, 245, 239, 0.24);
    border-right: 0;
    min-height: 118px;
    padding: 18px 10px;
  }

  .metric-grid > div:first-child {
    padding-left: 0;
  }

  .metric-grid > div:last-child {
    border-bottom: 0;
    border-right: 0;
  }

  .metric-number {
    font-size: 2.05rem;
    min-width: 0;
  }

  .metric-grid p {
    font-size: 0.82rem;
    line-height: 1.08;
    margin-top: 18px;
  }

  .signal-chain > div,
  .signal-chain > div:nth-child(2n) {
    border-right: 0;
  }

  .pain-ledger {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ledger-intro,
  .ledger-rows > div,
  .entry-box {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .product-landing-hero,
  .kit-layout,
  .section-head,
  .method-strip,
  .checkout-stage,
  .article-shell,
  .checkout-callout {
    grid-template-columns: 1fr;
  }

  .product-landing-hero {
    gap: 34px;
    min-height: auto;
  }

  .product-hero-copy h1,
  .article-header h1 {
    font-size: 3.9rem;
  }

  .section-head h2,
  .method-strip h2,
  .checkout-callout h2 {
    font-size: 3.3rem;
  }

  .include-list > div {
    grid-template-columns: 44px 1fr;
  }

  .include-list > div p {
    grid-column: 2;
  }

  .outcome-grid,
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .outcome-grid article + article,
  .blog-card + .blog-card {
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .checkout-callout {
    align-items: start;
    display: grid;
    gap: 28px;
  }

  .checkout-stage {
    gap: 34px;
    padding-bottom: 72px;
    padding-top: 36px;
  }

  .checkout-product-visual {
    display: none;
  }

  .checkout-panel {
    margin: 0 auto;
    max-width: 680px;
  }

  .article-cta {
    position: static;
  }
}

@media (max-width: 560px) {
  .product-landing-hero,
  .kit-layout,
  .section-head,
  .method-strip,
  .outcome-grid,
  .blog-card-grid,
  .article-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-nav .top-menu {
    background: var(--paper);
  }

  .product-hero-copy h1,
  .article-header h1 {
    font-size: 3.15rem;
  }

  .section-head h2,
  .method-strip h2,
  .checkout-callout h2 {
    font-size: 2.72rem;
  }

  .hero-actions,
  .hero-actions a,
  .checkout-callout .primary-button {
    width: 100%;
  }

  .trust-row {
    display: grid;
    gap: 10px;
  }

  .checkout-trust-strip {
    justify-content: flex-start;
  }

  .checkout-testimonial {
    padding: 18px;
  }

  .product-hero-media {
    margin-left: -18px;
    margin-right: -18px;
  }

  .kit-summary h3 {
    font-size: 2.15rem;
  }

  .include-list > div,
  .method-steps p {
    gap: 16px;
    grid-template-columns: 36px 1fr;
  }

  .outcome-grid article,
  .blog-card {
    min-height: 260px;
    padding: 22px;
  }

  .outcome-grid h3,
  .blog-card strong {
    font-size: 1.8rem;
  }

  .checkout-mini-menu {
    display: flex;
  }

  .checkout-stage {
    padding-left: 18px;
    padding-right: 18px;
  }

  .checkout-panel h1 {
    font-size: 2.25rem;
  }

  .checkout-offer-summary {
    padding: 16px;
  }

  .checkout-order-ledger {
    grid-template-columns: 1fr;
  }

  .checkout-order-ledger div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .checkout-offer-includes {
    grid-template-columns: 1fr;
  }

  .choice-card {
    align-items: start;
    grid-template-columns: 22px 1fr;
  }

  .choice-card b {
    grid-column: 2;
  }

  .checkout-assurances {
    display: grid;
    justify-content: start;
  }
}

body.course-body {
  background: #080c0d;
  color: #f4f0e6;
}

.course-body .course-nav,
.course-body .course-footer {
  background: #080c0d;
  border-color: rgba(244, 240, 230, 0.16);
  color: #f4f0e6;
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.course-body .course-footer {
  border-top: 1px solid rgba(244, 240, 230, 0.16);
}

.course-body .course-nav .top-menu a,
.course-body .course-nav .top-menu .nav-dropdown summary,
.course-body .course-footer nav a,
.course-body .course-footer p {
  color: rgba(244, 240, 230, 0.68);
}

.course-body .course-nav .top-menu a:hover,
.course-body .course-nav .top-menu .nav-dropdown summary:hover,
.course-body .course-footer nav a:hover {
  color: #f4f0e6;
}

.course-body .course-nav .menu-toggle {
  border-color: rgba(244, 240, 230, 0.2);
  color: #f4f0e6;
}

.course-page {
  background: #080c0d;
  color: #f4f0e6;
  max-width: none;
}

.course-page section {
  border-color: rgba(244, 240, 230, 0.16);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.course-page h1,
.course-page h2,
.course-page h3 {
  color: #f4f0e6;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0;
}

.course-page h1 {
  font-size: 4.55rem;
  margin-bottom: 28px;
  max-width: 920px;
}

.course-page h2 {
  font-size: 3.05rem;
  margin-bottom: 0;
  max-width: 860px;
}

.course-page h3 {
  font-size: 1.58rem;
  margin-bottom: 16px;
}

.course-page p,
.course-page li,
.course-page dd {
  color: rgba(244, 240, 230, 0.7);
  line-height: 1.58;
}

.course-page p {
  margin-bottom: 0;
}

.course-page ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.1em;
}

.course-page li::marker {
  color: var(--navy);
}

.course-eyebrow,
.course-kicker {
  color: var(--navy);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.course-hero {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  min-height: calc(100svh - 76px);
  padding-bottom: 76px;
  padding-top: 76px;
}

.course-hero-copy {
  max-width: 940px;
}

.course-lede {
  color: #f4f0e6;
  font-size: 1.2rem;
  max-width: 820px;
}

.course-hero-copy > p:not(.course-eyebrow):not(.course-note) {
  font-size: 1.04rem;
  max-width: 760px;
}

.course-hero-copy > p + p {
  margin-top: 18px;
}

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

.course-button {
  align-items: center;
  border: 1px solid rgba(244, 240, 230, 0.28);
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
}

.course-button.primary {
  background: #1ff0ff;
  border-color: #1ff0ff;
  color: var(--ink);
}

.course-button.secondary {
  color: #f4f0e6;
}

.course-button:hover,
.course-button:focus-visible,
.individual-course-card a:hover,
.individual-course-card a:focus-visible {
  background: #f4f0e6;
  border-color: #f4f0e6;
  color: #080c0d;
  outline: 0;
}

.course-note {
  color: rgba(244, 240, 230, 0.58);
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 18px;
}

.course-path-panel {
  background: #0d1213;
  border: 1px solid rgba(244, 240, 230, 0.16);
  display: grid;
  gap: 0;
  margin: 0;
}

.course-path-panel img {
  border-bottom: 1px solid rgba(244, 240, 230, 0.16);
  display: block;
  height: auto;
  opacity: 0.86;
  padding: 24px;
  width: 100%;
}

.course-path-panel div {
  border-bottom: 1px solid rgba(244, 240, 230, 0.16);
  display: grid;
  gap: 8px;
  padding: 22px;
}

.course-path-panel div:last-child {
  border-bottom: 0;
}

.course-path-panel span,
.pathway-steps span,
.locals-price-grid span {
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-path-panel strong,
.locals-price-grid strong,
.locals-price-grid b {
  color: #f4f0e6;
}

.course-hero-optin,
.course-checkout-panel,
.course-checkout-summary {
  background: #0d1213;
  border: 1px solid rgba(244, 240, 230, 0.16);
}

.course-hero-optin {
  display: grid;
  gap: 20px;
  padding: 30px;
}

.course-hero-optin h2 {
  font-size: 2.25rem;
  max-width: 360px;
}

.course-hero-optin form,
.checkout-email-field {
  display: grid;
  gap: 10px;
}

.course-hero-optin label,
.course-form-note,
.checkout-email-field span {
  color: rgba(244, 240, 230, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.course-hero-optin input,
.checkout-email-field input {
  background: #080c0d;
  border: 1px solid rgba(244, 240, 230, 0.22);
  color: #f4f0e6;
  font: inherit;
  min-height: 54px;
  padding: 0 16px;
}

.course-hero-optin input:focus,
.checkout-email-field input:focus {
  border-color: var(--navy);
  outline: 0;
}

.course-section-head {
  display: grid;
  gap: 34px;
  grid-template-columns: 0.72fr 1.28fr;
  margin: 0 auto 58px;
  max-width: var(--max);
}

.course-section-head.compact {
  display: block;
}

.course-section-head p:not(.course-eyebrow) {
  font-size: 1.06rem;
  max-width: 760px;
}

.course-split-section {
  background: #0d1213;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.78fr 1.22fr;
}

.course-split-section.alternate {
  background: #080c0d;
}

.course-text-stack {
  border-top: 1px solid rgba(244, 240, 230, 0.16);
  display: grid;
  gap: 20px;
  padding-top: 26px;
}

.course-text-stack p,
.course-text-stack li,
.course-final-cta p {
  font-size: 1.06rem;
  max-width: 760px;
}

.pathway-steps,
.course-stat-grid,
.schedule-strip,
.individual-course-grid,
.certificate-grid,
.locals-price-grid,
.fit-grid,
.course-faq-list {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: var(--max);
}

.pathway-steps {
  grid-template-columns: repeat(3, 1fr);
}

.course-stat-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
}

.schedule-strip {
  grid-template-columns: repeat(4, 1fr);
}

.pathway-steps article,
.course-stat-grid article,
.schedule-strip article,
.individual-course-card,
.champion-card,
.certificate-grid article,
.locals-price-grid article,
.fit-grid article,
.course-faq-list details {
  background: #0b1011;
  border: 1px solid rgba(244, 240, 230, 0.16);
  padding: 26px;
}

.course-stat-grid article,
.schedule-strip article {
  display: grid;
  gap: 18px;
  min-height: 190px;
}

.course-stat-grid span {
  color: #f4f0e6;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 650;
  line-height: 0.9;
}

.schedule-strip strong {
  color: #f4f0e6;
  font-size: 1.25rem;
  line-height: 1.18;
}

.course-wide-text {
  margin: 34px auto 0;
  max-width: var(--max);
}

.pathway-steps article {
  display: grid;
  min-height: 245px;
}

.pathway-steps h3 {
  align-self: end;
}

.course-panel-section {
  background: #111718;
}

.individual-course-grid {
  grid-template-columns: repeat(3, 1fr);
}

.individual-course-card {
  display: grid;
  gap: 18px;
}

.individual-course-card h3 {
  font-size: 1.9rem;
  margin: 0;
}

.course-mechanism {
  color: var(--navy);
  display: block;
  font-weight: 800;
}

.individual-course-card dl,
.champion-details dl {
  border-top: 1px solid rgba(244, 240, 230, 0.16);
  margin: 0;
}

.individual-course-card dl div,
.champion-details dl div {
  align-items: baseline;
  border-bottom: 1px solid rgba(244, 240, 230, 0.16);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 12px 0;
}

.individual-course-card dt,
.champion-details dt {
  color: rgba(244, 240, 230, 0.58);
  font-weight: 750;
}

.individual-course-card dd,
.champion-details dd {
  color: #f4f0e6;
  font-weight: 850;
  margin: 0;
  text-align: right;
}

.individual-course-card a {
  align-self: end;
  border: 1px solid rgba(244, 240, 230, 0.28);
  color: #f4f0e6;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-top: 8px;
  min-height: 50px;
  padding: 0 16px;
}

.champion-card {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.64fr);
  margin: 0 auto;
  max-width: var(--max);
}

.champion-card h3 {
  font-size: 2.5rem;
  max-width: 640px;
}

.champion-details {
  display: grid;
  gap: 22px;
}

.locals-price-grid {
  grid-template-columns: repeat(4, 1fr);
}

.locals-price-grid article {
  display: grid;
  gap: 18px;
  min-height: 190px;
}

.locals-price-grid strong {
  align-self: end;
  font-size: 1.8rem;
  font-weight: 650;
  line-height: 1;
}

.locals-price-grid b {
  color: var(--navy);
  font-size: 1.2rem;
}

.fit-grid {
  grid-template-columns: repeat(2, 1fr);
}

.fit-grid article {
  display: grid;
  gap: 18px;
}

.fit-grid h2 {
  font-size: 2.4rem;
}

.certificate-grid {
  grid-template-columns: repeat(4, 1fr);
}

.certificate-grid article {
  display: grid;
  gap: 18px;
  min-height: 290px;
}

.certificate-grid strong {
  color: #f4f0e6;
  line-height: 1.35;
}

.coming-soon-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.course-faq-list details {
  display: grid;
  gap: 18px;
}

.course-faq-list summary {
  color: #f4f0e6;
  cursor: pointer;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}

.course-faq-list p {
  max-width: 820px;
}

.course-final-cta {
  align-items: end;
  background: var(--navy);
  color: #080c0d;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) auto;
}

.course-final-cta h2,
.course-final-cta p,
.course-final-cta .course-eyebrow {
  color: #080c0d;
}

.course-final-cta .course-note {
  color: rgba(8, 12, 13, 0.66);
  grid-column: 1 / -1;
}

.course-final-cta .course-button.secondary {
  border-color: rgba(8, 12, 13, 0.28);
  color: #080c0d;
}

.course-final-cta .course-button.primary {
  background: #080c0d;
  border-color: #080c0d;
  color: #f4f0e6;
}

.course-checkout-shell {
  background: #080c0d;
  color: #f4f0e6;
  max-width: none;
}

.course-checkout-stage {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 0.78fr);
  min-height: calc(100svh - 76px);
  padding: 42px max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.course-checkout-summary {
  align-self: stretch;
  display: grid;
  gap: 24px;
  padding: 34px;
}

.course-checkout-summary h1 {
  color: #f4f0e6;
  font-size: clamp(2.9rem, 6vw, 5.3rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  max-width: 780px;
}

.course-checkout-summary p,
.course-checkout-panel p {
  color: rgba(244, 240, 230, 0.7);
  line-height: 1.58;
}

.course-checkout-total {
  border-top: 1px solid rgba(244, 240, 230, 0.16);
  display: grid;
  gap: 12px;
  padding-top: 24px;
}

.course-checkout-total span {
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.course-checkout-total strong {
  color: #f4f0e6;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 650;
  line-height: 0.9;
}

.course-checkout-levels {
  align-self: end;
  display: grid;
  gap: 0;
}

.course-checkout-levels div {
  border-top: 1px solid rgba(244, 240, 230, 0.16);
  display: grid;
  gap: 8px;
  padding: 22px 0;
}

.course-checkout-levels span {
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 850;
}

.course-checkout-levels strong {
  color: #f4f0e6;
  font-size: 1.18rem;
}

.course-checkout-panel {
  align-self: start;
  display: grid;
  padding: 24px 30px;
}

.course-checkout-panel .back-link,
.course-checkout-panel h2,
.course-choice-stack legend,
.course-choice-stack .choice-card strong,
.course-choice-stack .choice-card b,
.course-choice-stack .choice-card small,
.course-step-meter span,
.course-step-meter strong {
  color: #f4f0e6;
}

.course-checkout-panel .back-link {
  margin-bottom: 18px;
}

.course-checkout-panel h2 {
  font-size: 2.15rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 18px;
}

.course-step-meter {
  margin-bottom: 28px;
}

.course-step-meter div {
  background: rgba(244, 240, 230, 0.12);
}

.course-step-meter i {
  background: var(--navy);
}

.course-choice-stack .choice-card {
  background: #0b1011;
  border-color: rgba(244, 240, 230, 0.16);
  color: #f4f0e6;
}

.course-choice-stack .choice-card:has(input:checked) {
  border-color: var(--navy);
  box-shadow: inset 0 0 0 1px var(--navy);
}

.course-choice-stack .choice-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.course-choice-stack .choice-card input {
  accent-color: var(--navy);
}

.course-choice-stack .choice-card em {
  color: rgba(244, 240, 230, 0.64);
}

.course-choice-stack .choice-card small {
  color: var(--navy);
}

.checkout-email-field {
  margin-top: 8px;
}

.checkout-email-field input {
  width: 100%;
}

.course-bundle-note {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.course-bundle-note h3 {
  color: #f4f0e6;
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 0;
}

.course-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.course-button.is-disabled:hover,
.course-button.is-disabled:focus-visible {
  background: #111718;
  border-color: #111718;
  color: var(--paper);
  outline: 0;
}

.course-confirmation-page {
  background-color: #080c0d;
  background-image:
    radial-gradient(circle, rgba(255, 43, 214, 0.28) 0 4px, transparent 4.5px),
    radial-gradient(circle, rgba(255, 242, 0, 0.22) 0 3px, transparent 3.5px),
    radial-gradient(circle, rgba(31, 240, 255, 0.26) 0 3.5px, transparent 4px);
  background-position: 0 0, 16px 16px, 32px 8px;
  background-size: 46px 46px, 46px 46px, 46px 46px;
  color: #f4f0e6;
  max-width: none;
}

.course-confirmation-page section {
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.course-confirmation-hero {
  border-bottom: 1px solid rgba(244, 240, 230, 0.16);
  padding-bottom: 88px;
  padding-top: 88px;
  position: relative;
}

.course-confirmation-hero h1,
.course-confirmation-grid h2 {
  color: #f4f0e6;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.course-confirmation-hero h1 {
  font-size: clamp(4rem, 10vw, 8.4rem);
}

.course-confirmation-hero p {
  color: rgba(244, 240, 230, 0.72);
  font-size: 1.2rem;
  line-height: 1.55;
  max-width: 820px;
}

.course-confirmation-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding-bottom: 88px;
  padding-top: 88px;
}

.course-confirmation-grid article {
  background: var(--paper);
  border: 2px solid var(--navy);
  box-shadow: inset 0 5px 0 var(--navy);
  display: grid;
  gap: 20px;
  padding: 30px;
}

.course-confirmation-grid article h2 {
  color: var(--ink);
}

.course-confirmation-grid article p,
.course-confirmation-grid article li {
  color: var(--muted);
}

.course-confirmation-grid h2 {
  font-size: 2.45rem;
}

.course-confirmation-grid p,
.course-confirmation-grid li {
  color: rgba(244, 240, 230, 0.7);
  line-height: 1.58;
}

.course-confirmation-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.1em;
}

body.course-body,
body.checkout-course-body,
.course-page,
.course-checkout-shell,
.course-confirmation-page {
  background: var(--panel);
  color: var(--ink);
}

.course-body .course-nav,
.course-body .course-footer {
  background: var(--panel);
  border-color: var(--line);
  color: var(--ink);
}

.course-body .course-nav .top-menu a,
.course-body .course-nav .top-menu .nav-dropdown summary,
.course-body .course-footer nav a,
.course-body .course-footer p {
  color: var(--muted);
}

.course-body .course-nav .top-menu a:hover,
.course-body .course-nav .top-menu .nav-dropdown summary:hover,
.course-body .course-footer nav a:hover {
  color: var(--ink);
}

.course-body .course-nav .menu-toggle {
  border-color: var(--line);
  color: var(--ink);
}

.course-body .course-nav {
  justify-content: flex-start;
}

.course-page h1,
.course-page h2,
.course-page h3,
.course-lede,
.course-path-panel strong,
.locals-price-grid strong,
.locals-price-grid b,
.course-checkout-summary h1,
.course-checkout-total strong,
.course-checkout-levels strong,
.course-checkout-panel .back-link,
.course-checkout-panel h2,
.course-choice-stack legend,
.course-choice-stack .choice-card strong,
.course-choice-stack .choice-card b,
.course-choice-stack .choice-card small,
.course-step-meter span,
.course-step-meter strong,
.course-bundle-note strong,
.course-confirmation-hero h1,
.course-confirmation-grid h2 {
  color: var(--ink);
}

.course-page p,
.course-page li,
.course-page dd,
.course-hero-copy > p:not(.course-eyebrow):not(.course-note),
.course-note,
.course-checkout-summary p,
.course-checkout-panel p,
.course-choice-stack .choice-card em,
.course-confirmation-hero p,
.course-confirmation-grid p,
.course-confirmation-grid li {
  color: var(--muted);
}

.course-eyebrow,
.course-kicker,
.course-path-panel span,
.pathway-steps span,
.locals-price-grid span,
.course-checkout-total span,
.course-checkout-levels span,
.course-choice-stack .choice-card small {
  color: var(--navy);
}

.course-page li::marker,
.course-confirmation-grid li::marker {
  color: var(--navy);
}

.course-page section,
.course-body .course-footer,
.course-checkout-total,
.course-checkout-levels div,
.course-confirmation-hero {
  border-color: var(--line);
}

.course-hero-optin,
.course-path-panel,
.course-split-section,
.course-panel-section,
.pathway-steps article,
.course-stat-grid article,
.schedule-strip article,
.individual-course-card,
.champion-card,
.certificate-grid article,
.locals-price-grid article,
.fit-grid article,
.course-faq-list details,
.course-checkout-panel,
.course-checkout-summary,
.course-choice-stack .choice-card,
.course-confirmation-grid article {
  background: var(--panel);
  border-color: var(--line);
}

.course-split-section.alternate {
  background: var(--paper);
}

.course-page #why-now,
.course-page #courses {
  background: var(--panel);
  color: var(--ink);
}

.course-page #pathway,
.course-page #courses,
.course-page #who-for,
.course-page #coming-soon,
.course-final-cta {
  background: var(--panel);
}

.course-page #top {
  background: #0b0c0d;
  color: var(--paper);
}

.course-page #top,
.course-page #why-now {
  overflow: hidden;
  position: relative;
}

.course-page #top::before,
.course-page #why-now::before {
  background-image:
    radial-gradient(circle, rgba(255, 43, 214, 0.2) 0 3px, transparent 3.5px),
    radial-gradient(circle, rgba(255, 242, 0, 0.14) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(31, 240, 255, 0.18) 0 2.5px, transparent 3px),
    radial-gradient(ellipse at top left, rgba(31, 240, 255, 0.14), transparent 62%);
  background-position: 0 0, 26px 26px, 52px 14px, 0 0;
  background-size: 78px 78px, 78px 78px, 78px 78px, 100% 100%;
  content: "";
  height: min(58vw, 600px);
  inset: 0 auto auto 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  width: min(58vw, 720px);
  z-index: 0;
}

.course-page #top > *,
.course-page #why-now > * {
  position: relative;
  z-index: 1;
}

.course-page #top h1,
.course-page #top h2,
.course-page #top h3,
.course-page #top .course-lede {
  color: var(--paper);
}

.course-page #top p,
.course-page #top li {
  color: rgba(247, 245, 239, 0.72);
}

.course-page #top .course-eyebrow,
.course-page #top .course-kicker {
  background: var(--paper);
  color: var(--ink);
}

.course-page #top .course-hero-optin {
  background: var(--paper);
  border-color: var(--paper);
  box-shadow: 12px 12px 0 #1ff0ff;
}

.course-page #top .course-hero-optin .course-kicker {
  background: var(--ink);
  color: var(--paper);
}

.course-page #top .course-optin-outcome,
.course-page #top .course-hero-optin label {
  color: var(--ink);
}

.course-page #top .course-benefit-list {
  border-color: rgba(11, 12, 13, 0.12);
}

.course-page #top .course-hero-optin h2,
.course-page #top .course-hero-optin p,
.course-page #top .course-hero-optin li {
  color: var(--ink);
}

.course-page #top .course-hero-optin h2 {
  font-weight: 900;
}

.course-hero-copy h3.course-lede {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.2;
  margin: 18px 0 0;
  max-width: 820px;
}

.course-hero-optin {
  border: 3px solid var(--navy);
  box-shadow: 12px 12px 0 rgba(18, 60, 99, 0.1);
}

.course-hero-optin h2 {
  max-width: none;
}

.course-page #blacklight {
  align-items: start;
  display: grid;
  gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.course-page #blacklight .course-section-head,
.course-page #proof > div:first-child {
  margin: 0;
  max-width: none;
}

.course-page #blacklight .course-section-head,
.course-page #proof > div:first-child {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
}

.course-page #blacklight h2 {
  font-size: clamp(5rem, 7.2vw, 6.8rem);
  line-height: 0.95;
  max-width: 6.8em;
}

.course-page .section-deck {
  color: var(--muted);
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  max-width: 760px;
}

.course-page #blacklight .course-text-stack {
  align-self: start;
  margin-top: 6px;
}

.course-page #proof {
  align-items: start;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.course-page #proof > div:first-child {
  order: 2;
}

.course-page #proof .course-text-stack {
  order: 1;
}

.course-page #proof .course-text-stack h3 {
  color: var(--ink);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.08;
  margin: 10px 0 0;
  max-width: 760px;
}

.course-page #proof h2 {
  font-size: clamp(5rem, 8.5vw, 8.5rem);
  line-height: 0.95;
  max-width: 7.5em;
}

.course-page #why-now {
  padding-bottom: 96px;
  padding-top: 96px;
}

.course-page #why-now .course-section-head {
  margin-bottom: 30px;
  max-width: 1100px;
  text-align: center;
}

.course-page #why-now .course-section-head p:not(.course-eyebrow) {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.course-page #why-now .course-section-head h3 {
  color: var(--muted);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.15;
  margin: 8px auto 0;
  max-width: 980px;
}

.course-page #why-now h2 {
  font-size: clamp(4.6rem, 7.4vw, 8rem);
  line-height: 0.95;
  margin-left: auto;
  margin-right: auto;
  max-width: 11em;
}

.course-page #why-now > .course-text-stack {
  border-top: 0;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
  max-width: 900px;
  padding-top: 0;
  text-align: center;
}

.course-page #why-now > .course-text-stack p {
  margin-left: auto;
  margin-right: auto;
}

.pathway-intro {
  align-items: start;
  display: grid;
  gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto 58px;
  max-width: var(--max);
}

.pathway-intro .course-section-head {
  margin: 0;
  max-width: none;
  order: 2;
  text-align: left;
}

.pathway-intro .course-section-head p:not(.course-eyebrow) {
  margin-left: 0;
}

.pathway-intro h2 {
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.95;
}

.pathway-intro .course-text-stack {
  margin: 0;
  order: 1;
}

.course-page #courses .individual-course-grid {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.course-page #courses .course-overview-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin: 24px 0 0;
  max-width: 1040px;
}

.course-page #courses .course-overview-grid article {
  background: rgba(247, 245, 239, 0.72);
  border: 1px solid rgba(18, 60, 99, 0.16);
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
}

.course-page #courses .course-overview-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.course-page #courses .course-overview-grid strong {
  align-self: end;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  line-height: 1.12;
}

.course-page #courses .course-overview-grid article.course-overview-outcome {
  background: #111718;
  border-color: #111718;
  grid-column: 1 / -1;
}

.course-page #courses .course-overview-grid article.course-overview-outcome span,
.course-page #courses .course-overview-grid article.course-overview-outcome strong {
  color: var(--paper);
}

.course-page #courses .individual-course-card {
  align-content: start;
  background: var(--paper);
  border-color: rgba(18, 60, 99, 0.18);
  display: grid;
  gap: 24px;
  min-height: 0;
  padding: clamp(28px, 4vw, 46px);
  position: relative;
}

.course-page #courses .individual-course-card::before {
  background: var(--navy);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.course-page #courses .individual-course-card h3 {
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  letter-spacing: 0;
  line-height: 0.95;
  max-width: 9em;
}

.course-page #courses .individual-course-card dl {
  background: #f7f5ef;
  border: 1px solid var(--line);
  display: grid;
  gap: 0;
  padding: 0;
}

.course-page #courses .individual-course-card dl div {
  border-bottom: 1px solid var(--line);
  padding: 16px 18px;
}

.course-page #courses .individual-course-card dl div:last-child {
  border-bottom: 0;
}

.course-page #courses .individual-course-card > p,
.course-page #courses .individual-course-card li {
  max-width: 58ch;
}

.bundle-course-card {
  border-color: var(--navy);
  box-shadow: inset 0 0 0 1px var(--navy);
}

.bundle-course-card h3 {
  color: var(--ink);
}

.course-page #courses .pathway-product-card {
  margin: 0 auto clamp(28px, 4vw, 44px);
  max-width: var(--max);
}

.course-page #courses .pathway-product-card h3 {
  max-width: 10em;
}

.course-page #courses .pathway-product-card p {
  font-size: clamp(1.08rem, 1.4vw, 1.32rem);
  max-width: 72ch;
}

.course-page #courses .pathway-benefit-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  max-width: 82ch;
  padding: 0;
}

.course-page #courses .pathway-benefit-list li {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 22px minmax(0, 1fr);
}

.course-page #courses .pathway-benefit-list li::before {
  background: #111718;
  box-shadow: 4px 4px 0 #ff2bd6;
  content: "";
  height: 12px;
  margin-top: 8px;
  width: 12px;
}

.pathway-product-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.pathway-product-cta .course-button {
  min-width: min(100%, 320px);
}

.course-page #courses .pathway-section-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.course-page #courses .pathway-section-grid .individual-course-card {
  gap: 20px;
}

.course-page #courses .pathway-section-grid .individual-course-card h3 {
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  max-width: 8.8em;
}

.course-page #courses .pathway-section-grid .individual-course-card dd {
  font-weight: 500;
}

.course-page #who-for h2,
.course-page #faq h2 {
  font-size: clamp(4.4rem, 8vw, 8rem);
  line-height: 0.95;
}

.course-page #coming-soon {
  align-items: start;
  display: grid;
  gap: clamp(40px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.course-page #coming-soon .course-section-head {
  margin: 0;
  max-width: none;
}

.course-page #coming-soon h2 {
  font-size: clamp(3.4rem, 5.8vw, 5.8rem);
  line-height: 0.95;
  max-width: 7.8em;
}

.course-page #coming-soon .course-text-stack {
  margin-top: 6px;
}

.course-page #coming-soon .coming-soon-list {
  grid-template-columns: 1fr;
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  margin: 0 auto;
  max-width: var(--max);
}

.faq-layout .course-faq-list {
  margin: 0;
  max-width: none;
}

.course-page #faq .course-section-head {
  margin-left: auto;
  margin-right: 0;
  max-width: none;
  text-align: right;
}

.course-page #faq h2 {
  margin-left: auto;
  max-width: 6.8em;
}

.course-hero-optin input,
.checkout-email-field input {
  background: #f7f5ef;
  border: 2px solid var(--navy);
  box-shadow: inset 0 0 0 1px rgba(18, 60, 99, 0.08);
  color: var(--ink);
}

.course-hero-optin label,
.course-form-note,
.checkout-email-field span {
  color: var(--ink);
}

.course-optin-outcome {
  color: var(--ink);
  font-weight: 700;
}

.course-benefit-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0 1.05em;
}

.course-benefit-list li {
  color: var(--muted);
}

.course-page .course-eyebrow,
.course-page .course-kicker {
  background: var(--ink);
  color: var(--paper);
  margin-bottom: 24px;
  padding: 8px 12px 9px;
}

.course-page #blacklight,
.course-page #why-now,
.course-page #who-not-for,
.course-page #faq {
  background: var(--ink);
  color: var(--paper);
}

.course-page #blacklight,
.course-page #why-now,
.course-page #who-not-for,
.course-page #faq,
.course-page #blacklight .course-text-stack,
.course-page #who-not-for .course-text-stack,
.course-page #faq .course-faq-list details {
  border-color: rgba(247, 245, 239, 0.18);
}

.course-page #blacklight h2,
.course-page #blacklight h3,
.course-page #why-now h2,
.course-page #why-now h3,
.course-page #who-not-for h2,
.course-page #who-not-for h3,
.course-page #faq h2,
.course-page #faq h3,
.course-page #blacklight .section-deck,
.course-page #why-now .course-section-head h3,
.course-page #who-not-for .course-section-head h2,
.course-page #faq .course-faq-list summary {
  color: var(--paper);
}

.course-page #blacklight p,
.course-page #blacklight li,
.course-page #why-now p,
.course-page #why-now li,
.course-page #who-not-for p,
.course-page #who-not-for li,
.course-page #faq p,
.course-page #faq li {
  color: rgba(247, 245, 239, 0.72);
}

.course-page #blacklight .course-eyebrow,
.course-page #why-now .course-eyebrow,
.course-page #who-not-for .course-eyebrow,
.course-page #faq .course-eyebrow {
  background: var(--paper);
  color: var(--ink);
}

.course-page #why-now .course-stat-grid article,
.course-page #faq .course-faq-list details {
  background: #111718;
  border-color: rgba(247, 245, 239, 0.18);
}

.course-page #faq .course-faq-list details {
  padding: 0;
}

.course-page #why-now .course-stat-grid span {
  color: var(--paper);
}

.course-page #faq .course-faq-list details[open] {
  background: #111718;
}

.course-page #faq .course-faq-list summary {
  padding: 18px 22px;
}

.course-page #faq .course-faq-list details[open] summary {
  padding-bottom: 8px;
}

.course-page #faq .course-faq-list p {
  margin: 0;
  padding: 0 22px 18px;
}

.course-hero-optin input:focus,
.checkout-email-field input:focus {
  border-color: var(--navy);
}

.course-button.primary,
.course-final-cta .course-button.primary {
  background: #1ff0ff;
  border-color: #1ff0ff;
  color: var(--ink);
}

.course-hero-optin .course-button.primary,
.course-inline-cta .course-button.primary,
.pathway-product-cta .course-button.primary,
.course-final-cta .course-button.primary,
.course-checkout-panel .course-button.primary,
.course-confirmation-page .course-button.primary {
  background: #111718;
  border-color: #111718;
  box-shadow: 6px 6px 0 #ff2bd6, 11px 11px 0 #fff200, 16px 16px 0 #1ff0ff;
  color: var(--paper);
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  font-weight: 950;
  text-shadow: none;
  text-transform: none;
}

.course-hero-optin #hero-course-register.course-button.primary {
  box-shadow: 6px 6px 0 #ff2bd6, 11px 11px 0 #fff200;
}

.course-button.secondary,
.course-final-cta .course-button.secondary {
  border-color: var(--navy);
  color: var(--navy);
}

.course-button:hover,
.course-button:focus-visible,
.individual-course-card a:hover,
.individual-course-card a:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.course-inline-cta {
  display: flex;
  justify-content: center;
  margin: clamp(28px, 4vw, 48px) auto 0;
  max-width: var(--max);
}

.course-inline-cta .course-button {
  min-width: min(100%, 320px);
}

.course-inline-cta-wide {
  grid-column: 1 / -1;
  margin-top: 18px;
}

.course-final-cta,
.course-bundle-note {
  color: var(--ink);
}

.course-final-cta {
  background: #eef2f7;
  border-color: rgba(18, 60, 99, 0.2);
}

.course-final-cta .course-eyebrow {
  background: var(--ink);
  color: var(--paper);
}

.course-bundle-note h3 {
  color: var(--ink);
}

.course-stat-grid span,
.schedule-strip strong,
.individual-course-card dt,
.individual-course-card dd,
.champion-details dt,
.champion-details dd,
.course-faq-list summary,
.course-final-cta h2,
.course-final-cta p,
.course-final-cta .course-eyebrow {
  color: var(--ink);
}

.course-final-cta .course-eyebrow {
  background: var(--ink);
  color: var(--paper);
}

body.checkout-course-body .course-confirmation-page {
  background-color: #080c0d;
  background-image:
    radial-gradient(circle, rgba(255, 43, 214, 0.28) 0 4px, transparent 4.5px),
    radial-gradient(circle, rgba(255, 242, 0, 0.22) 0 3px, transparent 3.5px),
    radial-gradient(circle, rgba(31, 240, 255, 0.26) 0 3.5px, transparent 4px);
  background-position: 0 0, 16px 16px, 32px 8px;
  background-size: 46px 46px, 46px 46px, 46px 46px;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  min-height: 100svh;
  overflow: visible;
  padding: clamp(24px, 4vw, 48px) max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

body.checkout-course-body:has(.course-confirmation-page) {
  overflow-x: hidden;
  overflow-y: auto;
}

body.checkout-course-body .course-confirmation-page section {
  padding: 0;
}

body.checkout-course-body .course-confirmation-hero {
  align-content: center;
  border: 0;
  display: grid;
  gap: 20px;
}

body.checkout-course-body .course-confirmation-hero h1,
body.checkout-course-body .course-confirmation-hero p {
  color: var(--paper);
}

body.checkout-course-body .course-confirmation-hero h1 {
  font-size: clamp(4rem, 8vw, 7rem);
}

body.checkout-course-body .course-confirmation-hero h3 {
  color: var(--paper);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin: -8px 0 0;
}

body.checkout-course-body .course-confirmation-grid {
  align-content: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  padding: 0;
}

body.checkout-course-body .course-confirmation-grid article {
  background: var(--paper);
  border: 2px solid var(--navy);
  box-shadow: inset 0 5px 0 var(--navy);
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
}

body.checkout-course-body .course-confirmation-grid article h2 {
  color: var(--ink);
}

body.checkout-course-body .course-confirmation-grid article p,
body.checkout-course-body .course-confirmation-grid article li {
  color: var(--muted);
}

body.checkout-course-body .course-confirmation-grid article p,
body.checkout-course-body .course-confirmation-grid article li,
body.checkout-course-body .course-confirmation-hero p {
  font-size: clamp(0.96rem, 1.15vw, 1.1rem);
  line-height: 1.45;
}

body.checkout-course-body .course-confirmation-grid article h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}

.referral-link-box {
  display: grid;
  gap: 10px;
}

.referral-link-box label {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.referral-link-box input {
  background: var(--paper);
  border: 2px solid var(--navy);
  color: var(--ink);
  font: inherit;
  min-height: 50px;
  padding: 0 14px;
  width: 100%;
}

.referral-link-box .course-button {
  width: 100%;
}

.referral-link-box p {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.3;
  margin: 0;
}

.referral-link-box p[data-copy-status="error"] {
  color: #7a0b0b;
}

.referral-link-box p[hidden] {
  display: none;
}

.referral-copy-buffer {
  border: 0;
  height: 1px;
  left: -9999px;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 1px;
}

.course-waitlist-page {
  background: #0b0c0d;
  color: var(--paper);
  max-width: none;
  min-height: calc(100svh - 76px);
}

.course-body .waitlist-nav {
  background: #0b0c0d;
  border-color: rgba(244, 240, 230, 0.16);
  color: var(--paper);
  max-width: none;
  padding-left: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  padding-right: max(22px, calc((100vw - var(--max)) / 2 + 22px));
}

.course-body .waitlist-nav .top-menu a {
  color: rgba(244, 240, 230, 0.72);
}

.course-body .waitlist-nav .top-menu a:hover {
  color: var(--paper);
}

.course-body .waitlist-nav .menu-toggle {
  border-color: rgba(244, 240, 230, 0.22);
  color: var(--paper);
}

.course-body .waitlist-nav .nav-cta {
  border-color: rgba(244, 240, 230, 0.44);
  color: var(--paper);
}

@media (max-width: 980px) {
  .course-body .waitlist-nav {
    position: relative;
  }

  .course-body .waitlist-nav .menu-toggle {
    display: inline-flex;
  }

  .course-body .waitlist-nav .top-menu {
    background: #0b0c0d;
    border-bottom: 1px solid rgba(244, 240, 230, 0.16);
    border-top: 1px solid rgba(244, 240, 230, 0.16);
    display: none;
    gap: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 30;
  }

  .course-body .waitlist-nav.menu-open .top-menu {
    display: grid;
  }

  .course-body .waitlist-nav .top-menu a {
    border-bottom: 1px solid rgba(244, 240, 230, 0.16);
    color: var(--paper);
    font-size: 1rem;
    padding: 18px max(22px, calc((100vw - var(--max)) / 2 + 22px));
  }

  .course-body .waitlist-nav .top-menu a:last-child {
    border-bottom: 0;
  }

  .course-body .waitlist-nav .top-menu .nav-cta {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}

html:has(.course-waitlist-page),
body:has(.course-waitlist-page) {
  height: 100%;
  overflow: hidden;
}

.course-waitlist-hero {
  align-items: center;
  border-bottom: 0;
  display: grid;
  gap: clamp(30px, 4vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  height: calc(100svh - 76px);
  min-height: calc(100svh - 76px);
  overflow: hidden;
  padding: clamp(26px, 4svh, 50px) max(22px, calc((100vw - var(--max)) / 2 + 22px));
  position: relative;
}

.course-waitlist-hero::before {
  background-image:
    radial-gradient(circle, rgba(255, 43, 214, 0.2) 0 3px, transparent 3.5px),
    radial-gradient(circle, rgba(255, 242, 0, 0.16) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(31, 240, 255, 0.2) 0 2.5px, transparent 3px);
  background-position: 0 0, 26px 26px, 52px 14px;
  background-size: 78px 78px;
  content: "";
  height: min(70vw, 760px);
  inset: 0 auto auto 0;
  opacity: 0.48;
  pointer-events: none;
  position: absolute;
  width: min(70vw, 820px);
}

.course-waitlist-copy,
.course-waitlist-form {
  position: relative;
  z-index: 1;
}

.waitlist-back-link {
  border: 1px solid rgba(247, 245, 239, 0.3);
  color: rgba(247, 245, 239, 0.78);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 850;
  margin-bottom: clamp(12px, 2svh, 20px);
  min-height: 34px;
  padding: 0 12px;
  align-items: center;
}

.waitlist-back-link:hover,
.waitlist-back-link:focus-visible {
  background: var(--paper);
  color: var(--ink);
  outline: 0;
}

.course-waitlist-copy .course-eyebrow,
.waitlist-share-page .course-eyebrow {
  background: var(--paper);
  color: var(--ink);
  margin-bottom: clamp(14px, 2.4svh, 22px);
  padding: 8px 12px 9px;
}

body.checkout-course-body .waitlist-share-page .course-eyebrow {
  background: var(--paper);
  color: var(--ink);
}

.course-waitlist-copy h1 {
  color: var(--paper);
  font-size: clamp(3.4rem, 6.7vw, 7.6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
  max-width: 900px;
}

.course-waitlist-copy > p {
  color: rgba(247, 245, 239, 0.74);
  font-size: clamp(0.95rem, 1.12vw, 1.12rem);
  line-height: 1.38;
  margin: clamp(14px, 2.4svh, 22px) 0 0;
  max-width: 680px;
}

.waitlist-proof-strip {
  border: 1px solid rgba(247, 245, 239, 0.2);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(18px, 3svh, 30px);
  max-width: 760px;
}

.waitlist-proof-strip span {
  border-right: 1px solid rgba(247, 245, 239, 0.2);
  color: var(--paper);
  font-size: clamp(0.66rem, 0.72vw, 0.78rem);
  font-weight: 900;
  min-height: clamp(46px, 6svh, 58px);
  padding: 14px 12px;
  text-transform: uppercase;
}

.waitlist-proof-strip span:last-child {
  border-right: 0;
}

.course-waitlist-form {
  align-self: center;
  background: var(--paper);
  border: 3px solid var(--paper);
  box-shadow: 10px 10px 0 var(--neon-pink), 18px 18px 0 var(--neon-yellow), 26px 26px 0 var(--neon-cyan);
  color: var(--ink);
  display: grid;
  gap: clamp(10px, 1.7svh, 16px);
  max-height: calc(100svh - clamp(52px, 8svh, 100px));
  padding: clamp(18px, 2.2vw, 28px);
}

.waitlist-form-head h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.course-waitlist-form .course-kicker {
  background: var(--ink);
  color: var(--paper);
  margin-bottom: clamp(10px, 1.5svh, 16px);
  padding: 7px 11px 8px;
}

.waitlist-form-grid {
  display: grid;
  gap: clamp(8px, 1.2svh, 12px) 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.waitlist-field span,
.waitlist-source-fieldset legend {
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.waitlist-field em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

.waitlist-field input {
  background: #f7f5ef;
  border: 2px solid var(--navy);
  color: var(--ink);
  font: inherit;
  min-height: clamp(40px, 5.2svh, 50px);
  padding: 0 12px;
  width: 100%;
}

.waitlist-field input:focus {
  border-color: var(--neon-pink);
  box-shadow: 4px 4px 0 var(--neon-cyan);
  outline: 0;
}

.waitlist-source-fieldset {
  border: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  min-width: 0;
  padding: 0;
}

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

.waitlist-source-grid label {
  align-items: center;
  background: rgba(18, 60, 99, 0.06);
  border: 1px solid rgba(18, 60, 99, 0.22);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: clamp(0.72rem, 0.84vw, 0.84rem);
  font-weight: 850;
  line-height: 1.08;
  min-height: clamp(34px, 4.5svh, 43px);
  padding: 8px 10px 8px 36px;
  position: relative;
}

.waitlist-source-grid input {
  accent-color: var(--neon-pink);
  height: 18px;
  left: 10px;
  margin: 0;
  position: absolute;
  width: 18px;
}

.waitlist-source-grid label:has(input:checked) {
  background: #111718;
  border-color: #111718;
  box-shadow: 3px 3px 0 var(--neon-pink), 6px 6px 0 var(--neon-yellow), 9px 9px 0 var(--neon-cyan);
  color: var(--paper);
}

.waitlist-other-field[hidden] {
  display: none;
}

.waitlist-submit-row {
  display: grid;
  gap: 10px;
}

.course-waitlist-form .course-button.primary,
.waitlist-share-page .course-confirmation-grid .course-button.primary {
  width: 100%;
}

.waitlist-share-page .course-confirmation-grid article {
  align-content: start;
}

.waitlist-share-page .course-confirmation-grid article .course-button {
  align-self: end;
  margin-top: 14px;
}

.individual-course-card .course-price-row {
  align-items: center;
}

.course-price-line {
  align-items: baseline;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.course-price-line s {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration-thickness: 2px;
}

.course-price-line strong {
  color: var(--navy);
  font-weight: 850;
}

.course-checkout-stage {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 100svh;
  overflow: visible;
  padding-bottom: 20px;
  padding-top: 20px;
}

body.checkout-course-body .course-checkout-shell {
  background-color: var(--panel);
  background-image:
    radial-gradient(circle, rgba(255, 43, 214, 0.22) 0 3px, transparent 3.5px),
    radial-gradient(circle, rgba(255, 242, 0, 0.2) 0 2px, transparent 2.5px),
    radial-gradient(circle, rgba(31, 240, 255, 0.18) 0 2.5px, transparent 3px);
  background-position: 0 0, 12px 12px, 24px 6px;
  background-size: 36px 36px, 36px 36px, 36px 36px;
  height: auto;
  min-height: 100svh;
  overflow: visible;
}

html:has(body.checkout-course-body) {
  min-height: 100%;
  overflow-x: hidden;
}

body.checkout-course-body {
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}

.course-checkout-panel {
  background-color: rgba(247, 245, 239, 0.94);
  background-image: radial-gradient(circle, rgba(18, 60, 99, 0.07) 0 2px, transparent 2.5px);
  background-position: 0 0;
  background-size: 22px 22px;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
  overflow: visible;
  padding: clamp(18px, 2vw, 26px);
  width: min(100%, 900px);
}

.course-checkout-panel .back-link {
  margin-bottom: 6px;
}

.course-checkout-panel .course-eyebrow {
  margin-bottom: 8px;
}

.course-checkout-panel h2 {
  margin-bottom: 8px;
}

.course-checkout-progress {
  align-items: center;
  border: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 10px 12px;
}

.course-checkout-progress span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.course-checkout-progress strong {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 850;
}

.course-choice-stack {
  display: grid;
  gap: 12px;
}

.checkout-step-one {
  display: grid;
  gap: 12px;
}

.course-bundle-note {
  gap: 4px;
  margin-bottom: 0;
}

.course-bundle-note p {
  margin: 0;
}

.course-local-price {
  align-items: end;
  display: grid;
  gap: 5px;
  justify-items: end;
  text-align: right;
}

.course-local-price span {
  color: var(--navy);
  font-size: 1.3rem;
  line-height: 1;
}

.course-local-price s {
  color: var(--muted);
  font-size: 0.92rem;
}

.course-local-price em {
  background: var(--navy);
  color: var(--white);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  padding: 5px 7px;
  text-transform: uppercase;
}

.checkout-product-card {
  border: 2px solid var(--navy);
  box-shadow: inset 0 5px 0 var(--navy);
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  padding: clamp(18px, 3vw, 30px);
}

.checkout-product-card h3 {
  color: var(--ink);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 0.98;
  margin: 14px 0 12px;
}

.checkout-product-card p {
  max-width: 620px;
  margin: 0;
}

.checkout-offer-list {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0 0;
  padding: 0;
}

.checkout-offer-list li {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 780;
  line-height: 1.24;
  list-style: none;
  padding-left: 18px;
  position: relative;
}

.checkout-offer-list li::before {
  background: #ff2bd6;
  box-shadow: -6px 0 0 var(--ink);
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 0.45em;
  width: 8px;
}

.checkout-price-ledger {
  border: 1px solid var(--line);
  margin: 0;
}

.checkout-price-ledger div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 16px;
}

.checkout-price-ledger div:last-child {
  border-bottom: 0;
}

.checkout-price-ledger dt,
.checkout-price-ledger dd {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 850;
  margin: 0;
}

.checkout-price-ledger dd {
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  text-align: right;
}

.checkout-price-ledger s {
  color: var(--muted);
}

.checkout-customer-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-customer-field {
  display: grid;
  gap: 7px;
}

.checkout-customer-field span {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.checkout-customer-field input {
  background: var(--paper);
  border: 2px solid var(--navy);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.checkout-customer-field input:focus {
  outline: 3px solid rgba(37, 213, 228, 0.45);
  outline-offset: 2px;
}

.course-choice-stack fieldset {
  gap: 10px;
}

.course-choice-stack legend {
  margin-bottom: 8px;
}

.course-choice-stack .choice-card {
  gap: 18px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 92px;
  padding: 16px 18px;
}

.course-choice-stack .choice-card:has(input:checked) {
  border-color: var(--navy);
  box-shadow: inset 0 0 0 1px var(--navy);
}

.course-choice-stack .choice-card input {
  accent-color: var(--navy);
  cursor: pointer;
  height: 24px;
  margin: 0;
  width: 24px;
}

.course-choice-stack .choice-card .course-local-price em {
  color: var(--white);
}

.course-step-meter div {
  background: rgba(18, 60, 99, 0.12);
}

.course-step-meter i {
  background: var(--navy);
}

.course-choice-stack .choice-card.is-disabled {
  background: var(--panel);
  cursor: not-allowed;
  opacity: 0.5;
}

.course-choice-stack .choice-card.is-disabled input {
  pointer-events: none;
}

.course-choice-stack .choice-card.needs-attention {
  border-color: var(--navy);
  box-shadow: inset 0 0 0 2px var(--navy);
}

.course-choice-stack .choice-card.is-shaking {
  animation: course-shake 320ms ease;
}

.course-checkout-error {
  background: #fff2f2;
  border: 1px solid rgba(150, 0, 0, 0.24);
  color: #7a0b0b;
  font-weight: 750;
  margin: 0;
  padding: 14px 16px;
}

.course-checkout-error[hidden] {
  display: none;
}

.course-checkout-panel .course-button.primary {
  cursor: pointer;
  min-height: 58px;
  opacity: 1;
}

.course-checkout-panel .course-button.primary:disabled,
.course-checkout-panel .course-button.primary[aria-busy="true"] {
  cursor: wait;
  opacity: 0.88;
}

.embedded-course-checkout-shell {
  background: var(--paper);
  border: 2px solid var(--navy);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  margin-top: 12px;
  max-height: calc(100svh - 120px);
  overflow: hidden;
  padding: clamp(14px, 2vw, 20px);
}

.embedded-course-checkout-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.embedded-course-checkout-head .course-eyebrow {
  margin-bottom: 8px;
}

.embedded-course-checkout-head h3 {
  color: var(--ink);
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  line-height: 1;
  margin: 0;
}

.checkout-edit-button {
  background: var(--ink);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 10px 12px;
  text-transform: uppercase;
}

.embedded-course-checkout-loading {
  align-self: center;
  background:
    linear-gradient(135deg, rgba(255, 43, 214, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(37, 213, 228, 0.18), transparent 38%),
    var(--ink);
  border: 2px solid var(--ink);
  box-shadow:
    8px 8px 0 #ff2bd6,
    14px 14px 0 #fff200,
    20px 20px 0 #25d5e4;
  color: var(--white);
  display: grid;
  gap: 12px;
  font-weight: 850;
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  margin: 0;
  max-width: 520px;
  padding: clamp(26px, 4vw, 44px);
  text-align: left;
  width: min(100%, 520px);
  z-index: 1;
}

.embedded-course-checkout-loading span {
  color: rgba(247, 245, 239, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.embedded-course-checkout-loading strong {
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.02;
}

.embedded-course-checkout-loading i {
  display: block;
  height: 10px;
  position: relative;
  width: 88px;
}

.embedded-course-checkout-loading i::before,
.embedded-course-checkout-loading i::after {
  background: #25d5e4;
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}

.embedded-course-checkout-loading i::before {
  box-shadow:
    20px 0 0 #ff2bd6,
    40px 0 0 #fff200,
    60px 0 0 var(--white);
  left: 0;
}

.embedded-course-checkout-loading i::after {
  background: transparent;
  border-bottom: 2px solid rgba(247, 245, 239, 0.36);
  left: 0;
  top: 4px;
  width: 88px;
  z-index: -1;
}

.embedded-course-checkout-loading[hidden] {
  display: none;
}

.custom-payment-form {
  align-content: center;
  display: grid;
  grid-column: 1;
  grid-row: 2;
  height: 100%;
  min-height: 0;
}

.custom-payment-form[hidden] {
  display: none;
}

.custom-payment-layout {
  align-self: center;
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  grid-template-columns: minmax(250px, 0.85fr) minmax(360px, 1.15fr);
  max-width: 980px;
  width: 100%;
}

.payment-order-card,
.payment-entry-card {
  border: 2px solid var(--navy);
  box-shadow: inset 0 5px 0 var(--navy);
}

.payment-order-card {
  align-content: start;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 22px;
  padding: clamp(20px, 2.6vw, 30px);
}

.payment-order-card .course-eyebrow {
  background: var(--white);
  color: var(--ink);
  margin: 0;
}

.payment-order-card h4 {
  color: var(--white);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 0.96;
  margin: 0;
}

.payment-order-card dl {
  border: 1px solid rgba(247, 245, 239, 0.24);
  margin: 0;
}

.payment-order-card dl div {
  align-items: center;
  border-bottom: 1px solid rgba(247, 245, 239, 0.24);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 13px 14px;
}

.payment-order-card dl div:last-child {
  border-bottom: 0;
}

.payment-order-card dt,
.payment-order-card dd {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 850;
  margin: 0;
}

.payment-order-card dt {
  color: rgba(247, 245, 239, 0.68);
  text-transform: uppercase;
}

.payment-order-card dd {
  text-align: right;
}

.payment-order-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.payment-order-card li {
  color: rgba(247, 245, 239, 0.82);
  font-size: 0.95rem;
  font-weight: 750;
  list-style: none;
  padding-left: 18px;
  position: relative;
}

.payment-order-card li::before {
  background: #ff2bd6;
  box-shadow: -6px 0 0 #25d5e4;
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 0.45em;
  width: 8px;
}

.payment-entry-card {
  background: rgba(247, 245, 239, 0.98);
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2.6vw, 28px);
}

.checkout-payment-summary {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 13px 15px;
}

.checkout-payment-summary span,
.checkout-payment-summary strong {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 850;
}

.checkout-payment-summary strong {
  color: var(--navy);
  font-size: 1.3rem;
}

.stripe-payment-scroll {
  max-height: clamp(260px, 44svh, 430px);
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

#stripe-payment-element {
  min-height: 0;
  padding-right: 2px;
}

.payment-element-message {
  background: #fff2f2;
  border: 1px solid rgba(150, 0, 0, 0.24);
  color: #7a0b0b;
  font-size: 0.95rem;
  font-weight: 750;
  margin: 0;
  padding: 12px 14px;
}

.payment-element-message[hidden] {
  display: none;
}

.embedded-course-checkout-shell[hidden],
.embedded-course-checkout-complete[hidden] {
  display: none;
}

html:has(body.checkout-course-body.course-payment-step),
body.checkout-course-body.course-payment-step {
  height: 100%;
  overflow: hidden;
}

body.checkout-course-body.course-payment-step .course-checkout-shell {
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
}

.course-checkout-shell.is-checkout-active .course-checkout-stage {
  align-items: stretch;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  padding: 12px;
}

.course-checkout-shell.is-checkout-active .course-checkout-panel {
  display: grid;
  gap: 0;
  grid-template-rows: minmax(0, 1fr);
  height: calc(100svh - 24px);
  max-width: 1180px;
  overflow: hidden;
  padding: clamp(18px, 2.2vw, 30px);
  width: min(100%, 1180px);
}

.course-checkout-shell.is-checkout-active .course-checkout-panel > .back-link,
.course-checkout-shell.is-checkout-active .course-checkout-panel > .course-eyebrow,
.course-checkout-shell.is-checkout-active .course-checkout-panel > h2,
.course-checkout-shell.is-checkout-active .course-checkout-progress,
.course-checkout-shell.is-checkout-active .checkout-step-one {
  display: none;
}

.course-checkout-shell.is-checkout-active .course-choice-stack {
  gap: 0;
  height: 100%;
  min-height: 0;
}

.course-checkout-shell.is-checkout-active .embedded-course-checkout-shell {
  height: 100%;
  margin-top: 0;
  max-height: none;
  min-height: 0;
  overflow: hidden;
}

.course-checkout-shell.is-checkout-active .embedded-course-checkout-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.embedded-course-checkout-complete {
  border: 2px solid var(--navy);
  box-shadow: inset 0 5px 0 var(--navy);
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.embedded-course-checkout-complete h3 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  margin: 0;
}

.embedded-course-checkout-complete p {
  margin: 0;
}

@keyframes course-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-7px);
  }

  50% {
    transform: translateX(7px);
  }

  75% {
    transform: translateX(-4px);
  }
}

@media (max-width: 1020px) {
  .course-page h1 {
    font-size: 3.75rem;
  }

  .course-page h2 {
    font-size: 2.7rem;
  }

  .course-split-section,
  .course-section-head,
  .champion-card,
  .course-final-cta,
  .course-checkout-stage,
  .course-confirmation-grid {
    grid-template-columns: 1fr;
  }

  .individual-course-grid,
  .certificate-grid,
  .locals-price-grid,
  .course-stat-grid,
  .schedule-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .course-page #courses .individual-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-page #coming-soon {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-layout .course-section-head {
    order: 1;
    text-align: left;
  }

  .faq-layout .course-faq-list {
    order: 2;
  }

  .course-page #faq h2 {
    margin-left: 0;
    max-width: none;
  }

  .course-page #blacklight,
  .course-page #proof,
  .pathway-intro {
    grid-template-columns: 1fr;
  }

  .pathway-intro .course-section-head,
  .pathway-intro .course-text-stack,
  .course-page #proof > div:first-child,
  .course-page #proof .course-text-stack {
    order: initial;
  }

  .pathway-intro .course-section-head {
    text-align: left;
  }

  .pathway-intro .course-section-head p:not(.course-eyebrow) {
    margin-left: 0;
  }

  .course-page #blacklight h2,
  .course-page #proof h2,
  .pathway-intro h2 {
    font-size: 3.6rem;
    max-width: none;
  }

  .pathway-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .course-hero {
    min-height: auto;
  }

  body.checkout-course-body .course-checkout-stage {
    padding: 10px;
  }

  body.checkout-course-body .course-checkout-panel {
    gap: 8px;
    max-height: none;
    padding: 14px;
  }

  body.checkout-course-body .course-checkout-panel .back-link,
  body.checkout-course-body .course-checkout-panel .course-eyebrow {
    margin-bottom: 4px;
  }

  body.checkout-course-body .course-checkout-panel h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
    margin-bottom: 4px;
  }

  body.checkout-course-body .course-bundle-note h3 {
    font-size: 1rem;
  }

  body.checkout-course-body .course-bundle-note p,
  body.checkout-course-body .checkout-product-card p {
    font-size: 0.88rem;
    line-height: 1.32;
  }

  body.checkout-course-body .checkout-product-card {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  body.checkout-course-body .checkout-product-card h3 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
    margin: 8px 0;
  }

  body.checkout-course-body .checkout-offer-list {
    gap: 6px 12px;
    margin-top: 10px;
  }

  body.checkout-course-body .checkout-offer-list li {
    font-size: 0.8rem;
    line-height: 1.16;
  }

  body.checkout-course-body .checkout-price-ledger {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.checkout-course-body .checkout-price-ledger div {
    align-items: start;
    border-bottom: 0;
    border-right: 1px solid var(--line);
    display: grid;
    gap: 4px;
    padding: 9px;
  }

  body.checkout-course-body .checkout-price-ledger div:last-child {
    border-right: 0;
  }

  body.checkout-course-body .checkout-price-ledger dt,
  body.checkout-course-body .checkout-price-ledger dd {
    font-size: 0.78rem;
    text-align: left;
  }

  body.checkout-course-body .checkout-price-ledger dd {
    font-size: 1.05rem;
  }

  body.checkout-course-body .checkout-customer-fields {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  body.checkout-course-body .checkout-customer-field {
    gap: 4px;
  }

  body.checkout-course-body .checkout-customer-field input {
    min-height: 42px;
    padding: 8px 10px;
  }

  body.checkout-course-body .course-checkout-panel .course-button.primary {
    min-height: 52px;
  }

  body.checkout-course-body.course-payment-step .course-checkout-stage {
    padding: 8px;
  }

  body.checkout-course-body.course-payment-step .course-checkout-panel {
    height: calc(100svh - 16px);
    padding: 8px;
  }

  body.checkout-course-body.course-payment-step .embedded-course-checkout-shell {
    padding: 10px;
  }

  body.checkout-course-body.course-payment-step .custom-payment-form {
    align-content: start;
  }

  body.checkout-course-body.course-payment-step .custom-payment-layout {
    align-self: start;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  body.checkout-course-body.course-payment-step .payment-order-card {
    gap: 12px;
    padding: 14px;
  }

  body.checkout-course-body.course-payment-step .payment-order-card h4 {
    font-size: 1.6rem;
  }

  body.checkout-course-body.course-payment-step .payment-order-card ul {
    display: none;
  }

  body.checkout-course-body.course-payment-step .payment-order-card dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.checkout-course-body.course-payment-step .payment-order-card dl div {
    align-items: start;
    border-bottom: 0;
    border-right: 1px solid rgba(247, 245, 239, 0.24);
    display: grid;
    gap: 4px;
    padding: 9px;
  }

  body.checkout-course-body.course-payment-step .payment-order-card dl div:last-child {
    border-right: 0;
  }

  body.checkout-course-body.course-payment-step .payment-order-card dt,
  body.checkout-course-body.course-payment-step .payment-order-card dd {
    font-size: 0.72rem;
    text-align: left;
  }

  body.checkout-course-body.course-payment-step .payment-entry-card {
    gap: 10px;
    padding: 12px;
  }

  body.checkout-course-body.course-payment-step .stripe-payment-scroll {
    max-height: 42svh;
  }

  body.checkout-course-body.course-payment-step .embedded-course-checkout-head {
    gap: 10px;
    margin-bottom: 8px;
  }

  body.checkout-course-body.course-payment-step .embedded-course-checkout-head h3 {
    font-size: 1.35rem;
  }

  body.checkout-course-body.course-payment-step .checkout-edit-button {
    font-size: 0.72rem;
    padding: 9px 10px;
  }
}

@media (max-width: 680px) {
  body.checkout-course-body .course-confirmation-page {
    align-content: start;
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 24px 18px 34px;
  }

  body.checkout-course-body .course-confirmation-hero {
    align-content: start;
    gap: 14px;
  }

  body.checkout-course-body .course-confirmation-hero h1 {
    font-size: clamp(3.4rem, 16vw, 4.6rem);
    max-width: 100%;
  }

  body.checkout-course-body .course-confirmation-hero p {
    font-size: 1rem;
    max-width: 100%;
  }

  body.checkout-course-body .course-confirmation-grid {
    gap: 14px;
  }

  body.checkout-course-body .course-confirmation-grid article {
    min-width: 0;
    padding: 22px;
  }

  body.checkout-course-body .course-confirmation-grid article h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
    line-height: 1.02;
  }

  body.checkout-course-body .course-confirmation-grid article p,
  body.checkout-course-body .course-confirmation-grid article li {
    font-size: 1rem;
  }

  .referral-link-box {
    min-width: 0;
  }

  .referral-link-box input {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .course-body .course-nav,
  .course-body .course-footer,
  .course-page section,
  .course-confirmation-page section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .course-body .course-nav {
    flex-wrap: wrap;
  }

  .course-body .course-nav .top-menu {
    background: var(--white);
    border-color: var(--line);
    flex-basis: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
    position: static;
    width: calc(100% + 36px);
  }

  .course-page h1 {
    font-size: 2.8rem;
  }

  .course-page h2,
  .fit-grid h2 {
    font-size: 2.05rem;
  }

  .course-page #blacklight h2,
  .course-page #proof h2,
  .pathway-intro h2 {
    font-size: 2.6rem;
    max-width: none;
  }

  .course-page #proof > div:first-child,
  .course-page #proof .course-text-stack {
    order: initial;
  }

  .course-page #why-now h2,
  .course-page #who-for h2,
  .course-page #faq h2,
  .course-page #coming-soon h2 {
    font-size: 2.6rem;
    max-width: none;
  }

  .course-page #faq .course-section-head {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }

  .course-page #faq h2 {
    margin-left: 0;
    text-align: left;
  }

  .course-page #why-now {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .course-split-section,
  .pathway-intro,
  .faq-layout {
    gap: 14px;
  }

  .course-split-section .course-text-stack {
    padding-top: 12px;
  }

  .course-split-section .course-text-stack ul {
    gap: 10px;
  }

  .course-page #courses .individual-course-grid,
  .course-page #courses .course-overview-grid,
  .course-page #coming-soon {
    grid-template-columns: 1fr;
  }

  .course-page #coming-soon {
    gap: 4px;
  }

  .course-page #coming-soon .course-text-stack {
    margin-top: 0;
    padding-top: 8px;
  }

  .pathway-product-cta {
    justify-content: stretch;
    margin-top: 16px;
  }

  .course-hero-optin {
    box-shadow: 8px 8px 0 rgba(18, 60, 99, 0.1);
  }

  .course-hero,
  .course-page section,
  .course-checkout-stage,
  .course-confirmation-page section {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .course-hero {
    grid-template-columns: 1fr;
  }

  .course-actions,
  .course-button,
  .individual-course-card a {
    width: 100%;
  }

  .individual-course-grid,
  .certificate-grid,
  .locals-price-grid,
  .fit-grid,
  .coming-soon-list,
  .course-stat-grid,
  .schedule-strip {
    grid-template-columns: 1fr;
  }

  .pathway-steps article,
  .certificate-grid article,
  .locals-price-grid article,
  .course-stat-grid article,
  .schedule-strip article {
    min-height: auto;
  }

  .individual-course-card dl div,
  .champion-details dl div {
    align-items: start;
    display: grid;
    gap: 6px;
  }

  .individual-course-card dd,
  .champion-details dd {
    text-align: left;
  }

  .course-checkout-stage {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.checkout-course-body .course-checkout-stage {
    padding: 12px 14px 24px;
  }

  .course-hero-optin,
  .course-checkout-panel,
  .course-checkout-summary {
    padding: 22px;
  }

  .course-checkout-panel h2,
  .course-hero-optin h2 {
    font-size: 1.9rem;
  }

  .course-choice-stack .choice-card {
    align-items: start;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .course-choice-stack .choice-card b {
    grid-column: 2;
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .course-waitlist-hero {
    align-content: start;
    gap: 12px;
    grid-template-columns: 1fr;
    height: calc(100svh - 76px);
    min-height: calc(100svh - 76px);
    padding: 16px 16px 20px;
  }

  .course-waitlist-copy {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .course-waitlist-copy h1,
  .course-waitlist-copy > p,
  .waitlist-proof-strip {
    grid-column: 1 / -1;
  }

  .waitlist-back-link {
    margin-bottom: 0;
    min-height: 30px;
  }

  .course-waitlist-copy .course-eyebrow {
    margin-bottom: 0;
  }

  .course-waitlist-copy h1 {
    font-size: clamp(2.55rem, 9.6vw, 4.2rem);
    max-width: 860px;
  }

  .course-waitlist-copy > p,
  .waitlist-proof-strip {
    display: none;
  }

  .course-waitlist-form {
    align-self: start;
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .course-waitlist-hero {
    gap: 10px;
    padding: 12px 12px 18px;
  }

  .course-waitlist-copy h1 {
    font-size: clamp(2rem, 9.8vw, 2.9rem);
  }

  .waitlist-proof-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .waitlist-proof-strip span {
    border-bottom: 1px solid rgba(247, 245, 239, 0.2);
    border-right: 0;
    min-height: 52px;
  }

  .waitlist-proof-strip span:last-child {
    border-bottom: 0;
  }

  .course-waitlist-form {
    box-shadow: 6px 6px 0 var(--neon-pink), 11px 11px 0 var(--neon-yellow), 16px 16px 0 var(--neon-cyan);
    gap: 7px;
    max-height: calc(100svh - 178px);
    padding: 12px;
  }

  .waitlist-form-head h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .course-waitlist-form .course-kicker {
    font-size: 0.66rem;
    margin-bottom: 6px;
    padding: 5px 8px 6px;
  }

  .waitlist-form-grid,
  .waitlist-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .waitlist-field span,
  .waitlist-source-fieldset legend {
    font-size: 0.62rem;
  }

  .waitlist-field input {
    min-height: 34px;
    padding: 0 9px;
  }

  .waitlist-source-grid {
    gap: 6px;
  }

  .waitlist-source-grid label {
    font-size: 0.6rem;
    min-height: 31px;
    padding: 5px 6px 5px 26px;
  }

  .waitlist-source-grid input {
    height: 14px;
    left: 7px;
    width: 14px;
  }

  .course-waitlist-form .course-button.primary {
    min-height: 38px;
    padding: 0 12px;
  }
}

.sprint-course-page #top {
  align-items: stretch;
  background: var(--paper);
  color: var(--ink);
  gap: 24px;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.72fr);
  min-height: auto;
  padding-bottom: 44px;
  padding-top: 44px;
}

.sprint-course-page #top::before {
  display: none;
}

.sprint-course-page #top .course-hero-copy {
  align-content: center;
  background: #0b0c0d;
  border: 1px solid rgba(247, 245, 239, 0.18);
  border-top: 6px solid #64c95c;
  display: grid;
  gap: 22px;
  max-width: none;
  min-height: 520px;
  padding: 44px;
}

.sprint-course-page #top .course-eyebrow {
  background: transparent;
  border: 1px solid rgba(247, 245, 239, 0.24);
  color: #64c95c;
  margin: 0;
  padding: 8px 10px;
  width: fit-content;
}

.sprint-course-page #top .course-hero-copy h1 {
  color: var(--paper);
  font-size: 5.2rem;
  line-height: 0.96;
  margin: 0;
  max-width: 760px;
}

.sprint-course-page #top .course-hero-copy > p:not(.course-eyebrow):not(.course-note) {
  color: rgba(247, 245, 239, 0.74);
  font-size: 1.16rem;
  line-height: 1.46;
  margin: 0;
  max-width: 690px;
}

.sprint-hero-facts {
  background: rgba(247, 245, 239, 0.18);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 6px;
  max-width: 700px;
}

.sprint-hero-facts span {
  background: rgba(247, 245, 239, 0.08);
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px;
}

.sprint-hero-facts strong,
.sprint-hero-facts em {
  display: block;
  line-height: 1.1;
}

.sprint-hero-facts strong {
  color: var(--paper);
  font-size: 1rem;
  font-weight: 850;
}

.sprint-hero-facts em {
  color: rgba(247, 245, 239, 0.64);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.sprint-course-page #top .course-hero-optin {
  align-content: start;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
  display: grid;
  gap: 22px;
  padding: 30px;
}

.sprint-course-page #top .course-hero-optin .course-kicker {
  background: #143f3b;
  color: var(--paper);
  justify-content: center;
  margin: 0;
  padding: 10px 12px;
  width: 100%;
}

.sprint-course-page #top .course-hero-optin h2 {
  color: var(--ink);
  font-size: 3.05rem;
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
}

.sprint-course-page #top .course-optin-outcome {
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 760;
  line-height: 1.44;
  margin: 0;
}

.sprint-course-page #top .course-benefit-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  padding: 18px 0 0;
}

.sprint-course-page #top .course-benefit-list li {
  align-items: start;
  color: var(--ink);
  display: grid;
  font-size: 0.95rem;
  font-weight: 720;
  gap: 8px;
  grid-template-columns: 16px minmax(0, 1fr);
  line-height: 1.25;
}

.sprint-course-page #top .course-benefit-list li::before {
  color: #3f7f59;
  content: "\2713";
  font-weight: 850;
  line-height: 1;
}

.sprint-course-page #top .course-actions {
  margin-top: 0;
}

@media (max-width: 1020px) {
  .sprint-course-page #top {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .sprint-course-page #top .course-hero-copy {
    min-height: auto;
    padding: 34px;
  }

  .sprint-course-page #top .course-hero-copy h1 {
    font-size: 4rem;
  }

  .sprint-course-page #top .course-hero-optin {
    gap: 18px;
  }
}

@media (max-width: 680px) {
  .sprint-course-page #top {
    gap: 14px;
    padding-bottom: 22px;
    padding-top: 18px;
  }

  .sprint-course-page #top .course-hero-copy {
    gap: 16px;
    padding: 22px;
  }

  .sprint-course-page #top .course-eyebrow {
    font-size: 0.66rem;
    line-height: 1.1;
    padding: 7px 8px;
  }

  .sprint-course-page #top .course-hero-copy h1 {
    font-size: 3rem;
    line-height: 0.98;
  }

  .sprint-course-page #top .course-hero-copy > p:not(.course-eyebrow):not(.course-note) {
    font-size: 1rem;
    line-height: 1.42;
  }

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

  .sprint-hero-facts span {
    padding: 10px 8px;
  }

  .sprint-hero-facts strong {
    font-size: 0.82rem;
  }

  .sprint-hero-facts em {
    font-size: 0.6rem;
  }

  .sprint-course-page #top .course-hero-optin {
    gap: 16px;
    padding: 20px;
  }

  .sprint-course-page #top .course-hero-optin h2 {
    font-size: 2.1rem;
  }

  .sprint-course-page #top .course-optin-outcome {
    font-size: 0.98rem;
  }

  .sprint-course-page #top .course-benefit-list {
    gap: 9px;
    padding-top: 14px;
  }
}

@media (max-width: 480px) {
  .sprint-course-page #top .course-benefit-list,
  .sprint-hero-facts {
    grid-template-columns: 1fr;
  }
}

.prism-assessment-page .page-hero,
.about-page .page-hero,
.legal-page .page-hero {
  border-bottom: 1px solid var(--line);
}

.assessment-tagline {
  border-left: 3px solid #143f3b;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.42;
  margin: 22px 0 0;
  padding-left: 16px;
}

.prism-assessment-layout {
  align-items: start;
}

.prism-assessment-form {
  gap: 30px;
}

.prism-quiz-stack .quiz-row p {
  color: #5f5a52;
  margin: 10px 0 16px;
}

.prism-quiz-stack select {
  width: 100%;
}

.assessment-result-panel {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 26px;
  margin: 0 auto;
  max-width: var(--max);
  padding: 76px 28px;
}

.assessment-result-panel[hidden] {
  display: none;
}

.assessment-result-grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 220px;
}

.assessment-result-grid h2,
.about-prism h2,
.about-founder h2 {
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.98;
  margin: 0;
}

.assessment-result-grid p,
.legal-copy p,
.about-founder p {
  color: #5f5a52;
  font-size: 1.03rem;
  line-height: 1.62;
}

.assessment-score {
  align-content: center;
  aspect-ratio: 1;
  background: #143f3b;
  color: var(--paper);
  display: grid;
  justify-items: center;
  padding: 24px;
}

.assessment-score span {
  font-size: 2.4rem;
  font-weight: 850;
  line-height: 1;
}

.assessment-score small {
  color: rgba(247, 245, 239, 0.78);
  font-weight: 750;
  margin-top: 8px;
  text-transform: uppercase;
}

.assessment-result-panel ol {
  counter-reset: prism-step;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.assessment-result-panel li {
  border: 1px solid var(--line);
  counter-increment: prism-step;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  line-height: 1.48;
  padding: 18px;
}

.assessment-result-panel li::before {
  color: #143f3b;
  content: counter(prism-step, decimal-leading-zero);
  font-weight: 850;
}

.about-prism,
.about-founder,
.legal-copy,
.contact-direct {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 34px;
  margin: 0 auto;
  max-width: var(--max);
  padding: 76px 28px;
}

.about-prism,
.about-founder {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
}

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

.prism-method-grid span {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 820;
  line-height: 1.2;
  min-height: 74px;
  padding: 18px;
}

.legal-copy {
  max-width: 920px;
}

.legal-copy h2 {
  font-size: 1.35rem;
  margin: 0;
}

.legal-copy p + h2 {
  margin-top: 14px;
}

.legal-copy a,
.contact-direct a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-direct {
  grid-template-columns: 220px minmax(0, 1fr);
}

.contact-direct div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

@media (max-width: 760px) {
  .assessment-result-grid,
  .about-prism,
  .about-founder,
  .contact-direct {
    grid-template-columns: 1fr;
  }

  .assessment-score {
    aspect-ratio: auto;
    justify-items: start;
  }

  .prism-method-grid {
    grid-template-columns: 1fr;
  }
}
