.cp-page {
  background: linear-gradient(180deg, #eaf0f7 0%, #dfe7f0 100%);
}

.cp-narrow {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.cp-section {
  padding: 92px 0;
}

.cp-centered {
  text-align: center;
}

.cp-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cp-kicker-soft {
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
  border: 0;
}

.cp-section-heading {
  margin-bottom: 40px;
}

.cp-section-heading h2,
.cp-sidebar-card h2,
.cp-support-band-copy h2,
.cp-cta-box h2,
.cp-process-card h2 {
  color: #142c88;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.cp-section-heading p,
.cp-sidebar-card p,
.cp-support-band-copy p,
.cp-cta-box p,
.cp-process-card p {
  color: #29426a;
  font-size: 1.04rem;
  line-height: 1.75;
}

.cp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(18, 44, 136, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #183596;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 43, 120, 0.08);
}

.cp-btn-secondary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.cp-image-placeholder {
  width: 100%;
  border-radius: 28px;
  border: 1.5px dashed rgba(29, 47, 135, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(232, 239, 248, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2441a5;
  font-weight: 800;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.cp-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(36, 65, 165, 0.06) 0%, rgba(36, 65, 165, 0) 28%),
    radial-gradient(circle at 80% 80%, rgba(243, 197, 60, 0.14) 0%, rgba(243, 197, 60, 0) 22%);
  pointer-events: none;
}

.cp-image-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(190, 205, 225, 0.88);
  color: #163595;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(18, 37, 100, 0.08);
}

/* HERO */

.cp-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 120px;
  background:
    radial-gradient(circle at 82% 10%, rgba(243, 197, 60, 0.14) 0%, rgba(243, 197, 60, 0) 16%),
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 22%),
    linear-gradient(135deg, #07185a 0%, #0d287d 44%, #153a9c 100%);
}

.cp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background:
    radial-gradient(90% 120px at 50% 0, #e4ebf4 0%, #e4ebf4 48%, transparent 49%),
    linear-gradient(180deg, transparent 0%, transparent 62%, #eaf0f7 63%);
  pointer-events: none;
}

.cp-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 30px;
  align-items: center;
}

.cp-hero-copy {
  color: #ffffff;
  padding: 22px 0;
}

.cp-hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
  max-width: 640px;
}

.cp-hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 590px;
}

.cp-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.cp-hero-trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  max-width: 620px;
}

.cp-trust-pill {
  padding: 18px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.cp-trust-pill strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 6px;
}

.cp-trust-pill span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cp-hero-panel {
  position: relative;
}

.cp-process-card {
  position: relative;
  padding: 22px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 14%, rgba(243, 197, 60, 0.16) 0%, rgba(243, 197, 60, 0) 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 28px 58px rgba(7, 21, 71, 0.18);
}

.cp-process-card-top {
  padding: 8px 8px 18px;
}

.cp-process-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf3ff;
  color: #173593;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cp-process-card h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.cp-process-mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.cp-process-mini-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(197, 213, 235, 0.92);
  color: #173593;
  font-weight: 800;
}

.cp-process-mini-list span {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 0.82rem;
}

.cp-process-image {
  margin-top: 8px;
}

.cp-hero-image-placeholder {
  min-height: 270px;
}

/* STRIP */

.cp-strip {
  margin-top: -54px;
  position: relative;
  z-index: 2;
  padding-bottom: 16px;
}

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

.cp-strip-card {
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 20px 42px rgba(18, 37, 100, 0.08);
}

.cp-strip-card span {
  display: inline-flex;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  align-items: center;
  background: #edf3ff;
  color: #183596;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cp-strip-card h3 {
  color: #142c88;
  font-size: 1.46rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.cp-strip-card p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

.cp-strip-card-featured {
  background:
    radial-gradient(circle at top right, rgba(243, 197, 60, 0.16) 0%, rgba(243, 197, 60, 0) 24%),
    linear-gradient(180deg, #102871 0%, #173a97 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.cp-strip-card-featured span {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.cp-strip-card-featured h3,
.cp-strip-card-featured p {
  color: #ffffff;
}

/* STEPS */

.cp-steps-shell {
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.cp-steps-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
}

.cp-sidebar-card {
  padding: 24px 22px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 18px 40px rgba(18, 37, 100, 0.08);
}

.cp-sidebar-card h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.98;
  margin-bottom: 12px;
}

.cp-sidebar-card p {
  font-size: 0.94rem;
  line-height: 1.58;
}

.cp-sidebar-stages {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.cp-sidebar-stages a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  background: #f3f7fd;
  border: 1px solid rgba(196, 212, 234, 0.92);
  color: #163595;
  font-weight: 800;
  font-size: 0.94rem;
  line-height: 1.2;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.cp-sidebar-stages a:hover {
  background: #edf3ff;
  transform: translateY(-1px);
}

.cp-sidebar-stages a.active {
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  border-color: rgba(23, 53, 148, 0.12);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 43, 120, 0.16);
}

.cp-step-card {
  scroll-margin-top: 128px;
}

.cp-steps-stack {
  display: grid;
  gap: 18px;
}

.cp-step-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 18px 38px rgba(18, 37, 100, 0.06);
}

.cp-step-card-accent {
  background:
    radial-gradient(circle at top right, rgba(243, 197, 60, 0.16) 0%, rgba(243, 197, 60, 0) 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 247, 253, 0.99) 100%);
}

.cp-step-number,
.cp-detail-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 30px rgba(20, 43, 120, 0.16);
}

.cp-step-body {
  min-width: 0;
}

.cp-step-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf3ff;
  color: #183596;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cp-step-body h3,
.cp-detail-card h3 {
  color: #142c88;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.16;
  margin-bottom: 10px;
}

.cp-step-body p,
.cp-detail-card p {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.72;
}

.cp-step-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cp-step-points span {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  border: 1px solid #d5e2f5;
  color: #183596;
  font-weight: 800;
  font-size: 0.9rem;
}

/* SUPPORT BAND */

.cp-support-band {
  padding-top: 22px;
}

.cp-support-band-inner {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 26px;
  align-items: stretch;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 14%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(160deg, #0b1d63 0%, #15389e 54%, #0d2d83 100%);
  box-shadow: 0 28px 58px rgba(10, 24, 77, 0.16);
}

.cp-support-band-copy {
  padding: 12px 6px;
}

.cp-support-band-copy h2,
.cp-support-band-copy p {
  color: #ffffff;
}

.cp-support-checks {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.cp-support-checks div {
  position: relative;
  padding: 16px 18px 16px 46px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  line-height: 1.55;
}

.cp-support-checks div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f3c53c;
  box-shadow: 0 0 0 5px rgba(243, 197, 60, 0.18);
}

.cp-support-band-media {
  min-height: 420px;
}

.cp-support-placeholder {
  min-height: 420px;
  height: 100%;
  border: 0;
  background:
    linear-gradient(180deg, rgba(5, 12, 36, 0.18) 0%, rgba(5, 12, 36, 0.3) 100%),
    linear-gradient(135deg, #d7e1ee 0%, #f3f7fc 100%);
}

/* DETAILS */

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

.cp-detail-card {
  padding: 28px 24px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 18px 38px rgba(18, 37, 100, 0.06);
}

.cp-detail-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  margin-bottom: 18px;
}

/* CTA */

.cp-cta-section {
  padding-top: 16px;
  padding-bottom: 98px;
}

.cp-cta-box {
  text-align: center;
  padding: 56px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.cp-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {

  .cp-hero-shell,
  .cp-support-band-inner,
  .cp-steps-shell,
  .cp-strip-grid,
  .cp-details-grid {
    grid-template-columns: 1fr;
  }

  .cp-steps-sidebar {
    position: static;
  }
}

@media (max-width: 820px) {
  .cp-section {
    padding: 64px 0;
  }

  .cp-hero {
    padding: 42px 0 92px;
  }

  .cp-hero-actions,
  .cp-cta-actions {
    display: grid;
  }

  .cp-hero-trust-row,
  .cp-process-mini-list {
    grid-template-columns: 1fr;
  }

  .cp-step-card {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .cp-process-card,
  .cp-sidebar-card,
  .cp-support-band-inner,
  .cp-cta-box {
    padding: 24px 20px;
  }

  .cp-support-band {
    padding-top: 0;
  }

  .cp-support-band-media,
  .cp-support-placeholder {
    min-height: 320px;
  }

  .cp-hero-banner-image {
    min-height: 220px;
    height: 220px;
  }

  .cp-support-band-image {
    min-height: 320px;
  }
}

@media (max-width: 640px) {

  .cp-hero-copy h1,
  .cp-section-heading h2,
  .cp-sidebar-card h2,
  .cp-support-band-copy h2,
  .cp-cta-box h2,
  .cp-process-card h2 {
    letter-spacing: -0.03em;
  }

  .cp-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.8rem);
  }

  .cp-strip-card,
  .cp-detail-card {
    padding: 22px 20px;
  }

  .cp-step-number,
  .cp-detail-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }
}


@media (min-width: 1181px) and (max-height: 930px) {
  .cp-steps-shell {
    grid-template-columns: minmax(300px, 350px) minmax(0, 1fr);
  }

  .cp-sidebar-card {
    padding: 20px 18px;
  }

  .cp-sidebar-card h2 {
    font-size: clamp(1.8rem, 2.5vw, 2.7rem);
    margin-bottom: 10px;
  }

  .cp-sidebar-card p {
    font-size: 0.89rem;
    line-height: 1.48;
  }

  .cp-sidebar-stages {
    gap: 8px;
    margin-top: 16px;
  }

  .cp-sidebar-stages a {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 0.88rem;
  }
}

@media (min-width: 1181px) and (max-height: 820px) {
  .cp-sidebar-card p {
    display: none;
  }

  .cp-sidebar-card h2 {
    font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  }

  .cp-sidebar-stages {
    margin-top: 14px;
  }

  .cp-sidebar-stages a {
    min-height: 40px;
    font-size: 0.84rem;
  }
}

/* Career Process spacing cleanup - one pass */
.cp-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.cp-section-heading {
  margin-bottom: 24px;
}

.cp-strip {
  margin-top: -42px;
  padding-bottom: 12px;
}

.cp-steps-stack {
  gap: 14px;
}

.cp-support-band {
  padding-top: 12px;
}

.cp-support-band-inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cp-support-checks {
  margin-top: 18px;
}

.cp-process-cta,
.cp-cta-actions,
.cp-hero-actions {
  margin-top: 20px;
}

.cp-cta-section {
  padding-top: 24px;
  padding-bottom: 36px;
}

.cp-hero-banner-image {
  width: 100%;
  min-height: 270px;
  height: 270px;
  display: block;
  border-radius: 28px;
  object-fit: fill;
  object-position: center;
}

.cp-support-band-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border-radius: 28px;
  object-fit: fill;
  object-position: center;
}