/* ========== 各模块标题移动端样式开始 ========== */
@media (max-width: 768px) {
    .esg-mod1-title,
    .esg-mod2-title,
    .esg-mod3-title,
    .esg-mod4-title,
    .esg-mod5-title,
    .esg-mod6-title,
    .esg-mod7-title,
    .esg-mod8-title,
    .esg-mod9-title,
    .esg-mod10-title,
    .esg-mod11-title,
    .esg-mod12-title {
        font-size: 1.5rem;
        margin: 1rem 0 1.2rem;
    }
}

@media (max-width: 480px) {
    .esg-mod1-title,
    .esg-mod2-title,
    .esg-mod3-title,
    .esg-mod4-title,
    .esg-mod5-title,
    .esg-mod6-title,
    .esg-mod7-title,
    .esg-mod8-title,
    .esg-mod9-title,
    .esg-mod10-title,
    .esg-mod11-title,
    .esg-mod12-title {
        font-size: 1.5rem;
        margin: 1rem 0 1.2rem;
    }
}

/* ========== 各模块标题移动端样式结束 ========== */

/* ========== 30秒看懂ESG移动端样式开始 ========== */
@media (max-width: 1024px) {
    .esg-mod1-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .esg-mod1-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .esg-mod1-card {
        padding: 1.5rem;
    }

    .esg-mod1-icon {
        width: 48px;
        height: 48px;
    }

    .esg-mod1-icon i {
        font-size: 1.3rem;
    }

    .esg-mod1-card h3 {
        font-size: 1.2rem;
    }

    .esg-mod1-card p {
        font-size: 0.9rem;
    }
}

/* ========== 30秒看懂ESG移动端样式结束 ========== */

/* ========== 卡片移动端样式开始 ========== */
@media (max-width: 768px) {
    .esg-mod2-card,
    .esg-mod3-content,
    .esg-mod4-card,
    .esg-mod5-content,
    .esg-mod6-card,
    .esg-mod7-content,
    .esg-mod8-content,
    .esg-mod9-content,
    .esg-mod10-card,
    .esg-mod11-content {
        padding: 1.8rem;
    }
}

/* ========== 卡片移动端样式结束 ========== */

/* ========== 按钮组移动端样式开始 ========== */
@media (max-width: 560px) {
    .esg-action-buttons {
        flex-direction: column;
    }

    .esg-action-buttons .esg-btn {
        width: 100%;
        text-align: center;
    }
}

/* ========== 按钮组移动端样式结束 ========== */

/* ========== （FAQ）移动端样式开始 ========== */
@media (max-width: 768px) {
    .esg-mod12-question {
        padding: 1rem 1.2rem;
        font-size: 0.95rem;
    }

    .esg-mod12-answer.open {
        padding: 0 1.2rem 1.2rem 1.2rem;
        font-size: 0.88rem;
    }
}

/* ========== （FAQ）移动端样式结束 ========== */

/* ========== （联系区域）移动端样式开始 ========== */
@media (max-width: 560px) {
    .esg-mod13-contact .esg-mod13-btn-white,
    .esg-mod13-contact .esg-mod13-btn-outline {
        margin: 5px 0;
        width: 100%;
    }
}

/* ========== （联系区域）移动端样式结束 ========== */