/* ========== 按钮组通用样式开始 ========== */
.esg-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0;
}

.esg-btn {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 10px 26px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.esg-btn-primary {
    background-color: var(--primary);
}

.esg-btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.25);
}

.esg-btn-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.esg-btn-outline:hover {
    background: var(--primary-light);
    transform: translateY(-1px);
}

/* ========== 按钮组通用样式结束 ========== */

/* ========== 30秒看懂ESG样式开始 ========== */
.esg-mod1-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod1-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin: 20px 0 48px;
}

.esg-mod1-card {
    background: var(--white);
    padding: 28px 24px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid #eef2f6;
}

.esg-mod1-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}

.esg-mod1-icon {
    width: 52px;
    height: 52px;
    background-color: var(--primary-light);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.esg-mod1-icon i {
    color: var(--primary);
    font-size: 24px;
}

.esg-mod1-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-strong);
}

.esg-mod1-card p {
    font-size: 0.86rem;
    color: var(--text-main);
    line-height: 1.55;
}

/* ========== 30秒看懂ESG样式结束 ========== */

/* ========== 什么是ESG管理与报告服务样式开始 ========== */
.esg-mod2-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod2-card {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 28px 32px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}

.esg-mod2-card:hover {
    border-color: #cbd5e1;
    box-shadow: var(--shadow-md);
}

.esg-mod2-card p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod2-card ul {
    margin-left: 0;
    padding-left: 1.5rem;
    color: var(--text-main);
}

.esg-mod2-card li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.esg-mod2-card strong {
    color: var(--primary);
    font-weight: 700;
}

/* ========== 什么是ESG管理与报告服务样式结束 ========== */

/* ========== 为什么企业要做ESG管理与报告样式开始 ========== */
.esg-mod3-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod3-content {
    background: var(--primary-light);
    border-radius: var(--radius-md);
    padding: 28px 32px;
    margin-bottom: 28px;
}

.esg-mod3-content p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod3-content strong {
    color: var(--primary);
    font-weight: 700;
}

/* ========== 为什么企业要做ESG管理与报告样式结束 ========== */

/* ========== 哪些企业尤其适合做ESG管理与报告样式开始 ========== */
.esg-mod4-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod4-card {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 28px 32px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}

.esg-mod4-card:hover {
    border-color: #cbd5e1;
    box-shadow: var(--shadow-md);
}

.esg-mod4-card p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod4-card ul {
    margin-left: 0;
    padding-left: 1.5rem;
    color: var(--text-main);
}

.esg-mod4-card li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

/* ========== 哪些企业尤其适合做ESG管理与报告样式结束 ========== */

/* ========== 企业做ESG，最常见会遇到什么问题样式开始 ========== */
.esg-mod5-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod5-content {
    background: var(--primary-light);
    border-radius: var(--radius-md);
    padding: 28px 32px;
    margin-bottom: 28px;
}

.esg-mod5-content p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod5-content ul {
    margin-left: 0;
    padding-left: 1.5rem;
    color: var(--text-main);
}

.esg-mod5-content li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.esg-mod5-content strong {
    color: var(--primary);
    font-weight: 700;
}

/* ========== 企业做ESG，最常见会遇到什么问题样式结束 ========== */

/* ========== 为什么很多企业把ESG服务交给世通样式开始 ========== */
.esg-mod6-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod6-card {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 28px 32px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}

.esg-mod6-card:hover {
    border-color: #cbd5e1;
    box-shadow: var(--shadow-md);
}

.esg-mod6-card p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod6-card strong {
    color: var(--primary);
    font-weight: 700;
}

/* ========== 为什么很多企业把ESG服务交给世通样式结束 ========== */

/* ========== ESG管理与报告服务一般怎么开展样式开始 ========== */
.esg-mod7-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod7-content {
    background: var(--white);
    border-left: 4px solid var(--primary);
    border-radius: var(--radius-md);
    padding: 28px 32px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}

.esg-mod7-content:hover {
    border-color: #cbd5e1;
    box-shadow: var(--shadow-md);
}

.esg-mod7-content p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod7-content strong {
    color: var(--primary);
    font-weight: 700;
}

/* ========== ESG管理与报告服务一般怎么开展样式结束 ========== */

/* ========== 做ESG管理与报告企业通常要准备哪些内容样式开始 ========== */
.esg-mod8-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod8-content {
    background: var(--primary-light);
    border-radius: var(--radius-md);
    padding: 28px 32px;
    margin-bottom: 28px;
}

.esg-mod8-content p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod8-content ul {
    margin-left: 0;
    padding-left: 1.5rem;
    color: var(--text-main);
}

.esg-mod8-content li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

/* ========== 做ESG管理与报告企业通常要准备哪些内容样式结束 ========== */

/* ========== AI可直接帮您完成ESG准备的第一步样式开始 ========== */
.esg-mod9-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod9-content {
    background: var(--white);
    border-left: 4px solid var(--primary);
    border-radius: var(--radius-md);
    padding: 28px 32px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}

.esg-mod9-content:hover {
    border-color: #cbd5e1;
    box-shadow: var(--shadow-md);
}

.esg-mod9-content p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
}

.esg-mod9-content ul {
    margin-left: 0;
    padding-left: 1.5rem;
    color: var(--text-main);
}

.esg-mod9-content li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

/* ========== AI可直接帮您完成ESG准备的第一步样式结束 ========== */

/* ========== 数字化支撑样式开始 ========== */
.esg-mod10-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod10-card {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 28px 32px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}

.esg-mod10-card:hover {
    border-color: #cbd5e1;
    box-shadow: var(--shadow-md);
}

.esg-mod10-card p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod10-card ul {
    margin-left: 0;
    padding-left: 1.5rem;
    color: var(--text-main);
}

.esg-mod10-card li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

/* ========== 数字化支撑样式结束 ========== */

/* ========== ESG一站式服务方案样式开始 ========== */
.esg-mod11-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod11-content {
    background: var(--primary-light);
    border-radius: var(--radius-md);
    padding: 28px 32px;
    margin-bottom: 28px;
}

.esg-mod11-content p {
    color: var(--text-main);
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 450;
}

.esg-mod11-content ul {
    margin-left: 0;
    padding-left: 1.5rem;
    color: var(--text-main);
}

.esg-mod11-content li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.esg-mod11-content strong {
    color: var(--primary);
    font-weight: 700;
}

/* ========== ESG一站式服务方案样式结束 ========== */

/* ========== 常见问题FAQ样式开始 ========== */
.esg-mod12-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    margin: 48px 0 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    letter-spacing: -0.3px;
}

.esg-mod12-faq {
    max-height: 300px;
    border-radius: var(--radius-md);
    overflow: auto;
    border: 1px solid #e9edf2;
    background: white;
    margin-bottom: 40px;
}

.esg-mod12-item {
    border-bottom: 1px solid #eef2f7;
}

.esg-mod12-item:last-child {
    border-bottom: none;
}

.esg-mod12-question {
    padding: 18px 24px;
    font-weight: 700;
    font-size: 0.96rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s;
    color: var(--text-strong);
}

.esg-mod12-question i {
    transition: transform 0.3s;
    color: var(--primary);
}

.esg-mod12-question.open i {
    transform: rotate(180deg);
}

.esg-mod12-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
    padding: 0 24px;
    font-size: 0.86rem;
    color: var(--text-main);
    line-height: 1.55;
}

.esg-mod12-answer.open {
    max-height: 500px;
    padding: 0 24px 20px 28px;
}

/* ========== 常见问题FAQ样式结束 ========== */

/* ========== 联系区域样式开始 ========== */
.esg-mod13-contact {
    background: var(--primary-dark);
    color: #fff;
    text-align: center;
    padding: 52px 24px;
    margin-top: 56px;
    border-radius: 24px;
}

.esg-mod13-contact h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.esg-mod13-contact p {
    margin: 15px 0 25px;
    font-size: 1rem;
}

.esg-mod13-contact .esg-mod13-btn-white {
    background: white;
    color: var(--primary);
    border: none;
    padding: 10px 26px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s;
    margin: 8px;
}

.esg-mod13-contact .esg-mod13-btn-white:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.esg-mod13-contact .esg-mod13-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 10px 26px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s;
    margin: 8px;
}

.esg-mod13-contact .esg-mod13-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

/* ========== 联系区域样式结束 ========== */