/* 文字简介3：与文字简介2 结构一致，作用域 .modules-desc-3 */
.modules-desc-3.about-hero {
    --primary-light: var(--dlc-primary-light, #fecf51);
    --primary-color: var(--dlc-primary-color, #f7892e);
    --primary-dark: var(--dlc-primary-dark, #f68425);
    position: relative;
    padding: 70px 0 50px;
    background: #ffffff;
    overflow: hidden;
}

.modules-desc-3.about-hero::before,
.modules-desc-3.about-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.modules-desc-3.about-hero::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(247, 137, 46, 0.55), rgba(247, 137, 46, 0));
    left: -140px;
    top: -140px;
}

.modules-desc-3.about-hero::after {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(254, 207, 81, 0.6), rgba(254, 207, 81, 0));
    right: -180px;
    bottom: -160px;
}

.modules-desc-3.about-hero .container {
    position: relative;
    z-index: 2;
}

.modules-desc-3 .about-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #222222;
    margin: 18px 0 12px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.modules-desc-3 .about-hero-title .accent {
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-color) 50%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.modules-desc-3 .about-hero-sub {
    font-size: 1.15rem;
    color: #666666;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.8;
}

.modules-desc-3 .about-hero-sub.mt-4 {
    margin-top: 1.5rem !important;
}

.modules-desc-3 .about-hero-sub.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.modules-desc-3 .desc-inner {
    position: relative;
    z-index: 2;
    margin-top: 1.25rem;
    text-align: inherit;
}

.modules-desc-3 .desc-inner.desc-center {
    text-align: center;
}

@media (max-width: 992px) {
    .modules-desc-3 .about-hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .modules-desc-3.about-hero {
        padding: 50px 0 40px;
    }

    .modules-desc-3 .about-hero-title {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .modules-desc-3 .about-hero-sub {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    .modules-desc-3 .about-hero-title {
        font-size: 1.4rem;
    }
}
