/* ==========================================================================
   RUSCA.ORG GLOBAL LAYOUT SYSTEM (assets/css/layout.css)
   Contains: Header, Navigation, Smart App Banner, User Drawer, Search & Footer
   ========================================================================== */

/* ── 1. Header & Navigation System ── */
/* Smart App Banner (Mobil) */
.rc-smart-app-banner {
    background: #0f172a;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 14px;
    position: relative;
    z-index: 1040;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.rc-sab-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.rc-sab-close {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
    transition: color 0.15s;
}
.rc-sab-close:hover { color: #ffffff; }
.rc-sab-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    flex-shrink: 0;
}
.rc-sab-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.rc-sab-title {
    font-size: 0.86rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
}
.rc-sab-desc {
    font-size: 0.72rem;
    color: #cbd5e1;
    line-height: 1.2;
    margin-top: 2px;
}
.rc-sab-btn {
    background: #2563eb;
    color: #ffffff !important;
    font-size: 0.80rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    transition: background 0.15s, transform 0.15s;
}
.rc-sab-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}
@media (min-width: 992px) {
    .rc-smart-app-banner { display: none !important; }
}

/* ==========================================================================
   RUSCA.ORG ENTERPRISE HEADER
   ========================================================================== */
.rc-nav {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid #e2e8f0;
    height: 64px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 4px 12px rgba(15, 23, 42, 0.03);
    transition: background 0.2s ease, border-color 0.2s ease;
}
body.dark-mode .rc-nav,
html.dark-mode .rc-nav {
    background: rgba(15, 18, 41, 0.94) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.rc-nav-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Marka / Logo */
.rc-nav-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-right: 28px;
    flex-shrink: 0;
}
.rc-nav-logo:hover {
    text-decoration: none;
}
.rc-nav-logo-img {
    height: 42px;
    width: auto;
    display: block;
    transition: opacity 0.15s ease;
}
.rc-nav-logo:hover .rc-nav-logo-img {
    opacity: 0.88;
}

/* Orta Menü Bağlantıları */
.rc-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}
.rc-nav-link {
    font-size: 0.88rem;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    padding: 7px 11px;
    border-radius: 8px;
    transition: all 0.15s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rc-nav-link i {
    font-size: 0.8rem;
    color: #64748b;
    transition: color 0.15s ease;
}
.rc-nav-link:hover {
    color: #1a237e;
    background: rgba(26, 35, 126, 0.05);
}
.rc-nav-link:hover i {
    color: #1a237e;
}
.rc-nav-link.active {
    color: #1a237e;
    font-weight: 600;
    background: rgba(26, 35, 126, 0.08);
}
.rc-nav-link.active i {
    color: #1a237e;
}

body.dark-mode .rc-nav-link {
    color: #94a3b8;
}
body.dark-mode .rc-nav-link i {
    color: #64748b;
}
body.dark-mode .rc-nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}
body.dark-mode .rc-nav-link:hover i {
    color: #9fa8da;
}
body.dark-mode .rc-nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}
body.dark-mode .rc-nav-link.active i {
    color: #9fa8da;
}

.rc-nav-corp-tag {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 1px 5px;
    border-radius: 4px;
    margin-left: 2px;
}
body.dark-mode .rc-nav-corp-tag {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

/* Sağ Aksiyon Alanı */
.rc-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

/* Mobil Uygulama İkon Butonu (Navbar) */
.rc-btn-app-badge {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #4f46e5 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 0.95rem;
    transition: all 0.15s ease;
    flex-shrink: 0;
}
.rc-btn-app-badge:hover {
    background: #e0e7ff;
    border-color: #a5b4fc;
    color: #3730a3 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.2);
}
.rc-btn-app-badge i {
    color: #4f46e5;
    font-size: 0.95rem;
}
body.dark-mode .rc-btn-app-badge {
    background: rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
    color: #a5b4fc !important;
}
body.dark-mode .rc-btn-app-badge:hover {
    background: rgba(99, 102, 241, 0.28);
    border-color: rgba(99, 102, 241, 0.5);
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
body.dark-mode .rc-btn-app-badge i {
    color: #a5b4fc;
}

/* Butonlar: Giriş & Kayıt Ol */
.rc-btn-login {
    font-size: 0.86rem;
    font-weight: 600;
    color: #1a237e;
    background: transparent;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 6px 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.15s ease;
    white-space: nowrap;
}
.rc-btn-login:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #1a237e;
}
body.dark-mode .rc-btn-login {
    color: #e2e8f0;
    border-color: #334155;
}
body.dark-mode .rc-btn-login:hover {
    background: #1e2448;
    border-color: #475569;
    color: #ffffff;
}

.rc-btn-register {
    font-size: 0.86rem;
    font-weight: 600;
    color: #ffffff !important;
    background: #1a237e;
    border: 1px solid #1a237e;
    border-radius: 8px;
    padding: 6px 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 6px rgba(26, 35, 126, 0.2);
    transition: all 0.15s ease;
    white-space: nowrap;
}
.rc-btn-register:hover {
    background: #283593;
    border-color: #283593;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 35, 126, 0.25);
    color: #ffffff !important;
}
body.dark-mode .rc-btn-register {
    background: #3949ab;
    border-color: #3949ab;
}
body.dark-mode .rc-btn-register:hover {
    background: #4051b5;
    border-color: #4051b5;
}

/* Premium Header Elemanları */
.rc-nav-prem-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(251, 191, 36, 0.25));
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: #d97706 !important;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 99px;
    letter-spacing: 0.02em;
}
body.dark-mode .rc-nav-prem-pill {
    background: rgba(245, 158, 11, 0.2);
    border-color: rgba(251, 191, 36, 0.4);
    color: #fbbf24 !important;
}

.rc-nav-btn-upgrade {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.28);
    transition: all 0.15s ease;
    white-space: nowrap;
}
.rc-nav-btn-upgrade:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.rc-mobile-prem-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1.5px solid #fde68a;
    border-radius: 12px;
    padding: 12px 14px;
    text-decoration: none;
    margin-bottom: 16px;
    transition: transform 0.15s ease;
}
body.dark-mode .rc-mobile-prem-box {
    background: linear-gradient(135deg, #262010 0%, #1c180b 100%);
    border-color: #594411;
}
.rc-mobile-prem-box:hover {
    transform: translateY(-1px);
}
.rc-mobile-prem-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rc-mobile-prem-left i {
    font-size: 1.3rem;
    color: #d97706;
}
.rc-mobile-prem-left strong {
    display: block;
    font-size: 0.88rem;
    color: #92400e;
}
body.dark-mode .rc-mobile-prem-left strong {
    color: #fde68a;
}
.rc-mobile-prem-left small {
    font-size: 0.74rem;
    color: #b45309;
}
body.dark-mode .rc-mobile-prem-left small {
    color: #fcd34d;
}
.rc-mobile-prem-price {
    font-size: 0.84rem;
    font-weight: 800;
    color: #92400e;
    background: #ffffff;
    border: 1px solid #fde68a;
    padding: 4px 8px;
    border-radius: 6px;
}
body.dark-mode .rc-mobile-prem-price {
    background: #2a2215;
    border-color: #785a18;
    color: #fde68a;
}

/* Kullanıcı Dropdown Menü */
.rc-user-dropdown-wrap {
    position: relative;
    display: inline-block;
}
.rc-nav-user-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 99px;
    padding: 3px 10px 3px 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease;
    outline: none;
}
.rc-nav-user-pill:hover,
.rc-user-dropdown-wrap.open .rc-nav-user-pill {
    background: #f1f5f9;
    border-color: #cbd5e1;
}
body.dark-mode .rc-nav-user-pill {
    background: #161a36;
    border-color: #283593;
}
body.dark-mode .rc-nav-user-pill:hover,
body.dark-mode .rc-user-dropdown-wrap.open .rc-nav-user-pill {
    background: #1e2448;
    border-color: #3949ab;
}
.rc-nav-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1a237e;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
body.dark-mode .rc-nav-avatar {
    background: #3949ab;
}
.rc-nav-uname {
    font-size: 0.84rem;
    font-weight: 600;
    color: #1e293b;
}
body.dark-mode .rc-nav-uname {
    color: #e2e8f0;
}
.rc-user-chevron {
    font-size: 0.65rem;
    color: #64748b;
    transition: transform 0.2s ease;
}
.rc-user-dropdown-wrap.open .rc-user-chevron {
    transform: rotate(180deg);
}

.rc-user-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 230px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    padding: 6px;
    z-index: 1050;
    display: none;
    animation: rcDropdownIn 0.15s ease-out;
}
.rc-user-dropdown-wrap.open .rc-user-dropdown-menu {
    display: block;
}
body.dark-mode .rc-user-dropdown-menu {
    background: #151833;
    border-color: #2d3561;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);
}
@keyframes rcDropdownIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}
.rc-dropdown-user-header {
    padding: 10px 12px 8px;
}
.rc-dd-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--rc-text, #0f172a);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rc-dd-email {
    font-size: 0.76rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.dark-mode .rc-dd-email {
    color: #94a3b8;
}
.rc-dropdown-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 6px 0;
}
body.dark-mode .rc-dropdown-divider {
    background: #232a52;
}
.rc-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.12s ease;
}
.rc-dropdown-item i {
    font-size: 0.9rem;
    width: 16px;
    text-align: center;
    color: #64748b;
}
.rc-dropdown-item:hover {
    background: #f1f5f9;
    color: #1a237e;
}
body.dark-mode .rc-dropdown-item {
    color: #cbd5e1;
}
body.dark-mode .rc-dropdown-item:hover {
    background: #1e2448;
    color: #ffffff;
}
.rc-dropdown-item.rc-dd-admin:hover {
    color: #d97706;
}
.rc-dropdown-item.rc-dd-logout {
    color: #ef4444;
}
.rc-dropdown-item.rc-dd-logout i {
    color: #ef4444;
}
.rc-dropdown-item.rc-dd-logout:hover {
    background: rgba(239, 68, 68, 0.08);
    color: #dc2626;
}

/* İkon Butonları: Dark mode */
.rc-nav-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid transparent;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
}
.rc-nav-icon-btn:hover {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #1e293b;
}
body.dark-mode .rc-nav-icon-btn {
    color: #94a3b8;
}
body.dark-mode .rc-nav-icon-btn:hover {
    background: #1e2448;
    border-color: #2d3561;
    color: #ffffff;
}
.rc-nav-divider {
    width: 1px;
    height: 18px;
    background: #e2e8f0;
    margin: 0 2px;
}
body.dark-mode .rc-nav-divider {
    background: #2d3561;
}

/* Mobil Hamburger Butonu */
.rc-mobile-menu-btn {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
    margin-left: 2px;
}
.rc-mobile-menu-btn:hover {
    background: #f1f5f9;
}
body.dark-mode .rc-mobile-menu-btn {
    border-color: #2d3561;
    color: #e2e8f0;
}
body.dark-mode .rc-mobile-menu-btn:hover {
    background: #1e2448;
}

/* Mobil Drawer (Açılır Menü) */
.rc-mobile-drawer {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    padding: 16px 20px 24px;
    z-index: 1029;
}
body.dark-mode .rc-mobile-drawer {
    background: #0f1229;
    border-bottom-color: #1e2448;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}
.rc-mobile-drawer.open {
    display: block;
    animation: rcDrawerSlideDown 0.2s ease forwards;
}
@keyframes rcDrawerSlideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
.rc-mobile-section-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin-bottom: 10px;
}
.rc-mobile-nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}
.rc-mobile-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #475569;
    padding: 9px 12px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.15s ease;
}
.rc-mobile-link i {
    width: 16px;
    color: #1a237e;
}
.rc-mobile-link.active {
    background: rgba(26, 35, 126, 0.08);
    border-color: rgba(26, 35, 126, 0.2);
    color: #1a237e;
    font-weight: 600;
}
body.dark-mode .rc-mobile-link {
    background: #161a36;
    border-color: #1e2448;
    color: #94a3b8;
}
body.dark-mode .rc-mobile-link i {
    color: #818cf8;
}
body.dark-mode .rc-mobile-link.active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}
.rc-mobile-corp-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a237e;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(26, 35, 126, 0.05);
    border: 1px solid rgba(26, 35, 126, 0.15);
    text-decoration: none;
    margin-bottom: 16px;
}
body.dark-mode .rc-mobile-corp-link {
    background: rgba(57, 73, 171, 0.15);
    border-color: rgba(57, 73, 171, 0.3);
    color: #c5cae9;
}
.rc-mobile-auth-actions {
    display: flex;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}
body.dark-mode .rc-mobile-auth-actions {
    border-top-color: #1e2448;
}
.rc-mobile-btn-login, .rc-mobile-btn-register {
    flex: 1;
    text-align: center;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}
.rc-mobile-btn-login {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #1a237e;
}
body.dark-mode .rc-mobile-btn-login {
    border-color: #334155;
    color: #e2e8f0;
}
.rc-mobile-btn-register {
    background: #1a237e;
    color: #ffffff !important;
}
body.dark-mode .rc-mobile-btn-register {
    background: #3949ab;
}

/* Medya Sorguları */
@media (max-width: 991px) {
    .rc-nav-links { display: none; }
    .rc-nav-logo { margin-right: auto; }
    .rc-mobile-menu-btn { display: inline-flex; }
    .rc-nav-actions .rc-nav-progress-btn,
    .rc-nav-actions .rc-nav-admin-badge { display: none; }
}
@media (max-width: 480px) {
    .rc-nav-user-pill .rc-nav-uname { display: none; }
    .rc-nav-user-pill { padding-right: 4px; }
    .rc-btn-login { display: none; }
    .rc-mobile-nav-grid { grid-template-columns: 1fr; }
}

/* ── 2. Footer System ── */
        .rc-footer {
            background: #0f1229;
            color: #9fa8da;
            margin-top: 64px;
            border-top: 1px solid #1e2448;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }
        body.dark-mode .rc-footer {
            background: #080c1a;
            border-top-color: #1a1e3a;
        }
        .rc-footer-top {
            padding: 48px 0 36px;
        }
        .rc-footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }
        .rc-footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
            gap: 36px;
        }

        /* 1. Sütun: Marka */
        .rc-footer-brand-logo {
            display: inline-block;
            margin-bottom: 12px;
            text-decoration: none;
        }
        .rc-footer-logo-img {
            height: 44px;
            width: auto;
            display: block;
        }
        .rc-footer-brand-desc {
            font-size: 0.88rem;
            color: #7986cb;
            line-height: 1.6;
            margin-bottom: 18px;
            max-width: 320px;
        }
        .rc-footer-social {
            display: flex;
            gap: 10px;
        }
        .rc-footer-social a {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: #1e2448;
            color: #9fa8da;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.95rem;
            text-decoration: none;
            transition: background 0.15s ease, color 0.15s ease;
        }
        .rc-footer-social a:hover {
            background: #3949ab;
            color: #ffffff;
        }

        /* Başlıklar */
        .rc-footer-col-title {
            font-size: 0.76rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #ffffff;
            margin-bottom: 16px;
        }

        /* Menü Linkleri */
        .rc-footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .rc-footer-links a {
            font-size: 0.88rem;
            color: #7986cb;
            text-decoration: none;
            transition: color 0.15s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .rc-footer-links a i {
            width: 14px;
            font-size: 0.8rem;
            opacity: 0.7;
        }
        .rc-footer-links a:hover {
            color: #c5cae9;
        }

        /* 4. Sütun: Mobil Uygulama & Mağazalar */
        .rc-footer-app-desc {
            font-size: 0.84rem;
            color: #7986cb;
            line-height: 1.5;
            margin-bottom: 14px;
        }
        .rc-footer-store-btns {
            display: flex;
            gap: 8px;
            margin-bottom: 14px;
        }
        .rc-footer-store-link {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 8px;
            background: #1e2448;
            border: 1px solid #283593;
            border-radius: 8px;
            padding: 8px 10px;
            text-decoration: none;
            transition: background 0.15s ease, border-color 0.15s ease;
            position: relative;
        }
        .rc-footer-store-link:hover {
            background: #283593;
            border-color: #3949ab;
        }
        .rc-footer-store-link i {
            font-size: 1.25rem;
            color: #ffffff;
        }
        .rc-footer-store-txt {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }
        .rc-footer-store-sub {
            font-size: 0.65rem;
            color: #7986cb;
        }
        .rc-footer-store-title {
            font-size: 0.8rem;
            font-weight: 700;
            color: #ffffff;
        }
        .rc-footer-store-soon {
            opacity: 0.7;
            background: #161a36;
            border-color: #1e2448;
            cursor: default;
        }
        .rc-footer-store-soon:hover {
            background: #161a36;
            border-color: #1e2448;
        }
        .rc-footer-soon-badge {
            position: absolute;
            top: -6px;
            right: 6px;
            background: #e65100;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: 700;
            padding: 1px 5px;
            border-radius: 4px;
            text-transform: uppercase;
        }

        /* QR Kod Kutusu */
        .rc-footer-qr-box {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #161a36;
            border: 1px solid #1e2448;
            border-radius: 8px;
            padding: 10px 12px;
        }
        .rc-footer-qr-box img {
            width: 54px;
            height: 54px;
            border-radius: 6px;
            background: #ffffff;
            padding: 3px;
            flex-shrink: 0;
        }
        .rc-footer-qr-info {
            font-size: 0.78rem;
            color: #7986cb;
            line-height: 1.4;
        }
        .rc-footer-qr-info strong {
            display: block;
            color: #ffffff;
            font-size: 0.82rem;
            margin-bottom: 2px;
        }
        .rc-footer-ios-note {
            display: block;
            font-size: 0.72rem;
            color: #9fa8da;
            margin-top: 4px;
        }

        /* Alt Çizgi & Telif */
        .rc-footer-bottom {
            border-top: 1px solid #1e2448;
            padding: 16px 0;
        }
        .rc-footer-bottom-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            flex-wrap: wrap;
        }
        .rc-footer-copy {
            font-size: 0.82rem;
            color: #5c6bc0;
        }
        .rc-footer-copy strong {
            color: #9fa8da;
        }
        .rc-footer-bottom-links {
            display: flex;
            gap: 16px;
        }
        .rc-footer-bottom-links a {
            font-size: 0.8rem;
            color: #5c6bc0;
            text-decoration: none;
            transition: color 0.15s ease;
        }
        .rc-footer-bottom-links a:hover {
            color: #9fa8da;
        }

        @media (max-width: 991px) {
            .rc-footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 28px;
            }
            .rc-footer-brand { grid-column: 1 / -1; }
            .rc-footer-brand-desc { max-width: 100%; }
        }
        .rc-footer-social a.rc-social-tg:hover {
            background: #229ED9;
            color: #ffffff;
        }
        @media (max-width: 576px) {
            .rc-footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .rc-footer-store-btns {
                flex-direction: column;
            }
            .rc-footer-bottom-inner {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }
        }