:root {
  --navy: #071c2f;
  --navy-deep: #04111d;
  --navy-mid: #0d2c47;
  --blue: #24557d;
  --cream: #f7f1e6;
  --paper: #fffaf0;
  --ink: #11263a;
  --muted: #5c6d78;
  --red: #c8473d;
  --red-deep: #8f2e2b;
  --gold: #efc577;
  --line: rgba(17, 38, 58, 0.18);
  --white: #fffdf8;
  --shadow: 0 26px 70px rgba(4, 17, 29, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0;
  color: var(--white);
}

.site-header::before {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 86px;
  content: "";
  background: linear-gradient(180deg, rgba(4, 17, 29, 0.78), rgba(4, 17, 29, 0));
  pointer-events: none;
}

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

.brand-logo {
  display: block;
  width: clamp(260px, 29vw, 405px);
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.header-cta,
.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 4px;
  font: 800 0.9rem/1 "Manrope", sans-serif;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

.header-cta {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, #cf5247, #a73430);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.primary-button {
  gap: 14px;
  color: var(--white);
  background: linear-gradient(180deg, #d64f43, #a9322e);
  box-shadow: 0 17px 38px rgba(160, 47, 42, 0.34);
}

.ghost-button {
  min-height: 48px;
  color: var(--ink);
  border: 1px solid rgba(17, 38, 58, 0.18);
  background: rgba(17, 38, 58, 0.05);
}

.primary-button:hover,
.header-cta:hover,
.ghost-button:hover {
  transform: translateY(-2px);
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 22%, rgba(247, 241, 230, 0.3), transparent 25rem),
    linear-gradient(90deg, rgba(3, 14, 26, 0.98) 0%, rgba(5, 20, 35, 0.94) 38%, rgba(9, 34, 53, 0.5) 68%, rgba(4, 17, 29, 0.94) 100%),
    linear-gradient(180deg, #0a2238 0%, #03111d 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 25%, #000 100%);
  opacity: 0.48;
}

.sunrise {
  position: absolute;
  top: 128px;
  right: 80px;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 1%, rgba(255, 236, 190, 0.75) 0 12%, rgba(225, 151, 91, 0.22) 13% 32%, transparent 58%),
    conic-gradient(from 250deg, transparent 0 28%, rgba(255, 255, 255, 0.42), transparent 45% 100%);
  filter: blur(0.5px);
  opacity: 0.86;
}

.mountain-range,
.mountain-peak {
  position: absolute;
  right: -4vw;
  bottom: 94px;
  width: min(920px, 68vw);
  height: 430px;
  clip-path: polygon(0 100%, 20% 58%, 31% 72%, 45% 32%, 58% 60%, 68% 22%, 88% 100%);
}

.range-back {
  right: -18vw;
  bottom: 110px;
  background: linear-gradient(140deg, rgba(104, 130, 146, 0.46), rgba(7, 28, 47, 0.18));
  opacity: 0.62;
  transform: scale(1.16);
}

.range-mid {
  right: -4vw;
  bottom: 80px;
  background: linear-gradient(145deg, rgba(17, 48, 73, 0.86), rgba(91, 119, 134, 0.34));
  opacity: 0.9;
}

.peak-main {
  right: -2vw;
  bottom: 76px;
  height: 500px;
  background:
    linear-gradient(130deg, transparent 0 37%, rgba(255, 255, 255, 0.92) 38% 47%, transparent 48%),
    linear-gradient(145deg, #eef0e8 0 42%, #647989 43% 57%, #173a56 58% 100%);
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.28));
}

.peak-side {
  right: -20vw;
  bottom: 42px;
  height: 380px;
  background: linear-gradient(145deg, rgba(234, 231, 219, 0.72), rgba(18, 53, 76, 0.92));
  opacity: 0.82;
}

.freedom-road {
  position: absolute;
  right: 14vw;
  bottom: 26px;
  width: 142px;
  height: 480px;
  border-radius: 48% 52% 0 0;
  background:
    repeating-linear-gradient(173deg, rgba(255, 255, 255, 0.34) 0 2px, transparent 2px 32px),
    linear-gradient(90deg, transparent 0 21%, rgba(223, 204, 174, 0.95) 22% 78%, transparent 79% 100%);
  clip-path: polygon(29% 100%, 70% 100%, 60% 0, 48% 0);
  transform: rotate(20deg);
  filter: drop-shadow(0 0 24px rgba(255, 222, 166, 0.2));
}

.systems-map {
  position: absolute;
  right: 2vw;
  bottom: 160px;
  width: 420px;
  height: 250px;
  opacity: 0.72;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(238, 197, 119, 0.68) 8.5% 9.3%, transparent 9.8% 32%, rgba(238, 197, 119, 0.68) 32.5% 33.3%, transparent 34% 57%, rgba(238, 197, 119, 0.68) 57.5% 58.3%, transparent 59% 100%),
    linear-gradient(0deg, transparent 0 15%, rgba(238, 197, 119, 0.5) 15.5% 16.4%, transparent 17% 48%, rgba(238, 197, 119, 0.5) 48.5% 49.4%, transparent 50% 78%, rgba(238, 197, 119, 0.5) 78.5% 79.4%, transparent 80% 100%);
  mask-image: radial-gradient(circle at 54% 47%, #000 0 58%, transparent 74%);
}

.node {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--navy);
}

.node-a { top: 55px; left: 35px; }
.node-b { top: 124px; left: 126px; }
.node-c { top: 76px; left: 235px; }
.node-d { top: 174px; left: 278px; }
.node-e { top: 118px; left: 355px; }

.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, calc(100% - 48px));
  margin-left: max(36px, calc((100vw - 1200px) / 2));
  padding-top: 194px;
}

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

h1 {
  max-width: 610px;
  margin-bottom: 28px;
  font: 900 clamp(3rem, 5vw, 5.15rem) / 1.03 "Merriweather", Georgia, serif;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.hero-content p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.45vw, 1.23rem);
  line-height: 1.45;
}

.hero-button {
  margin-top: 28px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.83rem;
}

.hero-trust span {
  position: relative;
  padding-left: 18px;
}

.hero-trust span::before {
  position: absolute;
  left: 0;
  content: "•";
  color: var(--gold);
}

.contrast {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--cream);
}

.contrast-panel {
  min-height: 365px;
  padding: 48px max(42px, calc((100vw - 1200px) / 2)) 52px;
}

.today-panel {
  color: var(--white);
  background:
    linear-gradient(102deg, var(--navy-deep) 0%, #102a42 72%, transparent 72.3%),
    var(--cream);
}

.tomorrow-panel {
  padding-left: 112px;
  background:
    radial-gradient(circle at 78% 90%, rgba(36, 85, 125, 0.16), transparent 18rem),
    linear-gradient(120deg, #fffaf0 0%, #eee5d6 100%);
}

.versus-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: #1d3346;
  box-shadow: var(--shadow);
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.section-label {
  margin-bottom: 8px;
  font: 400 1.42rem/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.red-label {
  color: var(--red);
}

.blue-label {
  color: var(--blue);
}

.contrast h3 {
  margin-bottom: 22px;
  font: italic 1.05rem/1.3 "Merriweather", Georgia, serif;
}

.signal-list {
  display: grid;
  gap: 15px;
  max-width: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}

.signal-list li {
  position: relative;
  padding-left: 34px;
}

.signal-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.bad-list li::before {
  content: "×";
  color: var(--red);
  border: 1px solid var(--red);
}

.good-list li::before {
  content: "✓";
  color: var(--blue);
  border: 1px solid var(--blue);
}

.method,
.quiz-section {
  padding: 44px 0 62px;
  background: var(--paper);
}

.section-title {
  display: grid;
  justify-items: center;
  margin-bottom: 42px;
  text-align: center;
}

.section-title h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font: 400 clamp(2.15rem, 4vw, 3rem) / 1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-title span {
  width: 70px;
  height: 4px;
  background: var(--red);
}

.method-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.method-track::before {
  position: absolute;
  top: 56px;
  right: 12%;
  left: 12%;
  height: 1px;
  content: "";
  background: rgba(17, 38, 58, 0.26);
}

.method-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.method-step > span {
  display: grid;
  width: 28px;
  height: 28px;
  margin: -14px 0 12px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--blue);
  font-weight: 900;
}

.method-step h3 {
  margin-bottom: 12px;
  font: 800 0.98rem/1.1 "Manrope", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.method-step p {
  max-width: 220px;
  margin: 0;
  color: #30475b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.icon-circle {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 2px solid rgba(17, 38, 58, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 14px 30px rgba(17, 38, 58, 0.1);
}

.icon-circle::before,
.icon-circle::after {
  position: absolute;
  content: "";
}

.mountain-icon::before {
  width: 54px;
  height: 40px;
  border-right: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  transform: rotate(-45deg);
}

.workflow-icon::before {
  width: 50px;
  height: 42px;
  border: 3px solid var(--blue);
  box-shadow: 0 -18px 0 -8px var(--paper), 0 18px 0 -8px var(--paper);
}

.gear-icon::before {
  width: 48px;
  height: 48px;
  border: 8px dotted var(--blue);
  border-radius: 50%;
}

.door-icon::before {
  width: 42px;
  height: 58px;
  border: 4px solid var(--blue);
  border-left-width: 9px;
}

.why-quiz {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 70px;
  padding: 70px max(42px, calc((100vw - 1200px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 90% 30%, rgba(199, 71, 61, 0.16), transparent 22rem),
    linear-gradient(135deg, var(--navy-deep), #0b2a44);
}

.why-copy h2 {
  max-width: 440px;
  margin-bottom: 24px;
  font: 900 clamp(2.25rem, 4.2vw, 3.9rem) / 1.05 "Merriweather", Georgia, serif;
  letter-spacing: -0.045em;
}

.why-copy h2::after {
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 22px;
  content: "";
  background: var(--red);
}

.why-copy p {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 38px 34px;
  align-content: center;
  min-width: 0;
}

.why-grid article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-width: 0;
}

.why-grid h3 {
  margin-bottom: 8px;
  font: 400 1.45rem/1.05 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-grid p {
  max-width: 250px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.why-icon {
  position: relative;
  display: grid;
  grid-row: 1 / span 2;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.why-grid h3,
.why-grid p {
  grid-column: 2;
}

.why-icon::before,
.why-icon::after {
  position: absolute;
  content: "";
}

.target-icon::before {
  width: 34px;
  height: 34px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px var(--navy-mid);
}

.route-icon::before {
  width: 38px;
  height: 28px;
  border: 3px solid var(--gold);
  border-top: 0;
  border-left: 0;
  transform: rotate(-35deg);
}

.shield-icon::before {
  width: 32px;
  height: 38px;
  border: 3px solid var(--gold);
  border-radius: 16px 16px 20px 20px;
}

.clock-icon::before {
  width: 34px;
  height: 34px;
  border: 3px solid var(--gold);
  border-radius: 50%;
}

.clock-icon::after {
  width: 13px;
  height: 17px;
  border-top: 3px solid var(--gold);
  border-left: 3px solid var(--gold);
  transform: translate(4px, -3px);
}

.diagnostic-shell {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 260px;
  width: min(1110px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(17, 38, 58, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 55px rgba(17, 38, 58, 0.1);
}

.quiz-stepper {
  display: grid;
  gap: 15px;
  align-content: start;
  padding: 30px 26px;
  border-right: 1px solid rgba(17, 38, 58, 0.14);
  background: rgba(255, 255, 255, 0.48);
}

.stepper-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: center;
  color: #83909a;
  font-size: 0.84rem;
  font-weight: 700;
}

.stepper-number {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: #b6bec4;
  font-size: 0.75rem;
}

.stepper-item.is-active {
  color: var(--blue);
}

.stepper-item.is-active .stepper-number,
.stepper-item.is-complete .stepper-number {
  background: var(--blue);
}

.quiz-card {
  padding: 36px 48px 30px;
  background: rgba(255, 255, 255, 0.86);
}

.question-topline {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 800;
}

.question-topline span:first-child {
  font-size: 1.45rem;
}

.quiz-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.question-helper {
  margin-bottom: 24px;
  color: var(--muted);
}

.answer-grid {
  display: grid;
  gap: 12px;
}

.answer-option {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 13px 16px;
  color: var(--ink);
  border: 2px solid rgba(36, 85, 125, 0.44);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.74);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.answer-option::before {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--blue);
  border: 2px solid rgba(36, 85, 125, 0.5);
  border-radius: 4px;
  content: attr(data-icon);
  font-weight: 900;
}

.answer-option:hover,
.answer-option.is-selected {
  border-color: var(--blue);
  background: #edf5fa;
  transform: translateX(2px);
}

.answer-option strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.95rem;
}

.answer-option span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.progress-row {
  display: grid;
  grid-template-columns: 44px 1fr 52px;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
}

.progress-track {
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(17, 38, 58, 0.14);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--red));
  transition: width 220ms ease;
}

.quiz-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.route-panel {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 30px 24px;
  border-left: 1px solid rgba(17, 38, 58, 0.14);
}

.route-panel > p {
  margin-bottom: 10px;
  color: var(--ink);
  font: 800 0.86rem/1.25 "Manrope", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.route-card {
  padding: 17px 17px 17px 54px;
  border: 1px solid;
  border-radius: 4px;
  background: var(--paper);
}

.route-card strong {
  display: block;
  margin-bottom: 4px;
  font: 400 1.25rem/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card span {
  display: block;
  color: #455866;
  font-size: 0.78rem;
  line-height: 1.25;
}

.green-route {
  color: #268043;
  border-color: rgba(38, 128, 67, 0.44);
}

.yellow-route {
  color: #c68716;
  border-color: rgba(198, 135, 22, 0.44);
}

.red-route {
  color: var(--red);
  border-color: rgba(200, 71, 61, 0.44);
}

.result-panel {
  display: grid;
  gap: 18px;
}

.result-panel h3 {
  margin: 0;
  font: 900 clamp(2rem, 4vw, 3.2rem) / 1.05 "Merriweather", Georgia, serif;
  letter-spacing: -0.045em;
}

.result-panel p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.6;
}

.handoff-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.handoff-list li {
  padding: 14px;
  border: 1px solid rgba(17, 38, 58, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.64);
}

.handoff-list span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.handoff-list strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
}

.result-green h3 { color: #268043; }
.result-yellow h3 { color: #b8750f; }
.result-red h3 { color: var(--red); }

.final-cta {
  position: relative;
  display: grid;
  min-height: 340px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(7, 28, 47, 0.12), rgba(4, 17, 29, 0.78)),
    linear-gradient(135deg, #173a56, #061523);
}

.final-mountains {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, transparent 0 45%, rgba(255, 255, 255, 0.7) 45.5% 48%, transparent 48.5%),
    linear-gradient(35deg, transparent 0 46%, rgba(255, 255, 255, 0.64) 46.5% 49%, transparent 49.5%),
    linear-gradient(160deg, transparent 0 34%, rgba(15, 45, 70, 0.95) 34.5% 53%, transparent 53.5%),
    linear-gradient(22deg, transparent 0 35%, rgba(11, 38, 62, 0.92) 35.5% 58%, transparent 58.5%);
  background-size: 52% 100%, 54% 100%, 64% 100%, 68% 100%;
  background-position: left bottom, right bottom, left bottom, right bottom;
  background-repeat: no-repeat;
  opacity: 0.92;
}

.final-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(760px, calc(100% - 48px));
}

.final-content h2 {
  margin-bottom: 28px;
  font: 900 clamp(1.9rem, 4vw, 3rem) / 1.16 "Merriweather", Georgia, serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.final-content p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) repeat(3, 1fr);
  gap: 42px;
  align-items: center;
  padding: 28px max(42px, calc((100vw - 1200px) / 2));
  color: var(--white);
  background: #051522;
}

.footer-logo {
  width: 275px;
  max-width: 100%;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
  font: 400 1.16rem/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.4;
}

@media (max-width: 1040px) {
  .hero {
    min-height: 740px;
  }

  .hero-content {
    width: min(670px, calc(100% - 48px));
  }

  .systems-map {
    opacity: 0.38;
  }

  .contrast,
  .why-quiz,
  .diagnostic-shell,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .today-panel {
    background: var(--navy-deep);
  }

  .tomorrow-panel {
    padding-left: max(42px, calc((100vw - 1200px) / 2));
  }

  .versus-badge {
    top: 50%;
  }

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

  .method-track::before {
    display: none;
  }

  .quiz-stepper,
  .route-panel {
    grid-template-columns: repeat(3, 1fr);
    border: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    right: auto;
    left: 50%;
    width: calc(100vw - 28px);
    padding: 12px 0;
    transform: translateX(-50%);
  }

  .brand-logo {
    width: 150px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding-top: 140px;
  }

  h1 {
    max-width: 92%;
    font-size: clamp(2.28rem, 10.6vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .hero-content p {
    max-width: min(330px, 88vw);
    font-size: 0.98rem;
  }

  .sunrise {
    right: -170px;
    opacity: 0.54;
  }

  .mountain-range,
  .mountain-peak {
    right: -36vw;
    width: 112vw;
    opacity: 0.56;
  }

  .section-title h2 {
    max-width: min(300px, 80vw);
    font-size: clamp(1.5rem, 7.1vw, 1.9rem);
    letter-spacing: 0.055em;
  }

  .freedom-road,
  .systems-map {
    display: none;
  }

  .contrast-panel,
  .why-quiz {
    padding: 44px 24px;
  }

  .versus-badge {
    display: none;
  }

  .method-track,
  .why-grid,
  .handoff-list,
  .quiz-stepper,
  .route-panel {
    grid-template-columns: 1fr;
  }

  .method-track {
    gap: 36px;
  }

  .why-grid article {
    grid-template-columns: 62px 1fr;
  }

  .diagnostic-shell {
    width: calc(100% - 24px);
  }

  .quiz-card {
    padding: 28px 20px;
  }

  .answer-option {
    grid-template-columns: 30px 1fr;
  }

  .quiz-footer {
    gap: 10px;
  }

  .quiz-footer .primary-button,
  .quiz-footer .ghost-button {
    flex: 1;
    padding: 0 14px;
  }

  .site-footer {
    padding: 28px 24px;
  }
}
