:root {
  --ink: #17202a;
  --muted: #5f6b78;
  --line: #dbe4ed;
  --soft: #f4f8fb;
  --accent: #0d6b8f;
  --accent-dark: #09485f;
  --warm: #c57b2c;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--white);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  width: 26px;
  height: 26px;
  border: 6px solid var(--accent);
  border-left-color: var(--warm);
  border-radius: 50%;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover {
  color: var(--accent);
}

.nav-cta {
  padding: 9px 13px;
  color: var(--white) !important;
  background: var(--accent);
  border-radius: 4px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: 640px;
  padding: clamp(52px, 7vw, 98px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(115deg, rgba(13, 107, 143, 0.1), rgba(197, 123, 44, 0.08)),
    var(--soft);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}

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

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

.hero-media {
  margin: 0;
}

.hero-media img,
.card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-media img {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(20, 43, 56, 0.18);
}

.intro,
.section,
.footer {
  padding: clamp(52px, 7vw, 84px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 40px;
  align-items: start;
}

.intro p,
.resource-copy p,
.split p {
  color: var(--muted);
  font-size: 17px;
}

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

.stat-grid div {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stat-grid strong,
.stat-grid span {
  display: block;
}

.stat-grid strong {
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 18px;
}

.stat-grid span {
  color: var(--muted);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

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

.card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.card img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background: var(--soft);
}

.card p {
  margin: 0;
  color: var(--muted);
}

.muted {
  background: var(--soft);
}

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

.application-grid a {
  min-height: 86px;
  padding: 22px;
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.application-grid a:hover {
  border-color: var(--accent);
}

.split,
.resource {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: start;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.checklist li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.resource {
  background: #102d3b;
  color: var(--white);
}

.resource .eyebrow {
  color: #8bd4ed;
}

.resource-copy p {
  color: #d9e8ef;
}

.faq details {
  max-width: 920px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
}

.faq details p {
  max-width: 820px;
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: #d9e8ef;
  background: #081d27;
}

.footer p {
  max-width: 620px;
  color: #b8cbd4;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: start;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 920px) {
  .site-header,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero,
  .intro,
  .split,
  .resource {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .card-grid,
  .application-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }
}
