/* ============================================
   РЭБ "Планка" — Responsive Styles
   ============================================ */

/* Tablet */
@media (max-width: 991px) {
    .reb-hero-stats {
        gap: 1.5rem;
    }

    .reb-hero-stats strong {
        font-size: 1.8rem;
    }

    .reb-section {
        padding: 3rem 1.5rem;
    }

    .reb-grid-2 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .reb-control-grid {
        grid-template-columns: 1fr;
    }

    .reb-control-card.wide {
        grid-column: auto;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .reb-hero h1 {
        font-size: 2rem;
    }

    .reb-hero p {
        font-size: 1rem;
    }

    .reb-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .reb-btn-primary,
    .reb-btn-secondary {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .reb-hero-stats {
        gap: 1rem;
    }

    .reb-hero-stats > div {
        min-width: 120px;
    }

    .reb-hero-stats strong {
        font-size: 1.5rem;
    }

    .reb-freq-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .reb-freq-card {
        padding: 1rem;
    }

    .reb-freq-card .freq-value {
        font-size: 1.2rem;
    }

    .reb-footer-contacts {
        gap: 1.5rem;
        flex-direction: column;
    }

    .reb-specs-table td {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }

    .reb-order-form {
        padding: 1.5rem;
    }

    .reb-section h2 {
        font-size: 1.5rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .reb-hero h1 {
        font-size: 1.6rem;
    }

    .reb-badge {
        font-size: 0.6rem;
        padding: 0.3rem 0.8rem;
    }

    .reb-freq-grid {
        grid-template-columns: 1fr;
    }

    .reb-hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .reb-control-card .icon {
        display: none;
    }
}
