.oesbv-global-footer {
    width: 100%;
    padding: 46px 20px 34px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: #fff;
    background: rgba(10, 14, 22, .98);
    font-family: var(--font-body, "Inter", Arial, sans-serif);
}

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

.oesbv-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.oesbv-footer-logo-wrap {
    margin-bottom: 22px;
}

.oesbv-footer-logo {
    display: inline-block;
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.oesbv-footer-title {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--font-display, "Oswald", Arial, sans-serif);
    font-size: 1.25rem;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.oesbv-footer-address {
    max-width: 720px;
    margin: 0 auto 24px;
    color: #cbd5e1;
    font-size: .95rem;
    font-style: normal;
    line-height: 1.65;
}

.oesbv-footer-address a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.oesbv-footer-address a:hover {
    color: #ff5b66;
}

.oesbv-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin: 0 0 24px;
    padding: 0;
}

.oesbv-footer-links a {
    color: #fff;
    font-family: var(--font-display, "Oswald", Arial, sans-serif);
    font-size: .95rem;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
}

.oesbv-footer-links a:hover,
.oesbv-footer-links a:focus-visible {
    color: #ff5b66;
}

.oesbv-footer-address a:focus-visible,
.oesbv-footer-links a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
    border-radius: 2px;
}

.oesbv-footer-support {
    max-width: 760px;
    margin: 0 auto 24px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    color: #aeb9c8;
    font-size: .88rem;
    line-height: 1.6;
}

.oesbv-footer-support strong {
    color: #fff;
    font-family: var(--font-display, "Oswald", Arial, sans-serif);
    font-size: .9rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.oesbv-footer-copy {
    margin: 0;
    color: #aeb9c8;
    font-size: .84rem;
    letter-spacing: .02em;
}

@media (max-width: 720px) {
    .oesbv-global-footer {
        padding: 38px 18px 30px;
    }

    .oesbv-footer-logo {
        width: 58px;
        height: 58px;
    }

    .oesbv-footer-title {
        font-size: 1.05rem;
    }

    .oesbv-footer-address {
        font-size: .9rem;
    }

    .oesbv-footer-links {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .oesbv-footer-links a {
        display: flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oesbv-footer-links a {
        transition: none;
    }
}
