/* ══════════════════════════════════════
   ROXYHITS FOOTER — Navy/Cyan Tech Theme
   ══════════════════════════════════════ */

.reemco-footer {
    background: #FFFFFF;
    color: #1E293B;
    padding: 56px 0 0;
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    border-top: 1px solid rgba(37, 99, 235, 0.15);
}

.reemco-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.reemco-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(5, 1fr);
    gap: 32px;
}

.reemco-footer__logo {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #2563EB;
    letter-spacing: 2px;
}

.reemco-footer__logo-sub {
    font-family: 'Tajawal', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #94A3B8;
    margin-bottom: 12px;
}

.reemco-footer__brand-desc {
    font-size: 0.88rem;
    color: #94A3B8;
    line-height: 1.7;
    margin: 0 0 16px;
}

.reemco-footer__company-name {
    font-weight: 700;
    font-size: 0.82rem;
    color: #1E293B;
    margin: 0 0 8px;
}

.reemco-footer__legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reemco-footer__legal-list li {
    font-size: 0.78rem;
    color: #94A3B8;
    padding: 2px 0;
}

.reemco-footer__legal-list span {
    color: #2563EB;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
}

.reemco-footer__legal-list a {
    color: #2563EB;
    text-decoration: none;
    transition: color 0.2s;
}

.reemco-footer__legal-list a:hover {
    color: #3B82F6;
}

/* Nav columns */
.reemco-footer__nav-col h4 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E293B;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #2563EB;
    display: inline-block;
}

.reemco-footer__nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reemco-footer__nav-col li {
    padding: 4px 0;
}

.reemco-footer__nav-col a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.2s, padding-right 0.2s;
    display: inline-block;
}

.reemco-footer__nav-col a:hover {
    color: #2563EB;
    padding-right: 4px;
}

/* Social */
.reemco-footer__social h4 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1E293B;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #2563EB;
    display: inline-block;
}

.reemco-footer__social-icons {
    display: flex;
    gap: 12px;
}

.reemco-footer__social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #F1F5F9;
    border: 1px solid rgba(37, 99, 235, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E293B;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.reemco-footer__social-icons a:hover {
    background: #2563EB;
    border-color: #2563EB;
    color: #fff;
    transform: translateY(-2px);
}

/* Bottom bar */
.reemco-footer__bottom {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(37, 99, 235, 0.1);
    text-align: center;
}

.reemco-footer__bottom p {
    font-size: 0.8rem;
    color: #94A3B8;
    margin: 0;
}

.reemco-footer__bottom a {
    color: #2563EB;
    text-decoration: none;
    font-weight: 600;
}

.reemco-footer__bottom a:hover {
    color: #3B82F6;
}

/* ── RESPONSIVE ──────────────────────── */
@media (max-width: 1024px) {
    .reemco-footer__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .reemco-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .reemco-footer { padding: 40px 0 0; }
}

@media (max-width: 480px) {
    .reemco-footer__grid {
        grid-template-columns: 1fr;
    }
}
