/* Careers page */
.careers-page {
  background: #fff;
  color: #17253b;
}

.careers-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(circle at 82% 34%, rgba(19, 190, 143, 0.16), transparent 29%),
    radial-gradient(circle at 52% 110%, rgba(25, 105, 180, 0.2), transparent 38%),
    linear-gradient(120deg, #041126 0%, #061a36 58%, #072b43 100%);
  color: #fff;
}

.careers-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(83, 151, 201, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 151, 201, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 90%);
}

.careers-hero::after {
  position: absolute;
  right: -180px;
  bottom: -320px;
  width: 690px;
  height: 690px;
  border: 1px solid rgba(54, 218, 174, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(41, 126, 187, 0.035), 0 0 0 180px rgba(41, 126, 187, 0.025);
  content: "";
}

.careers-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 720px;
  padding: 82px 0 70px;
  align-items: center;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 68px;
}

.careers-eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  align-items: center;
  gap: 10px;
  color: #57e5be;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.careers-eyebrow i {
  width: 26px;
  height: 2px;
  background: #28dca9;
  box-shadow: 8px 0 16px rgba(40, 220, 169, 0.65);
}

.careers-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.careers-hero-copy h1 span {
  color: #49deb5;
  text-shadow: 0 0 28px rgba(35, 210, 161, 0.16);
}

.careers-hero-lead {
  margin: 28px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.careers-hero-description {
  max-width: 590px;
  margin: 15px 0 0;
  color: #a9bdd2;
  font-size: 15px;
  line-height: 2;
}

.careers-hero .button-row {
  margin-top: 30px;
}

.careers-hero-tags {
  display: flex;
  padding: 0;
  margin: 30px 0 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.careers-hero-tags li {
  padding: 9px 13px;
  border: 1px solid rgba(143, 187, 223, 0.23);
  border-radius: 5px;
  background: rgba(17, 52, 88, 0.52);
  color: #c5d4e3;
  font-size: 12px;
}

.career-visual {
  position: relative;
  height: 550px;
  overflow: hidden;
  border: 1px solid rgba(119, 173, 210, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(rgba(70, 139, 188, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 139, 188, 0.055) 1px, transparent 1px),
    rgba(3, 18, 39, 0.72);
  background-size: 46px 46px;
  box-shadow: 0 36px 80px rgba(0, 8, 22, 0.28);
}

.career-visual::after {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(62, 226, 177, 0.11);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.career-visual-head {
  position: absolute;
  z-index: 5;
  top: 22px;
  right: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-visual-head span {
  color: #7790aa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.career-visual-head strong {
  color: #5ce6c0;
  font-size: 11px;
}

.career-beam {
  position: absolute;
  z-index: 0;
  bottom: 36px;
  left: 50%;
  width: 1px;
  height: 405px;
  background: linear-gradient(transparent, rgba(78, 229, 187, 0.7));
  transform-origin: bottom;
}

.beam-one { transform: rotate(-44deg); }
.beam-two { transform: rotate(44deg); }
.beam-three { transform: rotate(0); box-shadow: 0 0 30px #3ee0b1; }

.career-level {
  position: absolute;
  z-index: 2;
  left: 50%;
  display: grid;
  height: 78px;
  padding: 0 32px;
  border: 1px solid rgba(84, 230, 190, 0.25);
  align-items: center;
  background: linear-gradient(100deg, rgba(10, 52, 77, 0.96), rgba(15, 74, 92, 0.9));
  box-shadow: 0 12px 34px rgba(0, 8, 20, 0.3), inset 0 1px rgba(255, 255, 255, 0.06);
  grid-template-columns: 46px 1fr;
  transform: translateX(-50%) skewX(-9deg);
}

.career-level > * { transform: skewX(9deg); }

.career-level span {
  color: #43dcae;
  font-size: 12px;
  font-weight: 800;
  grid-row: 1 / 3;
}

.career-level strong {
  align-self: end;
  color: #fff;
  font-size: 16px;
}

.career-level small {
  align-self: start;
  margin-top: 4px;
  color: #8fa9bf;
  font-size: 10px;
}

.level-four { top: 92px; width: 45%; }
.level-three { top: 184px; width: 59%; }
.level-two { top: 276px; width: 73%; }
.level-one { top: 368px; width: 87%; }

.career-orbit {
  position: absolute;
  z-index: 3;
  right: 44px;
  bottom: 67px;
  left: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #7190aa;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.career-orbit i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ee0b1;
  box-shadow: 0 0 12px rgba(62, 224, 177, 0.75);
}

.career-visual-foot {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 20px;
  left: 25px;
  color: #718ba4;
  font-size: 9px;
}

.career-visual-foot i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: #42e0b2;
}

.careers-page-nav {
  position: sticky;
  z-index: 50;
  top: var(--header-height);
  border-bottom: 1px solid #dde5ed;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.careers-page-nav .container {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
}

.careers-page-nav strong {
  color: #152a43;
  font-size: 13px;
}

.careers-page-nav div { display: flex; height: 100%; align-items: center; gap: 34px; }
.careers-page-nav a { color: #66788e; font-size: 12px; transition: color 0.2s; }
.careers-page-nav a:hover { color: var(--green); }

.careers-page .section { padding: 96px 0; }

.program-grid {
  display: grid;
  margin-top: 52px;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
}

.program-intro {
  padding: 42px;
  border-top: 4px solid #18bd88;
  background: #071d38;
  color: #fff;
}

.program-intro > span {
  color: #41d8ac;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.program-intro h3 {
  max-width: none;
  margin: 22px 0 16px;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 21px);
  letter-spacing: -0.035em;
  line-height: 1.45;
  white-space: nowrap;
}

.program-intro > p {
  color: #a7bbd0;
  font-size: 14px;
  line-height: 1.9;
}

.program-intro blockquote {
  display: flex;
  padding: 20px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid rgba(143, 178, 209, 0.18);
  flex-direction: column;
  gap: 7px;
}

.program-intro blockquote strong { color: #4ce0b5; font-size: 12px; }
.program-intro blockquote span { color: #c6d3df; font-size: 13px; line-height: 1.7; }

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

.program-values article {
  position: relative;
  padding: 29px;
  border: 1px solid #e0e8ef;
  background: #f7f9fb;
}

.program-values article span {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #c7d3dd;
  font-size: 22px;
  font-weight: 800;
}

.program-values h3 { margin: 17px 0 10px; color: #102944; font-size: 18px; }
.program-values p { margin: 0; color: #66798e; font-size: 13px; line-height: 1.8; }

.positions-section { background: #f4f7fa; }

.position-grid {
  display: grid;
  margin-top: 52px;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.position-card {
  position: relative;
  padding: 34px 36px;
  overflow: hidden;
  border: 1px solid #dce5ed;
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 48, 78, 0.045);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.position-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: #18bd88;
  content: "";
  transition: height 0.25s;
}

.position-card:hover {
  border-color: rgba(24, 189, 136, 0.38);
  box-shadow: 0 20px 45px rgba(14, 59, 95, 0.09);
  transform: translateY(-4px);
}

.position-card:hover::before { height: 100%; }

.position-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.position-head span { color: #14a97a; font-size: 9px; font-weight: 800; letter-spacing: 0.13em; }
.position-head i { display: inline-flex; width: 42px; height: 42px; border-radius: 9px; align-items: center; justify-content: center; background: #eaf8f3; color: #12a87a; font-size: 12px; font-style: normal; font-weight: 800; }
.position-card h3 { margin: 15px 0 25px; color: #0a2948; font-size: 22px; }

.position-detail {
  padding-top: 18px;
  border-top: 1px solid #e8edf2;
}

.position-detail + .position-detail { margin-top: 17px; }
.position-detail strong { display: block; margin-bottom: 8px; color: #193754; font-size: 13px; }
.position-detail p { margin: 0; color: #61758a; font-size: 13px; line-height: 1.85; }
.position-wide { grid-column: 1 / -1; }
.wide-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.position-wide .position-detail + .position-detail { margin-top: 0; }

.rewards-section { background: #fff; }

.reward-grid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.reward-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border: 1px solid #dfe7ee;
  background: #f8fafc;
}

.reward-card > span {
  position: absolute;
  top: 22px;
  right: 23px;
  color: #cbd6df;
  font-size: 24px;
  font-weight: 800;
}

.reward-card small { color: #18a779; font-size: 8px; font-weight: 800; letter-spacing: 0.13em; }
.reward-card h3 { margin: 46px 0 15px; color: #112f4c; font-size: 22px; line-height: 1.35; }
.reward-card p { margin: 0; color: #65788b; font-size: 13px; line-height: 1.8; }

.reward-card.primary {
  border-color: #0aa579;
  background: linear-gradient(145deg, #062f43, #064d58);
  box-shadow: 0 18px 42px rgba(4, 71, 82, 0.16);
}

.reward-card.primary small { color: #55e4bd; }
.reward-card.primary h3 { color: #fff; font-size: 36px; }
.reward-card.primary p { color: #b8cdd4; }
.reward-card.primary > span { color: rgba(104, 231, 195, 0.25); }

.apply-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 50%, rgba(20, 190, 140, 0.13), transparent 28%),
    #06182f;
  color: #fff;
}

.apply-section::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(97, 155, 199, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(97, 155, 199, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
}

.apply-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.apply-copy h2 { margin: 15px 0 20px; color: #fff; font-size: 36px; line-height: 1.5; }
.apply-title-line { display: inline-block; color: #fff; font-size: 32px; white-space: nowrap; }
.apply-copy p { max-width: 500px; margin: 0; color: #a9bbcd; font-size: 14px; line-height: 1.95; }

.apply-panel {
  padding: 38px 42px;
  border: 1px solid rgba(97, 177, 197, 0.22);
  border-radius: 14px;
  background: rgba(7, 40, 63, 0.82);
  box-shadow: 0 28px 60px rgba(0, 7, 20, 0.24);
}

.apply-label { display: block; color: #62e2bd; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; }
.apply-email { display: block; padding-bottom: 23px; margin: 12px 0 20px; border-bottom: 1px solid rgba(133, 179, 204, 0.18); color: #fff; font-size: 28px; font-weight: 800; user-select: text; }
.apply-rule { display: grid; margin-top: 13px; grid-template-columns: 80px 1fr; gap: 16px; }
.apply-rule strong { color: #dce8f2; font-size: 12px; }
.apply-rule span { color: #94aac0; font-size: 12px; }
.apply-guidance { display: flex; padding: 16px 18px; margin-top: 26px; border: 1px solid rgba(94, 225, 187, 0.2); border-radius: 9px; align-items: center; gap: 15px; background: rgba(15, 75, 86, 0.4); }
.apply-guidance > span { color: #54deb8; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; }
.apply-guidance > div { display: flex; flex-direction: column; gap: 4px; }
.apply-guidance strong { color: #eef9f6; font-size: 12px; }
.apply-guidance small { color: #8eabb8; font-size: 10px; }
.apply-panel > small { display: block; margin-top: 16px; color: #6f899f; font-size: 10px; }

@media (max-width: 1280px) {
  .careers-hero-grid { gap: 44px; }
  .careers-hero-copy h1 { font-size: 58px; }
  .career-visual { height: 520px; }
  .level-four { top: 82px; }
  .level-three { top: 168px; }
  .level-two { top: 254px; }
  .level-one { top: 340px; }
  .position-card { padding: 30px; }
  .reward-card { padding: 24px; }
  .reward-card h3 { font-size: 19px; }
  .apply-grid { gap: 60px; }
  .apply-copy h2 { font-size: 32px; }
  .apply-title-line { font-size: 29px; }
}