:root {
  --navy: #071927;
  --navy-2: #0d2b41;
  --ink: #182838;
  --paper: #fbf9f3;
  --cream: #f0eadc;
  --white: #ffffff;
  --gold: #c5a34e;
  --gold-light: #e4cd8e;
  --red: #c72c3e;
  --green: #25765a;
  --muted: #687684;
  --line: #dbd2be;
  --radius: 18px;
  --shadow: 0 28px 80px rgba(4, 16, 28, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 5%, rgba(197, 163, 78, .12), transparent 28rem),
    var(--navy);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.display {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: .94;
}
.eyebrow {
  color: var(--red);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.shell { margin: 28px auto; max-width: 1240px; padding: 0 22px; }
.brief {
  background: var(--paper);
  border: 1px solid rgba(197, 163, 78, .45);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.masthead {
  align-items: center;
  background: var(--paper);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px 32px;
}
.brand img { height: 43px; width: auto; }
.version-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}
.version-nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #66727e;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.version-nav a:hover,
.version-nav a.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.hero {
  background: var(--navy);
  color: var(--white);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 560px;
}
.hero-copy {
  align-self: center;
  padding: 62px 56px;
  position: relative;
  z-index: 1;
}
.hero .eyebrow { color: var(--gold-light); }
.hero h1 {
  font-size: clamp(4rem, 7vw, 7rem);
  margin: 15px 0 21px;
  max-width: 9ch;
}
.hero h1 span { color: var(--gold-light); }
.hero .lead {
  color: #dbe4eb;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.23rem);
  font-style: italic;
  margin: 0;
  max-width: 600px;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}
.hero-tags span {
  border: 1px solid rgba(228, 205, 142, .35);
  border-radius: 999px;
  color: #ddd4bc;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 8px 11px;
  text-transform: uppercase;
}
.hero-image { min-height: 560px; position: relative; }
.hero-image > img { height: 100%; object-fit: cover; width: 100%; }
.hero-image::after {
  background: linear-gradient(90deg, rgba(7, 25, 39, .25), transparent 38%);
  content: "";
  inset: 0;
  position: absolute;
}
.status-card {
  background: rgba(7, 25, 39, .94);
  border: 1px solid rgba(228, 205, 142, .52);
  border-radius: 14px;
  bottom: 25px;
  color: var(--white);
  left: 25px;
  max-width: 330px;
  padding: 18px 20px;
  position: absolute;
  z-index: 2;
}
.status-card small {
  color: #b5c2cc;
  display: block;
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.status-card strong {
  color: var(--gold-light);
  display: block;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1;
  margin: 8px 0 4px;
}
.status-card p { color: #bfccd5; font-size: .66rem; margin: 0; }
.notice {
  background: #f5e9c9;
  border-bottom: 1px solid #dfd0a9;
  color: #65562f;
  font-size: .67rem;
  padding: 11px 32px;
  text-align: center;
}
.metrics {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.metric { border-right: 1px solid var(--line); padding: 25px 27px; }
.metric:last-child { border-right: 0; }
.metric b {
  color: var(--navy);
  display: block;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 1;
}
.metric p {
  color: var(--muted);
  font-size: .63rem;
  letter-spacing: .06em;
  margin: 8px 0 0;
  max-width: 22ch;
  text-transform: uppercase;
}
.section { padding: 60px 54px; }
.section.alt { background: var(--cream); border-block: 1px solid var(--line); }
.section.dark { background: var(--navy); color: var(--white); }
.section-head {
  display: grid;
  gap: 40px;
  grid-template-columns: .9fr 1.1fr;
  margin-bottom: 31px;
}
.section-head h2 {
  color: var(--navy);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  margin: 8px 0 0;
}
.section.dark .section-head h2 { color: var(--white); }
.section-head > p {
  align-self: end;
  color: var(--muted);
  font-size: .91rem;
  margin: 0;
  max-width: 610px;
}
.section.dark .section-head > p { color: #aebcc7; }
.system-flow {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
.flow-step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  min-height: 190px;
  padding: 22px;
  position: relative;
}
.flow-step::after {
  color: var(--gold);
  content: "→";
  font-size: 1.35rem;
  font-weight: 700;
  position: absolute;
  right: -21px;
  top: 47%;
  z-index: 2;
}
.flow-step:last-child::after { display: none; }
.flow-step small {
  color: var(--red);
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.flow-step h3 {
  color: var(--navy);
  font-size: 1.55rem;
  margin: 14px 0 8px;
}
.flow-step p { color: var(--muted); font-size: .72rem; margin: 0; }
.image-story {
  display: grid;
  gap: 17px;
  grid-template-columns: 1fr 1fr;
}
.image-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 0;
  overflow: hidden;
}
.image-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.image-card.contain img { background: #eee8dc; object-fit: contain; padding: 13px; }
.image-card figcaption { padding: 21px 23px 24px; }
.image-card h3 {
  color: var(--navy);
  font-size: 1.7rem;
  margin: 7px 0 6px;
}
.image-card p { color: var(--muted); font-size: .74rem; margin: 0; }
.track-grid,
.benefit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.track,
.benefit {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 27px;
}
.track.featured { background: var(--navy); color: var(--white); }
.track small,
.benefit small {
  color: var(--red);
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.track.featured small { color: var(--gold-light); }
.track h3,
.benefit h3 {
  color: var(--navy);
  font-size: 1.85rem;
  margin: 9px 0 8px;
}
.track.featured h3 { color: var(--white); }
.track p,
.benefit p { color: var(--muted); font-size: .75rem; margin: 0; }
.track.featured p { color: #bdc9d2; }
.track .amount {
  color: var(--red);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin: 20px 0 8px;
}
.track.featured .amount { color: var(--gold-light); }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #67737f;
  font-size: .57rem;
  font-weight: 700;
  padding: 6px 9px;
  text-transform: uppercase;
}
.track.featured .chips span {
  border-color: rgba(255, 255, 255, .16);
  color: #bdc9d2;
}
.proposal {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.proposal-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  min-height: 70px;
  padding: 0 24px;
}
.proposal-row:first-child { border-top: 0; }
.proposal-row:nth-child(even) { background: #f4efe4; }
.proposal-row b { color: var(--navy); font-size: .74rem; }
.proposal-row span { color: var(--muted); font-size: .72rem; }
.next-steps {
  counter-reset: steps;
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(4, 1fr);
}
.next-step {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  color: #c3ced6;
  font-size: .72rem;
  padding: 21px;
}
.next-step::before {
  color: var(--gold-light);
  content: "0" counter(steps);
  counter-increment: steps;
  display: block;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 13px;
}
.cta-band {
  align-items: center;
  background: #06131e;
  border-top: 1px solid rgba(197, 163, 78, .3);
  color: var(--white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 31px 54px;
}
.cta-band h2 { font-size: 2rem; margin: 0 0 5px; }
.cta-band p { color: #aebcc7; font-size: .72rem; margin: 0; }
.actions { display: flex; flex-wrap: wrap; gap: 9px; }
.button {
  border: 1px solid var(--gold);
  border-radius: 7px;
  color: var(--gold-light);
  cursor: pointer;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 10px 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.button.primary { background: var(--red); border-color: var(--red); color: var(--white); }
.disclosure {
  background: #040d15;
  color: #74838f;
  font-size: .58rem;
  line-height: 1.6;
  padding: 15px 54px 18px;
}

@media (max-width: 920px) {
  .hero,
  .section-head { grid-template-columns: 1fr; }
  .hero-image { min-height: 470px; }
  .system-flow,
  .next-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .shell { margin: 0; padding: 0; }
  .brief { border: 0; border-radius: 0; }
  .masthead { align-items: flex-start; flex-direction: column; padding: 13px 18px; }
  .brand img { height: 35px; }
  .version-nav { justify-content: flex-start; }
  .hero-copy { padding: 46px 22px; }
  .hero h1 { font-size: 4rem; }
  .hero-image { min-height: 410px; }
  .status-card { bottom: 17px; left: 17px; right: 17px; }
  .notice { padding-inline: 20px; }
  .metrics,
  .system-flow,
  .image-story,
  .track-grid,
  .benefit-grid,
  .next-steps { grid-template-columns: 1fr; }
  .metric { border-bottom: 1px solid var(--line); border-right: 0; }
  .section,
  .cta-band,
  .disclosure { padding-left: 22px; padding-right: 22px; }
  .flow-step::after {
    bottom: -25px;
    right: 48%;
    top: auto;
    transform: rotate(90deg);
  }
  .proposal-row { gap: 7px; grid-template-columns: 1fr; padding-block: 14px; }
  .cta-band { align-items: flex-start; flex-direction: column; }
}

@media print {
  @page { margin: .35in; size: letter portrait; }
  body { background: #fff; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .shell { margin: 0; max-width: none; padding: 0; }
  .brief { border: 0; border-radius: 0; box-shadow: none; }
  .version-nav,
  .actions { display: none; }
  .hero,
  .metrics,
  .flow-step,
  .image-card,
  .track,
  .benefit,
  .proposal,
  .next-step { break-inside: avoid; }
}
