/* Hide Razzi visual footer only. wp_footer() remains untouched. */
body.gnfp-active footer.site-footer:not(.gn-global-footer),
body.gnfp-active #colophon:not(.gn-global-footer),
body.gnfp-active .site-footer:not(.gn-global-footer),
body.gnfp-active .razzi-footer:not(.gn-global-footer),
body.gnfp-active .footer-main:not(.gn-global-footer),
body.gnfp-active .footer-widgets:not(.gn-global-footer),
body.gnfp-active .footer-newsletter:not(.gn-global-footer),
body.gnfp-active .footer-extra:not(.gn-global-footer) {
    display: none !important;
}

.gnfp-footer,
.gnfp-footer *,
.gnfp-footer *::before,
.gnfp-footer *::after {
    box-sizing: border-box;
}

.gnfp-footer {
    width: 100%;
    margin: 64px 0 0;
    color: #d8d8d8;
    background:
        radial-gradient(circle at 8% 0%, rgba(166, 36, 36, .24), transparent 34%),
        linear-gradient(180deg, #151619 0%, #0e0f11 100%);
}

.gnfp-inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.gnfp-top {
    display: grid;
    grid-template-columns: minmax(300px, 1.55fr) repeat(3, minmax(150px, 1fr));
    gap: 46px;
    padding: 64px 0 50px;
}

.gnfp-logo {
    display: inline-block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
    text-decoration: none;
}

.gnfp-description {
    max-width: 420px;
    margin: 0;
    color: #aeb1b6;
    font-size: 15px;
    line-height: 1.75;
}

.gnfp-seller {
    margin: 20px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.gnfp-ibns {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.gnfp-ibns img {
    display: block;
    width: 112px;
    height: auto;
    border-radius: 8px;
}

.gnfp-ibns strong,
.gnfp-ibns span {
    display: block;
}

.gnfp-ibns strong {
    color: #fff;
    font-size: 14px;
}

.gnfp-ibns span {
    margin-top: 4px;
    color: #b8bbc0;
    font-size: 13px;
}

.gnfp-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.gnfp-social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.04);
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.gnfp-social-link:hover {
    transform: translateY(-2px);
    border-color: #a62424;
    color: #fff;
    background: #a62424;
}

.gnfp-social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.gnfp-social-link span {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

.gnfp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.gnfp-trust span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    color: #d8dade;
    background: rgba(255,255,255,.035);
    font-size: 12px;
    font-weight: 600;
}

.gnfp-column h2 {
    margin: 3px 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gnfp-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gnfp-menu li {
    margin: 0 0 12px;
}

.gnfp-menu a {
    color: #aeb1b6;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.gnfp-menu a:hover,
.gnfp-menu .current-menu-item > a {
    color: #fff;
}

.gnfp-menu a:hover {
    padding-left: 4px;
}

.gnfp-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 23px 0 27px;
    border-top: 1px solid rgba(255,255,255,.09);
}

.gnfp-bottom p {
    margin: 0;
    color: #85898f;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1000px) {
    .gnfp-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gnfp-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .gnfp-footer {
        margin-top: 44px;
    }

    .gnfp-inner {
        width: min(100% - 36px, 1280px);
    }

    .gnfp-top {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 48px 0 38px;
    }

    .gnfp-brand {
        grid-column: auto;
    }

    .gnfp-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
