:root {
  --navy-950: #09111f;
  --navy-900: #101829;
  --navy-850: #152037;
  --navy-800: #1a2842;
  --navy-700: #263958;
  --blue-500: #4fb8ff;
  --blue-400: #7dccff;
  --blue-100: #e8f6ff;
  --ink: #152035;
  --muted: #667085;
  --muted-dark: #9aa8bd;
  --line: #dce3ec;
  --line-dark: rgba(255, 255, 255, 0.12);
  --paper: #ffffff;
  --off-white: #f6f8fb;
  --soft-blue: #eef7fc;
  --success: #167a55;
  --error: #b42318;
  --shadow-sm: 0 8px 22px rgba(15, 24, 41, 0.08);
  --shadow-md: 0 20px 50px rgba(15, 24, 41, 0.12);
  --shadow-lg: 0 34px 90px rgba(3, 9, 20, 0.28);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-height: 82px;
}

/* Version 5.6 applicant camera and supporting-document uploads. */
.supporting-documents-card { margin-top:12px; padding:18px; border:1px solid var(--line); border-radius:14px; background:#f8fafc; }
.supporting-documents-card h3 { margin:0 0 6px; font-size:1.02rem; }
.supporting-documents-card h3 span { color:var(--muted); font-size:.74rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.supporting-documents-card>p { margin:.35rem 0 12px; color:var(--muted); }
.supporting-documents-card>label { display:block; margin-bottom:6px; font-weight:800; }
.supporting-documents-card select { width:min(420px,100%); }
.supporting-upload-actions { display:flex; flex-wrap:wrap; gap:10px; margin:13px 0; }
.supporting-upload-actions .button { min-height:44px; cursor:pointer; }
.supporting-file-list { display:grid; gap:8px; list-style:none; margin:10px 0; padding:0; }
.supporting-file-list li { display:flex; justify-content:space-between; align-items:center; gap:10px; padding:10px 12px; border:1px solid var(--line); border-radius:10px; background:#fff; }
.supporting-file-list li span { min-width:0; overflow-wrap:anywhere; }
.supporting-file-list li button { flex:0 0 auto; min-width:36px; min-height:36px; border:1px solid #e2aaa5; border-radius:8px; background:#fff; color:#9f3129; font-size:1.2rem; cursor:pointer; }
.supporting-file-empty { color:var(--muted); }
.sensitive-upload-warning { margin-top:14px!important; padding:12px; border:1px solid #efcf87; border-radius:10px; background:#fff8e7; color:#6f4b00!important; font-size:.82rem; }
@media(max-width:620px) { .supporting-upload-actions { display:grid; } .supporting-upload-actions .button { width:100%; justify-content:center; } }

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

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

h1,
h2,
h3 {
  color: inherit;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 7vw, 6.5rem);
  font-weight: 700;
}

h1 em {
  color: var(--blue-400);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4.4vw, 4.45rem);
  font-weight: 700;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

::selection {
  color: var(--navy-950);
  background: var(--blue-400);
}

:focus-visible {
  outline: 3px solid var(--blue-500);
  outline-offset: 3px;
}

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

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--navy-950);
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.section {
  position: relative;
  padding: 120px 0;
}

.section-dark {
  color: var(--paper);
  background: var(--navy-900);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 23px;
  color: var(--blue-400);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.eyebrow-dark {
  color: #1678b5;
}

.section-heading {
  margin-bottom: 52px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.split-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.split-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.08rem;
}

.centered {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button svg,
.text-link svg,
.service-card a svg {
  width: 19px;
  height: 19px;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--navy-950);
  background: var(--paper);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.button-primary:hover {
  background: var(--blue-100);
}

.button-secondary {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.28);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
}

.button-dark {
  color: var(--paper);
  background: var(--navy-900);
}

.button-dark:hover {
  background: var(--navy-800);
  box-shadow: var(--shadow-sm);
}

.button-form {
  color: var(--paper);
  background: var(--navy-900);
  border-radius: 12px;
}

.button-form:hover {
  background: var(--navy-800);
  box-shadow: var(--shadow-sm);
}

.button-form[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.button-ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
  border-radius: 12px;
}

.button-ghost:hover {
  background: var(--off-white);
}

.button-full {
  width: 100%;
  margin-top: 8px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy-900);
  font-weight: 760;
}

.text-link:hover {
  color: #1678b5;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  color: var(--paper);
  border-bottom: 1px solid transparent;
  transition: height 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  height: 72px;
  background: rgba(9, 17, 31, 0.94);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 126px;
  height: auto;
  border-radius: 3px;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 0.9rem;
  font-weight: 650;
}

.primary-nav > a:not(.nav-cta) {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
}

.primary-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue-400);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav > a:not(.nav-cta):hover {
  color: var(--paper);
}

.primary-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 10px 18px;
  color: var(--navy-950);
  background: var(--paper);
  border-radius: 999px;
}

.nav-cta:hover {
  background: var(--blue-100);
}

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle svg {
  width: 23px;
  height: 23px;
}

.menu-toggle .close-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .close-icon {
  display: block;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 178px 0 135px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(79, 184, 255, 0.04), transparent 38%),
    radial-gradient(circle at 82% 38%, rgba(48, 144, 215, 0.14), transparent 35%),
    var(--navy-900);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  top: 90px;
  left: -180px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(79, 184, 255, 0.13), transparent 70%);
}

.hero-glow-two {
  right: -190px;
  bottom: 20px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(126, 204, 255, 0.11), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  gap: 82px;
  align-items: center;
}

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

.hero-lede {
  max-width: 620px;
  margin-bottom: 34px;
  color: #b8c4d5;
  font-size: clamp(1.08rem, 1.9vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding: 0;
  margin: 0;
  color: #b5c0d0;
  font-size: 0.85rem;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-points svg {
  width: 16px;
  height: 16px;
  color: var(--blue-400);
}

.hero-visual {
  position: relative;
  min-height: 515px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.talent-board {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  box-shadow: var(--shadow-lg);
  transform: rotate(1.2deg);
}

.talent-board::before {
  position: absolute;
  z-index: -1;
  inset: 12px -16px -16px 16px;
  content: "";
  border: 1px solid rgba(125, 204, 255, 0.22);
  border-radius: 27px;
  background: rgba(24, 40, 66, 0.7);
}

.board-header,
.candidate-head,
.board-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.board-header {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.board-header > div {
  display: grid;
  gap: 3px;
}

.board-kicker,
.board-header small,
.role-card small,
.candidate-head small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.board-header strong {
  font-size: 1.08rem;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: var(--success);
  background: #eaf8f1;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 760;
}

.status-dot i {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(22, 122, 85, 0.1);
}

.role-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  padding: 20px;
  margin-top: 22px;
  background: var(--off-white);
  border: 1px solid #e7ebf1;
  border-radius: 16px;
}

.role-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: var(--navy-900);
  border-radius: 13px;
}

.role-icon svg {
  width: 23px;
  height: 23px;
}

.role-card > div {
  display: grid;
}

.role-card strong {
  margin: 2px 0 3px;
}

.role-card span:not(.role-icon) {
  color: var(--muted);
  font-size: 0.82rem;
}

.match-line {
  position: relative;
  width: 2px;
  height: 36px;
  margin: 0 auto;
  background: linear-gradient(var(--line), var(--blue-500));
}

.match-line::before,
.match-line::after {
  position: absolute;
  left: 50%;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: 50%;
  transform: translateX(-50%);
}

.match-line::before {
  top: -2px;
}

.match-line::after {
  bottom: -2px;
  border-color: var(--blue-500);
}

.candidate-card {
  padding: 20px;
  background: #f2f9fd;
  border: 1px solid #cae8f8;
  border-radius: 16px;
}

.candidate-head {
  justify-content: flex-start;
}

.avatar {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: linear-gradient(145deg, var(--navy-800), #2b5277);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.candidate-head > div {
  display: grid;
  margin-right: auto;
}

.candidate-head strong {
  margin-top: 2px;
}

.match-badge {
  padding: 7px 10px;
  color: #12608f;
  background: var(--paper);
  border: 1px solid #b9dff4;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.signal-list span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  color: #3f5d72;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
}

.signal-list svg {
  width: 14px;
  height: 14px;
  color: var(--success);
}

.board-footer {
  padding-top: 20px;
  margin-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
}

.board-footer span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.board-footer svg {
  width: 16px;
  height: 16px;
  color: var(--success);
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  color: var(--paper);
  background: rgba(22, 35, 57, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 700;
}

.floating-card svg {
  width: 20px;
  height: 20px;
  color: var(--blue-400);
}

.floating-card-one {
  top: 35px;
  right: -8px;
  transform: rotate(3deg);
}

.floating-card-two {
  bottom: 24px;
  left: -34px;
  transform: rotate(-4deg);
}

.hero-edge {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 70px;
  background: var(--paper);
  clip-path: polygon(0 68%, 100% 0, 100% 100%, 0 100%);
}

.services-section {
  padding-top: 100px;
}

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

.service-card {
  position: relative;
  min-height: 350px;
  padding: 34px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 30px rgba(15, 24, 41, 0.045);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.service-card::after {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 150px;
  height: 150px;
  content: "";
  background: radial-gradient(circle, rgba(79, 184, 255, 0.13), transparent 68%);
  border-radius: 50%;
}

.service-card:hover {
  border-color: #bcdff2;
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.card-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #cbd3dd;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-icon {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  color: var(--paper);
  background: var(--navy-900);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 24, 41, 0.18);
}

.service-icon svg {
  width: 28px;
  height: 28px;
}

.service-card p {
  margin-bottom: 25px;
  color: var(--muted);
}

.service-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 760;
}

.service-card a:hover {
  color: #1678b5;
}

.opportunity-section {
  background: var(--off-white);
}

.opportunity-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  gap: 82px;
  align-items: center;
}

.opportunity-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.05rem;
}

.benefit-stack {
  display: grid;
  gap: 19px;
  margin: 36px 0 35px;
}

.benefit-stack > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.benefit-stack > div > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--navy-900);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 24, 41, 0.06);
}

.benefit-stack svg {
  width: 21px;
  height: 21px;
}

.benefit-stack strong {
  display: block;
  margin-bottom: 2px;
}

.benefit-stack p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.interest-panel {
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.interest-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 4px 20px;
}

.interest-panel-head span {
  font-size: 1.08rem;
  font-weight: 780;
}

.interest-panel-head small {
  color: var(--muted);
}

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

.interest-card {
  display: grid;
  min-height: 150px;
  grid-template-columns: auto 1fr;
  gap: 3px 12px;
  align-content: center;
  padding: 20px;
  text-align: left;
  background: var(--off-white);
  border: 1px solid #e3e8ef;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.interest-card:hover {
  background: #f1f9fd;
  border-color: #b8dff4;
  box-shadow: 0 10px 25px rgba(15, 24, 41, 0.07);
  transform: translateY(-3px);
}

.interest-card > span {
  display: flex;
  width: 38px;
  height: 38px;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: var(--navy-900);
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.interest-card strong {
  align-self: end;
  font-size: 0.9rem;
  line-height: 1.3;
}

.interest-card small {
  align-self: start;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.process-section {
  overflow: hidden;
}

.process-section::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 360px;
  content: "";
  background: radial-gradient(ellipse, rgba(79, 184, 255, 0.08), transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 70px 0 0;
  list-style: none;
}

.process-grid::before {
  position: absolute;
  top: 27px;
  right: 11%;
  left: 11%;
  height: 1px;
  content: "";
  background: var(--line);
}

.process-grid li {
  position: relative;
  padding: 0 28px;
  text-align: center;
}

.process-grid li > span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--paper);
  background: var(--navy-900);
  border: 7px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line), 0 10px 24px rgba(15, 24, 41, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
}

.process-grid h3 {
  margin-bottom: 9px;
  font-size: 1.1rem;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.apply-section {
  color: var(--paper);
  background:
    radial-gradient(circle at 15% 20%, rgba(79, 184, 255, 0.1), transparent 29%),
    var(--navy-900);
}

.apply-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  background-image: linear-gradient(120deg, transparent 44%, rgba(255, 255, 255, 0.04) 44%, rgba(255, 255, 255, 0.04) 45%, transparent 45%);
  background-size: 32px 32px;
}

.apply-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(590px, 1.3fr);
  gap: 80px;
  align-items: start;
}

.apply-intro {
  position: sticky;
  top: 115px;
  padding-top: 10px;
}

.apply-intro h2 {
  font-size: clamp(2.5rem, 4vw, 4.15rem);
}

.apply-intro > p:not(.eyebrow) {
  color: #b7c3d4;
}

.apply-intro > ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 34px 0;
  list-style: none;
}

.apply-intro > ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8e1ec;
  font-size: 0.9rem;
}

.apply-intro > ul svg {
  width: 18px;
  height: 18px;
  color: var(--blue-400);
}

.privacy-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 18px;
  color: #ccd7e5;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.privacy-note svg {
  width: 24px;
  height: 24px;
  color: var(--blue-400);
}

.privacy-note p {
  margin: 0;
  font-size: 0.82rem;
}

.privacy-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--paper);
}

.application-card {
  padding: 34px;
  color: var(--ink);
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.form-progress {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.progress-bar {
  height: 5px;
  overflow: hidden;
  background: #e8edf3;
  border-radius: 999px;
}

.progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--navy-700), var(--blue-500));
  border-radius: inherit;
  transition: width 260ms ease;
}

.form-progress ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
}

.form-progress li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #98a2b3;
  font-size: 0.74rem;
  font-weight: 700;
}

.form-progress li:nth-child(2) {
  justify-content: center;
}

.form-progress li:nth-child(3) {
  justify-content: flex-end;
}

.form-progress li span {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: #eef1f5;
  border-radius: 50%;
  font-size: 0.68rem;
}

.form-progress li.is-active,
.form-progress li.is-complete {
  color: var(--navy-900);
}

.form-progress li.is-active span,
.form-progress li.is-complete span {
  color: var(--paper);
  background: var(--navy-900);
}

.form-step {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.js .form-step:not(.is-active) {
  display: none;
}

.form-step legend {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  color: var(--navy-900);
  font-size: 1.55rem;
  font-weight: 780;
  letter-spacing: -0.025em;
}

.form-step legend span {
  display: block;
  margin-bottom: 3px;
  color: #1678b5;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-step-copy {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-grid {
  display: grid;
  gap: 20px;
}

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

.field {
  min-width: 0;
}

.full-width {
  grid-column: 1 / -1;
}

.field label,
.label-like {
  display: block;
  margin-bottom: 8px;
  color: #344054;
  font-size: 0.82rem;
  font-weight: 720;
}

.field label > span,
.label-like > span,
.compact-consent span > span,
.consent-box label span > span {
  color: var(--error);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #ccd5e0;
  border-radius: 10px;
  outline: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #98a2b3;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: #98a8ba;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #318dc2;
  box-shadow: 0 0 0 4px rgba(79, 184, 255, 0.16);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--error);
  background: #fff8f7;
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 5px;
  color: var(--error);
  font-size: 0.72rem;
}

.field-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.7rem;
}

.field-meta b {
  font-weight: 650;
}

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

.checkbox-grid label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  margin: 0;
  background: var(--off-white);
  border: 1px solid #e1e6ed;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.checkbox-grid label:has(input:checked) {
  background: #edf8fe;
  border-color: #9dd3ef;
}

.checkbox-grid input,
.compact-consent input,
.consent-box input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--navy-900);
}

.checkbox-grid span {
  font-size: 0.78rem;
  line-height: 1.35;
}

.upload-box {
  display: flex !important;
  min-height: 155px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 25px !important;
  color: var(--ink) !important;
  text-align: center;
  background: var(--off-white);
  border: 1.5px dashed #aebccb;
  border-radius: 14px;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.upload-box:hover {
  background: #eff8fd;
  border-color: #4ca8db;
}

.upload-box svg {
  width: 29px;
  height: 29px;
  margin-bottom: 6px;
  color: #1678b5;
}

.upload-box strong {
  font-size: 0.94rem;
}

.upload-box > span:not(.upload-file-name) {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 500;
}

.upload-file-name {
  max-width: 100%;
  margin-top: 7px;
  overflow: hidden;
  color: var(--navy-900) !important;
  font-size: 0.76rem;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
}

.file-input:focus + .field-error,
.upload-box:focus-within {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(79, 184, 255, 0.16);
}

.consent-box {
  padding: 16px;
  margin-top: 20px;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.consent-box label,
.compact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.consent-box label > span,
.compact-consent > span {
  color: #475467;
  font-size: 0.76rem;
  line-height: 1.55;
}

.consent-box input,
.compact-consent input {
  margin-top: 2px;
}

.form-legal {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.form-legal a {
  color: #1678b5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 25px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.form-status {
  min-height: 1px;
  margin-top: 12px;
  color: var(--error);
  font-size: 0.78rem;
  font-weight: 650;
}

.bot-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.no-js .form-progress,
.no-js [data-next-step],
.no-js [data-prev-step] {
  display: none;
}

.no-js .form-step {
  display: block;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.employer-section {
  color: var(--paper);
  background: var(--navy-850);
}

.employer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(540px, 1.2fr);
  gap: 86px;
  align-items: center;
}

.employer-copy > p:not(.eyebrow) {
  max-width: 540px;
  color: #b8c4d5;
  font-size: 1.04rem;
}

.employer-features {
  display: grid;
  gap: 22px;
  margin-top: 38px;
}

.employer-features > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.employer-features svg {
  width: 27px;
  height: 27px;
  color: var(--blue-400);
}

.employer-features span {
  color: #b8c4d5;
  font-size: 0.87rem;
}

.employer-features strong {
  display: block;
  margin-bottom: 2px;
  color: var(--paper);
  font-size: 0.94rem;
}

.employer-form {
  padding: 35px;
  color: var(--ink);
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.form-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.form-title > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: var(--navy-900);
  border-radius: 13px;
}

.form-title svg {
  width: 24px;
  height: 24px;
}

.form-title h3 {
  margin: 0 0 3px;
  font-size: 1.2rem;
}

.form-title p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.compact-consent {
  margin: 20px 0 18px;
}

.about-section {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: 85px;
  align-items: center;
}

.about-brand {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 20% 15%, rgba(79, 184, 255, 0.13), transparent 30%),
    var(--navy-900);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.about-brand::before,
.about-brand::after {
  position: absolute;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.about-brand::before {
  top: -90px;
  right: -70px;
}

.about-brand::after {
  bottom: -110px;
  left: -70px;
}

.about-brand img {
  position: relative;
  z-index: 1;
  width: 290px;
}

.about-brand > span {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  color: #b9c7d8;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.about-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.04rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.values-grid > div {
  padding: 20px;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.values-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy-900);
}

.values-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.faq-section {
  background: var(--off-white);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 85px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 115px;
}

.faq-heading > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: var(--muted);
}

.accordion {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.accordion-item + .accordion-item {
  border-top: 1px solid var(--line);
}

.accordion-item h3 {
  margin: 0;
}

.accordion-item button {
  display: flex;
  width: 100%;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 760;
}

.accordion-item button:hover {
  background: #fafbfc;
}

.accordion-item i {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.accordion-item i::before,
.accordion-item i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1.5px;
  content: "";
  background: var(--navy-900);
  transform: translate(-50%, -50%);
}

.accordion-item i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.accordion-item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-panel {
  padding: 0 24px 23px;
}

.accordion-panel p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  padding: 75px 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(79, 184, 255, 0.12), transparent 30%),
    var(--navy-900);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta-inner > div:first-child > span {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-400);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.final-cta-inner > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.site-footer {
  color: #aebaca;
  background: var(--navy-950);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  padding-top: 75px;
  padding-bottom: 60px;
}

.footer-brand img {
  width: 165px;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 420px;
  margin: 0;
  font-size: 0.88rem;
}

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

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 7px;
  color: var(--paper);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  font-size: 0.84rem;
}

.footer-links a:hover {
  color: var(--paper);
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:last-child {
  text-align: right;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Supporting pages */
.simple-page {
  min-height: 100vh;
  color: var(--paper);
  background: var(--navy-900);
}

.simple-page-header {
  padding: 34px 0;
}

.simple-page-header img {
  width: 145px;
}

.simple-page-main {
  padding: 50px 0 90px;
}

.simple-card {
  max-width: 860px;
  padding: clamp(30px, 6vw, 70px);
  margin: 0 auto;
  color: var(--ink);
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.simple-card .success-icon {
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--paper);
  background: var(--success);
  border-radius: 50%;
}

.simple-card .success-icon svg {
  width: 34px;
  height: 34px;
}

.simple-card h1 {
  margin-bottom: 18px;
  color: var(--navy-900);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.simple-card > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.simple-card .button {
  margin-top: 16px;
}

.privacy-content h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.privacy-content h2 {
  margin-top: 38px;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: 1.45rem;
}

.privacy-content p,
.privacy-content li {
  color: var(--muted);
  font-size: 0.94rem;
}

.privacy-content ul {
  padding-left: 20px;
}

@media (max-width: 1100px) {
  :root {
    --container: 960px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 45px;
  }

  .floating-card-one {
    right: -4px;
  }

  .floating-card-two {
    left: -15px;
  }

  .opportunity-grid,
  .about-grid,
  .employer-grid {
    gap: 52px;
  }

  .apply-shell {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 45px;
  }
}

@media (max-width: 940px) {
  :root {
    --header-height: 72px;
  }

  .section {
    padding: 95px 0;
  }

  .menu-toggle {
    display: flex;
  }

  .no-js .menu-toggle {
    display: none;
  }

  .primary-nav {
    position: fixed;
    z-index: 999;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 72px);
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 18px 20px 30px;
    overflow-y: auto;
    color: var(--paper);
    background: rgba(9, 17, 31, 0.985);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 35px rgba(0, 0, 0, 0.3);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .no-js .primary-nav {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .primary-nav > a:not(.nav-cta),
  .nav-cta {
    padding: 16px 5px;
    color: var(--paper);
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
  }

  .primary-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 10px;
    color: var(--navy-950);
    text-align: center;
    background: var(--paper);
    border: 0;
    border-radius: 10px;
  }

  .hero {
    padding-top: 145px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

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

  .hero-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .split-heading,
  .opportunity-grid,
  .apply-shell,
  .employer-grid,
  .about-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 24px;
  }

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

  .service-card:last-child {
    grid-column: 1 / -1;
    min-height: 300px;
  }

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

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

  .process-grid::before {
    display: none;
  }

  .apply-intro,
  .faq-heading {
    position: static;
  }

  .apply-intro {
    max-width: 760px;
  }

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

  .about-brand {
    min-height: 390px;
  }

  .about-brand img {
    width: 250px;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 76px 0;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .brand img {
    width: 108px;
  }

  .hero {
    min-height: auto;
    padding: 128px 0 115px;
  }

  .hero-actions,
  .final-cta-inner > div:last-child {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .final-cta-inner .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 10px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .talent-board {
    padding: 20px;
    transform: none;
  }

  .board-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-card {
    display: none;
  }

  .service-grid,
  .interest-grid,
  .two-columns,
  .checkbox-grid,
  .values-grid,
  .footer-main,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:last-child {
    min-height: 310px;
    grid-column: auto;
  }

  .interest-panel {
    padding: 18px;
  }

  .interest-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .interest-card {
    min-height: 125px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-grid li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 16px;
    padding: 0;
    text-align: left;
  }

  .process-grid li > span {
    width: 49px;
    height: 49px;
    grid-row: 1 / span 2;
    margin: 0;
  }

  .process-grid h3 {
    align-self: end;
    margin: 0;
  }

  .process-grid p {
    align-self: start;
  }

  .application-card,
  .employer-form {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .form-progress li small {
    display: none;
  }

  .form-progress li:nth-child(2) {
    justify-content: center;
  }

  .form-progress li:nth-child(3) {
    justify-content: flex-end;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .form-actions .button,
  .form-actions > span {
    width: 100%;
  }

  .form-actions > span:empty {
    display: none;
  }

  .checkbox-grid label {
    min-height: 47px;
  }

  .about-brand {
    min-height: 330px;
    padding: 30px;
  }

  .about-brand img {
    width: 230px;
  }

  .footer-main {
    gap: 45px;
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .footer-links {
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 20px 0;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }

  .simple-page-header {
    padding-top: 25px;
  }

  .simple-page-main {
    padding-top: 25px;
  }
}

@media (max-width: 430px) {
  .board-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .candidate-head {
    flex-wrap: wrap;
  }

  .match-badge {
    margin-left: 62px;
  }

  .interest-card {
    grid-template-columns: auto 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Version 4.0 public job board */
.jobs-page{background:#f4f1ea;color:#0d1b2a;min-height:100vh}
.jobs-site-header{align-items:center;background:#0d1b2a;color:#fff;display:grid;gap:1rem;grid-template-columns:1fr auto auto;padding:1rem clamp(1.25rem,4vw,4.5rem);position:sticky;top:0;z-index:20}
.jobs-brand{color:#fff;font-family:var(--font-display,Georgia,serif);font-size:1.2rem;font-weight:800;text-decoration:none}
.jobs-site-header nav,.jobs-languages{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}
.jobs-site-header a{color:#fff;text-decoration:none}
.jobs-site-header a:hover{text-decoration:underline}
.jobs-languages{border-left:1px solid rgba(255,255,255,.3);font-size:.82rem;padding-left:1rem}
.jobs-languages strong{color:#d7ad55}
.jobs-hero{background:linear-gradient(125deg,#0d1b2a,#193550);color:#fff;padding:clamp(4rem,9vw,7rem) clamp(1.25rem,8vw,9rem)}
.jobs-hero>div{max-width:780px}
.jobs-hero h1{font-size:clamp(2.5rem,7vw,5.5rem);letter-spacing:-.045em;line-height:.98;margin:.75rem 0 1.25rem}
.jobs-hero p:last-child{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;max-width:650px}
.jobs-board{margin:auto;max-width:1180px;padding:clamp(3rem,7vw,6rem) clamp(1.25rem,4vw,3rem)}
.jobs-board-heading{align-items:end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}
.jobs-board-heading h2{font-size:clamp(2rem,4vw,3.4rem);margin:.4rem 0 0}
.jobs-board-status{color:#536577;font-weight:700;margin:0;text-align:right}
.jobs-list{display:grid;gap:1.25rem}
.job-listing-card,.jobs-empty{background:#fff;border:1px solid rgba(13,27,42,.12);border-radius:18px;box-shadow:0 12px 38px rgba(13,27,42,.08);padding:clamp(1.4rem,4vw,2.25rem)}
.job-listing-header{align-items:start;display:flex;gap:1rem;justify-content:space-between}
.job-listing-header h2{font-size:clamp(1.55rem,3vw,2.25rem);margin:.3rem 0}
.job-listing-type{color:#6a5431;font-size:.75rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.job-listing-openings{background:#f2e5c5;border-radius:999px;color:#5b4520;font-size:.8rem;padding:.55rem .8rem;white-space:nowrap}
.job-listing-facts{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0 1.35rem}
.job-listing-facts span{background:#eef2f5;border-radius:999px;color:#384b5d;font-size:.86rem;padding:.5rem .75rem}
.job-listing-card section{border-top:1px solid #e3e7ea;margin-top:1.1rem;padding-top:1.1rem}
.job-listing-card section h3{font-size:1rem;margin:0 0 .45rem}
.job-listing-card section p{color:#465767;line-height:1.7;margin:0;white-space:pre-line}
.job-listing-card .job-listing-youth{background:#f7f1e4;border:1px solid #e4cf9d;border-radius:12px;padding:1rem 1.1rem}
.job-listing-card .job-listing-youth h3{color:#664d1c}
.job-listing-card>.button{margin-top:1.4rem}
.jobs-empty{text-align:center}
.jobs-empty p{margin:1rem auto 1.4rem;max-width:620px}
.jobs-error{background:#fff;border-radius:12px;padding:1.25rem}
.jobs-error .button{margin-top:.75rem}
.jobs-footer{align-items:center;background:#08131e;color:#dce4eb;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem clamp(1.25rem,4vw,4.5rem)}
.jobs-footer a{color:#fff}
.selected-job-notice{background:#f3e4bd;border:1px solid #d7ad55;border-radius:12px;color:#3d321f;margin:0 0 1.2rem;padding:1rem 1.15rem}
.selected-job-notice strong{display:block;margin-bottom:.25rem}
@media(max-width:800px){
  .jobs-site-header{grid-template-columns:1fr auto}
  .jobs-site-header nav{display:none}
  .jobs-languages{border-left:0;grid-column:1/-1;padding-left:0}
  .jobs-board-heading,.job-listing-header{align-items:flex-start;flex-direction:column}
  .jobs-board-status{text-align:left}
  .jobs-footer{align-items:flex-start;flex-direction:column}
}

/* Privacy and error pages */
.legal-note {
  padding: 18px 20px;
  margin: 26px 0 34px;
  color: var(--ink) !important;
  background: var(--soft-blue);
  border: 1px solid #cfe8f7;
  border-left: 4px solid #1678b5;
  border-radius: var(--radius-sm);
}

.privacy-content code {
  padding: 2px 6px;
  color: var(--navy-900);
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 5px;
}

.supporting-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.supporting-page-actions .button-ghost {
  color: var(--navy-900);
  border-color: var(--line);
}

.supporting-page-actions .button-ghost:hover {
  color: var(--paper);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.not-found-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.not-found-card .button {
  margin-top: 18px;
}

@media (max-width: 600px) {
  .supporting-page-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .supporting-page-actions .button {
    width: 100%;
  }
}

/* Multilingual public website */
.header-controls {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
}

.header-controls .primary-nav {
  gap: clamp(16px, 2vw, 31px);
}

.language-switcher {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 42px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.language-switcher:hover,
.language-switcher:focus-within {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.language-switcher > svg {
  position: absolute;
  left: 12px;
  width: 17px;
  height: 17px;
  pointer-events: none;
}

.language-switcher::after {
  position: absolute;
  right: 12px;
  width: 7px;
  height: 7px;
  content: "";
  pointer-events: none;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.language-switcher select {
  width: 124px;
  min-height: 40px;
  padding: 8px 30px 8px 36px;
  color: inherit;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: inherit;
  outline: 0;
}

.language-switcher select:focus-visible {
  outline: 3px solid rgba(99, 194, 255, 0.42);
  outline-offset: 3px;
}

.language-switcher option {
  color: var(--navy-950);
  background: var(--paper);
}

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

.simple-header-inner > a {
  display: inline-flex;
}

.submission-reference {
  padding: 14px 16px;
  margin: 24px 0;
  color: var(--navy-900);
  overflow-wrap: anywhere;
  background: var(--soft-blue);
  border: 1px solid var(--blue-100);
  border-radius: 12px;
}

@media (max-width: 1080px) and (min-width: 941px) {
  .header-inner {
    gap: 20px;
  }

  .brand img {
    width: 112px;
  }

  .header-controls {
    gap: 12px;
  }

  .header-controls .primary-nav {
    gap: 15px;
    font-size: 0.82rem;
  }

  .language-switcher select {
    width: 112px;
  }
}

@media (max-width: 940px) {
  .header-controls {
    gap: 10px;
  }

  .language-switcher select {
    width: 118px;
  }

  .primary-nav .language-switcher {
    display: none;
  }
}

@media (max-width: 520px) {
  .header-inner {
    gap: 8px;
  }

  .brand img {
    width: 104px;
  }

  .header-controls {
    gap: 7px;
  }

  .language-switcher > svg {
    left: 10px;
    width: 15px;
    height: 15px;
  }

  .language-switcher select {
    width: 107px;
    padding-right: 25px;
    padding-left: 30px;
    font-size: 0.76rem;
  }

  .language-switcher::after {
    right: 10px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .simple-page-header img {
    width: 112px;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 92px;
  }

  .language-switcher select {
    width: 98px;
    font-size: 0.72rem;
  }
}

/* Version 5.7.1 mobile public-site usability hotfix. */
.mobile-quick-actions {
  display: none;
}

.field-error:empty {
  display: none;
}

@media (max-width: 940px) {
  .primary-nav {
    max-height: calc(100dvh - var(--header-height));
    padding-bottom: max(30px, env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 700px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .hero {
    padding: 112px 0 76px;
  }

  .hero-grid {
    gap: 0;
  }

  .hero-visual,
  .talent-board::before {
    display: none;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .hero-lede,
  .hero-actions {
    margin-bottom: 24px;
  }

  #application-start {
    scroll-margin-top: calc(var(--header-height) + 12px);
  }

  .application-card,
  .employer-form {
    padding: 22px 16px;
  }

  .form-grid {
    gap: 15px;
  }

  .form-progress {
    position: sticky;
    z-index: 8;
    top: calc(var(--header-height) + 4px);
    padding: 12px 16px 14px;
    margin: -8px -16px 22px;
    background: var(--paper);
    border-radius: 14px 14px 0 0;
    box-shadow: 0 8px 16px rgba(15, 24, 41, 0.05);
  }

  .form-progress li,
  .form-progress li:nth-child(2),
  .form-progress li:nth-child(3) {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    text-align: center;
  }

  .form-progress li small {
    display: block;
    font-size: 0.65rem;
    line-height: 1.15;
  }

  .form-step legend {
    font-size: 1.35rem;
  }

  .field input,
  .field select,
  .field textarea,
  .checkbox-grid label {
    min-height: 52px;
  }

  .upload-box {
    min-height: 125px;
    padding: 20px;
  }

  .supporting-documents-card {
    padding: 14px;
  }

  .supporting-file-list li button {
    min-width: 44px;
    min-height: 44px;
  }

  .mobile-quick-actions {
    position: fixed;
    z-index: 900;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 7px;
    background: rgba(9, 17, 31, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 17px;
    box-shadow: 0 18px 44px rgba(3, 9, 20, 0.3);
    backdrop-filter: blur(14px);
  }

  .mobile-quick-actions a {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    color: var(--paper);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 11px;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
  }

  .mobile-quick-actions .mobile-quick-primary {
    color: var(--navy-950);
    background: var(--paper);
    border-color: var(--paper);
  }

  body[data-page="home"] .site-footer {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  body:has(input:focus, select:focus, textarea:focus) .mobile-quick-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }
}

@media (max-width: 520px) {
  .language-switcher,
  .language-switcher select,
  .menu-toggle {
    min-height: 48px;
  }

  .language-switcher select {
    width: 124px;
    font-size: 1rem;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 88px;
  }

  .language-switcher select {
    width: 124px;
    font-size: 1rem;
  }
}
