/* Site footer — dark neon heritage */

.anj-footer {
    position: relative;
    margin-top: 0;
    padding: clamp(3rem, 5vw, 4rem) 0 0;
    background: linear-gradient(165deg, #0a1628 0%, #0f1f35 55%, #0a1628 100%);
    color: rgba(255, 255, 255, 0.82);
    overflow: hidden;
    border-top: 1px solid rgba(0, 255, 136, 0.15);
}

.anj-footer__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 40% 35% at 15% 20%, rgba(0, 255, 136, 0.1), transparent 55%),
        radial-gradient(ellipse 35% 30% at 88% 75%, rgba(255, 170, 0, 0.08), transparent 50%);
}

.anj-footer__gridlines {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.9) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.9) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.anj-footer .container {
    position: relative;
    z-index: 2;
}

.anj-footer__top {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding-bottom: 2.5rem;
}

.anj-footer__brand h3 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 900;
    line-height: 1.15;
    color: #fff !important;
    letter-spacing: -0.02em;
}

.anj-footer__brand p {
    margin: 0 0 18px;
    max-width: 360px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62) !important;
}

.anj-footer__brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00ff88 !important;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.25);
}

.anj-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.anj-footer__socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #00ff88 !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.anj-footer__socials a:hover {
    background: #00c868;
    color: #0a1628 !important;
    transform: translateY(-2px);
}

.anj-footer__col h4 {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ffaa00 !important;
}

.anj-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anj-footer__links li {
    margin-bottom: 10px;
}

.anj-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.68) !important;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.anj-footer__links a:hover {
    color: #00ff88 !important;
    transform: translateX(4px);
}

.anj-footer__links a i {
    font-size: 9px;
    color: #00ff88;
}

.anj-footer__contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.anj-footer__contact-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.2);
    color: #00ff88;
    font-size: 14px;
}

.anj-footer__contact-item strong {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 800;
    color: #fff !important;
}

.anj-footer__contact-item span,
.anj-footer__contact-item a {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62) !important;
    text-decoration: none;
}

.anj-footer__contact-item a:hover {
    color: #00ff88 !important;
}

.anj-footer__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.anj-footer__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.anj-footer__action:hover {
    background: rgba(0, 255, 136, 0.1);
    border-color: rgba(0, 255, 136, 0.35);
    color: #00ff88 !important;
}

.anj-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5) !important;
}

.anj-footer__bottom a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none;
    font-weight: 700;
}

.anj-footer__bottom a:hover {
    color: #00ff88 !important;
}

.anj-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 991px) {
    .anj-footer__top {
        grid-template-columns: 1fr 1fr;
    }

    .anj-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .anj-footer__top {
        grid-template-columns: 1fr;
    }
    .anj-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}
