.xfactorFooter {
    background: #ffffff;
    color: #0b0b0b;
    margin-top: 4rem;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.site-footer {
    display: none !important;
}

.xfactorFooterInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.xfactorFooterBrand {
    flex: 1 1 260px;
    min-width: 260px;
}

.xfactorFooterLogo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.xfactorFooterLogoImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xfactorFooterBrandCopy {
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.6;
    margin: 0;
}

.xfactorFooterColumns {
    flex: 2 1 400px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
}

.xfactorFooterColumn {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.xfactorFooterHeading {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.5rem 0;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 700;
}

.xfactorFooterLink {
    color: #0b0b0b;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.1rem 0;
    transition: color 0.2s ease;
}

.xfactorFooterLink:hover {
    color: #222222;
}

.xfactorFooterLegal {
    text-align: center;
    padding: 1.5rem;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 720px) {
    .xfactorFooterInner {
        flex-direction: column;
        padding: 2.5rem 1.25rem;
    }

    .xfactorFooterColumns {
        grid-template-columns: 1fr;
    }
}
