.professional-preparatory-course-banner-img {
    width: 100%;
}

/* 学生面临的问题 - 2列网格，左侧蓝色线 */
.common-section {
    padding: 0 20px 24px;
}
.problem-wrap {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.problem-card {
    position: relative;
    height: 78px;
    box-sizing: border-box;
    padding: 14px 12px 14px 20px;
    background: #fff url(../imgs/professional-preparatory-course/problem-line.png) left center no-repeat;
    background-size: 5px 48px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    font-family: MiSans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #3D3D3D;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 适用人群 - 三块轮播，浅蓝卡片白字 */
.audience-carousel-wrap {
    position: relative;
    margin-top: 12px;
}
.audience-carousel {
    overflow: hidden;
    padding-bottom: 28px;
}
.audience-carousel .swiper-slide {
    padding: 0 2px;
}
.audience-card {
    padding: 20px 16px;
    background: #3ED6EE;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: MiSans, sans-serif;
    font-family: MiSans;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.audience-pagination {
    bottom: 0;
}
.audience-pagination .swiper-pagination-bullet {
    background: #b0d8ee;
    opacity: 1;
}
.audience-pagination .swiper-pagination-bullet-active {
    background: #2e8fc7;
    width: 16px;
    border-radius: 4px;
}

/* 独家产品优势 - 六张卡片，左图标+标题+描述 */
.advantage-list-wrap {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 12px;
    background: #FFFFFF;
    border-radius: 10px;
    opacity: 1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.advantage-item-icon {
    width: 50px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
}
.advantage-item-content {
    flex: 1;
    min-width: 0;
}
.advantage-item-title {
    margin: 0 0 8px;
    font-family: MiSans;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    text-align: left;
}
.advantage-item-desc {
    font-family: MiSans;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    text-align: left;
}

/* 产品服务流程 - 双排卡片 + 横向滚动 */
.process-scroll-wrap {
    margin-top: 12px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 163px);
    grid-template-rows: repeat(2, 89px);
    gap: 12px;
    padding: 12px;
}
.process-grid::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    background-image: url(../imgs/professional-preparatory-course/line-img.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    width: 620px;
}
.process-card {
    width: 163px;
    height: 89px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.process-card-body {

    width: 100%;
    height: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.process-card--col1 { grid-column: 1; }
.process-card--col2 { grid-column: 2; }
.process-card--col3 { grid-column: 3; }
.process-card--top { grid-row: 1; }
.process-card--bottom { grid-row: 2; }
.process-card--primary {
    background: #E5FAFF;
}
.process-card--top::after,
.process-card--bottom::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #71D1F4;
}
.process-card--top::after {
    bottom: -11px;
}
.process-card--bottom::after {
    top: -11px;
}
.process-card--bottom {
    margin-left: 100px;
}
.process-grid {
    min-width: max-content;
}
.process-step {
    font-family: MiSans;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(62, 213, 237, 0.5);
    margin-right: 8px;
}
.process-card-title {
    font-family: MiSans;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}
.process-card-desc {
    margin: 4px 0;
    font-family: MiSans, sans-serif;
    font-size: 10px;
    line-height: 1.4;
    color: #3D3D3D;
}
