:root {
  --blue: #1f55e6;
  --blue-dark: #081a4d;
  --ink: #11151c;
  --muted: #525762;
  --paper: #ffffff;
  --gray: #f4f4f4;
  --line: #d9d9d9;
  --soft-line: rgba(17, 21, 28, 0.12);
  --max: 1420px;
  --section-y: 104px;
  --section-y-mobile: 68px;
  --eyebrow-size: 10px;
  --eyebrow-track: 0.16em;
  --copy-size: 16px;
  --copy-line: 1.52;
  --panel-border: rgba(17, 21, 28, 0.14);
  --panel-pad: 32px;
  --callout-pad: 20px 24px;
  --display: Impact, "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

[data-site-header],
[data-site-footer],
[data-lead-modal-root] {
  display: contents;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 120px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

img,
video {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--paper);
}

.site-header__top,
.site-header__bottom {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.site-header__top {
  min-height: 56px;
}

.site-header__bottom {
  min-height: 56px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}

.header-row--bottom {
  justify-content: flex-end;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo__text {
  color: currentColor;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.site-logo {
  color: var(--ink);
}

.footer-logo {
  color: var(--paper);
}

.site-nav,
.page-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  text-transform: uppercase;
}

.site-nav {
  color: rgba(17, 21, 28, 0.74);
}

.site-nav__group {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
}

.site-nav__submenu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  z-index: 100;
  display: grid;
  min-width: 240px;
  padding: 10px 16px;
  visibility: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.site-nav__submenu a,
.site-nav__submenu .site-nav__disabled {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: var(--ink);
}

.site-nav__submenu .site-nav__disabled {
  color: rgba(17, 21, 28, 0.46);
  cursor: default;
}

.site-nav__submenu small {
  margin-left: 8px;
  color: var(--blue);
  font-size: 8px;
}

.site-nav__group:hover .site-nav__submenu,
.site-nav__group:focus-within .site-nav__submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.page-nav {
  color: var(--blue);
}

.site-nav a,
.page-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
}

.page-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: currentColor;
  opacity: 0;
}

.page-nav a.is-active::after,
.page-nav a:hover::after {
  opacity: 1;
}

.page-nav a.is-active {
  color: var(--blue-dark);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 640px;
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.12) brightness(0.72) contrast(1.05);
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 26, 77, 0.9), rgba(8, 26, 77, 0.66) 52%, rgba(31, 85, 230, 0.34)),
    linear-gradient(180deg, rgba(3, 9, 28, 0.24), rgba(3, 9, 28, 0.66));
}

.hero-inner {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px 0 112px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: var(--eyebrow-size);
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  line-height: 1.2;
  text-transform: uppercase;
}

.kicker.on-dark,
.section-head.on-blue .kicker {
  color: rgba(255, 255, 255, 0.85);
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
}

h1 {
  max-width: 900px;
  font-size: clamp(4.2rem, 7.4vw, 8.15rem);
  line-height: 0.9;
}

h2 {
  max-width: 820px;
  font-size: clamp(2.7rem, 4.15vw, 4.6rem);
  line-height: 0.94;
}

h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.18;
}

p {
  margin-top: 0;
}

.hero-sub {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.hero-support {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.hero-tension {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-tension span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

.section-scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--blue);
  transform: translateX(-50%);
  z-index: 3;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.section-scroll::before {
  content: "↓";
}

.section-scroll span {
  display: none;
}

.section-scroll:hover {
  color: var(--blue-dark);
}

.hero .section-scroll,
.blue-band .section-scroll,
.blind-spot .section-scroll,
.final-blue .section-scroll {
  color: var(--paper);
}

.hero .section-scroll:hover,
.blue-band .section-scroll:hover,
.blind-spot .section-scroll:hover,
.final-blue .section-scroll:hover {
  color: rgba(255, 255, 255, 0.72);
}

.microcopy {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.solid {
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
}

.btn.solid:hover {
  background: #1649d8;
  border-color: #1649d8;
}

.btn.secondary {
  color: var(--blue);
  background: transparent;
  border-color: rgba(31, 85, 230, 0.7);
}

.btn.outline-light {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.9);
}

.btn.outline-light:hover {
  color: var(--blue-dark);
  background: var(--paper);
}

.section,
.blue-band,
.blue-feature,
.dark-stakes,
.quote-section,
.blind-spot,
.final-blue,
.form-section {
  position: relative;
  padding: var(--section-y) 0;
}

.blue-band,
.blue-feature,
.final-blue {
  color: var(--paper);
  background: var(--blue);
}

.final-blue {
  overflow: hidden;
  isolation: isolate;
}

.final-video,
.final-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.final-video {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.05);
}

.final-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 18, 43, 0.9) 0%, rgba(9, 35, 92, 0.78) 48%, rgba(9, 35, 92, 0.62) 100%),
    linear-gradient(180deg, rgba(7, 16, 34, 0.16) 0%, rgba(7, 16, 34, 0.42) 100%);
}

.gray {
  background: var(--gray);
}

.light {
  background: var(--paper);
}

.section-head {
  margin-bottom: 48px;
}

.section-head p:not(.kicker) {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: var(--copy-size);
  line-height: var(--copy-line);
}

.section-head.on-blue p,
.blue-feature p,
.final-blue p {
  color: rgba(255, 255, 255, 0.86);
}

.section-head.compact {
  margin-bottom: 36px;
}

.mini-grid,
.card-grid {
  display: grid;
  gap: 1px;
  background: var(--soft-line);
  border: 1px solid var(--soft-line);
}

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

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

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

.mini-grid article,
.card-grid article {
  min-height: 160px;
  padding: 24px;
  background: var(--paper);
}

.blue-band .section-head {
  margin-bottom: 46px;
}

.blue-band .section-head h2 {
  font-size: clamp(3rem, 4.2vw, 4.4rem);
}

.blue-band .section-head p:not(.kicker) {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.82);
}

.journey-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  margin-top: 44px;
}

.journey-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 38px;
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
}

.now-panel {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.12) 58%, rgba(8, 26, 77, 0.1)),
    rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 18px 60px rgba(8, 26, 77, 0.1);
}

.panel-head {
  display: grid;
  gap: 14px;
  min-height: 118px;
  margin-bottom: 34px;
  align-content: start;
}

.panel-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.now-panel .panel-head span {
  color: var(--blue);
  background: var(--paper);
  border-color: var(--paper);
}

.panel-head h3 {
  max-width: 390px;
  margin: 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.05vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.journey-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.journey-flow::before {
  position: absolute;
  top: 10px;
  left: 10%;
  right: 10%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.34);
}

.journey-flow li {
  position: relative;
  min-height: 74px;
  padding: 36px 8px 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
  text-transform: uppercase;
}

.now-panel .journey-flow li {
  color: var(--paper);
}

.journey-flow li::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--blue);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transform: translateX(-50%);
}

.now-panel .journey-flow li::before {
  background: var(--paper);
  border-color: rgba(255, 255, 255, 0.9);
}

.journey-flow li:not(:last-child)::after {
  position: absolute;
  top: 6px;
  right: -4px;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  transform: rotate(45deg);
}

.blue-synthesis {
  max-width: 900px;
  margin-top: 28px;
  padding: var(--callout-pad);
  border-left: 4px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.blue-synthesis span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--eyebrow-size);
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  text-transform: uppercase;
}

.blue-synthesis p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 800;
}

.mini-grid p,
.card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.leadership-grid {
  gap: 36px 42px;
  background: transparent;
  border: 0;
}

.leadership-grid article {
  min-height: 168px;
  padding: 22px 0 0;
  background: transparent;
  border-top: 4px solid var(--blue);
}

.leadership-grid h3 {
  color: var(--blue);
  font-size: 20px;
}

.leadership-grid p {
  max-width: 38ch;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.48;
}

.blue-band .mini-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.image-manifest {
  position: relative;
  min-height: 520px;
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}

.image-manifest img,
.manifest-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.image-manifest img {
  object-fit: cover;
  filter: grayscale(0.1) brightness(0.68);
  z-index: -2;
}

.manifest-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 21, 28, 0.92), rgba(17, 21, 28, 0.72) 48%, rgba(17, 21, 28, 0.28)),
    linear-gradient(102deg, transparent 62%, rgba(31, 85, 230, 0.38) 62%, rgba(31, 85, 230, 0.38) 65%, transparent 65%);
}

.manifest-inner {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(250px, 0.34fr);
  gap: 72px;
  align-items: center;
  padding: 80px 0;
}

.manifest-inner h2 {
  max-width: 720px;
  font-size: clamp(3rem, 4.1vw, 4.8rem);
}

.manifest-inner p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.manifest-emphasis {
  margin-top: 26px;
  padding-left: 20px;
  border-left: 4px solid var(--blue);
  font-weight: 800;
}

.manifest-terms {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.18);
}

.manifest-terms span {
  padding: 22px 24px;
  background: rgba(17, 21, 28, 0.42);
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.manifest-inner .btn {
  align-self: flex-start;
  margin-top: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(570px, 1fr);
  gap: clamp(52px, 5vw, 76px);
  align-items: center;
}

.feature-grid h2 {
  max-width: 700px;
  font-size: clamp(3rem, 4.05vw, 4.55rem);
  line-height: 0.94;
}

.blue-feature .kicker {
  margin-bottom: 20px;
}

.blue-feature p:not(.kicker) {
  max-width: 780px;
  margin-top: 34px;
}

.feature-grid img {
  width: 100%;
  min-height: 380px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.opportunity-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 34px 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.22);
}

.opportunity-compare article {
  min-height: 210px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.opportunity-compare h3 {
  color: var(--paper);
  font-size: 17px;
}

.opportunity-compare ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.opportunity-compare li {
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.data-section .section-head {
  max-width: 920px;
}

.data-section .section-head h2 {
  font-size: clamp(2.7rem, 4.3vw, 4.5rem);
}

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

.data-box {
  min-height: 286px;
}

.data-box button {
  width: 100%;
  height: 100%;
  min-height: 286px;
  padding: var(--panel-pad);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(31, 85, 230, 0.22);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.data-box button:hover,
.data-box button:focus-visible,
.data-box button[aria-expanded="true"] {
  border-color: rgba(31, 85, 230, 0.68);
  background: #fbfcff;
  transform: translateY(-2px);
  outline: none;
}

.data-region {
  display: block;
  margin-bottom: 26px;
  color: var(--blue);
  font-size: var(--eyebrow-size);
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  text-transform: uppercase;
}

.data-box strong {
  display: block;
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.7vw, 4.3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.data-label {
  display: block;
  max-width: 430px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.data-source {
  display: block;
  margin-top: 24px;
  color: rgba(17, 21, 28, 0.48);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.data-detail {
  display: block;
  max-height: 0;
  max-width: 560px;
  margin-top: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.22s ease, margin-top 0.22s ease, opacity 0.18s ease;
}

.data-box button:hover .data-detail,
.data-box button:focus-visible .data-detail,
.data-box button[aria-expanded="true"] .data-detail {
  max-height: 140px;
  margin-top: 24px;
  opacity: 1;
}

.data-insight {
  min-height: 286px;
  padding: var(--panel-pad);
  background:
    linear-gradient(135deg, rgba(31, 85, 230, 0.055), rgba(255, 255, 255, 0) 62%),
    #f7f8fb;
  border: 1px solid var(--panel-border);
}

.data-insight h3 {
  max-width: 340px;
  margin: 0 0 34px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.data-insight ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.data-insight li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.38;
}

.data-insight li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--blue);
  border-radius: 50%;
}

.data-callout {
  margin-top: 28px;
  padding: var(--callout-pad);
  border-left: 4px solid var(--blue);
  background: #f8f8f8;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.data-callout span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: var(--eyebrow-size);
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  text-transform: uppercase;
}

.data-callout p {
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.42;
}

.source-list {
  max-width: 980px;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 21, 28, 0.08);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.diagram-layout,
.questions-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(460px, 0.74fr);
  gap: 72px;
  align-items: start;
}

.diagram-layout h2,
.questions-layout h2 {
  max-width: 760px;
}

.diagram-synthesis {
  max-width: 620px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 4px solid var(--blue);
  color: var(--ink);
  font-weight: 900;
}

.decision-diagram {
  display: grid;
  gap: 18px;
  counter-reset: diagram-step;
}

.decision-diagram span {
  position: relative;
  counter-increment: diagram-step;
  min-height: 78px;
  padding: 22px 24px 22px 62px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
}

.decision-diagram span::before {
  position: absolute;
  top: 24px;
  left: 24px;
  content: counter(diagram-step, decimal-leading-zero);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.decision-diagram span:not(:last-child)::after {
  position: absolute;
  bottom: -15px;
  left: 31px;
  content: "";
  width: 1px;
  height: 12px;
  background: var(--blue);
}

.risk-funnel-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(800px, 1.18fr);
  gap: clamp(32px, 3.2vw, 50px);
  align-items: center;
}

.risk-copy {
  max-width: 720px;
}

.risk-copy p:not(.kicker, .risk-line) {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.consideration-map {
  padding: 0;
  background: transparent;
  border: 0;
}

.funnel-visual {
  width: min(100%, 960px);
  max-width: none;
  margin-left: auto;
  border: 0;
}

.funnel-title {
  position: relative;
  width: min(100%, 960px);
  margin: 0 0 22px auto;
  padding-left: 12%;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funnel-title::after {
  display: block;
  width: 190px;
  height: 2px;
  margin-top: 8px;
  content: "";
  background: var(--blue);
}

.funnel-system {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(430px, 1fr) minmax(176px, 0.4fr);
  gap: 12px;
  align-items: start;
}

.consideration-funnel,
.funnel-risks {
  padding: 0;
  margin: 0;
  list-style: none;
}

.consideration-funnel {
  grid-column: 2;
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.consideration-funnel li {
  position: relative;
  display: grid;
  gap: 5px;
  height: 88px;
  padding: 13px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.058)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  clip-path: polygon(4% 0, 96% 0, 91% 100%, 9% 100%);
}

.consideration-funnel .stage-1 {
  width: 100%;
}

.consideration-funnel .stage-2 {
  width: 86%;
}

.consideration-funnel .stage-3 {
  width: 68%;
}

.consideration-funnel .stage-4 {
  width: 52%;
}

.consideration-funnel .stage-5 {
  width: 42%;
  height: 88px;
  border-color: rgba(89, 132, 255, 0.9);
  background:
    linear-gradient(90deg, rgba(31, 85, 230, 0.82), rgba(31, 85, 230, 0.48)),
    rgba(31, 85, 230, 0.34);
  clip-path: polygon(10% 0, 90% 0, 80% 100%, 20% 100%);
}

.critical-zone {
  grid-column: 1;
  position: relative;
  align-self: start;
  height: 174px;
  margin-top: 160px;
  padding: 20px 16px 18px 22px;
  border-left: 2px solid rgba(89, 132, 255, 0.95);
  color: var(--paper);
}

.critical-zone::before,
.critical-zone::after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  content: "";
  background: rgba(89, 132, 255, 0.95);
}

.critical-zone::before {
  top: 0;
}

.critical-zone::after {
  bottom: 0;
}

.critical-zone strong {
  display: block;
  color: rgba(89, 132, 255, 0.98);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.critical-zone p {
  max-width: 18ch;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.42;
}

.consideration-funnel li::before {
  position: absolute;
  top: auto;
  right: 50%;
  bottom: -10px;
  width: 1px;
  height: 10px;
  content: "";
  background: rgba(255, 255, 255, 0.24);
  border: 0;
}

.consideration-funnel .stage-5::before {
  display: none;
}

.consideration-funnel span {
  color: var(--paper);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.consideration-funnel b {
  display: block;
  color: rgba(89, 132, 255, 0.98);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}

.consideration-funnel p {
  max-width: 32ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.35;
}

.funnel-risks {
  grid-column: 3;
  display: grid;
  grid-template-rows: repeat(4, 88px);
  gap: 10px;
  padding-top: 0;
  margin-top: 0;
  border-left: 0;
}

.funnel-risks li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 0 0 0 42px;
}

.funnel-risks li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 1px;
  content: "";
  background: rgba(31, 85, 230, 0.82);
}

.funnel-risks li::after {
  position: absolute;
  top: calc(50% - 3px);
  left: 31px;
  width: 7px;
  height: 7px;
  content: "";
  background: rgba(89, 132, 255, 0.95);
  border-radius: 50%;
}

.funnel-risks strong {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.questions-section .btn {
  margin-top: 28px;
}

.questions-layout > div:first-child p:not(.kicker) {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.board-briefing {
  padding: 36px 38px;
  background: var(--paper);
  border: 1px solid var(--panel-border);
  border-top: 4px solid var(--blue);
}

.briefing-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(220px, 0.55fr);
  gap: 24px;
  align-items: end;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(17, 21, 28, 0.12);
}

.briefing-head span {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

.briefing-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.42;
}

.briefing-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: briefing-counter;
}

.briefing-list li {
  position: relative;
  counter-increment: briefing-counter;
  display: grid;
  grid-template-columns: 76px minmax(122px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 21, 28, 0.1);
}

.briefing-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.briefing-list li::before {
  content: counter(briefing-counter, decimal-leading-zero);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
}

.briefing-list span {
  color: rgba(17, 21, 28, 0.54);
  font-size: var(--eyebrow-size);
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  line-height: 1.3;
  text-transform: uppercase;
}

.briefing-list p {
  max-width: 38ch;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
}

.cta-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.42fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: center;
}

.line-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  counter-reset: opportunity-signals;
  padding: 0;
  margin: 34px 0 32px;
  list-style: none;
}

.line-list li {
  counter-increment: opportunity-signals;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 74px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
}

.line-list li::before {
  content: counter(opportunity-signals, decimal-leading-zero);
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.journey-shift .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.56fr);
  gap: 24px 82px;
  align-items: end;
}

.journey-shift .section-head h2 {
  grid-row: span 2;
  max-width: 760px;
}

.journey-shift .section-head p:not(.kicker) {
  margin-top: 0;
}

.journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 54px;
  border-top: 4px solid var(--blue);
}

.journey-line article {
  min-height: 210px;
  padding: 28px 30px 30px 0;
  border-right: 1px solid var(--line);
}

.journey-line article + article {
  padding-left: 30px;
}

.journey-line article:last-child {
  border-right: 0;
}

.journey-line span,
.decision-cards span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.journey-line h3 {
  color: var(--blue);
  font-size: 24px;
}

.journey-line p {
  max-width: 31ch;
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}

.blind-spot {
  color: var(--paper);
  background: #040609;
  padding-top: calc(var(--section-y) + 18px);
  padding-bottom: calc(var(--section-y) + 18px);
}

.blind-spot h2 {
  max-width: 760px;
  font-size: clamp(2.65rem, 3.58vw, 4.05rem);
}

.section-head.on-dark p:not(.kicker),
.blind-spot p {
  color: rgba(255, 255, 255, 0.76);
}

.dark-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 54px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-grid article {
  min-height: 180px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.04);
}

.dark-grid h3 {
  max-width: 14ch;
  color: var(--paper);
  font-size: 22px;
}

.dark-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.risk-line {
  max-width: 640px;
  margin: 32px 0 0;
  padding: var(--callout-pad);
  border-left: 4px solid rgba(31, 85, 230, 0.95);
  background: rgba(255, 255, 255, 0.045);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--paper);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.42;
}

.advantage-section .section-head {
  max-width: 860px;
}

.opportunity-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 58px 0 0;
  list-style: none;
}

.opportunity-timeline::before {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.opportunity-timeline::after {
  position: absolute;
  top: 13px;
  left: calc(25% + 19px);
  width: 25%;
  height: 14px;
  content: "";
  background: linear-gradient(90deg, rgba(31, 85, 230, 0.58), rgba(31, 85, 230, 1) 52%, rgba(31, 85, 230, 0.78));
  border-top: 1px solid rgba(31, 85, 230, 0.86);
  border-bottom: 1px solid rgba(31, 85, 230, 0.48);
  z-index: 0;
}

.opportunity-timeline li {
  position: relative;
  padding: 54px 28px 0 0;
  z-index: 1;
}

.opportunity-timeline span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--blue);
  background: var(--paper);
  border: 2px solid var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.opportunity-timeline li:nth-child(2) span,
.opportunity-timeline li:nth-child(3) span {
  color: var(--paper);
  background: var(--blue);
}

.timeline-window-label {
  position: absolute;
  top: 4px;
  left: 54px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 54px);
  min-height: 32px;
  color: var(--paper);
  background: linear-gradient(90deg, rgba(31, 85, 230, 0.98), rgba(31, 85, 230, 0.82));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(17, 21, 28, 0.16);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.opportunity-timeline h3 {
  max-width: 260px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.12;
}

.opportunity-timeline p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.opportunity-timeline em {
  display: inline-block;
  margin-top: 16px;
  padding-top: 8px;
  color: rgba(17, 21, 28, 0.58);
  border-top: 2px solid rgba(31, 85, 230, 0.36);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.impact-line {
  max-width: 680px;
  margin: 34px 0 0;
  padding: var(--callout-pad);
  border-left: 4px solid var(--blue);
  background: #f8f8f8;
  border-top: 1px solid rgba(17, 21, 28, 0.1);
  border-right: 1px solid rgba(17, 21, 28, 0.1);
  border-bottom: 1px solid rgba(17, 21, 28, 0.1);
}

.impact-line span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: var(--eyebrow-size);
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  text-transform: uppercase;
}

.impact-line p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.38;
}

.decision-cards ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.discipline-grid article {
  min-height: 188px;
  padding: 26px 22px;
  background: var(--paper);
}

.discipline-grid h3 {
  color: var(--blue);
  font-size: 20px;
}

.discipline-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.decision-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.decision-cards article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  background: var(--paper);
}

.decision-cards h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 2.55vw, 3.15rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.decision-cards p {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

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

.audience-grid span {
  min-height: 76px;
  padding: 20px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
}

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

.dark-stakes p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 780px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.22);
}

.pillars span {
  padding: 26px 20px;
  color: var(--paper);
  border-top: 4px solid var(--blue);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

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

.quote-box {
  max-width: 960px;
}

blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.quote-box p {
  margin-top: 22px;
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checklist-section .section-head {
  max-width: 820px;
  margin-bottom: 36px;
}

.checklist-section .section-head h2 {
  font-size: clamp(2.45rem, 3.85vw, 4.15rem);
}

.adherence-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(17, 21, 28, 0.14);
  border-bottom: 1px solid rgba(17, 21, 28, 0.14);
}

.adherence-signals article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px 22px;
  min-height: 188px;
  padding: 24px 30px 24px 0;
  border-top: 1px solid rgba(17, 21, 28, 0.1);
}

.adherence-signals article:nth-child(-n + 2) {
  border-top: 0;
}

.adherence-signals article:nth-child(odd) {
  padding-right: 34px;
  border-right: 1px solid rgba(17, 21, 28, 0.1);
}

.adherence-signals article:nth-child(even) {
  padding-left: 34px;
}

.adherence-signals span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
}

.adherence-signals h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.05;
}

.adherence-signals ul {
  grid-column: 2;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
}

.adherence-signals li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.adherence-signals li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 1px;
  content: "";
  background: var(--blue);
}

.checklist-impact {
  max-width: 900px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.checklist-section .btn {
  margin-top: 24px;
}

.final-blue h2 {
  max-width: 900px;
  font-size: clamp(2.9rem, 4.35vw, 4.95rem);
}

.final-blue .cta-copy p:not(.kicker) {
  max-width: 690px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.52;
}

.cta-card {
  position: relative;
  padding: 44px 38px 38px;
  color: var(--ink);
  background: #fbfcff;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.cta-card::before {
  position: absolute;
  top: 0;
  left: 38px;
  right: 38px;
  height: 4px;
  content: "";
  background: var(--blue);
}

.cta-card span {
  display: block;
  margin-bottom: 24px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 2.2vw, 2.75rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.cta-card p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.48;
}

.cta-card .btn {
  width: 100%;
  min-height: 58px;
  margin-top: 32px;
  font-size: 12px;
}

.cta-card .btn::after {
  content: " ->";
}

.cta-card small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.form-section {
  background: var(--gray);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: 72px;
  align-items: start;
}

.form-grid p {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
}

.form-grid h2 {
  max-width: 760px;
  font-size: clamp(2.7rem, 4vw, 4.35rem);
}

.crm-card {
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  font: inherit;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

.form-button {
  width: 100%;
  margin-top: 8px;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

body.modal-open {
  overflow: hidden;
}

.lead-modal[aria-hidden="true"] {
  display: none;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 28px;
}

.lead-modal__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(4, 12, 30, 0.86), rgba(8, 26, 77, 0.74)),
    rgba(0, 0, 0, 0.62);
}

.lead-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 56px);
  overflow: auto;
  padding: clamp(28px, 4vw, 44px);
  color: var(--ink);
  background: #fbfcff;
  border: 1px solid rgba(17, 21, 28, 0.16);
}

.lead-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(17, 21, 28, 0.22);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.lead-modal__intro {
  max-width: 600px;
  margin-bottom: 26px;
}

.lead-modal__intro h2 {
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.lead-modal__intro p:not(.kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.lead-form {
  gap: 18px;
}

.lead-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.lead-form label {
  gap: 8px;
  color: rgba(17, 21, 28, 0.72);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form textarea {
  min-height: 48px;
  padding: 13px 14px;
  background: var(--paper);
  border: 1px solid rgba(17, 21, 28, 0.18);
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.lead-form textarea {
  min-height: 104px;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-modal__close:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 85, 230, 0.13);
}

.lead-form .form-field-wide,
.form-consent,
.lead-submit,
.form-message {
  grid-column: 1 / -1;
}

.form-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.form-consent input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
}

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

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.form-message.is-error {
  color: #b3261e;
}

.lead-submit {
  width: 100%;
  min-height: 56px;
  cursor: pointer;
}

.lead-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.lead-success {
  padding: 28px 0 4px;
  border-top: 1px solid rgba(17, 21, 28, 0.14);
}

.lead-success p {
  max-width: 560px;
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: var(--blue-dark);
  padding: 58px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.25fr) minmax(210px, 0.75fr) minmax(260px, 0.85fr);
  gap: clamp(34px, 4vw, 68px);
  align-items: start;
}

.footer-brand p,
.footer-legal p {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.footer-column {
  display: grid;
  gap: 12px;
  justify-content: start;
}

.footer-column h2 {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: var(--eyebrow-track);
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: var(--eyebrow-track);
  text-transform: uppercase;
}

.footer-grid a:hover {
  color: var(--paper);
}

.footer-legal {
  gap: 0;
}

.footer-legal p {
  max-width: 280px;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.footer-bottom {
  margin-top: 48px;
  padding: 20px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--paper);
  background: var(--blue);
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.back-to-top::before {
  content: "↑";
}

.back-to-top span {
  display: none;
}

.back-to-top:hover {
  background: var(--blue-dark);
}

@media (max-width: 980px) {
  .wrap {
    width: min(100% - 44px, var(--max));
  }

  section {
    scroll-margin-top: 76px;
  }

  .site-header__top {
    min-height: 58px;
  }

  .site-header__bottom,
  .site-nav,
  .page-nav {
    display: none;
  }

  .header-row {
    min-height: 58px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
    background: var(--paper);
    color: var(--blue);
    min-height: 34px;
    padding: 0 12px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-menu.open {
    position: sticky;
    top: 58px;
    z-index: 80;
    display: grid;
    gap: 0;
    padding: 16px 22px 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu.open div {
    display: grid;
    gap: 1px;
    padding: 0;
    background: var(--line);
  }

  .mobile-menu.open div + div {
    margin-top: 18px;
  }

  .mobile-menu.open span {
    padding: 0 0 9px;
    background: var(--paper);
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: var(--eyebrow-track);
    text-transform: uppercase;
  }

  .mobile-menu.open a,
  .mobile-menu.open .site-nav__disabled {
    padding: 14px 0;
    background: var(--paper);
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mobile-menu.open .site-nav__disabled {
    color: rgba(17, 21, 28, 0.46);
    cursor: default;
  }

  .mobile-menu.open a.is-active {
    color: var(--blue);
  }

  h1 {
    font-size: clamp(3.1rem, 11vw, 6.2rem);
  }

  .mini-grid.four,
  .card-grid.four,
  .card-grid.three,
  .audience-grid,
  .checklist,
  .pillars,
  .manifest-inner,
  .feature-grid,
  .opportunity-compare,
  .data-grid,
  .diagram-layout,
  .questions-layout,
  .journey-shift .section-head,
  .journey-line,
  .dark-grid,
    .opportunity-timeline,
  .discipline-grid,
  .decision-cards,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-grid {
    gap: 36px;
  }

  .manifest-inner {
    gap: 34px;
  }

  .manifest-terms {
    max-width: 420px;
  }

  .journey-line article,
  .journey-line article + article {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .journey-line article:last-child {
    border-bottom: 0;
  }

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

  .risk-funnel-layout,
  .funnel-system {
    grid-template-columns: 1fr;
  }

  .risk-funnel-layout {
    gap: 46px;
  }

  .consideration-map {
    padding: 24px;
  }

  .funnel-title {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }

  .critical-zone {
    grid-column: auto;
    min-height: 0;
    margin-top: 0;
    padding: 18px 18px 18px 22px;
  }

  .consideration-funnel {
    grid-column: auto;
  }

  .consideration-funnel li {
    height: auto;
    min-height: 76px;
    padding: 15px 18px;
  }

  .consideration-funnel .stage-1 {
    width: 100%;
  }

  .consideration-funnel .stage-2 {
    width: 90%;
  }

  .consideration-funnel .stage-3 {
    width: 80%;
  }

  .consideration-funnel .stage-4 {
    width: 70%;
  }

  .consideration-funnel .stage-5 {
    width: 60%;
  }

  .funnel-risks {
    grid-column: auto;
    grid-template-rows: none;
    gap: 14px;
    padding-top: 8px;
  }

  .funnel-risks li {
    min-height: auto;
    padding-left: 18px;
  }

  .funnel-risks li::before {
    left: 0;
    width: 8px;
  }

  .funnel-risks li::after {
    left: 7px;
  }

  .form-grid {
    gap: 42px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }

  .hero,
  .hero-inner {
    min-height: 650px;
  }

  .hero-inner {
    padding: 54px 0 70px;
  }

  h1 {
    font-size: clamp(2.9rem, 12.5vw, 4.55rem);
  }

  h2 {
    font-size: clamp(2.35rem, 9.7vw, 3.65rem);
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-actions,
  .final-blue .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
  }

  .lead-modal {
    align-items: end;
    padding: 14px;
  }

  .lead-modal__dialog {
    max-height: calc(100vh - 28px);
    padding: 28px 20px 22px;
  }

  .lead-modal__intro h2 {
    padding-right: 36px;
    font-size: clamp(2.1rem, 12vw, 3.05rem);
  }

  .lead-form .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .form-consent {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .section,
  .blue-band,
  .blue-feature,
  .blind-spot,
  .dark-stakes,
  .quote-section,
  .final-blue,
  .form-section {
    padding: 68px 0;
  }

  .mini-grid article,
  .card-grid article,
  .opportunity-compare article,
  .data-grid article,
  .dark-grid article,
  .discipline-grid article,
  .decision-cards article,
  .crm-card {
    padding: 22px;
  }

  .opportunity-timeline::before {
    top: 0;
    bottom: 0;
    left: 19px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .opportunity-timeline::after {
    top: 146px;
    left: 15px;
    width: 9px;
    height: 146px;
    background: linear-gradient(180deg, rgba(31, 85, 230, 0.18), rgba(31, 85, 230, 0.9));
    border: 0;
    border-left: 1px solid rgba(31, 85, 230, 0.95);
    border-right: 1px solid rgba(31, 85, 230, 0.48);
  }

  .opportunity-timeline li {
    min-height: 146px;
    padding: 0 0 0 58px;
  }

  .timeline-window-label {
    top: 74px;
    left: -3px;
    width: 44px;
    min-height: 92px;
    padding: 8px 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .board-briefing {
    padding: 26px 22px 28px;
  }

  .briefing-head,
  .briefing-list li {
    grid-template-columns: 1fr;
  }

  .briefing-head {
    gap: 14px;
  }

  .briefing-list li {
    gap: 8px;
    padding: 22px 0;
  }

  .briefing-list p {
    max-width: none;
    font-size: 16px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cta-card {
    padding: 34px 22px 28px;
  }

  .cta-card::before {
    left: 22px;
    right: 22px;
  }

  .adherence-signals {
    grid-template-columns: 1fr;
  }

  .adherence-signals article,
  .adherence-signals article:nth-child(odd),
  .adherence-signals article:nth-child(even) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid rgba(17, 21, 28, 0.1);
  }

  .adherence-signals article:first-child {
    border-top: 0;
  }

  .dark-grid,
  .discipline-grid,
  .data-grid {
    grid-template-columns: 1fr;
  }

  .journey-shift .section-head {
    gap: 18px;
  }

  .journey-shift .section-head h2 {
    grid-row: auto;
  }

  .manifest-terms span {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .hero-tension {
    display: grid;
  }

  .journey-compare {
    grid-template-columns: 1fr;
  }

  .journey-panel {
    min-height: 0;
    padding: 30px 24px;
  }

  .panel-head {
    min-height: 0;
    margin-bottom: 34px;
  }

  .journey-flow {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 28px;
  }

  .journey-flow::before {
    top: 7px;
    bottom: 7px;
    left: 8px;
    width: 1px;
    right: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.32);
  }

  .journey-flow li {
    min-height: auto;
    padding: 0 0 0 0;
    border-top: 0;
    text-align: left;
  }

  .journey-flow li::before {
    top: 2px;
    left: -28px;
    width: 12px;
    height: 12px;
    transform: none;
  }

  .journey-flow li:not(:last-child)::after {
    display: none;
  }

  .leadership-grid {
    gap: 28px;
  }

  .leadership-grid article {
    padding: 18px 0 0;
  }

  .card-grid.six {
    grid-template-columns: 1fr;
  }
}
