
:root {
  --navy: #12304a;
  --blue: #1c4c70;
  --orange: #ef7b32;
  --ink: #17222c;
  --muted: #5f6c76;
  --line: #dce3e8;
  --soft: #f3f6f8;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 40px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--orange);
  color: white;
  font-size: 25px;
  font-weight: 800;
}
.brand strong { display: block; font-size: 22px; line-height: 1; letter-spacing: 1px; }
.brand small { display: block; margin-top: 3px; font-size: 9px; font-weight: 700; letter-spacing: 1.15px; }
nav { display: flex; align-items: center; gap: 30px; font-weight: 700; font-size: 14px; }
nav a:hover { color: var(--orange); }
.nav-button { padding: 11px 18px; background: var(--orange); color: white !important; }

.hero { padding: 86px 0 80px; background: linear-gradient(105deg, #f4f7f9 0%, #fff 64%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 76px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 2px; }
h1 { margin: 0; color: var(--navy); font-size: clamp(48px, 6vw, 74px); line-height: 1.02; letter-spacing: -2.5px; }
.hero-copy { max-width: 650px; margin: 25px 0 30px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; font-weight: 800; }
.primary { background: var(--orange); color: white; }
.secondary { border: 2px solid var(--navy); color: var(--navy); }
.button:hover { transform: translateY(-1px); }
.quick-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 29px; color: var(--blue); font-size: 13px; font-weight: 700; }

.hero-card { padding: 35px; background: var(--navy); color: white; box-shadow: 18px 18px 0 #dce4e9; }
.card-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 20px; background: var(--orange); font-size: 23px; font-weight: 900; }
.hero-card h2 { margin: 0 0 5px; font-size: 28px; }
.hero-card p { margin: 0; color: #c9d5dd; }
.hero-card ul { margin: 23px 0; padding: 0; list-style: none; border-top: 1px solid #36546b; }
.hero-card li { padding: 10px 0; border-bottom: 1px solid #36546b; }
.hero-card a { color: #ff9a59; font-weight: 800; }
.hero-card a span, .job-row a span { margin-left: 6px; }

.section { padding: 82px 0; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 48px); line-height: 1.15; letter-spacing: -1px; }
.section-intro { max-width: 740px; margin: 18px 0 35px; color: var(--muted); font-size: 17px; }
.job-list { border-top: 2px solid var(--navy); }
.job-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 20px; align-items: center; padding: 23px 4px; border-bottom: 1px solid var(--line); }
.job-number { color: var(--orange); font-size: 13px; font-weight: 800; }
.job-row h3 { margin: 0; color: var(--navy); font-size: 20px; }
.job-row p { margin: 3px 0 0; color: var(--muted); }
.job-row a { color: var(--blue); font-size: 14px; font-weight: 800; }

.soft { background: var(--soft); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.steps article { padding: 30px; background: white; border-top: 4px solid var(--orange); }
.steps article > span { display: grid; width: 38px; height: 38px; place-items: center; background: var(--navy); color: white; font-weight: 800; }
.steps h3 { margin: 20px 0 8px; color: var(--navy); font-size: 20px; }
.steps p { margin: 0; color: var(--muted); }

.apply-section { background: var(--blue); color: white; }
.apply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.eyebrow.light { color: #ffad78; }
.apply-section h2 { color: white; }
.apply-section p { max-width: 560px; color: #d7e2e9; font-size: 17px; }
.white { margin-top: 15px; background: white; color: var(--navy); }
.email-line { font-size: 14px !important; font-weight: 700; }
.checklist { padding: 32px; background: white; color: var(--ink); }
.checklist h3 { margin: 0 0 18px; color: var(--navy); font-size: 22px; }
.checklist ul { margin: 0; padding: 0; list-style: none; }
.checklist li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.checklist li:last-child { border: 0; }
.checklist span { margin-right: 9px; color: var(--orange); font-weight: 900; }

footer { padding: 30px 0; background: #0d2334; color: #bfccd5; font-size: 13px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: 20px; }
.footer-brand strong { font-size: 18px; }
.footer-brand small { font-size: 8px; }

@media (max-width: 800px) {
  nav > a:not(.nav-button) { display: none; }
  .hero { padding: 58px 0 64px; }
  .hero-grid, .apply-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-card { box-shadow: 10px 10px 0 #dce4e9; }
  .steps { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 16px; }
}

@media (max-width: 560px) {
  .shell, .narrow { width: min(100% - 28px, 1120px); }
  .nav { height: 70px; }
  .brand strong { font-size: 19px; }
  .brand small { max-width: 150px; font-size: 8px; }
  .nav-button { padding: 9px 12px; }
  h1 { font-size: 46px; letter-spacing: -1.5px; }
  .hero-copy { font-size: 17px; }
  .button { width: 100%; }
  .quick-points { flex-direction: column; gap: 7px; }
  .job-row { grid-template-columns: 37px 1fr; gap: 10px; }
  .job-row a { grid-column: 2; }
  .section { padding: 62px 0; }
  .checklist, .steps article { padding: 24px; }
}
