/* ============================================================
   AFRO VISION - FOOTER CSS
   ============================================================ */

/* ── Footer Main ───────────────────────────────────────────── */
.site-footer {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.footer-main {
    padding: var(--space-20) 0 var(--space-12);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
    gap: var(--space-10);
}

/* ── Footer Logo / Brand ───────────────────────────────────── */
.footer-logo {
    margin-bottom: var(--space-5);
}

.footer-logo-text {
    display: flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;
}

.footer-logo .logo-afro,
.footer-logo .logo-vision {
    color: var(--color-white);
    font-size: 1.5rem;
}

.footer-logo .logo-africa-sm {
    width: 20px;
    height: 20px;
    fill: var(--color-accent);
}

.footer-brand__desc {
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    margin-bottom: var(--space-6);
}

/* Footer Social */
.footer-social .social-link {
    background: rgba(255, 255, 255, 0.1);
    width: 38px;
    height: 38px;
    font-size: var(--font-size-sm);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-social .social-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Social Brands */
.footer-social .social-link--facebook:hover {
    background: #1877F2;
    color: #fff;
}

.footer-social .social-link--twitter:hover {
    background: #000000;
    color: #fff;
}

.footer-social .social-link--linkedin:hover {
    background: #0A66C2;
    color: #fff;
}

.footer-social .social-link--instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.footer-social .social-link--whatsapp:hover {
    background: #25D366;
    color: #fff;
}

/* ── Footer Column Titles ──────────────────────────────────── */
.footer-col__title {
    font-family: var(--font-heading);
    font-size: var(--font-size-base);
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-3);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-col__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: var(--color-accent);
}

/* ── Footer Navigation ─────────────────────────────────────── */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-nav li:last-child {
    border-bottom: none;
}

.footer-nav a {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: 0.5rem 0;
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer-nav a::before {
    content: '›';
    color: var(--color-accent);
    font-size: var(--font-size-md);
    line-height: 1;
    transition: transform 0.2s ease;
}

.footer-nav a:hover {
    color: var(--color-accent);
    padding-left: var(--space-2);
}

/* ── Footer Contact ────────────────────────────────────────── */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
}

.footer-contact__item i {
    color: var(--color-accent);
    font-size: var(--font-size-sm);
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
}

.footer-contact__item a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer-contact__item a:hover {
    color: var(--color-accent);
}

/* ── Footer Bottom ─────────────────────────────────────────── */
.footer-bottom {
    background: rgba(0, 0, 0, 0.25);
    padding: var(--space-5) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.footer-bottom__copy {
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.footer-bottom__links {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    font-size: var(--font-size-sm);
}

.footer-bottom__links.powered-by-tolo {
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom__links.powered-by-tolo a {
    color: var(--color-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 2px;
}

.footer-bottom__links.powered-by-tolo a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-accent);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.footer-bottom__links.powered-by-tolo a:hover {
    color: var(--color-white);
}

.footer-bottom__links.powered-by-tolo a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background: var(--color-white);
}
