:root {
    --primary-gradient: linear-gradient(90deg, #FC2A59 0%, #9C4ECE 100%);
    --accent-purple: #9C4ECE;
    --text-main: white;
    --text-secondary: #94A3B8;
    --text-primary: #E2E8F0;
    --border-light: rgba(255,255,255,0.1);
    --bg-dark: #0B0E14;
}

/* Section 标题样式 */
.section-header { 
    text-align: center; 
    margin-bottom: 60px; 
}

.section-tag {
    color: var(--accent-purple);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}

.section-title {
            font-size: 40px;
            font-weight: 700;
            color: var(--text-main);
            margin-bottom: 1rem;
        }