/* 锚点：避免被 sticky 页头遮挡 */
#enrollment-head,
#enrollment-brochure,
#enrollment-info {
  scroll-margin-top: 96px;
}
@media (max-width: 800px) {
  #enrollment-head,
  #enrollment-brochure,
  #enrollment-info {
    scroll-margin-top: 72px;
  }
}
html {
  scroll-behavior: smooth;
}
.enroll-intro {
  position: relative;
  padding-bottom: 70px;
}
.enroll-intro::after {
  content: "";
  position: absolute;
  left: -119px;
  top: 0;
  width: 489px;
  height: 538px;
  background: url(../../img/other/enrollment_icon.png) no-repeat center center;
  background-size: 100% ;
  z-index: -1;
}
.enroll-intro-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  padding-bottom: 74px;
  padding-right: 6%;
}
.enroll-intro-wrap .enroll-intro-image {
  position: absolute;
  right: 11%;
  top: 38px;
  transform: translateY(-50%);
  width: 30%;
  max-width: 413px;
  z-index: 2;
}
.enroll-intro-wrap .enroll-intro-image img {
  width: 100%;
  height: auto;
}
.enroll-intro-line {
  position: relative;
  width: 60px;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 0;
}
.enroll-intro-line::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  bottom: 0;
  width: 1px;
  background: #7c3797;
}
.enroll-intro-line .dot {
  width: 10px;
  height: 10px;
  background: #7c3797;
  border-radius: 50%;
  display: block;
  margin-left: 16px;
  flex-shrink: 0;
}
.enroll-intro-swiper.swiper {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.enroll-intro-swiper.swiper .swiper-wrapper {
  align-items: stretch;
}
.enroll-intro-swiper.swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.enroll-intro-swiper.swiper .swiper-slide {
  position: relative;
}
.enroll-intro-swiper.swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 38px);
  background: #7c3797;
  border-radius: 40px 0px 40px 0px;
  z-index: -1;
}
.enroll-intro-swiper .enroll-intro-pagination.swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  margin-top: 14px;
  margin-left: 1px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 2px;
}
.enroll-intro-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #AFAFAF;
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.enroll-intro-swiper .swiper-pagination-bullet:hover {
  background: #9a9a9a;
}
.enroll-intro-swiper .swiper-pagination-bullet-active {
  background: #723489;
}
.enroll-intro-card {
  position: relative;
  min-height: clamp(200px, 15vw, 290px);
  padding: 0 clamp(30px, 2.5vw, 60px) clamp(30px, 2.5vw, 56px);
  visibility: visible;
}
.enroll-intro-index {
  font-size: clamp(96px, 5.5vw, 104px);
  font-weight: bold;
  color: rgba(227, 227, 227, 0.51);
  line-height: 1;
  font-family: Century Gothic, Century Gothic;
  position: relative;
  bottom: 17px;
}
.enroll-intro-content {
  position: relative;
  z-index: 2;
  max-width: 92%;
}
.enroll-intro-content h2 {
  font-size: clamp(28px, 2.5vw, 32px);
  color: #fff;
  font-weight: bold;
  margin-bottom: 26px;
}
.enroll-intro-content .enroll-intro-content-text {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
  color: #fff;
}
.enroll-bg-text {
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.enroll-bg-text div {
  font-size: 152px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  pointer-events: none;
  font-family: Calibri, Calibri;
  animation: loop 100s -50s linear infinite;
}
.enroll-bg-text--top {
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.dot-bg {
  position: absolute;
  width: 140px;
  height: 140px;
  background-image: radial-gradient(#d8d8d8 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  opacity: 0.8;
}
.dot-bg--left {
  left: 70px;
  bottom: 90px;
}
.dot-bg--right {
  right: 100px;
  top: 260px;
}
/* =========================
   招生信息卡片（紫底 + 白内容区 + 浅紫标签）
========================= */
.enroll-info {
  position: relative;
  padding-bottom: 140px;
  padding-top: 70px;
  background: #FAFAFA;
  overflow-x: clip;
}
.enroll-info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 489px;
  height: 554px;
  background: url(../../img/other/enrollment_icon2.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 0;
}
.enroll-info::before {
  content: "";
  position: absolute;
  right: -66px;
  top: -171px;
  width: 489px;
  height: 567px;
  background: url(../../img/other/enrollment_icon3.png) no-repeat center center;
  background-size: 100% 100%;
}
.sec-title {
  margin-bottom: 65px;
}
.sec-title .en {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  color: #723489;
}
.sec-title h2 {
  font-size: 36px;
  font-weight: 400;
}
.enroll-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 78px 64px;
}
.enroll-card {
  position: relative;
  min-width: 0;
}
.enroll-card:last-child .enroll-card-body .tag {
  margin-top: 10px;
  margin-bottom: 6px;
}
.enroll-card:last-child .enroll-card-body .tag:first-child {
  margin-top: 30px;
  margin-bottom: 10px;
}
.enroll-card-shell {
  position: relative;
}
.enroll-card-shell::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80.3%;
  background: #723489;
  border-radius: 46px;
  height: 100%;
  z-index: 0;
}
.enroll-card-hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
  z-index: 2;
}
.enroll-card-num {
  width: 19.8%;
  font-size: clamp(50px, 3.2vw, 60px);
  font-weight: bold;
  flex-shrink: 0;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
.enroll-card-title {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
  padding-left: 5%;
}
.enroll-card-title .arrow {
  padding-left: 7px;
  position: relative;
  width: 30px;
}
.enroll-card-title .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid rgba(255, 255, 255, 0.48);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-48%);
}
.enroll-card-title .arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  position: absolute;
  left: 7px;
  top: 0;
  transform: translateY(-48%);
}
.enroll-card-body {
  position: relative;
  background: #fff;
  border-radius: 46px;
  margin-right: 5%;
  padding: 15px 6% 26px;
  box-shadow: 0px 3px 6px 1px rgba(109, 109, 109, 0.32);
  min-height: clamp(340px, 15vw, 370px);
  z-index: 2;
}
.enroll-card-body p {
  line-height: 2.2;
}
.enroll-card-body p:last-child {
  margin-bottom: 0;
}
.enroll-card-body .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 29px;
  border-radius: 24px;
  background: #723489;
  color: #fff;
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 600;
  margin: 30px 0 10px;
}
.enroll-card-body .tag + p {
  margin-top: 0;
}
/* =========================
   响应式
========================= */
@media (max-width: 1440px) {
  .enroll-card-body p {
    line-height: 2;
  }
  .enroll-info-grid {
    gap: 58px 44px;
  }
  .enroll-info::after {
    transform: scale(0.8);
    transform-origin: left bottom;
  }
  .enroll-info::before {
    transform: scale(0.8);
    transform-origin: right top;
    top: -131px;
  }
  .enroll-intro::after {
    transform: scale(0.9);
    transform-origin: left top;
  }
}
@media (max-width: 1200px) {
  .enroll-info-grid {
    gap: 40px 36px;
  }
  .enroll-intro-image {
    width: 240px;
  }
}
@media (max-width: 992px) {
  .enroll-intro-card {
    padding: 46px 36px 40px;
  }
  .enroll-intro-content {
    max-width: 100%;
  }
  .enroll-intro-image {
    position: relative;
    top: auto;
    right: auto;
    width: 220px;
    margin: 30px auto 0;
  }
  .enroll-info-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .sec-title .en {
    font-size: 28px;
  }
  .sec-title h2 {
    font-size: 40px;
  }
  .enroll-card-title {
    font-size: 20px;
  }
  .enroll-card-body {
    margin-right: 8px;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .enroll-intro {
    padding-bottom: 80px;
  }
  .enroll-intro-wrap {
    display: block;
  }
  .enroll-intro-line {
    display: none;
  }
  .enroll-intro-swiper.swiper {
    border-radius: 16px;
  }
  .enroll-intro-swiper .enroll-intro-pagination.swiper-pagination {
    margin-left: 0;
    justify-content: center;
  }
  .enroll-intro-card {
    padding: 40px 24px 34px;
  }
  .enroll-intro-index {
    font-size: 60px;
  }
  .enroll-intro-content h2 {
    font-size: 28px;
  }
  .enroll-intro-content li {
    font-size: 14px;
  }
  .sec-title {
    margin-bottom: 40px;
  }
  .enroll-card-shell {
    padding: 2px 12px 12px 12px;
  }
  .enroll-card-hd {
    padding: 14px 2px 10px;
  }
  .enroll-card-num {
    font-size: 40px;
  }
  .enroll-card-title {
    font-size: 18px;
    flex-basis: 100%;
    padding-left: 2px;
  }
  .enroll-card-body {
    padding: 22px 18px 20px;
    margin-right: 6px;
    margin-top: 2px;
  }
  .enroll-card-body .tag {
    font-size: 13px;
    padding: 4px 12px;
  }
}
