:root {
  --navy: #082552;
  --navy-dark: #041735;
  --navy-soft: #102f5f;
  --gold: #dbc078;
  --gold-deep: #c7ae6a;
  --cream: #fff4d6;
  --text: #fff8e8;
  --muted: rgba(255, 248, 232, 0.78);
  --line: rgba(219, 192, 120, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--navy);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(22px, 5vw, 76px);
  background: var(--navy);
  border-bottom: 1px solid var(--line);
}

.brand img {
  display: block;
  width: min(275px, 48vw);
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 248, 232, 0.72);
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--gold);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: calc(100vh - 112px);
  padding: clamp(50px, 7vw, 92px) clamp(22px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(4, 23, 53, 0.96), rgba(8, 37, 82, 0.84)),
    radial-gradient(circle at 82% 20%, rgba(219, 192, 120, 0.16), transparent 30%);
}

.hero-main {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 980px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 5.1vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

.lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.7vw, 1.26rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: #081a37;
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--cream);
}

.hero-panel {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.06);
}

.panel-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel h2,
.section-title h2,
.document-band h2,
.tier-copy h2 {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.04;
}

.hero-panel p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.path,
.document-band,
.tiers {
  padding: clamp(56px, 8vw, 92px) clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.section-title {
  max-width: 760px;
  margin-bottom: 30px;
}

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

.path-grid article {
  min-height: 235px;
  padding: 24px;
  border-top: 5px solid var(--gold);
  background: rgba(255, 248, 232, 0.055);
}

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.path-grid span {
  color: var(--gold);
  font-weight: 800;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(219, 192, 120, 0.08);
  color: var(--gold);
}

.step-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h3 {
  margin: 18px 0 10px;
  color: var(--cream);
  font-size: 1.22rem;
}

.path-grid p,
.document-band p,
.tier-copy p,
.tier-list p,
.footer p {
  margin: 0;
  color: var(--muted);
}

.document-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background: var(--navy-dark);
}

.document-band p {
  font-size: 1.14rem;
}

.tiers {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.tier-copy p {
  margin-top: 20px;
  max-width: 680px;
}

.tier-list {
  display: grid;
  gap: 14px;
}

.tier-list p {
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 248, 232, 0.055);
}

.tier-list strong {
  color: var(--cream);
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: #061d42;
}

.footer-title {
  color: var(--cream);
  font-weight: 800;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 24px;
}

.contact-links a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 920px) {
  .hero,
  .document-band,
  .tiers {
    grid-template-columns: 1fr;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-grid article {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header,
  .footer {
    display: block;
  }

  .nav {
    margin-top: 14px;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
  }

  h1 {
    font-size: 2.85rem;
  }

  .button {
    width: 100%;
  }

  .contact-links {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
