:root {
  --blue: #0b5a8f;
  --blue-dark: #164a63;
  --navy: #0b1f33;
  --mist: #eef4f7;
  --cyan: #0c9f98;
  --black: #111827;
  --dark: #24313d;
  --mid: #5d6875;
  --border: #d8dfe5;
  --light: #f6f8f9;
  --white: #ffffff;
  --focus: #ffdd00;
  --container: 1120px;
  --font: "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

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

a {
  color: var(--blue);
}

a:focus,
button:focus,
input:focus {
  outline: 4px solid var(--focus);
  outline-offset: 2px;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 5;
  display: inline-block;
  padding: 8px 12px;
  color: var(--black);
  background: var(--focus);
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  border-top: 5px solid var(--blue-dark);
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-inner {
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--black);
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand .wordmark {
  width: 238px;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 17px;
  font-weight: 700;
}

.site-nav a {
  color: var(--black);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.hero {
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 56px;
  align-items: center;
  min-height: min(610px, calc(74vh - 84px));
  padding: 48px 0 56px;
}

.phase,
.section-kicker,
.pack-label {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(46px, 5.6vw, 76px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 3.9vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-lede,
.body-large {
  max-width: 680px;
  color: var(--dark);
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid #1c3144;
  border-radius: 6px;
  box-shadow: 0 2px 0 #1c3144;
  color: var(--black);
  background: var(--white);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #1c3144;
}

.button:active {
  transform: translateY(2px);
  box-shadow: none;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.button-secondary {
  background: var(--white);
}

.evidence-card,
.proof-item,
.audience-card,
.scope-panel,
.contact-form {
  border: 1px solid #b8c4ce;
  border-radius: 8px;
  background: var(--white);
  box-shadow: none;
}

.evidence-card {
  padding: 22px;
  border-color: #b8c6d0;
}

.pack-top {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.pack-top img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.pack-top h2 {
  margin: 0;
  font-size: 30px;
}

.pack-meta {
  display: grid;
  gap: 0;
  margin: 0;
}

.pack-meta div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.pack-meta dt {
  color: var(--mid);
  font-weight: 700;
}

.pack-meta dd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 700;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 3px #ccefed;
}

.pack-progress {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce5ea;
}

.progress-track span {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.pack-checklist {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  color: var(--dark);
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.pack-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pack-checklist span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--blue);
}

.signature-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 12px 14px;
  color: var(--navy);
  background: var(--mist);
  border: 1px solid #c9d6df;
  border-radius: 6px;
  font-size: 16px;
}

.notice-band {
  border-top: 1px solid #d6e1e7;
  border-bottom: 1px solid #d6e1e7;
  background: var(--mist);
  color: var(--navy);
}

.notice-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
}

.section {
  padding: 64px 0;
  border-bottom: 1px solid var(--border);
}

.section-tint {
  background: var(--light);
}

.section-grid,
.mvp-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.content-list {
  display: grid;
  gap: 24px;
}

.content-list article {
  padding: 22px 0 0;
  border-top: 2px solid var(--blue);
}

.content-list p,
.proof-item p,
.audience-card p,
.signal-list span,
.scope-panel li,
.contact-section p {
  color: var(--dark);
}

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

.proof-item {
  min-height: 190px;
  padding: 22px;
}

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

.audience-card {
  min-height: 190px;
  padding: 24px;
}

.market-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 56px;
  align-items: start;
}

.signal-list {
  display: grid;
  gap: 0;
  border: 1px solid #b8c4ce;
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.signal-list article {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

.signal-list article:last-child {
  border-bottom: 0;
}

.signal-list strong {
  font-size: 21px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #b8c4ce;
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.steps li {
  min-height: 220px;
  padding: 22px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--white);
  background: var(--blue);
  border: 2px solid #1c3144;
  border-radius: 6px;
  font-size: 21px;
  font-weight: 800;
}

.scope-panel {
  padding: 28px;
}

.scope-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.contact-section {
  padding: 68px 0;
  color: var(--navy);
  background: #f3f6f8;
}

.contact-section .section-kicker,
.contact-section p {
  color: var(--navy);
}

.contact-form {
  padding: 28px;
  color: var(--black);
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

input {
  min-width: 0;
  min-height: 52px;
  padding: 10px 12px;
  border: 2px solid #1c3144;
  border-radius: 4px;
  font: inherit;
}

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

.site-footer {
  padding: 26px 0;
  border-top: 5px solid var(--blue);
  background: var(--white);
}

.footer-brand {
  font-size: 22px;
}

.footer-brand img {
  width: 40px;
  height: 40px;
}

.footer-brand .wordmark {
  width: 180px;
  height: auto;
  max-height: 59px;
}

.footer-inner p {
  margin: 0;
  font-weight: 800;
}

@media (max-width: 900px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .site-nav {
    justify-content: flex-start;
  }

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

  .hero-grid,
  .section-grid,
  .market-grid,
  .audience-grid,
  .mvp-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-grid {
    min-height: auto;
    padding: 48px 0 56px;
  }

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

@media (max-width: 620px) {
  body {
    font-size: 17px;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand {
    font-size: 24px;
  }

  .brand .wordmark {
    width: 196px;
  }

  .site-nav {
    gap: 12px 16px;
    font-size: 16px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-lede,
  .body-large {
    font-size: 20px;
  }

  .hero-actions,
  .button,
  .form-row {
    width: 100%;
  }

  .form-row,
  .proof-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .pack-meta div {
    grid-template-columns: 92px 1fr;
    gap: 10px;
  }

  .evidence-card {
    padding: 20px;
  }

  .pack-top h2 {
    font-size: 28px;
  }

  .pack-top img {
    width: 56px;
    height: 56px;
  }

  .signature-strip,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .section,
  .contact-section {
    padding: 48px 0;
  }
}

@media (max-width: 420px) {
  .site-nav {
    gap: 10px 12px;
  }

  h1 {
    font-size: 40px;
  }

  .evidence-card,
  .proof-item,
  .audience-card,
  .scope-panel,
  .contact-form {
    box-shadow: none;
  }

  .pack-top {
    align-items: flex-start;
  }
}
