/* 
   Cingol Redesign - Mobile Fixes & Optimizations
   Focus: Glassmorphism, Compact Header, Hero Typography
*/

@media screen and (max-width: 980px) {
    /* Header optimization */
    .t456 {
        position: absolute !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        z-index: 1000 !important;
    }

    .t456__maincontainer {
        padding: 5px 15px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        min-height: 60px !important;
    }

    .t456__leftwrapper {
        width: auto !important;
        min-width: 0 !important;
        flex: 1 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
    }

    .t456__logowrapper {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .t456__imglogo {
        max-width: 70px !important;
        width: 70px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .header-firm-name {
        font-size: 8px !important;
        letter-spacing: 0px !important;
        line-height: 1.1 !important;
        color: #fff !important;
        text-align: left !important;
        font-weight: 700 !important;
        text-transform: uppercase;
    }

    .t456__rightwrapper {
        width: auto !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex: 0 0 auto !important;
    }

    .t456__list {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .t-menu__link-item {
        font-size: 11px !important;
        padding: 6px 14px !important;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 50px !important;
        white-space: nowrap !important;
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
        color: #fff !important;
        font-weight: 700 !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
        text-decoration: none !important;
    }

    /* Hero Section Mobile tweaks */
    #rec1590327411 {
        padding-top: 0 !important;
    }

    .t182__title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-top: 5px !important;
        font-weight: 800 !important;
        text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
    }

    .t182__descr {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-top: 15px !important;
    }

    .t182__wrapper {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }

    /* Info cards */
    .t490__title {
        font-size: 18px !important;
    }

    /* Hero Gradient Refresh */
    .t-cover__filter {
        background-image: linear-gradient(135deg, rgba(0, 77, 77, 0.7) 0%, rgba(0, 128, 128, 0.8) 100%) !important;
    }
}
