@import url(https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap);

:root {
  --ink: #17191d;
  --muted: #5d6470;
  --paper: #f6f4ef;
  --panel: #ffffff;
  --navy: #0c1b2d;
  --blue: #173e67;
  --red: #b91628;
  --gold: #f5d90a;
  --line: #d9dde2;
  --shadow: 0 18px 45px rgba(12, 27, 45, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Atkinson Hyperlegible", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background: var(--navy);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 15, 26, 0.95) 0%, rgba(7, 15, 26, 0.82) 42%, rgba(7, 15, 26, 0.24) 72%, rgba(7, 15, 26, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 15, 26, 0.35), rgba(7, 15, 26, 0.08));
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 52px;
}

.hero__mobile-flag,
.hero__mobile-photo {
  display: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #fff;
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

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

h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero__copy {
  max-width: 570px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.45;
}

.hero__actions,
.service-flags,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-flags {
  max-width: 620px;
  margin: 0 0 24px;
}

.service-flags span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 4px solid var(--red);
  border-radius: 4px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 15px 22px;
  font: inherit;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.button--primary {
  background: var(--gold);
  color: #050505;
  box-shadow: 0 5px 0 rgba(185, 22, 40, 0.7);
}

.button--secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.hero__actions .button {
  isolation: isolate;
}

.hero__actions .button--secondary::before {
  content: "";
  position: absolute;
  inset: -55% auto -55% 0;
  z-index: 0;
  width: 38%;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.08) 24%,
      rgba(255, 255, 255, 0.72) 48%,
      rgba(255, 255, 255, 0.22) 62%,
      transparent 100%);
  filter: blur(1px);
  opacity: 0;
  transform: translateX(-160%) skewX(-18deg);
  animation: buttonShine 4.2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  pointer-events: none;
}

.hero__actions .button--primary {
  border: 2px solid #050505;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.62),
    0 6px 0 rgba(185, 22, 40, 0.86),
    0 12px 24px rgba(0, 0, 0, 0.32);
  animation: primaryBottomPulse 3.6s ease-in-out infinite;
}

.button--wide {
  width: 100%;
}

.button--text {
  color: var(--blue);
  background: transparent;
  box-shadow: none;
}

.trust-strip {
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.trust-strip span {
  border-left: 3px solid var(--red);
  padding-left: 10px;
}

.notice-band {
  border-top: 4px solid var(--red);
}

.notice-band {
  background: var(--navy);
  color: #fff;
}

.notice-band p {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.55;
}

.notice-band strong {
  color: #fff;
  font-weight: 700;
}

.confidence-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 40px));
  margin: -1px auto 0;
  border: 1px solid rgba(12, 27, 45, 0.12);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(12, 27, 45, 0.08);
}

.confidence-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 6px 12px;
  align-items: start;
  background: #fff;
  padding: 18px;
}

.confidence-item span {
  grid-row: span 2;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 0 3px rgba(185, 22, 40, 0.12);
}

.confidence-item strong {
  color: var(--ink);
  font-size: 16px;
}

.confidence-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.content-grid,
.benefits {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  padding: 46px 0 26px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: clamp(22px, 3vw, 34px);
}

.panel h2,
.benefits h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.panel p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.mission-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(12, 27, 45, 0.14);
  background:
    linear-gradient(135deg, rgba(12, 27, 45, 0.04), rgba(185, 22, 40, 0.03)),
    #fff;
}

.mission-header p {
  max-width: 520px;
}

.mission-alert {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(12, 27, 45, 0.14);
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
}

.mission-alert__lights {
  position: absolute;
  inset: -12px;
  background:
    linear-gradient(90deg, rgba(210, 25, 45, 0.95) 0 18%, transparent 36% 64%, rgba(39, 104, 190, 0.98) 82% 100%),
    radial-gradient(circle at 20% 50%, rgba(255, 50, 70, 0.9), transparent 30%),
    radial-gradient(circle at 80% 50%, rgba(70, 140, 255, 0.95), transparent 30%);
  filter: blur(8px);
  opacity: 0.85;
  animation: signalPulse 0.9s steps(2, end) infinite;
}

.mission-alert__track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 28px;
  padding: 11px 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: missionTicker 18s linear infinite;
}

.mission-alert__track span {
  position: relative;
}

.mission-alert__track span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(245, 217, 10, 0.8);
}

.mission-route {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.mission-route::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, var(--red), var(--gold), var(--blue));
}

.mission-step {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(12, 27, 45, 0.1);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.mission-step__number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 0 3px rgba(185, 22, 40, 0.18);
}

.mission-step h3 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.15;
}

.mission-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.mission-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  border: 1px solid rgba(23, 62, 103, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}

.mission-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 35, 55, 0.68), transparent 24%),
    radial-gradient(circle at 90% 50%, rgba(58, 130, 255, 0.72), transparent 24%);
  animation: defenseGlow 1.05s steps(2, end) infinite;
}

.mission-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 rgba(185, 22, 40, 0);
  animation: cardSignalRing 1.05s steps(2, end) infinite;
  pointer-events: none;
}

.mission-card>* {
  position: relative;
  z-index: 1;
}

.mission-card__flag {
  position: relative;
  display: inline-flex;
  width: 60px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background:
    repeating-linear-gradient(180deg,
      #b91628 0,
      #b91628 3.4px,
      #fff 3.4px,
      #fff 6.8px);
  color: transparent;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.mission-card__flag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 24px;
  background: #173e67;
}

.mission-card__flag::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    7px 0 #fff,
    14px 0 #fff,
    0 6px #fff,
    7px 6px #fff,
    14px 6px #fff,
    0 12px #fff,
    7px 12px #fff,
    14px 12px #fff;
}

.mission-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.mission-card strong {
  color: #fff;
}

@keyframes missionTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes signalPulse {
  0% {
    opacity: 1;
    transform: translateX(-18%) scaleX(1.05);
  }

  50% {
    opacity: 1;
    transform: translateX(18%) scaleX(1.05);
  }

  100% {
    opacity: 1;
    transform: translateX(-18%) scaleX(1.05);
  }
}

@keyframes defenseGlow {
  0% {
    opacity: 0.92;
    transform: translateX(-12%);
  }

  50% {
    opacity: 0.92;
    transform: translateX(12%);
  }

  100% {
    opacity: 0.92;
    transform: translateX(-12%);
  }
}

@keyframes cardSignalRing {
  0% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.1),
      0 0 20px rgba(210, 25, 45, 0.55);
  }

  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.1),
      0 0 20px rgba(58, 130, 255, 0.6);
  }

  100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.1),
      0 0 20px rgba(210, 25, 45, 0.55);
  }
}

@keyframes buttonShine {
  0% {
    opacity: 0;
    transform: translateX(-160%) skewX(-18deg);
  }

  12% {
    opacity: 0.95;
  }

  34% {
    opacity: 0.55;
    transform: translateX(210%) skewX(-18deg);
  }

  44%,
  100% {
    opacity: 0;
    transform: translateX(210%) skewX(-18deg);
  }
}

@keyframes primaryBottomPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 2px rgba(255, 255, 255, 0.62),
      0 5px 0 rgba(185, 22, 40, 0.48),
      0 16px 30px rgba(185, 22, 40, 0),
      0 12px 24px rgba(0, 0, 0, 0.32);
  }

  50% {
    box-shadow:
      inset 0 0 0 2px rgba(255, 255, 255, 0.62),
      0 9px 0 rgba(185, 22, 40, 1),
      0 18px 34px rgba(185, 22, 40, 0.42),
      0 12px 24px rgba(0, 0, 0, 0.32);
  }
}

.steps-panel {
  min-height: 520px;
}

.progress {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(12, 27, 45, 0.12);
  margin: 6px 0 24px;
}

.progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--red) 0%, #d3312f 42%, var(--gold) 100%);
  box-shadow: 0 0 12px rgba(185, 22, 40, 0.24);
  transform: scaleX(0.3333);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

.quiz-feedback {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid rgba(185, 22, 40, 0.18);
  border-radius: 8px;
  margin: -8px 0 22px;
  padding: 13px 14px;
  background: #fff9e7;
  color: #3a3440;
  font-size: 15px;
  line-height: 1.45;
}

.quiz-feedback::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(185, 22, 40, 0.12);
}

.quiz-step {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step.is-active {
  display: block;
}

legend {
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.12;
}

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

.option-grid [data-answer],
select {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8ced6;
  border-radius: 5px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 18px;
  text-align: center;
}

.option-grid [data-answer] {
  border-bottom: 3px solid #149143;
  background: #38bf6b;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.option-grid [data-answer]:hover,
.option-grid [data-answer]:focus-visible {
  border-color: #149143;
  border-bottom-color: #0f7836;
  background: #2fab5f;
  outline: none;
}

.select-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 700;
}

select {
  margin-bottom: 14px;
  padding: 0 14px;
}

.quiz-result[hidden] {
  display: none;
}

.quiz-result h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.benefits {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 26px;
  padding: 18px 0 60px;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.benefit-list article {
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.benefit-list h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.benefit-list p {
  color: var(--muted);
  line-height: 1.5;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 34px 20px 44px;
  background: #fff;
  text-align: center;
}

.footer img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer p {
  max-width: 860px;
  margin: 0;
  color: #757b84;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 820px) {
  html {
    scroll-snap-type: y mandatory;
  }

  .hero,
  .notice-band,
  .content-grid,
  .content-grid>.panel,
  .footer {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .hero {
    min-height: auto;
    align-items: start;
  }

  .hero__media {
    display: none;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(7, 15, 26, 0.98), rgba(12, 27, 45, 0.94));
  }

  .hero__content {
    width: min(560px, calc(100% - 28px));
    padding: 10px 0 24px;
  }

  .hero__mobile-flag {
    display: block;
    width: calc(100% + 28px);
    max-width: none;
    height: 58px;
    margin: -10px -14px 18px;
    object-fit: cover;
    object-position: center;
    border-bottom: 3px solid var(--red);
  }

  .hero__mobile-photo {
    display: block;
    width: 100%;
    aspect-ratio: 13 / 9;
    margin: 14px 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    object-fit: cover;
    object-position: right center;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
  }

  h1 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.02;
  }

  .hero__copy {
    display: none;
  }

  .service-flags {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    max-width: 100%;
    margin-bottom: 14px;
  }

  .service-flags span {
    min-width: 0;
    padding: 8px 6px;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
  }

  .service-flags span::after {
    content: attr(data-short);
    font-size: 11px;
    line-height: 1;
  }

  .hero__actions {
    flex-direction: column;
    gap: 14px;
    margin: 42px 0 42px;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 58px;
    border-radius: 6px;
    padding: 16px 18px;
    font-size: 18px;
    line-height: 1.2;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.28);
  }

  .hero__actions .button--primary {
    box-shadow:
      inset 0 0 0 2px rgba(255, 255, 255, 0.62),
      0 6px 0 rgba(185, 22, 40, 0.86),
      0 12px 24px rgba(0, 0, 0, 0.32);
  }

  .hero__actions .button--secondary {
    border: 2px solid rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.22), 0 12px 22px rgba(0, 0, 0, 0.24);
  }

  .trust-strip {
    margin-top: 24px;
  }

  .notice-band p {
    width: min(620px, calc(100% - 28px));
    padding: 20px 0;
    font-size: clamp(20px, 5.3vw, 22px);
    line-height: 1.5;
  }

  .confidence-band {
    width: min(620px, calc(100% - 28px));
    grid-template-columns: 1fr;
    margin-top: 14px;
    border-top: 1px solid rgba(12, 27, 45, 0.12);
    border-radius: 8px;
  }

  .confidence-item {
    padding: 16px;
  }

  .content-grid,
  .benefits {
    width: min(620px, calc(100% - 28px));
    grid-template-columns: 1fr;
  }

  .content-grid {
    padding-top: 26px;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .panel {
    padding: 22px 16px;
  }

  .mission-panel::before {
    margin: -22px 0 22px;
  }

  .mission-step {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .mission-step__number {
    width: 44px;
    height: 44px;
  }

  .mission-route::before {
    left: 21px;
  }

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

  .mission-alert__track {
    gap: 22px;
    font-size: 11px;
    animation-duration: 15s;
  }

  .option-grid [data-answer] {
    min-height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .mission-alert__lights,
  .mission-alert__track,
  .mission-card::before,
  .hero__actions .button--secondary::before,
  .hero__actions .button--primary {
    animation: none;
  }
}
