:root {
  --career-blue: #0b43b3;
  --career-navy: #123d9c;
  --career-text: #061735;
  --career-muted: #071936;
  --career-gold: #f3d21b;
  --career-line: #d9e4f2;
  --career-shadow: 0 12px 28px rgba(13, 49, 100, 0.04);
}

.page-career,
.page-career .page-body {
  background: #ffffff;
}

.page-career .page-body {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.career-modal-open {
  overflow: hidden;
}

.career-page-shell {
  width: min(1190px, calc(100% - 5.6rem));
  margin: 0 auto;
  padding: 2.1rem 0 1.1rem;
  color: var(--career-text);
}

.career-page-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 1.4rem;
}

.career-page-head h1,
.career-section h2 {
  margin: 0;
  color: var(--career-navy);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.career-title-line {
  display: block;
  width: 44px;
  height: 3px;
  margin: 0.72rem 0 0.78rem;
  background: var(--career-gold);
}

.career-page-head p,
.career-section > p {
  max-width: 630px;
  margin: 0;
  color: var(--career-text);
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.65;
  font-weight: 500;
}

.career-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.2rem;
  color: var(--career-blue);
  font-size: 0.87rem;
  font-weight: 800;
  white-space: nowrap;
}

.career-breadcrumb a {
  color: var(--career-navy);
  text-decoration: none;
}

.career-spotlight {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.55fr);
  min-height: 315px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(90deg, #f2f7ff 0%, #f8fbff 54%, #eaf1ff 100%);
  box-shadow: var(--career-shadow);
}

.career-spotlight-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.6rem, 3.4vw, 2.75rem);
}

.career-spotlight h2 {
  margin: 0;
  color: var(--career-navy);
  font-size: clamp(2rem, 3.5vw, 3.05rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.career-spotlight h3 {
  margin: 0.3rem 0 0;
  color: var(--career-navy);
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 900;
}

.career-spotlight p {
  max-width: 290px;
  margin: 0.5rem 0 0;
  color: var(--career-text);
  font-size: 0.96rem;
  line-height: 1.48;
  font-weight: 500;
}

.career-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-height: 45px;
  margin-top: 1.25rem;
  padding: 0.78rem 1.35rem;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(180deg, #0c49bd, #073896);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 10px 18px rgba(8, 53, 148, 0.14);
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
}

.career-submit svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: currentColor;
}

.career-illustration {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
}

.career-illustration svg {
  width: 100%;
  min-width: 620px;
  height: 100%;
}

.career-illustration.has-upload {
  padding: 1rem 1rem 1rem 0;
}

.career-illustration.has-upload img {
  width: 100%;
  height: 100%;
  max-height: 285px;
  object-fit: cover;
  border-radius: 10px;
}

.career-section {
  margin-top: 1.55rem;
}

.career-section > p {
  max-width: none;
  margin-top: 0.34rem;
  font-size: 0.85rem;
  line-height: 1.45;
}

.pathway-grid,
.support-grid,
.employer-grid {
  display: grid;
  gap: 1rem;
  margin-top: 0.95rem;
}

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

.pathway-card {
  display: block;
  min-height: 250px;
  padding: 1.28rem 1.05rem;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--career-line);
  border-radius: 10px;
  box-shadow: var(--career-shadow);
}

.pathway-card svg {
  width: 58px;
  height: 58px;
  color: var(--career-blue);
}

.pathway-card h3,
.support-grid h3 {
  margin: 0.82rem 0 0;
  color: var(--career-navy);
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 900;
}

.pathway-card p,
.support-grid p {
  margin: 0.95rem 0 0;
  color: var(--career-text);
  font-size: 0.8rem;
  line-height: 1.66;
  font-weight: 500;
}

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

.support-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1rem;
  row-gap: 0.35rem;
  align-items: start;
  min-height: 124px;
  padding: 1.15rem 1.2rem;
  text-decoration: none;
  background: linear-gradient(135deg, #f2f7ff 0%, #f8fbff 100%);
  border-radius: 10px;
}

.support-grid svg {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  color: var(--career-blue);
}

.support-grid h3,
.support-grid p {
  margin-top: 0;
}

.employers-section {
  margin-top: 1.35rem;
}

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

.employer-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.45rem;
  min-height: 106px;
  padding: 0.75rem 0.55rem;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--career-line);
  border-radius: 9px;
  box-shadow: var(--career-shadow);
}

.employer-card img {
  width: auto;
  max-width: 78px;
  height: 42px;
  object-fit: contain;
}

.employer-grid strong {
  color: var(--career-navy);
  font-size: 0.76rem;
  line-height: 1.22;
  font-weight: 900;
}

.logo-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 950;
}

.logo-mark.crest {
  color: #203776;
  border: 3px solid #203776;
  border-radius: 11px;
}

.logo-mark.seal {
  color: #f53a43;
  border: 2px solid #f53a43;
  border-radius: 50%;
}

.logo-mark.wave {
  color: #178fc4;
  border-radius: 50%;
  background: linear-gradient(145deg, transparent 30%, rgba(29, 176, 119, 0.25) 31% 47%, transparent 48%);
}

.logo-mark.star {
  color: #ffffff;
  background: #ee2024;
  clip-path: polygon(50% 0, 61% 31%, 95% 31%, 68% 51%, 79% 86%, 50% 64%, 21% 86%, 32% 51%, 5% 31%, 39% 31%);
}

.logo-mark.sun {
  color: #f47621;
  border-top: 12px solid #f47621;
}

.logo-mark.peak {
  color: #ffffff;
  background: #74bc45;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.logo-mark.ce {
  color: #1789e8;
  font-size: 1.5rem;
}

.career-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1rem;
  color: var(--career-muted);
  background: #f4f8ff;
  border: 1px solid var(--career-line);
  border-radius: 8px;
  font-weight: 700;
}

.career-alert-stack {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.career-alert {
  padding: 0.85rem 1rem;
  color: var(--career-navy);
  background: #f4f8ff;
  border: 1px solid var(--career-line);
  border-radius: 8px;
  font-weight: 800;
}

.career-alert-success {
  color: #07572d;
  background: #ecfff4;
  border-color: #bfead0;
}

.career-alert-error {
  color: #8a1010;
  background: #fff1f1;
  border-color: #f2c2c2;
}

.career-resume-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}

.career-resume-modal.is-open {
  display: flex;
}

.career-resume-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 38, 0.64);
  backdrop-filter: blur(5px);
}

.career-resume-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(92vh, 820px);
  overflow: auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: var(--career-text);
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(1, 18, 77, 0.35);
}

.career-resume-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--career-navy);
  background: #eef4ff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.career-resume-close svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.career-resume-head {
  padding-right: 2.5rem;
}

.career-resume-head h2 {
  margin: 0;
  color: var(--career-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
  font-weight: 900;
}

.career-resume-head p {
  margin: 0.65rem 0 0;
  color: var(--career-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
}

.career-resume-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.career-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.career-field {
  display: grid;
  gap: 0.45rem;
  color: var(--career-navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.career-form-control {
  width: 100%;
  min-height: 44px;
  padding: 0.75rem 0.85rem;
  color: var(--career-text);
  background: #f8fbff;
  border: 1px solid var(--career-line);
  border-radius: 8px;
  font: inherit;
  font-weight: 650;
}

textarea.career-form-control {
  min-height: 108px;
  resize: vertical;
}

.career-form-control:focus {
  outline: 3px solid rgba(11, 67, 179, 0.12);
  border-color: rgba(11, 67, 179, 0.65);
  background: #ffffff;
}

.career-file-field .career-form-control {
  padding: 0.68rem;
}

.career-field small,
.career-form-errors {
  color: #b00020;
  font-size: 0.78rem;
  font-weight: 800;
}

.career-form-errors {
  padding: 0.75rem 0.9rem;
  background: #fff1f1;
  border: 1px solid #f2c2c2;
  border-radius: 8px;
}

.career-form-errors p {
  margin: 0;
}

.career-resume-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 46px;
  justify-self: start;
  padding: 0.82rem 1.45rem;
  color: #ffffff;
  background: linear-gradient(180deg, #0c49bd, #073896);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 18px rgba(8, 53, 148, 0.14);
  font-weight: 900;
  cursor: pointer;
}

.career-resume-submit svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.career-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.6rem;
  min-height: 117px;
  margin-top: 1.5rem;
  overflow: hidden;
  padding: 1.35rem 2rem;
  color: #ffffff;
  background: linear-gradient(180deg, #0c49bd, #073896);
  border-radius: 10px;
}

.career-cap-icon {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #073896;
  background: #f3d21b;
  border-radius: 50%;
}

.career-cap-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.career-final-cta h2,
.career-final-cta p,
.career-final-cta a {
  position: relative;
  z-index: 1;
}

.career-final-cta h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.05;
  font-weight: 900;
}

.career-final-cta p {
  max-width: 460px;
  margin: 0.55rem 0 0;
  font-size: 0.97rem;
  line-height: 1.55;
}

.career-final-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  padding: 0.75rem 1.55rem;
  color: #020b33;
  text-decoration: none;
  background: var(--career-gold);
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 950;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .career-page-shell {
    width: min(100%, calc(100% - 2.4rem));
  }

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

  .support-grid,
  .employer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .career-page-shell {
    padding-top: 1.4rem;
  }

  .career-page-head,
  .career-final-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .career-breadcrumb {
    justify-self: start;
  }

  .career-spotlight {
    grid-template-columns: 1fr;
  }

  .career-illustration {
    min-height: 235px;
  }

  .career-illustration svg {
    min-width: 560px;
    transform: translateX(-5%);
  }

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

  .career-final-cta a {
    justify-self: start;
  }
}

@media (max-width: 580px) {
  .career-page-shell {
    width: min(100%, calc(100% - 1rem));
  }

  .career-page-head {
    gap: 0.8rem;
  }

  .career-spotlight {
    border-radius: 9px;
  }

  .career-spotlight-copy {
    padding: 1.35rem;
  }

  .career-illustration {
    min-height: 205px;
    overflow: hidden;
  }

  .career-illustration svg {
    min-width: 480px;
    transform: translateX(-14%);
  }

  .pathway-grid,
  .support-grid,
  .employer-grid {
    grid-template-columns: 1fr;
  }

  .pathway-card,
  .support-card {
    min-height: 0;
  }

  .career-form-grid {
    grid-template-columns: 1fr;
  }

  .career-final-cta {
    padding: 1.15rem;
  }
}
