服务保障.secondary-v3 .employment-proof {
  padding: 0;
  background: #071f50;
}

.secondary-v3 .employment-proof .proof-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.45fr) repeat(3, minmax(150px, .55fr));
  align-items: stretch;
  gap: 0;
}

.secondary-v3 .employment-proof .proof-intro,
.secondary-v3 .employment-proof .proof-number {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.secondary-v3 .employment-proof .proof-intro {
  padding: 34px 48px 34px 0;
}

.secondary-v3 .employment-proof .proof-intro h2 {
  margin: 9px 0 8px;
  color: #fff;
  font-size: 25px;
  white-space: nowrap;
}

.secondary-v3 .employment-proof .proof-intro p,
.secondary-v3 .employment-proof .proof-number span {
  color: rgba(224, 236, 255, .68);
}

.secondary-v3 .employment-proof .proof-number {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 18px;
  text-align: center;
}

.secondary-v3 .employment-proof .proof-number::before {
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  content: "";
  background: rgba(144, 196, 255, .22);
}

.secondary-v3 .employment-proof .proof-number strong {
  color: #fff;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.secondary-v3 .employment-proof .proof-number sup {
  color: #52c9ff;
  font-size: .45em;
}

.secondary-v3 .employment-proof .proof-number span {
  max-width: 140px;
  color: rgba(224, 236, 255, .88);
  font-size: 14px;
  line-height: 1.5;
}

.secondary-v3 #plans {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(4, 28, 72, .98), rgba(10, 43, 96, .95)),
    url("../academic-care/backdrops/student-group-collaboration.jpg") center/cover;
}

.secondary-v3 #plans::before {
  position: absolute;
  top:0;right:0;bottom:0;left:0;inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 22%, rgba(61, 162, 255, .2), transparent 29%),
    linear-gradient(90deg, rgba(3, 22, 57, .28), transparent 60%);
}

.secondary-v3 #plans .wrap {
  position: relative;
  z-index: 1;
}

.secondary-v3 #plans .section-head h2 {
  color: #fff;
}

.secondary-v3 #plans .section-head p {
  color: rgba(225, 236, 252, .72);
}

.secondary-v3 .employment-stage {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr) 360px;
  min-height: 570px;
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid rgba(121, 181, 255, .26);
  border-radius: 30px;
  background: rgba(3, 23, 59, .5);
  box-shadow: 0 30px 70px rgba(0, 12, 37, .28);
  backdrop-filter: blur(9px);
}

.secondary-v3 .employment-stage-tabs {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-right: 1px solid rgba(127, 184, 255, .2);
}

.secondary-v3 .employment-stage-tab {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 12px;
  align-content: center;
  min-height: 112px;
  padding: 18px;
  color: rgba(218, 233, 255, .72);
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(127, 184, 255, .10);
  background: transparent;
  cursor: pointer;
  transition: background .3s cubic-bezier(.22,1,.36,1), color .3s, transform .25s, box-shadow .3s;
  isolation: isolate;
  overflow: hidden;
}

.secondary-v3 .employment-stage-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--teal), var(--blue));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}

.secondary-v3 .employment-stage-tab:last-child {
  border-bottom: 0;
}

.secondary-v3 .employment-stage-tab span {
  grid-row: 1 / 4;
  align-self: center;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: rgba(148, 202, 255, .72);
  border-radius: 50%;
  background: rgba(58, 147, 237, .12);
  font-size: 13px;
  font-weight: 800;
  transition: background .3s, color .3s, box-shadow .3s, transform .3s cubic-bezier(.34,1.56,.64,1);
}

.secondary-v3 .employment-stage-tab b {
  font-size: 16px;
  transition: color .3s;
}

/* Tab sub-text: 关键数字（服务周期） */
.secondary-v3 .employment-stage-tab em {
  grid-column: 2;
  margin-top: 4px;
  color: rgba(159, 206, 255, .45);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  transition: color .3s;
}

/* Tab hover 态 */
.secondary-v3 .employment-stage-tab:hover {
  background: rgba(78, 143, 221, .12);
  color: rgba(238, 244, 255, .96);
}

.secondary-v3 .employment-stage-tab:hover::before {
  transform: scaleY(1);
}

.secondary-v3 .employment-stage-tab:hover span {
  color: #fff;
  background: rgba(58, 147, 237, .42);
  box-shadow: 0 0 0 6px rgba(58, 147, 237, .12);
  transform: scale(1.08);
}

.secondary-v3 .employment-stage-tab:hover em {
  color: rgba(180, 220, 255, .7);
}

.secondary-v3 .employment-stage-tab.on {
  color: #092658;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 8, 30, .2), 0 2px 8px rgba(0,8,30,.06);
  border-bottom-color: transparent;
}

.secondary-v3 .employment-stage-tab.on::before {
  background: linear-gradient(180deg, var(--orange), var(--blue));
  transform: scaleY(1);
}

.secondary-v3 .employment-stage-tab.on span {
  color: #087be4;
  background: #e8f4ff;
  animation: stage-dot-glow 2.4s ease-in-out infinite;
}

@keyframes stage-dot-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(8, 123, 228, .3); }
  50% { box-shadow: 0 0 0 8px rgba(8, 123, 228, 0); }
}

.secondary-v3 .employment-stage-tab.on b {
  color: #092658;
}

.secondary-v3 .employment-stage-tab.on em {
  color: #5a9fd4;
}

.secondary-v3 .employment-stage-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px;
}

.secondary-v3 .employment-stage-kicker {
  color: #ff9b2f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.secondary-v3 .employment-stage-detail h3 {
  margin: 15px 0 16px;
  color: #fff;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.08;
}

.secondary-v3 .employment-stage-summary {
  min-height: 58px;
  margin: 0 0 12px;
  color: rgba(225, 236, 252, .76);
  font-size: 17px;
  line-height: 1.75;
}

.secondary-v3 .employment-stage-tiers {
  display: inline-flex;
  align-self: flex-start;
  gap: 8px;
  margin: 20px 0 24px;
}

.secondary-v3 .employment-stage-tiers span,
.secondary-v3 .employment-stage-tiers strong {
  padding: 8px 13px;
  color: #b9ddff;
  font-size: 13px;
  border: 1px solid rgba(104, 182, 255, .3);
  border-radius: 99px;
}

.secondary-v3 .employment-stage-tiers strong {
  color: #fff;
  border-color: rgba(255, 157, 53, .5);
  background: rgba(255, 137, 0, .12);
}

.secondary-v3 .employment-stage-detail ul {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.secondary-v3 .employment-stage-detail li {
  position: relative;
  padding-left: 21px;
  color: rgba(229, 239, 252, .84);
  line-height: 1.65;
}

.secondary-v3 .employment-stage-detail li::before {
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #52c9ff;
}

.secondary-v3 .employment-stage-detail .btn {
  align-self: flex-start;
}

.secondary-v3 .employment-stage-scene {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.secondary-v3 .employment-stage-scene::after {
  position: absolute;
  top:0;right:0;bottom:0;left:0;inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(2, 19, 48, .88));
}

.secondary-v3 .employment-stage-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s ease;
}

.secondary-v3 .employment-stage-scene figcaption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 29px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.secondary-v3 .employment-stage-scene figcaption span {
  align-self: flex-start;
  margin-bottom: 11px;
  padding: 7px 11px;
  color: #052353;
  font-size: 13px;
  font-weight: 800;
  border-radius: 99px;
  background: #fff;
}

.secondary-v3 .employment-stage-scene figcaption b {
  font-size: 22px;
}

.secondary-v3 .employment-stage-scene figcaption small {
  margin-top: 7px;
  color: rgba(229, 240, 255, .7);
}

.secondary-v3 .employment-stories {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

.secondary-v3 .employment-story {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  height: 300px;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid #dfebf7;
  border-radius: 30px;
  background: #f2f7fc;
}

.secondary-v3 .employment-story figure {
  min-width: 0;
  height: 300px;
  min-height: 0;
}

.secondary-v3 .employment-story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secondary-v3 .employment-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 40px;
}

.secondary-v3 .employment-story-copy > span {
  color: #ff8500;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
}

.secondary-v3 .employment-story-copy h3 {
  margin: 10px 0 12px;
  color: #111f38;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.2;
}

.secondary-v3 .employment-story-copy p {
  margin: 0 0 10px;
  color: #63738c;
  font-size: 14px;
  line-height: 1.68;
}

.secondary-v3 .employment-story-copy strong {
  margin-top: 8px;
  color: #0b6fc9;
}

.secondary-v3 .employment-story:nth-child(even) figure {
  order: 2;
}

.secondary-v3 .employment-story-dark {
  color: #fff;
  border-color: #0a2b62;
  background: #08275b;
}

.secondary-v3 .employment-story-dark h3 {
  color: #fff;
}

.secondary-v3 .employment-story-dark p {
  color: rgba(224, 236, 255, .72);
}

.secondary-v3 .employment-route-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  height: 500px;
  min-height: 500px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 32px;
  background: #071f50;
  box-shadow: 0 28px 70px rgba(20, 53, 96, .17);
}

.secondary-v3 #roadmap .section-head {
  max-width: 1120px;
}

.secondary-v3 #roadmap .section-head h2 {
  font-size: clamp(40px, 3.2vw, 52px);
  white-space: nowrap;
}

.secondary-v3 .employment-route-scene {
  position: relative;
  min-width: 0;
  height: 500px;
  min-height: 0;
}

.secondary-v3 .employment-route-scene::after {
  position: absolute;
  top:0;right:0;bottom:0;left:0;inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(3, 20, 50, .08), rgba(3, 20, 50, .9));
}

.secondary-v3 .employment-route-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secondary-v3 .employment-route-scene figcaption {
  position: absolute;
  z-index: 1;
  left: 44px;
  right: 44px;
  bottom: 42px;
  color: #fff;
}

.secondary-v3 .employment-route-scene figcaption span {
  color: #64ccff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
}

.secondary-v3 .employment-route-scene figcaption h3 {
  margin: 13px 0 14px;
  font-size: 32px;
  line-height: 1.25;
}

.secondary-v3 .employment-route-scene figcaption p {
  color: rgba(228, 239, 255, .72);
  line-height: 1.75;
}

.secondary-v3 .employment-route-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 12px 48px;
}

.secondary-v3 .route-step {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 12px 0;
  color: #fff;
  border-bottom: 1px solid rgba(134, 184, 250, .19);
}

.secondary-v3 .route-step:last-child {
  border-bottom: 0;
}

.secondary-v3 .route-step em {
  display: grid;
  place-items: center;
  align-self: start;
  width: 44px;
  height: 44px;
  color: #65ccff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  border: 1px solid rgba(100, 204, 255, .5);
  border-radius: 50%;
}

.secondary-v3 .route-step span {
  color: #64ccff;
  font-size: 13px;
  font-weight: 700;
}

.secondary-v3 .route-step h3 {
  margin: 5px 0 3px;
  font-size: 21px;
}

.secondary-v3 .route-step p {
  color: rgba(224, 236, 255, .66);
  line-height: 1.65;
}

.secondary-v3 .employment-support-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(23, 108, 209, .3), transparent 35%),
    #061b43;
}

.secondary-v3 .employment-support {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 76px;
  align-items: center;
}

.secondary-v3 .employment-support-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}

.secondary-v3 .employment-support-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}

.secondary-v3 .employment-support-collage .employment-support-main {
  grid-row: 1 / 3;
}

.secondary-v3 .employment-support-copy {
  color: #fff;
}

.secondary-v3 .employment-support-copy .eyebrow {
  justify-content: flex-start;
}

.secondary-v3 .employment-support-copy .eyebrow::after {
  display: none;
}

.secondary-v3 .employment-support-en {
  margin-top: 17px;
  color: #78b7f5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}

.secondary-v3 .employment-support-copy h2 {
  margin: 12px 0 17px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.18;
}

.secondary-v3 .employment-support-lead {
  max-width: 620px;
  color: rgba(222, 235, 253, .7);
  line-height: 1.8;
}

.secondary-v3 .employment-support-rows {
  margin-top: 30px;
  border-top: 1px solid rgba(129, 183, 248, .2);
}

.secondary-v3 .support-row {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid rgba(129, 183, 248, .2);
}

.secondary-v3 .support-row > span {
  color: #60cbff;
  font-size: 13px;
  font-weight: 800;
}

.secondary-v3 .support-row h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.secondary-v3 .support-row p {
  color: rgba(222, 235, 253, .63);
  font-size: 14px;
  line-height: 1.6;
}

.secondary-v3 .support-row b {
  color: #ffae55;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .secondary-v3 .employment-stage {
    grid-template-columns: 220px 1fr;
  }

  .secondary-v3 .employment-stage-scene {
    display: none;
  }

  .secondary-v3 .employment-support {
    grid-template-columns: 1fr;
  }

  .secondary-v3 .employment-support-collage {
    max-height: 430px;
  }
}

@media (max-width: 760px) {
  .secondary-v3 .employment-proof .proof-intro h2 {
    white-space: normal;
  }
  .secondary-v3 .employment-proof .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .secondary-v3 .employment-proof .proof-intro {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 32px 0 22px;
    text-align: center;
  }

  .secondary-v3 .employment-proof .proof-intro .eyebrow {
    justify-content: center;
  }

  .secondary-v3 .employment-proof .proof-number {
    min-height: 128px;
    padding: 20px 6px 28px;
  }

  .secondary-v3 .employment-proof .proof-number::before {
    top: 18px;
    bottom: 26px;
  }

  .secondary-v3 .employment-proof .proof-number strong {
    font-size: 34px;
  }

  .secondary-v3 .employment-proof .proof-number span {
    font-size: 11px;
    line-height: 1.4;
  }

  .secondary-v3 .employment-stage {
    display: block;
    min-height: 0;
    margin-top: 32px;
    border-radius: 22px;
  }

  .secondary-v3 .employment-stage-tabs {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(127, 184, 255, .2);
    scrollbar-width: none;
  }

  .secondary-v3 .employment-stage-tabs::-webkit-scrollbar {
    display: none;
  }

  .secondary-v3 .employment-stage-tab {
    flex: 0 0 164px;
    min-height: 70px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
    border: 0;
    border-radius: 14px;
    background: rgba(78, 143, 221, .09);
  }

  .secondary-v3 .employment-stage-tab span {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .secondary-v3 .employment-stage-tab b {
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
  }

  .secondary-v3 .employment-stage-detail {
    padding: 35px 23px 38px;
  }

  .secondary-v3 .employment-stage-detail h3 {
    font-size: 40px;
  }

  .secondary-v3 .employment-stage-summary {
    min-height: 0;
    margin-bottom: 16px;
    font-size: 15px;
  }

  .secondary-v3 .employment-stage-detail li {
    font-size: 14px;
  }

  .secondary-v3 .employment-story,
  .secondary-v3 .employment-story:nth-child(even) {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    border-radius: 22px;
  }

  .secondary-v3 .employment-story figure,
  .secondary-v3 .employment-story:nth-child(even) figure {
    order: 0;
    min-height: 210px;
    max-height: 210px;
  }

  .secondary-v3 .employment-story-copy {
    padding: 30px 24px 34px;
  }

  .secondary-v3 .employment-story-copy h3 {
    font-size: 29px;
  }

  .secondary-v3 .employment-route-panel {
    display: block;
    height: auto;
    min-height: 0;
    border-radius: 22px;
  }

  .secondary-v3 #roadmap .section-head h2 {
    font-size: 34px;
    white-space: normal;
  }

  .secondary-v3 .employment-route-scene {
    height: 300px;
    min-height: 300px;
  }

  .secondary-v3 .employment-route-scene figcaption {
    left: 24px;
    right: 24px;
    bottom: 26px;
  }

  .secondary-v3 .employment-route-scene figcaption h3 {
    font-size: 27px;
  }

  .secondary-v3 .employment-route-steps {
    padding: 20px 24px 26px;
  }

  .secondary-v3 .route-step {
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding: 20px 0;
  }

  .secondary-v3 .route-step em {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .secondary-v3 .employment-support {
    gap: 38px;
  }

  .secondary-v3 .employment-support-collage {
    grid-template-rows: 170px 170px;
    gap: 8px;
  }

  .secondary-v3 .employment-support-collage img {
    border-radius: 13px;
  }

  .secondary-v3 .employment-support-copy h2 {
    font-size: 36px;
  }

  .secondary-v3 .support-row {
    grid-template-columns: 28px 1fr;
  }

  .secondary-v3 .support-row b {
    grid-column: 2;
  }
}

/* ════ 两阶段闭环流程 · 双泳道 + 中央转换枢纽 ════ */
.secondary-v3 .employment-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 48px;
}

.secondary-v3 .flow-lane {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 26px;
  border: 1px solid rgba(23, 105, 224, .16);
  background: #fff;
  box-shadow: 0 14px 40px rgba(20, 46, 86, .08);
}

.secondary-v3 .flow-lane::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 26px 26px 0 0;
}

.secondary-v3 .flow-lane-left::before {
  background: linear-gradient(90deg, var(--blue), var(--teal));
}

.secondary-v3 .flow-lane-right::before {
  background: linear-gradient(90deg, var(--orange), var(--blue));
}

.secondary-v3 .flow-lane-header {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.secondary-v3 .flow-lane-tag {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.secondary-v3 .flow-lane-left .flow-lane-tag {
  background: var(--blue);
}

.secondary-v3 .flow-lane-right .flow-lane-tag {
  background: var(--orange);
}

.secondary-v3 .flow-lane-header h3 {
  margin-top: 15px;
  font-size: 26px;
  line-height: 1.15;
  color: var(--ink);
}

.secondary-v3 .flow-lane-header p {
  margin-top: 6px;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.7;
}

.secondary-v3 .flow-steps {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.secondary-v3 .flow-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px dashed var(--line);
}

.secondary-v3 .flow-step:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

.secondary-v3 .flow-step em {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.secondary-v3 .flow-lane-left .flow-step em {
  background: var(--blue-50);
  color: var(--blue);
}

.secondary-v3 .flow-lane-right .flow-step em {
  background: var(--orange-50);
  color: var(--orange-700);
}

.secondary-v3 .flow-step h4 {
  font-size: 16px;
  color: var(--ink);
}

.secondary-v3 .flow-step p {
  margin-top: 5px;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.7;
}

.secondary-v3 .flow-bridge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 180px;
  padding: 18px 0;
}

.secondary-v3 .flow-bridge-arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  box-shadow: 0 12px 30px rgba(23, 105, 224, .28);
}

.secondary-v3 .bridge-arrow-bottom {
  display: none;
}

.secondary-v3 .flow-bridge-arrow svg {
  width: 24px;
  height: 24px;
}

.secondary-v3 .flow-bridge-card {
  position: relative;
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 138, 0, .22);
  background: radial-gradient(ellipse 80% 70% at 50% 0%, rgba(255, 138, 0, .10), transparent 70%), #fff;
  box-shadow: 0 14px 36px rgba(20, 46, 86, .10);
  text-align: center;
}

.secondary-v3 .flow-bridge-label {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--orange-50);
  color: var(--orange-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.secondary-v3 .flow-bridge-card strong {
  display: block;
  margin-top: 11px;
  font-size: 18px;
  color: var(--ink);
  line-height: 1.25;
}

.secondary-v3 .flow-bridge-card p {
  margin-top: 8px;
  color: var(--ink-2);
  font-size: 12px;
  line-height: 1.7;
}

.secondary-v3 .flow-loop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
  text-align: center;
}

.secondary-v3 .flow-loop-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--blue-50);
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 700;
}

.secondary-v3 .flow-loop-note svg {
  width: 16px;
  height: 16px;
  flex: none;
}

.secondary-v3 .flow-loop .btn {
  min-width: 220px;
}

@media (max-width: 1080px) {
  .secondary-v3 .employment-flow {
    grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
    gap: 16px;
  }
  .secondary-v3 .flow-bridge {
    min-width: 140px;
  }
  .secondary-v3 .flow-bridge-card {
    padding: 18px 14px;
  }
  .secondary-v3 .flow-bridge-card strong {
    font-size: 15px;
  }
  .secondary-v3 .flow-bridge-card p {
    display: none;
  }
}

@media (max-width: 760px) {
  .secondary-v3 .employment-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .secondary-v3 .flow-bridge {
    margin: 10px 0 20px;
  }
  .secondary-v3 .flow-bridge-arrow {
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
  }
  .secondary-v3 .bridge-arrow-bottom {
    display: grid;
  }
  .secondary-v3 .flow-bridge-arrow svg {
    width: 20px;
    height: 20px;
  }
  .secondary-v3 .flow-bridge-card {
    text-align: left;
    padding: 20px 18px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }
  .secondary-v3 .flow-bridge-card p {
    display: block;
  }
  .secondary-v3 .flow-lane {
    padding: 23px 20px;
  }
  .secondary-v3 .flow-lane-header h3 {
    font-size: 23px;
  }
  .secondary-v3 .flow-step {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }
  .secondary-v3 .flow-step em {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  .secondary-v3 .flow-loop-note {
    font-size: 12px;
    padding: 10px 14px;
    text-align: left;
    align-items: flex-start;
  }
  .secondary-v3 .flow-loop-note svg {
    margin-top: 2px;
  }
  .secondary-v3 .flow-loop .btn {
    width: 100%;
  }
}

/* ════ 服务流程与文字格板块质感升级 ════ */
/* 1. 服务流程：大白背景后增加图片底衬 + 网点纹理 */
body.secondary-v3 #flow {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(238, 247, 255, .94), rgba(255, 255, 255, .94)),
    url("../stock/unsplash/students-laptop-team.jpg") center/cover;
}

body.secondary-v3 #flow::before {
  content: "";
  position: absolute;
  top:0;right:0;bottom:0;left:0;inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(23, 105, 224, .05) 1px, transparent 1px),
    radial-gradient(rgba(255, 138, 0, .03) 1px, transparent 1px);
  background-size: 24px 24px, 36px 36px;
  background-position: 0 0, 12px 12px;
  opacity: .6;
}

body.secondary-v3 #flow .wrap {
  position: relative;
  z-index: 1;
}

/* 2. 流程泳道卡片：悬浮抬升 + 光晕 */
body.secondary-v3 .flow-lane {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 20px 54px rgba(20, 46, 86, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
}

body.secondary-v3 .flow-lane:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(20, 46, 86, .14), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.secondary-v3 .flow-lane::before {
  height: 6px;
  box-shadow: 0 2px 8px rgba(23, 105, 224, .18);
}

body.secondary-v3 .flow-lane-right::before {
  box-shadow: 0 2px 8px rgba(255, 138, 0, .18);
}

/* 3. 流程步骤：文字格卡片化 + 酷炫 Hover
   注意：secondary.css 对 #flow .flow-step 有水平时间轴的居中覆盖，
   这里用 .employment-flow 限定符 + !important 恢复就业页双泳道的左对齐网格。 */
body.secondary-v3 #flow .employment-flow .flow-step {
  position: relative;
  display: grid !important;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 20px 0 !important;
  text-align: left !important;
  border-bottom: 1px dashed var(--line) !important;
  border-radius: 14px;
  transition: background .3s, transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
}

body.secondary-v3 #flow .employment-flow .flow-step:last-child {
  border-bottom: 0 !important;
}

body.secondary-v3 #flow .employment-flow .flow-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 52%;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--blue), var(--teal));
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

body.secondary-v3 .flow-lane-right .flow-step::before {
  background: linear-gradient(180deg, var(--orange), var(--blue));
}

body.secondary-v3 #flow .employment-flow .flow-step:hover {
  background: rgba(255, 255, 255, .72) !important;
  transform: translateX(6px);
  box-shadow: 0 14px 34px rgba(23, 105, 224, .1) !important;
}

body.secondary-v3 #flow .employment-flow .flow-step:hover::before {
  transform: translateY(-50%) scaleY(1);
}

body.secondary-v3 #flow .employment-flow .flow-step em {
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
}

body.secondary-v3 #flow .employment-flow .flow-step:hover em {
  transform: scale(1.1);
  box-shadow: 0 8px 18px rgba(23, 105, 224, .18);
}

body.secondary-v3 .flow-lane-right .flow-step:hover em {
  box-shadow: 0 8px 18px rgba(255, 138, 0, .18);
}

/* 4. 中央枢纽：悬浮缩放 + 光晕 */
body.secondary-v3 .flow-bridge-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .3s, box-shadow .3s;
}

body.secondary-v3 .flow-bridge-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 48px rgba(255, 138, 0, .16);
}

body.secondary-v3 .flow-bridge-arrow {
  position: relative;
  z-index: 2;
  transition: transform .3s, box-shadow .3s;
}

body.secondary-v3 .flow-bridge:hover .flow-bridge-arrow {
  transform: scale(1.1);
  box-shadow: 0 14px 36px rgba(23, 105, 224, .32);
}

/* 4.5 闭环回流弧：flow-step 底部弧线连接 06→01 */
body.secondary-v3 .employment-flow::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -32px;
  height: 64px;
  z-index: 0;
  pointer-events: none;
  border: 1.5px solid transparent;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  border-top: 0;
  border-image: linear-gradient(90deg, var(--blue) 0%, var(--teal) 40%, var(--orange) 100%) 1;
  opacity: .32;
}

body.secondary-v3 .flow-loop {
  margin-top: 52px;
}

@media (max-width: 760px) {
  body.secondary-v3 .employment-flow::before {
    bottom: -24px;
    height: 48px;
  }
  body.secondary-v3 .flow-loop {
    margin-top: 40px;
  }
}

/* 5. 服务优势：图片底衬 + 故事卡 Hover */
body.secondary-v3 #advantages {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(246, 250, 255, .94)),
    url("../stock/unsplash/modern-library-study.jpg") center/cover;
}

body.secondary-v3 #advantages::before {
  content: "";
  position: absolute;
  top:0;right:0;bottom:0;left:0;inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 20%, rgba(23, 105, 224, .08), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(255, 138, 0, .06), transparent 40%);
}

body.secondary-v3 #advantages .wrap {
  position: relative;
  z-index: 1;
}

body.secondary-v3 .employment-story {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
}

body.secondary-v3 .employment-story:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(20, 46, 86, .14);
}

body.secondary-v3 .employment-story figure img {
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

body.secondary-v3 .employment-story:hover figure img {
  transform: scale(1.05);
}

body.secondary-v3 .employment-stage:hover .employment-stage-detail {
  transform: translateY(-3px);
  transition: transform .3s;
}

/* ════ PRODUCT MATRIX 增强 ════ */

/* A/B 班含义说明行 */
.secondary-v3 .employment-stage-abdesc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 10px 15px;
  border-radius: 13px;
  border: 1px solid rgba(104, 182, 255, .22);
  background: rgba(255, 255, 255, .06);
  color: rgba(200, 222, 250, .78);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  align-self: flex-start;
}

.secondary-v3 .employment-stage-abdesc::before {
  content: "🎯";
  font-size: 13px;
  flex: none;
}

/* 价格占位（保留布局节奏） */
.secondary-v3 .employment-stage-price {
  min-height: 16px;
  margin: 8px 0 12px;
}

/* CTA 行：主按钮 + 次级链接 */
.secondary-v3 .employment-stage-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.secondary-v3 .employment-stage-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1.5px dashed rgba(100, 178, 245, .35);
  background: none;
  color: rgba(180, 215, 248, .78);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}

.secondary-v3 .employment-stage-secondary:hover {
  color: #ffb366;
  border-color: rgba(255, 179, 102, .5);
}

.secondary-v3 .employment-stage-secondary::after {
  content: "→";
  font-size: 15px;
  transition: transform .2s;
}

.secondary-v3 .employment-stage-secondary:hover::after {
  transform: translateX(4px);
}

/* 产品 mini-nav 圆点 */
.secondary-v3 .employment-stage-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(127, 184, 255, .12);
}

.secondary-v3 .employment-stage-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(127, 184, 255, .28);
  cursor: pointer;
  transition: background .25s, transform .25s, box-shadow .25s;
}

.secondary-v3 .employment-stage-dots button.on {
  width: 26px;
  border-radius: 99px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.secondary-v3 .employment-stage-dots button:hover {
  background: rgba(255, 255, 255, .55);
  transform: scale(1.3);
}

/* detail 切换微动画 */
.secondary-v3 .employment-stage-detail {
  transition: opacity .45s cubic-bezier(.22, 1, .36, 1), transform .45s cubic-bezier(.22, 1, .36, 1);
}

.secondary-v3 .employment-stage-detail.stage-switching {
  opacity: .4;
  transform: translateY(8px);
}

/* 右侧场景：数据指标卡片叠加 */
.secondary-v3 .employment-stage-scene {
  display: flex;
  flex-direction: column;
}

.secondary-v3 .employment-stage-metrics {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  gap: 12px;
}

.secondary-v3 .stage-metric {
  flex: 1;
  padding: 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(3, 23, 59, .55);
  backdrop-filter: blur(6px);
  text-align: center;
  transition: transform .25s cubic-bezier(.22, 1, .36, 1), background .25s;
}

.secondary-v3 .stage-metric:hover {
  transform: translateY(-3px);
  background: rgba(3, 23, 59, .72);
}

.secondary-v3 .stage-metric strong {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.5px;
}

.secondary-v3 .stage-metric span {
  display: block;
  margin-top: 4px;
  color: rgba(203, 227, 252, .78);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

/* 移动端：不隐藏场景图，改为紧凑布局 */
@media (max-width: 1080px) {
  .secondary-v3 .employment-stage-scene {
    display: flex;
  }

  .secondary-v3 .employment-stage {
    grid-template-columns: 220px minmax(0, 1fr) 220px;
  }

  .secondary-v3 .stage-metric {
    padding: 10px 8px;
  }

  .secondary-v3 .stage-metric strong {
    font-size: 20px;
  }

  .secondary-v3 .stage-metric span {
    font-size: 10px;
  }

  .secondary-v3 .employment-stage-metrics {
    top: 14px;
    left: 14px;
    right: 14px;
    gap: 8px;
  }

  .secondary-v3 .employment-stage-scene figcaption {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }

  .secondary-v3 .employment-stage-scene figcaption b {
    font-size: 17px;
  }

  .secondary-v3 .employment-stage-detail {
    padding: 46px 36px;
  }
}

@media (max-width: 760px) {
  .secondary-v3 .employment-stage-scene {
    display: none;
  }

  .secondary-v3 .employment-stage-dots {
    margin-top: 22px;
    padding-top: 16px;
  }

  .secondary-v3 .employment-stage-ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .secondary-v3 .employment-stage-detail {
    padding: 35px 23px 30px;
  }

  .secondary-v3 .employment-stage-price {
    display: none;
  }

  .secondary-v3 .employment-stage-metrics {
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .secondary-v3 .employment-stage-scene figcaption {
    left: 12px;
    right: 12px;
    bottom: 16px;
  }
}
