/* =========================================================
   BROCHURE MOBILE STYLES (Max-Width: 991px)
   ========================================================= */

@media only screen and (max-width: 991px) {

    /* 1. HERO & UI */
    .hero-medium-v12 {
        height: auto !important;
        min-height: 400px !important;
        padding: 120px 20px 60px 20px !important;
        border-radius: 0 0 50px 50px !important;
        background-attachment: scroll !important;
        text-align: center !important;
    }

    .hero-v12-title {
        font-size: 2.22rem !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }

    .hero-v12-desc {
        font-size: 1rem !important;
        margin: 0 auto 30px !important;
    }

    .btn-modern-download {
        width: 100% !important;
        justify-content: center !important;
        padding: 15px 30px !important;
        font-size: 0.95rem !important;
    }

    /* 2. BROCHURE SHEET CORE */
    .sheet-v12 {
        flex-direction: column !important;
        height: auto !important;
        width: 100% !important;
        margin-bottom: 40px !important;
        border: none !important;
    }

    .p-v12 {
        width: 100% !important;
        height: auto !important;
        border-bottom: 2px solid #f1f5f9 !important;
    }

    .p-v12-content {
        padding: 40px 20px !important;
    }

    .h-v12-title {
        font-size: 2.2rem !important;
        margin-bottom: 20px !important;
    }

    .h-v12-sub {
        font-size: 0.85rem !important;
        margin-bottom: 15px !important;
    }

    .t-v12-p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    /* 3. GRIDS & CARDS */
    .v12-award-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .v12-award-card {
        height: 110px !important;
    }

    .v12-prod-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .v12-prod-item {
        height: 160px !important;
    }

    .v12-prod-item img {
        height: 100px !important;
    }

    .v12-leader-row {
        padding: 15px !important;
        gap: 15px !important;
    }

    .v12-leader-thumb {
        width: 60px !important;
        height: 60px !important;
    }
}
