/* MOBILE-ONLY PERFECTION - Zero Horizontal Scroll */
@media (max-width: 768px) {

    /* Global overflow prevention */
    html,
    body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        position: relative;
    }

    * {
        max-width: 100vw;
    }

    /* Hide desktop-only elements */
    .side-scroller,
    .side-ribbon,
    .mini-side-carousel {
        display: none !important;
    }

    /* Top scrollers - full width */
    .top-premium-scroller {
        height: 30px;
        width: 100vw !important;
        left: 0 !important;
    }

    .news-ticker {
        top: 30px;
        height: 30px;
        font-size: 0.7rem;
        width: 100vw !important;
        left: 0 !important;
    }

    /* Navbar - Simple mobile version */
    nav {
        top: 65px;
        width: 90% !important;
        left: 5% !important;
        padding: 8px 15px;
        justify-content: center;
    }

    .nav-links {
        display: none !important;
    }

    .nav-logo {
        font-size: 1.2rem !important;
        text-align: center;
        width: 100%;
    }

    .logo-icon-premium {
        width: 20px;
        height: 20px;
    }

    /* Main content */
    main {
        padding-top: 130px !important;
        width: 100% !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }

    /* Typography */
    h1,
    h2 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        word-wrap: break-word;
    }

    /* Marquee */
    .marquee-container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Stats - Single column */
    .stats-mega-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    /* Bridge - Stack vertically */
    .bridge-ultra {
        flex-direction: column !important;
        padding: 30px 15px !important;
    }

    .bridge-center {
        width: 100% !important;
    }

    /* Blog - Single column */
    .lux-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    /* Jobs - Single column */
    .job-grid-ultra {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .ultra-card {
        max-width: 100% !important;
    }

    /* Footer - Stack */
    footer .container {
        grid-template-columns: 1fr !important;
        padding: 40px 15px !important;
    }

    footer div {
        text-align: center !important;
    }

    /* Buttons */
    .btn-neon {
        padding: 12px 25px !important;
        font-size: 0.9rem !important;
    }

    /* WhatsApp button */
    .btn-floating {
        width: 50px !important;
        height: 50px !important;
        right: 15px !important;
        bottom: 15px !important;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .nav-logo {
        font-size: 1rem !important;
    }

    h1,
    h2 {
        font-size: 1.5rem !important;
    }

    .container {
        padding: 0 10px !important;
    }

    .btn-neon {
        padding: 10px 20px !important;
        font-size: 0.8rem !important;
    }
}