.site-footer.site-footer--pro {
    --footer-accent: #d4a017;
    --footer-accent-soft: rgba(212, 160, 23, .18);
    --footer-accent-glow: rgba(212, 160, 23, .28);
    --footer-link-bg: linear-gradient(135deg, rgba(30, 41, 59, .86) 0%, rgba(15, 23, 42, .9) 100%);
    --footer-link-bg-hover: linear-gradient(135deg, rgba(55, 65, 81, .9) 0%, rgba(30, 41, 59, .94) 100%);
    margin-top: 0;
    background:
        radial-gradient(120% 120% at 0% 0%, rgba(212, 160, 23, .14) 0%, rgba(212, 160, 23, 0) 56%),
        radial-gradient(140% 140% at 100% 100%, rgba(59, 130, 246, .08) 0%, rgba(59, 130, 246, 0) 60%),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #e2e8f0;
    border-top: 1px solid rgba(148, 163, 184, .26);
}

.site-footer--pro .site-footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 34px 16px 26px;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 18px;
}

.site-footer--pro .site-footer__brand,
.site-footer--pro .site-footer__nav,
.site-footer--pro .site-footer__info {
    background:
        linear-gradient(160deg, rgba(15, 23, 42, .66) 0%, rgba(15, 23, 42, .48) 100%);
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 16px;
    padding: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 14px 28px rgba(2, 6, 23, .26);
}

.site-footer--pro .site-footer__brand {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.site-footer--pro .site-footer__logo {
    width: 62px;
    height: 62px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, .24);
    background: rgba(255, 255, 255, .08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
}

.site-footer--pro .site-footer__logo img {
    width: 92%;
    height: 92%;
    object-fit: contain;
}

.site-footer--pro .site-footer__logo-fallback {
    color: #f8fafc;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .6px;
}

.site-footer--pro .site-footer__brand-copy h3 {
    margin: 2px 0 4px;
    font-size: 20px;
    color: #f8fafc;
}

.site-footer--pro .site-footer__brand-copy > p {
    margin: 0;
    font-size: 12px;
    color: #cbd5e1;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.site-footer--pro .site-footer__desc {
    margin-top: 8px !important;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.6;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.site-footer--pro .site-footer__cta {
    grid-column: 1 / -1;
    margin-top: 6px;
}

.site-footer--pro .site-footer__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid rgba(212, 160, 23, .62);
    background: linear-gradient(180deg, #f7c64b 0%, #d4a017 100%);
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    box-shadow: 0 8px 18px rgba(212, 160, 23, .28);
}

.site-footer--pro .site-footer__cta a:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 12px 22px rgba(212, 160, 23, .35);
}

.site-footer--pro .site-footer__nav h4,
.site-footer--pro .site-footer__info h4 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #f8fafc;
    letter-spacing: .4px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}

.site-footer--pro .site-footer__nav h4::after,
.site-footer--pro .site-footer__info h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--footer-accent) 0%, rgba(212, 160, 23, 0) 100%);
}

.site-footer--pro .site-footer__nav ul,
.site-footer--pro .site-footer__info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.site-footer--pro .site-footer__nav li,
.site-footer--pro .site-footer__info li {
    margin: 0;
}

.site-footer--pro .site-footer__nav a,
.site-footer--pro .site-footer__info a {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    color: #e5edf8;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid rgba(148, 163, 184, .26);
    background: var(--footer-link-bg);
    transition: color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.site-footer--pro .site-footer__nav a::before,
.site-footer--pro .site-footer__info a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(212, 160, 23, 0) 0%, rgba(212, 160, 23, .08) 35%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-110%);
    transition: transform .28s ease;
    z-index: -1;
}

.site-footer--pro .site-footer__nav a::after,
.site-footer--pro .site-footer__info a::after {
    content: "+";
    margin-left: auto;
    color: #a8b6ca;
    font-weight: 700;
    transition: color .2s ease, transform .2s ease;
}

.site-footer--pro .site-footer__nav a:hover,
.site-footer--pro .site-footer__info a:hover {
    color: #f8fafc;
    background: var(--footer-link-bg-hover);
    border-color: rgba(212, 160, 23, .52);
    transform: translateY(-1px);
    box-shadow: 0 10px 16px rgba(2, 6, 23, .26), 0 0 0 1px var(--footer-accent-soft) inset;
}

.site-footer--pro .site-footer__nav a:hover::before,
.site-footer--pro .site-footer__info a:hover::before {
    transform: translateX(0);
}

.site-footer--pro .site-footer__nav a:hover::after,
.site-footer--pro .site-footer__info a:hover::after {
    color: #f6d47e;
    transform: translateX(2px);
}

.site-footer--pro .site-footer__nav a:focus-visible,
.site-footer--pro .site-footer__info a:focus-visible,
.site-footer--pro .site-footer__cta a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px var(--footer-accent-glow), 0 0 0 4px rgba(15, 23, 42, .9);
}

.site-footer--pro .site-footer__bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding: 14px 16px 18px;
    border-top: 1px solid rgba(148, 163, 184, .2);
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #94a3b8;
    font-size: 12px;
}

@media (max-width: 980px) {
    .site-footer--pro .site-footer__inner {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer--pro .site-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .site-footer--pro .site-footer__inner {
        grid-template-columns: 1fr;
        padding: 22px 12px 14px;
        gap: 10px;
    }

    .site-footer--pro .site-footer__brand,
    .site-footer--pro .site-footer__nav,
    .site-footer--pro .site-footer__info {
        border-radius: 13px;
        padding: 14px;
    }

    .site-footer--pro .site-footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 12px 14px;
    }
}
