:root {
  --navy-950: #031020;
  --navy-900: #06162d;
  --navy-800: #0a2342;
  --navy-700: #10365d;
  --teal: #12cdb5;
  --lime: #97e516;
  --lime-bright: #b6ff33;
  --white: #f8fbff;
  --mist: #eaf1f6;
  --ink: #102033;
  --steel: #617382;
  --line: #d5e0e8;
  --shadow: 0 20px 60px rgba(0, 10, 25, .17);
  --radius: 22px;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.topbar { background: var(--navy-950); color: #d7e3ec; font-size: .86rem; }
.topbar .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { color: white; text-decoration: none; font-weight: 800; }
header { position: sticky; top: 0; z-index: 20; background: rgba(6,22,45,.97); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(14px); }
nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.brand img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(151,229,22,.7); }
.brand span { display: grid; line-height: 1.05; }
.brand small { margin-top: 5px; color: var(--teal); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.navlinks { display: flex; align-items: center; gap: 22px; }
.navlinks a { color: #e8f0f6; text-decoration: none; font-size: .9rem; font-weight: 800; }
.navlinks a:hover, .navlinks a[aria-current="page"] { color: var(--lime-bright); }
.nav-call { padding: 9px 14px; border: 1px solid rgba(151,229,22,.6); border-radius: 999px; }
.page-hero { position: relative; overflow: hidden; padding: 92px 0 84px; color: white; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -330px; border-radius: 50%; background: radial-gradient(circle, rgba(151,229,22,.24), rgba(18,205,181,.08) 48%, transparent 70%); }
.page-hero .wrap { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--lime-bright); font-size: .8rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(3rem, 7vw, 5.4rem); letter-spacing: -.055em; }
.page-hero .lead { max-width: 760px; margin: 0; color: #c9d7e1; font-size: clamp(1.08rem, 2vw, 1.3rem); }
section { padding-block: 86px; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.logo-panel { padding: 28px; border-radius: 30px; background: var(--navy-900); box-shadow: var(--shadow); }
.logo-panel img { border-radius: 18px; }
.copy h2, .section-head h2 { margin-bottom: 20px; color: var(--navy-900); font-size: clamp(2.2rem, 4vw, 3.5rem); letter-spacing: -.045em; }
.copy p { color: #526777; }
.pullquote { margin: 26px 0; padding: 20px 24px; color: var(--navy-800); border-left: 4px solid var(--lime); background: #eef6f3; font-weight: 850; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.fact { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--mist); }
.fact strong { display: block; color: var(--navy-900); }
.fact span { color: var(--steel); font-size: .88rem; }
.dark-section { color: white; background: var(--navy-900); }
.dark-section h2 { color: white; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.timeline article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.timeline small { color: var(--lime-bright); font-weight: 900; letter-spacing: .12em; }
.timeline h3 { margin: 14px 0 10px; font-size: 1.35rem; }
.timeline p { margin: 0; color: #b8c8d3; font-size: .95rem; }
.section-head { max-width: 790px; margin-bottom: 40px; }
.section-head p { margin: 0; color: var(--steel); }
.job-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.job-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 34px rgba(10,35,66,.06); }
.job-visual { min-height: 250px; padding: 28px; display: flex; align-items: end; color: white; background: linear-gradient(to top, rgba(3,16,32,.96), rgba(3,16,32,.12)), radial-gradient(circle at 72% 22%, rgba(151,229,22,.3), transparent 30%), linear-gradient(135deg, #0e3d5d, #06162d); }
.job-card:nth-child(2) .job-visual { background: linear-gradient(to top, rgba(3,16,32,.96), rgba(3,16,32,.12)), radial-gradient(circle at 20% 20%, rgba(18,205,181,.3), transparent 32%), linear-gradient(135deg, #16506b, #06162d); }
.job-card:nth-child(3) .job-visual { background: linear-gradient(to top, rgba(3,16,32,.96), rgba(3,16,32,.12)), radial-gradient(circle at 75% 15%, rgba(255,255,255,.18), transparent 28%), linear-gradient(135deg, #1b3853, #07182a); }
.job-card:nth-child(4) .job-visual { background: linear-gradient(to top, rgba(3,16,32,.96), rgba(3,16,32,.12)), radial-gradient(circle at 22% 25%, rgba(151,229,22,.22), transparent 30%), linear-gradient(135deg, #113d3c, #06162d); }
.job-visual span { color: var(--lime-bright); font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.job-copy { padding: 26px; }
.job-copy h2 { margin-bottom: 10px; color: var(--navy-900); font-size: 1.45rem; }
.job-copy p { margin: 0; color: var(--steel); }
.proof { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--navy-800); font-size: .9rem; font-weight: 750; }
.proof strong { display: block; margin-top: 7px; color: #087e71; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.cta { padding-top: 0; }
.cta-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 38px; align-items: center; padding: 48px; color: white; border-radius: 30px; background: linear-gradient(125deg, var(--navy-950), var(--navy-700)); box-shadow: var(--shadow); }
.cta-panel h2 { margin-bottom: 12px; font-size: clamp(2.1rem, 4vw, 3.5rem); letter-spacing: -.04em; }
.cta-panel p { margin: 0; color: #c8d6df; }
.actions { display: grid; gap: 10px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 11px; font-weight: 900; text-decoration: none; }
.btn-primary { color: var(--navy-950); background: var(--lime); }
.btn-secondary { color: white; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.05); }
footer { padding: 42px 0 100px; color: #a9bac7; background: var(--navy-950); }
.footer-row { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.footer-name { color: white; font-size: 1.2rem; font-weight: 900; }
.footer-row p { margin: 4px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px; }
.footer-links a { color: white; text-decoration: none; font-weight: 800; }
.mobile-actions { display: none; }
@media (max-width: 850px) {
  .navlinks a:not(.nav-call) { display: none; }
  .split, .cta-panel { grid-template-columns: 1fr; }
  .split { gap: 42px; }
  .logo-panel { width: min(100%, 520px); margin-inline: auto; }
  .timeline { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .topbar .wrap { justify-content: center; min-height: 34px; }
  .topbar span:last-child { display: none; }
  nav { min-height: 68px; }
  .brand img { width: 47px; height: 47px; }
  .brand > span { font-size: .88rem; }
  .navlinks { display: none; }
  .page-hero { padding: 64px 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  section { padding-block: 64px; }
  .facts, .job-grid { grid-template-columns: 1fr; }
  .job-visual { min-height: 210px; }
  .cta-panel { padding: 34px 24px; text-align: center; }
  .footer-row { display: grid; text-align: center; }
  .footer-links { justify-content: center; }
  .mobile-actions { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border-radius: 16px; background: rgba(3,16,32,.96); box-shadow: 0 18px 44px rgba(0,0,0,.3); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
