/* ============================================================
   footer.php — site-wide footer
   ============================================================ */

.repm-footer {
    background: #1e1b2e;
    color: rgba(255,255,255,0.7);
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 48px 0 24px;
    margin-top: 40px;
}

.repm-footer-top { margin-bottom: 8px; }

.repm-footer-logo { height: 40px; filter: brightness(0) invert(1); opacity: 0.92; }
.repm-footer-logo-link { display: inline-block; margin-bottom: 14px; }

.repm-footer-tagline {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 260px;
}

.repm-footer-social {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.repm-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
}
.repm-footer-social a:hover {
    background: linear-gradient(135deg, #7c3aed, #ec4899);
    transform: translateY(-2px);
}

.repm-footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 9px 16px;
    border-radius: 999px;
    text-decoration: none;
}
.repm-footer-whatsapp:hover { background: #1ebc59; color: #fff; }

.repm-footer-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    margin-bottom: 16px;
}

.repm-footer-links, .repm-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.repm-footer-links a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.15s ease;
}
.repm-footer-links a:hover { color: #c4b5fd; }

.repm-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
}
.repm-footer-contact i {
    color: #a855f7;
    margin-top: 3px;
    width: 16px;
    flex-shrink: 0;
}
.repm-footer-contact a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
}
.repm-footer-contact a:hover { color: #c4b5fd; }

.repm-footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px 0 20px;
}

.repm-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .repm-footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

.repm-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}
.repm-footer-legal-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.8rem;
}
.repm-footer-legal-links a:hover { color: #fff; }

.repm-footer-copyright {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    margin: 0;
}
.repm-footer-gst {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.35);
}
@media (min-width: 768px) {
    .repm-footer-gst { display: inline; margin-left: 8px; }
}
