.page-enrollment { overflow: hidden; background: #fff; }

/* Enrollment banner */
.enrollment-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(241, 248, 255, .7) 0%, rgba(241, 248, 255, .5) 25%, rgba(241, 248, 255, .2) 45%, rgba(231, 243, 255, .03) 65%, rgba(231, 243, 255, 0) 100%),
    url("../../assets/images/enrollment-banner.png") center 46% / cover no-repeat;
}
.enrollment-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(192, 225, 255, .12));
}
.enrollment-hero::after {
  position: absolute;
  left: 9%;
  bottom: -170px;
  width: 540px;
  height: 280px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(50, 170, 255, .14), transparent 68%);
}
.enrollment-hero-inner {
  position: relative;
  z-index: 2;
}
.enrollment-hero-copy { max-width: 650px; padding: 64px 0; }
.enrollment-hero-copy .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  color: #1769ff;
  background: rgba(23, 105, 255, 0.08);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}
.enrollment-hero-copy .section-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1769ff;
  flex-shrink: 0;
}
.enrollment-hero-copy h1 {
  margin: 14px 0 18px;
  color: #172437;
  font-size: clamp(40px, 4.5vw, 58px);
  line-height: 1.18;
  letter-spacing: -.045em;
}
.enrollment-hero-copy .enrollment-hero-title {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #1a1a1a;
  font-size: clamp(40px, 4.5vw, 58px);
  line-height: 1.2;
  letter-spacing: .02em;
  margin: 14px 0 18px;
}
.enrollment-hero-copy .enrollment-hero-title .hero-title-blue {
  color: #1769ff;
}
.enrollment-hero-copy p {
  max-width: 570px;
  margin: 0 0 36px;
  color: #5f6e82;
  font-size: 14px;
  line-height: 1.85;
}
.enrollment-hero-copy .enrollment-hero-subtitle {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  color: #4a6b8a;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 100%;
}
.enrollment-hero-copy .button { min-width: 165px; justify-content: center; }
.enrollment-hero-orbit {
  display: none;
}
.enrollment-hero-orbit::before,
.enrollment-hero-orbit::after {
  position: absolute;
  content: "";
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(100, 163, 255, .24));
  box-shadow: 0 18px 45px rgba(65, 109, 190, .15);
  backdrop-filter: blur(8px);
}
.enrollment-hero-orbit::before { top: 8%; right: 9%; width: 96px; height: 96px; transform: rotate(24deg); }
.enrollment-hero-orbit::after { right: 31%; bottom: 5%; width: 70px; height: 70px; transform: rotate(-12deg); }
.enrollment-hero-orbit i {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(53, 205, 233, .58), rgba(103, 98, 255, .42));
  box-shadow: 0 8px 20px rgba(60, 110, 210, .18);
}
.enrollment-hero-orbit i:nth-child(1) { top: 6%; left: 23%; }
.enrollment-hero-orbit i:nth-child(2) { right: 5%; bottom: 36%; width: 17px; height: 17px; }
.enrollment-hero-orbit i:nth-child(3) { bottom: 4%; left: 17%; width: 31px; height: 31px; }
.enrollment-hero-orbit span {
  position: absolute;
  display: grid;
  place-items: center;
  color: rgba(37, 102, 221, .56);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 18px;
  background: rgba(255, 255, 255, .38);
  font-size: 19px;
  font-weight: 900;
  backdrop-filter: blur(7px);
}
.enrollment-hero-orbit span:nth-of-type(1) { top: 22%; left: 42%; width: 78px; height: 78px; }
.enrollment-hero-orbit span:nth-of-type(2) { right: 19%; bottom: 25%; width: 56px; height: 56px; }

/* Shared enrollment headings */
.enrollment-module-heading {
  max-width: 820px;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
.enrollment-module-heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.enrollment-module-heading h2::before,
.enrollment-module-heading h2::after {
  width: 144px;
  height: 26px;
  content: "";
  border-radius: 100px 0 0 100px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 53.8%, transparent 53.8%),
    linear-gradient(90deg, transparent, #B9D3FF);
  background-blend-mode: multiply;
  box-shadow: 0 12px 0 0 rgba(185,211,255,0.55);
}
.enrollment-module-heading h2::after { transform: scaleX(-1); }
.enrollment-module-heading p { color: #6e7d91; font-size: 13px; }

/* Five-step arrow process */
.application-process-section {
  padding: 80px 0 116px;
  background: #fff;
}
.application-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.application-flow::before { display: none; }
.application-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 102px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 20px 31px 20px 32px;
  color: #1f2938;
  border: 0;
  border-radius: 0;
  background: #f0f2fb;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 20px 50%);
  text-align: left;
  cursor: pointer;
  transition: color .22s ease, filter .22s ease, transform .22s ease;
}
.application-step:first-child { clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%); }
.application-step:not(:first-child) { margin-left: -7px; }
.application-step:hover,
.application-step[aria-selected="true"] {
  z-index: 2;
  color: #fff;
  background: linear-gradient(120deg, #32d7dc 0%, #2b9cf8 48%, #3166f1 100%);
  filter: drop-shadow(0 12px 20px rgba(39, 111, 229, .2));
}
.application-step:focus-visible {
  z-index: 4;
  outline: 3px solid rgba(23, 105, 255, .3);
  outline-offset: 4px;
}
.application-step strong {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 12px);
  font-size: 15px;
  line-height: 1.35;
}
.application-step small {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 12px);
  color: #77869b;
  font-size: 10px;
  line-height: 1.45;
}
.application-step:hover small,
.application-step[aria-selected="true"] small { color: rgba(255, 255, 255, .78); }
.application-step-number,
.application-step > span.application-step-number {
  position: absolute;
  right: 16px;
  bottom: 4px;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 1;
  color: #D7E7FF;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  height: auto;
  display: block;
  pointer-events: none;
  z-index: 0;
  margin: 0;
  place-items: initial;

}
.application-step:hover .application-step-number,
.application-step[aria-selected="true"] .application-step-number {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 55px;
  color: rgba(255,255,255,0.13);

}
.application-detail-panel {
  position: relative;
  margin-top: 8px;
  min-height: 0;
  padding: 28px 30px;
  overflow: hidden;
  border: 1px solid #dfe7f6;
  border-radius: 24px;
  background: linear-gradient(145deg, #f8faff, #f5f7ff);
  box-shadow: 0 14px 0 rgba(104, 117, 255, .15), 0 24px 54px rgba(39, 78, 145, .08);
}
.application-detail-panel::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  content: "";
  border: 1px solid rgba(69, 139, 255, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(69, 139, 255, .025);
}
.application-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 25px;
}
.application-panel-head > span {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #1769ff;
  border-radius: 7px;
  background: #e5efff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.application-panel-head h3 { margin: 0 0 4px; color: #253247; font-size: 18px; }
.application-panel-head p { margin: 0; color: #7c899b; font-size: 11px; }
.application-materials-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.application-materials-grid article {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 20px;
  border-right: 1px solid #d8e2f2;
}
.application-materials-grid article:first-child { padding-left: 0; }
.application-materials-grid article:last-child { padding-right: 0; border-right: 0; }
.application-materials-grid article > span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(145deg, #6558ed, #8a7cff);
  font-size: 9px;
  font-weight: 900;
}
.application-materials-grid article:nth-child(2) > span { background: linear-gradient(145deg, #6655dd, #7e72f0); }
.application-materials-grid article:nth-child(3) > span { background: linear-gradient(145deg, #4dbf70, #75d989); }
.application-materials-grid article:nth-child(4) > span { background: linear-gradient(145deg, #168edb, #31b9e8); }
.application-materials-grid article:nth-child(5) > span { background: linear-gradient(145deg, #0d85d7, #00aee8); }
.application-materials-grid h4 { margin: 2px 0 8px; color: #3b475a; font-size: 14px; font-weight: 700; }
.application-materials-grid p { margin: 0; color: #69778c; font-size: 12px; line-height: 1.6; }

/* Region and course distribution */
.class-distribution-section {
  padding: 80px 0 122px;
  background:
    radial-gradient(circle at 80% 30%, rgba(97, 140, 255, .11), transparent 30%),
    linear-gradient(180deg, #fff, #f8faff 100%);
}
.enrollment-distribution-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
}
.training-base-tabs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 9px;
}
.training-base-card {
  position: relative;
  min-height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  overflow: hidden;
  color: #1769e8;
  border: 1px solid rgba(183, 210, 248, .68);
  border-radius: 18px;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.training-base-card[data-tone="mint"] { color: #0893a5; }
.training-base-card[data-tone="violet"] { color: #5e55df; }
.training-base-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../assets/images/enroll-bg-blue.png") center/cover no-repeat;
  transform: scaleY(-1);
  z-index: 0;
}
.training-base-card[data-tone="mint"]::before {
  background: url("../../assets/images/enroll-bg-light.png") center/cover no-repeat;
}
.training-base-card[data-tone="violet"]::before {
  background: url("../../assets/images/enroll-bg-purple.png") center/cover no-repeat;
  transform: none;
}
.training-base-card::after { display: none; }
.training-base-card > * {
  position: relative;
  z-index: 1;
}
.training-base-card:hover,
.training-base-card[aria-selected="true"] {
  border-color: #a7c9fa;
  box-shadow: 0 15px 34px rgba(40, 95, 181, .12);
  transform: translateX(4px);
}
.training-base-card .region-badge {
  position: static;
  padding: 3px 12px;
  border-radius: 20px;
  border: 1px solid #c8cfd8;
  background: transparent;
  color: #8a92a0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
.training-base-card.is-disabled {
  cursor: not-allowed;
}
.training-base-card.is-disabled:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(183, 210, 248, .68);
}
.training-base-card strong { position: relative; z-index: 1; font-size: 17px; }
.training-base-card small { position: relative; z-index: 1; margin-top: 7px; color: currentColor; opacity: .58; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.training-base-card:focus-visible { outline: 3px solid rgba(23, 105, 255, .25); outline-offset: 3px; }
.class-distribution-card {
  position: relative;
  min-width: 0;
  min-height: 510px;
  padding: 38px 42px 34px;
  overflow: hidden;
  border: none;
  border-radius: 22px;
  background: url("../../assets/images/enroll-pattern.png") right top / 486px 183px no-repeat;
  box-shadow: 0 20px 58px rgba(39, 77, 140, .1);
}
.class-distribution-card > * { position: relative; z-index: 1; }
.class-distribution-card > h3 { margin: 0 0 22px; color: #273347; font-size: 20px; }
.distribution-course-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.distribution-course-tabs button {
  min-height: 50px;
  padding: 0 14px;
  color: #202b3b;
  border: 0;
  border-radius: 9px;
  background: #e7effc;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.distribution-course-tabs button:hover,
.distribution-course-tabs button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(120deg, #347cf1, #368df9);
  box-shadow: 0 9px 20px rgba(42, 112, 227, .2);
}
.distribution-course-tabs button:focus-visible { outline: 3px solid rgba(23, 105, 255, .22); outline-offset: 2px; }
.distribution-schedule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 22px;
}
.schedule-column { min-width: 0; padding-right: 28px; }
.schedule-column + .schedule-column { padding: 0 0 0 28px; border-left: 1px solid #dbe5f3; }
.schedule-column h4 { margin: 0 0 12px; color: #344158; font-size: 12px; }
.schedule-column > div { display: grid; gap: 2px; }
.schedule-column p {
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 24px;
  align-items: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 7px 0;
  color: #2c3545;
  font-size: 10px;
}
.schedule-column time { white-space: nowrap; }
.schedule-column em { color: #2f3848; font-style: normal; white-space: nowrap; }
.schedule-column em.is-full { color: #ff3d45; }
.schedule-next-tag { color: #22a06b; font-style: normal; font-size: 12px; white-space: nowrap; padding: 0 4px; }
.distribution-campus-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e0e8f3;
}
.distribution-campus-info h4 { margin: 0 0 10px; color: #253144; font-size: 18px; }
.distribution-campus-info p { margin: 2px 0; color: #49586d; font-size: 11px; }
.distribution-campus-info .button { min-width: 185px; justify-content: center; }

/* Tuition table */
.tuition-section {
  padding: 80px 0 120px;
  background: #fff;
}

/* Fee cards */
.fee-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.fee-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 52px 40px 44px;
  border-radius: 22px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.fee-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(40, 95, 181, .1);
}
.fee-card-blue {
  background: linear-gradient(145deg, #e8f1ff, #eaf3ff);
}
.fee-card-green {
  background: linear-gradient(145deg, #dffffb, #d5fffb);
}
.fee-card-icon {
  width: 120px;
  height: auto;
  margin-bottom: 22px;
  object-fit: contain;
}
.fee-card-green .fee-card-icon { width: 150px; }
.fee-card h3 {
  margin: 0 0 16px;
  color: #273347;
  font-size: 24px;
  font-weight: 800;
}
.fee-card p {
  margin: 0 0 28px;
  color: #5a6878;
  font-size: 15px;
  line-height: 1.85;
  max-width: 420px;
}
.fee-card-btn {
  padding: 9px 30px;
  border: 1.5px solid #1769ff;
  border-radius: 22px;
  background: transparent;
  color: #1769ff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.fee-card-btn:hover {
  background: #1769ff;
  color: #fff;
}

/* FAQ block */
.faq-block {
  position: relative;
  margin-top: 68px;
  padding: 42px 48px 0;
  border-radius: 20px;
  background: #007dff;
}
.faq-character {
  display: block;
  position: absolute;
  right: -18px;
  bottom: 56px;
  z-index: 1;
  width: 200px;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.faq-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 24px;
}
.faq-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.faq-num {
  flex-shrink: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.faq-item h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.faq-more-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 34px;
  padding: 18px 34px;
  border: 0;
  border-radius: 16px;
  background: #3a3a3a;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease;
}
.faq-more-btn:hover {
  background: #2a2a2a;
}
.faq-more-btn span { font-size: 18px; }
.tuition-table-wrap {
  overflow-x: auto;
  border: 1px solid #e0e8f4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(37, 74, 133, .09);
}
.tuition-table { min-width: 1040px; }
.tuition-row {
  min-height: 126px;
  display: grid;
  grid-template-columns: 190px 230px 180px 270px minmax(260px, 1fr);
  align-items: stretch;
  padding: 0;
  color: #435068;
  border-bottom: 1px solid #e7edf6;
  font-size: 12px;
}
.tuition-row:last-child { border-bottom: 0; }
.tuition-row > span {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 25px 18px;
  line-height: 1.55;
  white-space: pre-line;
}
.tuition-row:nth-child(even) > span:nth-child(2) { background: #effaf8; }
.tuition-row:nth-child(even) > span:nth-child(4) { background: #fff7ed; }
.tuition-row:nth-child(even) > span:nth-child(5) { background: #f5f6ff; }
.tuition-head {
  min-height: 74px;
  color: #344158;
  background: #f1f4fb;
  font-size: 12px;
  font-weight: 800;
}
.tuition-head > span { justify-content: center; padding-block: 18px; }
.tuition-course-cell {
  color: #fff;
  background: linear-gradient(135deg, #32d4bd, #14b9a3);
}
.tuition-row[data-tone="blue"] .tuition-course-cell { background: linear-gradient(135deg, #48c8ef, #2398ed); }
.tuition-row[data-tone="orange"] .tuition-course-cell { background: linear-gradient(135deg, #ffc09e, #ff884a); }
.tuition-row[data-tone="violet"] .tuition-course-cell { background: linear-gradient(135deg, #90aefc, #627ff2); }
.tuition-course-cell strong { color: #fff; font-size: 18px; }
.tuition-row b { color: #2b3852; font-size: 17px; }
.payment-guide {
  margin-top: 18px;
  padding: 24px 30px 26px;
  overflow: hidden;
  border: 1px solid #e0e8f5;
  border-radius: 18px;
  background:
    radial-gradient(circle at 94% 70%, rgba(96, 158, 255, .15), transparent 19%),
    #f2f6ff;
}
.payment-guide-title { display: flex; align-items: center; gap: 10px; }
.payment-guide-title > span { width: 24px; height: 24px; display: grid; place-items: center; color: #fff; border-radius: 5px; background: #168cf0; font-weight: 900; }
.payment-guide-title h3 { margin: 0; color: #2c374a; font-size: 17px; }
.payment-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 36px; margin-top: 17px; }
.payment-guide-grid article { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 4px; }
.payment-guide-grid article > span { color: #4b8fff; font-weight: 900; }
.payment-guide-grid p { margin: 0; color: #68768b; font-size: 10px; line-height: 1.7; }
.payment-guide-grid strong { color: #3c485c; }
.enrollment-alert {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  padding: 25px 27px;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(125deg, #0d2e61, #1765d5);
}
.enrollment-alert > strong { font-size: 14px; }
.enrollment-alert > div { display: grid; gap: 4px; }
.enrollment-alert > div span { color: #d2e2f8; font-size: 10px; }

@media (max-width: 1080px) {
  .enrollment-hero-orbit { right: -4%; width: 58vw; opacity: .82; }
  .application-flow { overflow-x: auto; padding-bottom: 15px; scrollbar-width: thin; }
  .application-step { min-width: 190px; }
  .application-materials-grid { grid-template-columns: repeat(3, 1fr); gap: 14px 0; }
  .application-materials-grid article:nth-child(3) { border-right: 0; }
  .application-materials-grid article:nth-child(4) { padding-left: 0; }
  .enrollment-distribution-layout { grid-template-columns: 195px minmax(0, 1fr); }
  .training-base-card { min-height: 150px; padding-left: 28px; }
  .class-distribution-card { padding-inline: 30px; }
  .schedule-column { padding-right: 19px; }
  .schedule-column + .schedule-column { padding-left: 19px; }
  .schedule-column p { grid-template-columns: minmax(70px, 1fr) auto; }
  .schedule-column em { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-character { width: 220px; right: 0; bottom: 48px; }
}

@media (max-width: 820px) {
  .enrollment-hero { min-height: 500px; }
  .enrollment-hero-copy { max-width: 560px; }
  .enrollment-hero-orbit { top: 140px; right: -25%; width: 90vw; opacity: .36; }
  .enrollment-module-heading { margin-bottom: 38px; }
  .enrollment-distribution-layout { grid-template-columns: 1fr; }
  .fee-cards { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; max-width: 100%; gap: 16px; }
  .faq-block { padding: 28px 20px 0; }
  .faq-character { display: none; }
  .faq-more-btn { margin-top: 26px; padding: 15px 20px; font-size: 15px; }
  .training-base-tabs { display: flex; overflow-x: auto; padding: 2px 2px 10px; scrollbar-width: none; }
  .training-base-tabs::-webkit-scrollbar { display: none; }
  .training-base-card { min-width: 230px; min-height: 125px; flex: 0 0 auto; }
  .training-base-card:hover,
  .training-base-card[aria-selected="true"] { transform: translateY(-2px); }
  .class-distribution-card { min-height: 0; }
  .distribution-schedule { grid-template-columns: 1fr; gap: 26px; }
  .schedule-column { padding: 0; }
  .schedule-column + .schedule-column { padding: 26px 0 0; border-top: 1px solid #dbe5f3; border-left: 0; }
  .schedule-column p { grid-template-columns: minmax(90px, 1fr) auto 70px; }
  .schedule-column em { grid-column: auto; }
  .distribution-campus-info { align-items: flex-start; flex-direction: column; }
  .distribution-campus-info .button { align-self: stretch; }
  .enrollment-alert { grid-template-columns: 1fr auto; }
  .enrollment-alert > strong { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .enrollment-hero { min-height: 530px; align-items: flex-start; background: url("../../assets/images/enrollment-banner-mobile.png") center / cover no-repeat; }
  .enrollment-hero::before { background: none; }
  .enrollment-hero-copy { padding: 0px 0 80px; }
  .enrollment-hero-copy h1 { font-size: 39px; }
  .enrollment-hero-copy p { font-size: 12px; }
  .enrollment-hero-orbit { top: 235px; right: -34%; width: 120vw; }
  .application-process-section,
  .class-distribution-section,
  .tuition-section { padding: 80px 0 90px; }
  .enrollment-module-heading h2 { gap: 12px; font-size: 32px; }
  .enrollment-module-heading h2::before,
  .enrollment-module-heading h2::after { width: 42px; height: 12px; }
  .enrollment-module-heading p { font-size: 11px; }
  .application-flow { margin-inline: -14px; padding-inline: 14px; }
  .application-step { min-width: 205px; }
  .application-detail-panel { margin-top: -1px; padding: 26px 20px; border-radius: 0 0 20px 20px; }
  .application-panel-head { flex-direction: column; gap: 10px; }
  .application-materials-grid { grid-template-columns: 1fr 1fr; }
  .application-materials-grid article,
  .application-materials-grid article:first-child,
  .application-materials-grid article:nth-child(4),
  .application-materials-grid article:last-child { padding: 12px; border-right: 0; }
  .application-materials-grid article:nth-child(odd) { padding-left: 0; }
  .application-materials-grid article:nth-child(5) { grid-column: 1 / -1; }
  .training-base-tabs { margin-inline: -14px; padding-inline: 14px; }
  .class-distribution-card { padding: 28px 20px; border-radius: 19px; }
  .class-distribution-card > h3 { font-size: 18px; }
  .distribution-course-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .distribution-course-tabs::-webkit-scrollbar { display: none; }
  .distribution-course-tabs button { min-width: 150px; flex: 0 0 auto; }
  .schedule-column p { grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; }
  .schedule-column em { grid-column: auto; }
  .tuition-table-wrap { overflow: visible; border: 0; border-radius: 0; box-shadow: none; }
  .tuition-table { min-width: 0; }
  .tuition-table .tuition-head { display: none; }
  .tuition-row {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(37, 73, 131, .08);
  }
  .tuition-row > span {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 18px;
    background: #fff !important;
  }
  .tuition-row > span::before { margin-bottom: 4px; color: #95a2b3; content: attr(data-label); font-size: 9px; font-weight: 700; }
  .tuition-row .tuition-course-cell { min-height: 78px; justify-content: center; background: linear-gradient(135deg, #32d4bd, #14b9a3) !important; }
  .tuition-row[data-tone="blue"] .tuition-course-cell { background: linear-gradient(135deg, #48c8ef, #2398ed) !important; }
  .tuition-row[data-tone="orange"] .tuition-course-cell { background: linear-gradient(135deg, #ffc09e, #ff884a) !important; }
  .tuition-row[data-tone="violet"] .tuition-course-cell { background: linear-gradient(135deg, #90aefc, #627ff2) !important; }
  .tuition-course-cell::before { color: rgba(255, 255, 255, .7) !important; }
  .payment-guide { padding: 23px 20px; }
  .payment-guide-grid { grid-template-columns: 1fr; }
  .enrollment-alert { grid-template-columns: 1fr; }
  .enrollment-alert .button { width: 100%; }
}

@media (max-width: 420px) {
  .enrollment-hero-copy h1 { font-size: 35px; }
  .application-materials-grid { grid-template-columns: 1fr; }
  .application-materials-grid article:nth-child(5) { grid-column: auto; }
  .application-materials-grid article,
  .application-materials-grid article:nth-child(odd) { padding-inline: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .application-step,
  .training-base-card,
  .distribution-course-tabs button { transition: none; }
}

/* 隐藏开班分布模块的英文小标题 */
.enrollment-module-heading .section-kicker {
  display: none;
}


/* 课程筹备中状态 */
.schedule-coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.schedule-coming-soon .coming-soon-badge {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #E8F0FF 0%, #D6E4FF 100%);
  color: #1769ff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid #B9D3FF;
}
.schedule-coming-soon p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

/* 企业微信二维码弹窗 */


/* 移动端招生报名banner标题调整 */
@media (max-width: 680px) {
  .enrollment-hero .enrollment-hero-title {
    font-size: 36px !important;
    line-height: 1.3;
  }
  .enrollment-hero {
    padding-top: 20px !important;
  }
}


/* 移动端报名流程横向滚动 */
@media (max-width: 600px) {
  .application-process-section {
    overflow: hidden !important;
  }
  .application-flow {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 20px !important;
    padding: 20px 14px 30px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .application-flow > * {
    flex: 0 0 200px !important;
    scroll-snap-align: start !important;
  }
  /* 隐藏滚动条 */
  .application-flow::-webkit-scrollbar {
    display: none !important;
  }
  .application-flow {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
}


/* 缩小移动端报名流程间距 */
@media (max-width: 600px) {
  .application-flow {
    gap: 12px !important;
    padding: 20px 14px 20px !important;
  }
  .application-flow > * {
    flex: 0 0 180px !important;
  }
}


/* 缩小开班分布模块上方间距 */
#class-distribution {
  margin-top: 30px !important;
  padding-top: 30px !important;
}


/* 移动端报名流程材料项小标签对齐 */
@media (max-width: 680px) {
  .application-materials-grid article,
  .application-materials-grid article:first-child,
  .application-materials-grid article:nth-child(odd),
  .application-materials-grid article:nth-child(4),
  .application-materials-grid article:last-child {
    padding: 12px 0 !important;
    border-right: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  .application-materials-grid article > span {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    margin-top: 2px !important;
  }
  .application-materials-grid article > div {
    flex: 1 !important;
    min-width: 0 !important;
  }
}
