/**
 * ”(@7 - 6013ûß(
 * ÐÖêhead.html…TCSS,189-220L	
 * +8Ã…¹:ß—r!ØÍ”¾¡
 */

/* 8Ã…¹:ß - IndexÆ@ */
.core-features-section {
    padding: var(--space-16) 0;    /* 64px
Y} */
    background: var(--bg-primary);
    transition: background-color var(--transition-colors);
}

/* —r!˜Ø */
[data-theme="dark"] h1[style*="font-size: 42px"] {
    background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Í”¾¡ */
@media (max-width: 768px) {
    h1[style*="font-size: 42px"] {
        font-size: 32px !important;
    }
    
    .core-features-section {
        padding: var(--space-12) 0 !important;
    }
}

@media (max-width: 480px) {
    h1[style*="font-size: 42px"] {
        font-size: 28px !important;
    }
}