/* YXWLED Global Responsive — 1200 / 1024 / 768px */

/* ── 1200px ── */
@media (max-width: 1200px) {
    .container,
    .container-wide {
        padding: 0 30px;
    }

    .section-title {
        font-size: 36px;
    }

    .page-hero h1 {
        font-size: 46px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-section {
        padding: 80px 30px;
    }

    .cta-section h2 {
        font-size: 36px;
    }
}

/* ── 1024px ── */
@media (max-width: 1024px) {
    :root {
        --section-pad: 70px 30px;
    }

    .page-hero {
        padding: 130px 30px 60px;
    }

    .page-hero h1 {
        font-size: 40px;
    }

    .section-header {
        margin-bottom: 40px;
    }
}

/* ── 768px ── */
@media (max-width: 768px) {
    :root {
        --section-pad: 60px 20px;
    }

    .container,
    .container-wide {
        padding: 0 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .page-hero {
        padding: 110px 20px 50px;
    }

    .page-hero h1 {
        font-size: 32px;
    }

    .page-hero p {
        font-size: 16px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 28px;
        font-size: 13px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-item .stat-value {
        font-size: 36px;
    }

    .cta-section {
        padding: 60px 20px;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .form-row {
        grid-template-columns: 1fr !important;
    }
}
