/* ===== CFE 详情页样式 ===== */
html {
    scroll-behavior: smooth;
}

.cfe-wrap {
    max-width: 1220px;
    margin: 0 auto;
    padding: 20px 16px 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #333;
    line-height: 1.75;
    font-size: 15px;
    background: #eef2f6;
}

/* 主标题区 */
.cfe-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 132px;
    padding: 28px 34px;
    background:
        linear-gradient(135deg, rgba(26, 58, 92, 0.98) 0%, rgba(44, 95, 138, 0.96) 100%);
    border-radius: 12px;
    margin-bottom: 18px;
    color: #fff;
    box-shadow: 0 14px 34px rgba(26, 58, 92, 0.18);
}

.cfe-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #c8a45c;
}

.cfe-hero::after {
    content: 'CFE';
    position: absolute;
    right: 28px;
    bottom: -34px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 118px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.cfe-hero-copy {
    position: relative;
    z-index: 1;
}

.cfe-hero h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0;
    line-height: 1.28;
}

.cfe-hero .sub-en {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    font-size: 13px;
    opacity: 0.92;
    letter-spacing: 0;
}

/* 通用卡片 */
.cfe-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px 30px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
    scroll-margin-top: 88px;
}

.cfe-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* 区块标题 */
.cfe-section-title {
    position: relative;
    padding-left: 14px;
    margin-bottom: 16px;
    font-size: 19px;
    font-weight: 700;
    color: #1a3a5c;
    line-height: 1.4;
}

.cfe-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #c8a45c;
    border-radius: 2px;
}

.cfe-section-title .en {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-top: 2px;
    letter-spacing: 0.5px;
}

/* 正文段落 */
.cfe-card p {
    margin: 0 0 14px;
    text-align: justify;
    color: #555;
}

.cfe-card>p,
.cfe-report-copy p,
.cfe-service p {
    text-indent: 2em;
}

.cfe-card p:last-child {
    margin-bottom: 0;
}

/* 图片容器 */
.cfe-img-box {
    text-align: center;
    margin: 18px 0;
}

.cfe-img-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #eef0f3;
    background: #fff;
    box-shadow: 0 8px 22px rgba(26, 58, 92, 0.06);
}

.cfe-img-caption {
    font-size: 12px;
    color: #8d98a7;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
}

/* 证书概览 */
#sec-certificate {
    position: relative;
    overflow: hidden;
    border: 1px solid #dde7f0;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8fbfd 52%, #f3f7fa 100%);
}

.cfe-report-brief {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 24px;
    align-items: stretch;
    margin: 4px 0 18px;
}

.cfe-report-copy {
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid rgba(26, 58, 92, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 22px rgba(26, 58, 92, 0.05);
}

.cfe-report-copy p {
    margin: 0;
    color: #4e5d6d;
    font-size: 15px;
    line-height: 1.95;
}

.cfe-report-visual {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(26, 58, 92, 0.09);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(26, 58, 92, 0.08);
}

.cfe-report-visual .cfe-img-box {
    margin: 0;
}

.cfe-report-visual img {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.cfe-cert-brief {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
    gap: 30px;
    align-items: center;
    margin-top: 22px;
    padding: 20px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86) 0%, rgba(240, 247, 251, 0.82) 100%);
}

.cfe-cert-copy {
    min-width: 0;
}

.cfe-cert-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px 12px;
    border: 1px solid rgba(200, 164, 92, 0.32);
    border-radius: 999px;
    background: rgba(200, 164, 92, 0.10);
    color: #86642a;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.cfe-cert-copy h3 {
    margin: 0 0 20px;
    color: #173653;
    font-size: 23px;
    line-height: 1.36;
    font-weight: 750;
}

.cfe-cert-copy p {
    color: #4e5d6d;
    font-size: 15px;
    line-height: 1.95;
    margin-bottom: 20px;
}

.cfe-cert-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.cfe-cert-stat {
    min-width: 0;
    padding: 14px 12px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 20px rgba(26, 58, 92, 0.05);
}

.cfe-cert-stat strong {
    display: block;
    color: #1a3a5c;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
}

.cfe-cert-stat span {
    display: block;
    margin-top: 7px;
    color: #6f7d8d;
    font-size: 12px;
    line-height: 1.45;
}

.cfe-cert-note {
    margin-bottom: 0 !important;
    padding-left: 12px;
    border-left: 3px solid #c8a45c;
    color: #627082 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

.cfe-cert-visual {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(26, 58, 92, 0.10);
}

.cfe-cert-visual-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 2px;
    color: #8b97a6;
    font-size: 12px;
    line-height: 1.3;
}

.cfe-cert-visual-head strong {
    color: #1a3a5c;
    font-size: 13px;
    letter-spacing: 0;
}

.cfe-cert-figure {
    margin: 0;
}

.cfe-cert-figure img {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.cfe-cert-figure .cfe-img-caption {
    margin-top: 9px;
}

/* 考试概览 */
#sec-exam {
    position: relative;
    overflow: hidden;
    border: 1px solid #dde7f0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 253, 0.96) 48%, rgba(239, 246, 250, 0.92) 100%);
}

#sec-exam::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c8a45c 0%, #8fbddd 52%, #1a3a5c 100%);
}

#sec-exam .cfe-section-title {
    margin-bottom: 20px;
}

.cfe-exam-brief {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
    gap: 30px;
    align-items: center;
}

.cfe-exam-copy {
    min-width: 0;
}

.cfe-exam-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid rgba(200, 164, 92, 0.32);
    border-radius: 999px;
    background: rgba(200, 164, 92, 0.10);
    color: #86642a;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.cfe-exam-copy h3 {
    margin: 0 0 12px;
    color: #173653;
    font-size: 24px;
    line-height: 1.34;
    font-weight: 750;
}

.cfe-exam-copy p {
    max-width: 720px;
    margin-bottom: 0;
    color: #4e5d6d;
    font-size: 16px;
    line-height: 2;
}

.cfe-exam-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.cfe-exam-point {
    min-width: 0;
    padding: 14px 14px 13px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 20px rgba(26, 58, 92, 0.05);
}

.cfe-exam-point .num {
    display: block;
    margin-bottom: 7px;
    color: #c8a45c;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.cfe-exam-point strong {
    display: block;
    margin-bottom: 4px;
    color: #1a3a5c;
    font-size: 15px;
    line-height: 1.35;
}

.cfe-exam-point span:last-child {
    display: block;
    color: #6f7d8d;
    font-size: 12px;
    line-height: 1.6;
}

.cfe-exam-visual {
    position: relative;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(26, 58, 92, 0.10);
}

.cfe-exam-visual-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 2px;
    color: #8b97a6;
    font-size: 12px;
    line-height: 1.3;
}

.cfe-exam-visual-head strong {
    color: #1a3a5c;
    font-size: 13px;
    letter-spacing: 0;
}

.cfe-exam-figure {
    margin: 0;
}

.cfe-exam-figure img {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.cfe-exam-figure .cfe-img-caption {
    margin-top: 9px;
}

/* 科目卡片 */
.cfe-subject-suite {
    overflow: hidden;
    padding: 22px;
    border: 1px solid #dfe8f1;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.cfe-subject-suite-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.cfe-subject-suite-head .cfe-section-title {
    margin-bottom: 0;
}

.cfe-subject-note {
    flex: 0 0 auto;
    margin-top: 8px;
    color: #8a96a6;
    font-size: 12px;
}

.cfe-subject {
    border-left: 0;
}

.cfe-subject-panel {
    position: relative;
    margin-top: -1px;
    padding: 20px;
    border: 1px solid #dde7f0;
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(26, 58, 92, 0.06);
}

.cfe-subject-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
    padding: 8px 8px 0;
    border: 1px solid #dde7f0;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(180deg, #eef4fa 0%, #f8fbff 100%);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cfe-subject-tabs::-webkit-scrollbar {
    display: none;
}

.cfe-subject-tab {
    appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 78px;
    border: 1px solid transparent;
    border-bottom: 0;
    background: transparent;
    color: #52606f;
    border-radius: 14px 14px 0 0;
    padding: 11px 14px;
    text-align: left;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cfe-subject-tab .tab-index {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 58, 92, 0.08);
    color: #1a3a5c;
    font-size: 12px;
    font-weight: 700;
}

.cfe-subject-tab .tab-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cfe-subject-tab .tab-title {
    color: #1a3a5c;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.cfe-subject-tab .tab-desc {
    color: #8995a4;
    font-size: 11px;
    line-height: 1.25;
}

.cfe-subject-tab:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.62);
}

.cfe-subject-tab.is-active {
    transform: translateY(1px);
    background: #fff;
    color: #1a3a5c;
    border-color: #dde7f0;
    box-shadow: 0 -8px 22px rgba(26, 58, 92, 0.06);
}

.cfe-subject-tab.is-active::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -1px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #c8a45c 0%, #e2c67f 100%);
}

.cfe-subject-tab.is-active .tab-index {
    background: linear-gradient(180deg, #1a3a5c 0%, #244d75 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(26, 58, 92, 0.18);
}

.cfe-subject-tab.is-active .tab-desc {
    color: #637183;
}

.cfe-subject-layout {
    display: block;
    margin-top: 14px;
}

.cfe-subject-copy,
.cfe-subject-media {
    min-width: 0;
}

.cfe-media-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
    padding-top: 0;
}

.cfe-media-tabs--inline {
    margin-top: 16px;
    margin-bottom: 0;
}

.cfe-media-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
    gap: 18px;
    align-items: stretch;
    padding: 14px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #dce5ee;
    border: 1px solid rgba(26, 58, 92, 0.08);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 250, 253, 0.96) 48%, rgba(237, 245, 250, 0.96) 100%);
    box-shadow: 0 16px 34px rgba(26, 58, 92, 0.08);
}

.cfe-media-tab {
    appearance: none;
    border: 1px solid rgba(26, 58, 92, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.98) 100%);
    color: #516173;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cfe-media-tab.is-active {
    background: linear-gradient(180deg, #183453 0%, #274f77 100%);
    color: #fff;
    border-color: #183453;
    box-shadow: 0 10px 22px rgba(24, 52, 83, 0.20);
}

.cfe-media-tab:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(26, 58, 92, 0.10);
}

.cfe-media-shell .cfe-media-tab {
    box-shadow: 0 2px 6px rgba(26, 58, 92, 0.06);
}

.cfe-media-main {
    position: relative;
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(26, 58, 92, 0.08);
    border-radius: 14px;
    padding: 10px;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(26, 58, 92, 0.07);
}

.cfe-media-main .cfe-media-frame {
    height: clamp(440px, 54vw, 680px);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
    overflow: hidden;
}

.cfe-media-main .cfe-media-frame.is-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
    padding: 0;
}

.cfe-media-main .cfe-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.cfe-media-main .cfe-media-frame.is-split img {
    min-width: 0;
    border-radius: 8px;
    background: #fff;
}

.cfe-media-main.is-transitioning .cfe-media-frame img {
    opacity: 0.25;
    transform: scale(0.985);
}

.cfe-media-preview-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 7px 11px;
    border: 1px solid rgba(26, 58, 92, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #1a3a5c;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(26, 58, 92, 0.10);
    backdrop-filter: blur(8px);
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.cfe-media-preview-btn::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:
        radial-gradient(circle at 45% 45%, transparent 0 4px, currentColor 4.5px 5.5px, transparent 6px),
        linear-gradient(45deg, transparent 0 65%, currentColor 66% 78%, transparent 79%);
}

.cfe-media-preview-btn:hover {
    transform: translateY(-1px);
    background: #1a3a5c;
    color: #fff;
}

.cfe-media-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid rgba(26, 58, 92, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.cfe-media-tabs--inline {
    counter-reset: mediaSlide;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-wrap: nowrap;
    overflow-x: visible;
    margin-top: 0;
    padding: 0;
    border-top: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cfe-media-tabs--inline::-webkit-scrollbar {
    display: none;
}

.cfe-media-tabs--inline .cfe-media-tab {
    counter-increment: mediaSlide;
    position: relative;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    min-height: 70px;
    padding: 11px 12px;
    border-radius: 8px;
    background: #fff;
    color: #1a3a5c;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 6px 14px rgba(26, 58, 92, 0.04);
}

.cfe-media-tabs--inline .cfe-media-tab::before {
    content: counter(mediaSlide, decimal-leading-zero);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-row: 1 / span 2;
    border-radius: 8px;
    background: rgba(26, 58, 92, 0.08);
    color: #1a3a5c;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}

.cfe-media-tabs--inline .cfe-media-tab::after {
    content: attr(data-slide-desc);
    grid-column: 2;
    display: block;
    margin-top: 4px;
    color: #6d7a88;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
}

.cfe-media-tabs--inline .cfe-media-tab:hover {
    border-color: #7e97b0;
    background: #f8fbff;
}

.cfe-media-tabs--inline .cfe-media-tab.is-active {
    background: linear-gradient(90deg, #1a3a5c 0%, #244d75 100%);
    color: #fff;
    border-color: #1a3a5c;
    box-shadow: 0 12px 24px rgba(26, 58, 92, 0.16);
}

.cfe-media-tabs--inline .cfe-media-tab.is-active::before {
    background: #c8a45c;
    color: #fff;
    box-shadow: 0 8px 16px rgba(200, 164, 92, 0.22);
}

.cfe-media-tabs--inline .cfe-media-tab.is-active::after {
    color: rgba(255, 255, 255, 0.78);
}

.cfe-media-controls {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    padding-top: 0;
}

.cfe-media-arrow {
    appearance: none;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(26, 58, 92, 0.14);
    border-radius: 50%;
    background: #fff;
    color: #1a3a5c;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(26, 58, 92, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.cfe-media-arrow:hover {
    transform: translateY(-1px);
    background: #1a3a5c;
    color: #fff;
    box-shadow: 0 10px 20px rgba(26, 58, 92, 0.14);
}

.cfe-subject-head {
    display: none;
}

.cfe-subject-head .cn {
    font-size: 17px;
    font-weight: 700;
    color: #1a3a5c;
}

.cfe-subject-head .en {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

.cfe-subject .item-list {
    background: #f9fafb;
    border-radius: 8px;
    padding: 14px 16px;
    margin: 12px 0;
}

.cfe-subject .item-list p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #666;
}

.cfe-subject .item-list p:last-child {
    margin-bottom: 0;
}

.cfe-subject .modules-label {
    font-size: 13px;
    font-weight: 600;
    color: #c8a45c;
    margin-bottom: 6px;
}

.cfe-subject .modules-text {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0;
    color: transparent;
    line-height: 0;
}

.cfe-subject .modules-text .module-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dfe6ee;
    color: #5f6977;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.cfe-sub-show-label {
    font-size: 13px;
    color: #1a3a5c;
    font-weight: 600;
    margin: 0 0 6px;
}

.cfe-sub-show-label::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #c8a45c;
    vertical-align: middle;
}

.cfe-media-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 0 16px;
}

.cfe-media-grid--3 {
    grid-template-columns: 1fr;
}

.cfe-media-grid--lead .cfe-media-card {
    grid-column: auto;
}

.cfe-media-card {
    background: #f9fafb;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    padding: 8px;
    align-self: start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cfe-media-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(26, 58, 92, 0.08);
}

.cfe-media-frame {
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.cfe-media-frame img {
    width: 100%;
    height: auto;
    object-fit: initial;
    border: 0;
    border-radius: 0;
}

.cfe-media-card--wide {
    grid-column: 1 / -1;
}

/* 适合人群 */
#sec-candidates,
#sec-steps {
    position: relative;
    overflow: hidden;
    border: 1px solid #dde7f0;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8fbfd 52%, #f3f7fa 100%);
}

.cfe-candidate-brief,
.cfe-step-brief {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.82fr);
    gap: 30px;
    align-items: center;
    margin-top: 8px;
    padding: 20px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86) 0%, rgba(240, 247, 251, 0.82) 100%);
}

.cfe-candidate-copy,
.cfe-step-copy {
    min-width: 0;
}

.cfe-candidate-kicker,
.cfe-step-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid rgba(200, 164, 92, 0.32);
    border-radius: 999px;
    background: rgba(200, 164, 92, 0.10);
    color: #86642a;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}


.cfe-candidate-kicker{
    margin-bottom: 20px;
}

.cfe-candidate-copy h3,
.cfe-step-copy h3 {
    margin: 0 0 14px;
    color: #173653;
    font-size: 22px;
    line-height: 1.36;
    font-weight: 750;
}

.cfe-candidate-copy h3 {
    margin-bottom: 30px;
}

.cfe-candidate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cfe-candidate-list li {
    padding: 20px 14px 20px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e3e9f0;
    border-radius: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4f5a67;
    position: relative;
    box-shadow: 0 4px 10px rgba(26, 58, 92, 0.04);
}
.cfe-candidate-list li{
    margin-bottom: 20px;
}

.cfe-candidate-list li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 28px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg, #d8b46c 0%, #c8a45c 100%);
}

.cfe-candidate-insights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.cfe-candidate-insight {
    min-width: 0;
    padding: 22px 12px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 8px 18px rgba(26, 58, 92, 0.04);
}

.cfe-candidate-insight strong {
    display: block;
    margin-bottom: 7px;
    color: #1a3a5c;
    font-size: 14px;
    line-height: 1.35;
}

.cfe-candidate-insight span {
    display: block;
    color: #647181;
    font-size: 12px;
    line-height: 1.65;
}

.cfe-candidate-visual,
.cfe-step-visual {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(26, 58, 92, 0.10);
}

.cfe-candidate-visual-head,
.cfe-step-visual-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 2px;
    color: #8b97a6;
    font-size: 12px;
    line-height: 1.3;
}

.cfe-candidate-visual-head strong,
.cfe-step-visual-head strong {
    color: #1a3a5c;
    font-size: 13px;
    letter-spacing: 0;
}

.cfe-candidate-figure,
.cfe-step-figure {
    margin: 0;
}

.cfe-candidate-figure img,
.cfe-step-figure img {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.cfe-candidate-figure .cfe-img-caption,
.cfe-step-figure .cfe-img-caption {
    margin-top: 9px;
}

/* 考试资格表格 */
.cfe-qualify-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(26, 58, 92, 0.05);
}

.cfe-qualify-table th,
.cfe-qualify-table td {
    padding: 13px 10px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e6edf4;
}

.cfe-qualify-table th {
    background: linear-gradient(180deg, #1a3a5c 0%, #244d75 100%);
    color: #fff;
    font-weight: 600;
}

.cfe-qualify-table td {
    color: #52606f;
}

.cfe-qualify-table tr:nth-child(even) td {
    background: #f8fbff;
}

/* 考试步骤 */
.cfe-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cfe-step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e3e9f0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(26, 58, 92, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cfe-step-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(26, 58, 92, 0.08);
}

.cfe-step-num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background: linear-gradient(180deg, #1a3a5c 0%, #244d75 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.cfe-step-content h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: #1a3a5c;
}

.cfe-step-content p {
    margin: 0;
    font-size: 13px;
    color: #667381;
}

/* 服务支持区 */
.cfe-service {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
    border: 1px solid #d8e2ec;
}

.cfe-service p {
    font-size: 14px;
    color: #52606f;
    line-height: 1.8;
}

/* CTA 区 */
.cfe-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 26px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(26, 58, 92, 0.98) 0%, rgba(44, 95, 138, 0.96) 100%);
    color: #fff;
    padding: 28px 34px;
    border-radius: 10px;
    margin-top: 18px;
    box-shadow: 0 14px 34px rgba(26, 58, 92, 0.18);
}

.cfe-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #c8a45c;
}

.cfe-cta::after {
    content: 'CFE';
    position: absolute;
    right: 300px;
    bottom: -34px;
    color: rgba(255, 255, 255, 0.07);
    font-size: 112px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    pointer-events: none;
}

.cfe-cta-copy,
.cfe-cta-contact {
    position: relative;
    z-index: 1;
}

.cfe-cta-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.2;
}

.cfe-cta h3 {
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: 750;
    line-height: 1.35;
}

.cfe-cta p {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.88;
    margin: 0 0 18px;
}

.cfe-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cfe-cta-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.35;
}

.cfe-cta-contact {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cfe-cta-qr {
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 26, 44, 0.22);
}

.cfe-cta img {
    display: block;
    width: 100%;
    max-width: 116px;
    height: auto;
    border-radius: 6px;
}

.cfe-cta .qr-tip {
    min-width: 0;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.cfe-cta .qr-tip strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.cfe-cta .qr-tip span {
    display: block;
}

@media (max-width: 768px) {
    .cfe-cta {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 20px;
    }

    .cfe-cta::after {
        right: 12px;
        bottom: -24px;
        font-size: 76px;
    }

    .cfe-cta h3 {
        font-size: 21px;
    }

    .cfe-cta-contact {
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 14px;
    }

    .cfe-cta img {
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .cfe-cta-contact {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .cfe-cta-points {
        gap: 8px;
    }

    .cfe-cta-points span {
        min-height: 32px;
        padding: 6px 11px;
        font-size: 12px;
    }
}

.cfe-image-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    background: rgba(10, 22, 36, 0.82);
}

.cfe-image-modal[hidden] {
    display: none;
}

.cfe-image-modal-frame {
    max-width: min(96vw, 1360px);
    max-height: 92vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    overflow: auto;
}

.cfe-image-modal-frame.is-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.cfe-image-modal-frame img {
    display: block;
    max-width: 100%;
    max-height: 92vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.cfe-image-modal-frame.is-split img {
    width: 100%;
    max-height: none;
}

.cfe-image-modal-close {
    position: fixed;
    top: 18px;
    right: 22px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

/* 响应式适配 */
@media (max-width: 1180px) {
    .cfe-wrap {
        max-width: 1060px;
        padding-left: 16px;
    }
}

@media (max-width: 768px) {
    .cfe-wrap {
        padding: 12px 10px 30px;
        font-size: 14px;
    }

    .cfe-hero {
        min-height: 118px;
        padding: 24px 20px;
    }

    .cfe-hero h1 {
        font-size: 22px;
    }

    .cfe-card {
        padding: 18px 14px;
        margin-bottom: 14px;
    }

    .cfe-section-title {
        font-size: 17px;
    }

    .cfe-report-brief {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 16px;
    }

    .cfe-report-copy {
        padding: 15px 14px;
    }

    .cfe-report-copy p {
        font-size: 14px;
        line-height: 1.85;
    }

    .cfe-report-visual {
        padding: 8px;
    }

    .cfe-cert-brief {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 16px;
        padding: 12px;
    }

    .cfe-cert-copy h3 {
        font-size: 20px;
    }

    .cfe-cert-copy p {
        font-size: 14px;
        line-height: 1.9;
    }

    .cfe-cert-stats {
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 16px 0 12px;
    }

    .cfe-cert-stat {
        padding: 12px;
    }

    .cfe-cert-visual {
        max-width: 560px;
        margin-inline: auto;
        padding: 10px;
    }

    .cfe-candidate-brief,
    .cfe-step-brief {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 12px;
    }

    .cfe-candidate-copy h3,
    .cfe-step-copy h3 {
        font-size: 20px;
    }

    .cfe-candidate-insights {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cfe-candidate-visual,
    .cfe-step-visual {
        max-width: 560px;
        margin-inline: auto;
        padding: 10px;
    }

    .cfe-exam-brief {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cfe-exam-copy h3 {
        font-size: 20px;
    }

    .cfe-exam-copy p {
        font-size: 14px;
        line-height: 1.9;
    }

    .cfe-exam-points {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .cfe-exam-point {
        padding: 12px;
    }

    .cfe-exam-visual {
        max-width: 560px;
        margin-inline: auto;
        padding: 10px;
    }

    .cfe-exam-figure {
        max-width: 520px;
        margin-inline: auto;
    }

    .cfe-subject-suite {
        padding: 16px 12px;
    }

    .cfe-subject-suite-head {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 12px;
    }

    .cfe-subject-note {
        margin-top: 0;
    }

    .cfe-subject-layout {
        margin-top: 10px;
    }

    .cfe-media-shell {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px;
        border-radius: 16px;
    }

    .cfe-media-main {
        padding: 8px;
    }

    .cfe-media-main .cfe-media-frame {
        height: clamp(300px, 86vw, 460px);
        min-height: 0;
    }

    .cfe-media-info {
        padding: 14px 12px;
    }

    .cfe-media-tabs--inline {
        flex-wrap: nowrap;
        overflow-x: auto;
        flex-direction: row;
        padding-top: 0;
    }

    .cfe-media-tabs--inline .cfe-media-tab {
        width: 230px;
        min-height: 88px;
        grid-template-columns: 30px minmax(0, 1fr);
    }

    .cfe-media-tabs--inline .cfe-media-tab::after {
        font-size: 11px;
        line-height: 1.4;
    }

    .cfe-subject-tabs {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
        gap: 6px;
        padding: 7px 7px 0;
    }

    .cfe-subject-tab {
        min-height: 74px;
        padding: 10px 12px;
        gap: 8px;
    }

    .cfe-subject-tab .tab-index {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .cfe-subject-tab .tab-title {
        font-size: 13px;
    }

    .cfe-subject-tab .tab-desc {
        font-size: 10px;
    }

    .cfe-subject-panel {
        padding: 14px;
    }

    .cfe-media-tabs {
        gap: 6px;
    }

    .cfe-media-tab {
        padding: 7px 10px;
    }

    .cfe-subject-head .cn {
        font-size: 16px;
    }

    .cfe-step-item {
        padding: 12px;
        gap: 10px;
    }

    .cfe-step-num {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .cfe-qualify-table th,
    .cfe-qualify-table td {
        padding: 10px 6px;
        font-size: 13px;
    }

    .cfe-candidate-list li {
        padding: 11px 12px 11px 30px;
    }

    .cfe-media-main {
        max-width: 100%;
    }

    .cfe-media-shell {
        padding-top: 62px;
    }

    .cfe-media-shell .cfe-media-tabs--inline {
        left: 12px;
        right: 12px;
        padding: 8px 10px;
        border-radius: 16px;
    }

    .cfe-media-tab {
        padding: 7px 12px;
    }

    .cfe-img-box img {
        max-width: 100%;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .cfe-hero h1 {
        font-size: 18px;
    }

    .cfe-hero .sub-en {
        font-size: 12px;
        padding: 4px 10px;
    }

    .cfe-section-title {
        font-size: 16px;
    }

    .cfe-cert-kicker {
        font-size: 11px;
    }

    .cfe-cert-copy h3 {
        font-size: 18px;
    }

    .cfe-cert-stat strong {
        font-size: 20px;
    }

    .cfe-candidate-kicker,
    .cfe-step-kicker {
        font-size: 11px;
    }

    .cfe-candidate-copy h3,
    .cfe-step-copy h3 {
        font-size: 18px;
    }

    .cfe-exam-kicker {
        font-size: 11px;
    }

    .cfe-exam-copy h3 {
        font-size: 18px;
    }

    .cfe-card p {
        font-size: 13px;
    }

    .cfe-exam-point strong {
        font-size: 14px;
    }

    .cfe-subject .item-list p {
        font-size: 13px;
    }

    .cfe-subject .modules-text {
        font-size: 12px;
    }
}

/* ===== 课程试听 ===== */
.cfe-video-suite {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: 18px;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #dce5ee;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 250, 253, 0.96) 100%);
    box-shadow: 0 14px 30px rgba(26, 58, 92, 0.07);
}

.cfe-video-stage {
    min-width: 0;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    background: #05070a;
    border: 1px solid #111827;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.cfe-video-item {
    height: 100%;
    background: #05070a;
    overflow: hidden;
}

.cfe-video-item>div {
    width: 100% !important;
    height: 100% !important;
}

.cfe-video-item .pv-video-player {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    background: #05070a !important;
}

.cfe-video-item .pv-video-wrap {
    height: 100% !important;
    background: #05070a !important;
}

.cfe-video-item iframe,
.cfe-video-item video {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.cfe-video-nav {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 2px;
}

.cfe-video-nav-item {
    appearance: none;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    /*min-height: 70px;*/
    align-items: center;
    padding: 11px 12px;
    border: 1px solid rgba(26, 58, 92, 0.10);
    border-radius: 8px;
    background: #fff;
    text-align: left;
    color: #1a3a5c;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(26, 58, 92, 0.04);
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.cfe-video-nav-item .index {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(26, 58, 92, 0.08);
    color: #1a3a5c;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}

.cfe-video-nav-item .copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cfe-video-nav-item strong {
    color: inherit;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 750;
}

.cfe-video-nav-item .copy span {
    color: #6d7a88;
    font-size: 12px;
    line-height: 1.35;
}

.cfe-video-nav-item:hover {
    transform: translateY(-1px);
    border-color: rgba(26, 58, 92, 0.22);
    background: #f8fbff;
    box-shadow: 0 10px 20px rgba(26, 58, 92, 0.08);
}

.cfe-video-nav-item.is-active {
    background: linear-gradient(90deg, #1a3a5c 0%, #244d75 100%);
    border-color: #1a3a5c;
    color: #fff;
    box-shadow: 0 12px 24px rgba(26, 58, 92, 0.16);
}

.cfe-video-nav-item.is-active .index {
    background: #c8a45c;
    color: #fff;
}

.cfe-video-nav-item.is-active .copy span {
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 768px) {
    .cfe-video-suite {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px;
    }

    .cfe-video-nav {
        max-height: 360px;
        overflow-y: auto;
    }
}

/* ===== 持证人感言 ===== */
.cfe-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.cfe-testimonial-item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 12px;
    padding: 18px 16px;
    border: 1px solid #e3e9f0;
    box-shadow: 0 4px 12px rgba(26, 58, 92, 0.05);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.cfe-testimonial-item:hover {
    box-shadow: 0 10px 20px rgba(26, 58, 92, 0.08);
    transform: translateY(-2px);
}

.cfe-testimonial-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e8e8e8;
}

.cfe-testimonial-head img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cfe-testimonial-head .name {
    font-size: 14px;
    font-weight: 600;
    color: #1a3a5c;
    line-height: 1.4;
}

.cfe-testimonial-head .title {
    font-size: 12px;
    color: #999;
}

.cfe-testimonial-text {
    font-size: 13px;
    color: #566170;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .cfe-testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .cfe-testimonial-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* ===== 考试细则 ===== */
.cfe-rules-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 10px;
}

.cfe-rules-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #eef0f3;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.cfe-rules-item a:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.cfe-rules-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 10px;
}

.cfe-rules-item p {
    font-size: 13px;
    color: #1a3a5c;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.cfe-rules-cta {
    text-align: center;
    margin-top: 22px;
}

.cfe-rules-cta .btn {
    display: inline-block;
    padding: 12px 36px;
    background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.cfe-rules-cta .btn:hover {
    box-shadow: 0 4px 16px rgba(26, 58, 92, 0.3);
    transform: translateY(-1px);
}

.cfe-rules-cta .tip {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .cfe-rules-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .cfe-rules-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .cfe-rules-item img {
        width: 44px;
        height: 44px;
    }

    .cfe-rules-item a {
        padding: 14px 8px;
    }

    .cfe-rules-item p {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .pc-img {
        width: min(100%, 980px);
        margin-inline: auto;
    }
}