/* Extracted from: /blog.html, /blog/category/finans.html, /blog/category/haber.html, /blog/category/platform.html, /blog/category/spor.html, /blog/category/teknoloji.html, /blog/dahadaha-sms-onay-hizmeti-sanal-numaralar-ile-kayit-olun.html, /blog/dijital-dunyada-gizliligin-anahtari-sanal-numara-nedir-nasil-alinir.html, /blog/telegram-fake-numara-nasil-alinir-2026-guncel-rehber.html, /blog/whatsapp-fake-numara-nasil-alinir-2026-guncel-rehber.html, /discord-sms-onay.html, /facebook-sms-onay.html, /google-gmail-sms-onay.html, /index.htm, /instagram-sms-onay.html, /pages/about-us/index.htm, /pages/contact/index.htm, /pages/corporate/index.htm, /pages/deals/index.htm, /pages/faq/index.htm, /pages/forgot-password/index.htm, /pages/free-sms/index.htm, /pages/kvkk/index.htm, /pages/login/index.htm, /pages/opportunities/index.htm, /pages/refund-policy/index.htm, /pages/register/index.htm, /pages/sales-agreement/index.htm, /pages/services/index.htm, /pages/terms/index.htm, /telegram-sanal-numara.html, /telegram-sms-onay.html, /tiktok-sms-onay.html, /tinder-fake-numara.html, /tinder-sms-onay.html, /twitter-sms-onay.html, /whatsapp-sms-onay.html */
/* Mobile Menu Styles */
    .mobile-menu-overlay {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 10000;
        display: none;
        backdrop-filter: blur(5px);
        animation: fadeIn 0.3s ease;
    }
    .mobile-menu-overlay.active { display: block; }

    .mobile-menu-container {
        position: fixed;
        top: 0; right: -300px; width: 300px; height: 100%;
        background: #fff;
        z-index: 10001;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
    }
    .mobile-menu-container.active { right: 0; }

    .mobile-menu-header {
        padding: 25px;
        border-bottom: 1px solid #f3f4f6;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-logo img { height: 40px; }
    .close-menu {
        background: #f3f4f6; border: none; font-size: 28px; cursor: pointer; color: #4b5563;
        width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    }

    .mobile-menu-content { padding: 15px 0; overflow-y: auto; }
    .mobile-menu-content a {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 16px 25px;
        text-decoration: none;
        color: #1f2937;
        font-weight: 600;
        font-size: 1.05rem;
        transition: all 0.2s;
    }
    .mobile-menu-content a i { color: #E85018; width: 24px; font-size: 1.2rem; }
    .mobile-menu-content a:hover { background: #fff7ed; color: #E85018; }
