:root {
    --fsv-yellow: #f6c600;
    --fsv-blue: #1f4fa3;
    --fsv-dark: #101820;
    --fsv-dark-soft: #17222d;
    --fsv-text: #ffffff;
    --fsv-muted: rgba(255, 255, 255, 0.72);
    --fsv-border: rgba(255, 255, 255, 0.12);
}

.fsv-footer {
    color: var(--fsv-text);
    background:
        radial-gradient(circle at top right, rgba(246, 198, 0, 0.14), transparent 34rem),
        linear-gradient(135deg, var(--fsv-dark), var(--fsv-dark-soft));
    font-size: 0.95rem;
}

.fsv-footer a {
    color: inherit;
    text-decoration: none;
}

.fsv-footer a:hover,
.fsv-footer a:focus-visible {
    color: var(--fsv-yellow);
}

.fsv-footer a:focus-visible {
    outline: 2px solid var(--fsv-yellow);
    outline-offset: 4px;
    border-radius: 4px;
}

.fsv-footer__main {
    padding: clamp(3rem, 6vw, 5.5rem) 1.25rem;
}

.fsv-footer__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1.2fr 0.8fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.fsv-footer__logo {
    width: 86px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.fsv-footer__title,
.fsv-footer__headline {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fsv-footer__title {
    color: var(--fsv-text);
}

.fsv-footer__headline {
    color: var(--fsv-yellow);
}

.fsv-footer__text,
.fsv-footer__address,
.fsv-footer__news-date {
    color: var(--fsv-muted);
}

.fsv-footer__address {
    margin-top: 1rem;
    font-style: normal;
    line-height: 1.7;
}

.fsv-footer__news-list,
.fsv-footer__menu,
.fsv-footer__legal-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fsv-footer__news-item {
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid var(--fsv-border);
}

.fsv-footer__news-link {
    display: block;
    font-weight: 800;
    font-size: 0.86rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.fsv-footer__news-date {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.78rem;
}

.fsv-footer__menu {
    display: grid;
    gap: 0.7rem;
}

.fsv-footer__menu a {
    color: var(--fsv-muted);
}

.fsv-footer__menu a:hover,
.fsv-footer__menu a:focus-visible {
    color: var(--fsv-yellow);
}

.fsv-footer__badge-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.fsv-footer__badge {
    max-width: 118px;
    height: auto;
    display: block;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.28));
}

.fsv-footer__bottom {
    background: linear-gradient(90deg, var(--fsv-yellow), #ffd84a);
    color: #18202a;
    padding: 0.95rem 1.25rem;
}

.fsv-footer__bottom-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.fsv-footer__copyright {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
}

.fsv-footer__legal-menu {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 2rem);
    flex-wrap: wrap;
}

.fsv-footer__legal-menu a {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #18202a;
}

.fsv-footer__legal-menu a:hover,
.fsv-footer__legal-menu a:focus-visible {
    color: var(--fsv-blue);
}

.fsv-footer__headline--visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .fsv-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .fsv-footer__main {
        padding: 3rem 1rem;
    }

    .fsv-footer__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .fsv-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .fsv-footer__legal-menu {
        gap: 0.8rem 1.2rem;
    }

    .fsv-footer__badge {
        max-width: 96px;
    }
}

/* =========================================================
   FSV Footer Override - Child Theme
   ========================================================= */

footer.fsv-footer {
    background: radial-gradient(circle at top right, rgba(246, 198, 0, 0.16), transparent 420px),
                linear-gradient(135deg, #101820 0%, #17222d 100%) !important;
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit;
}

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

footer.fsv-footer a {
    color: inherit !important;
    text-decoration: none !important;
}

footer.fsv-footer a:hover {
    color: #f6c600 !important;
}

.fsv-footer__main {
    width: 100%;
    padding: clamp(48px, 6vw, 86px) 24px !important;
}

.fsv-footer__inner {
    width: min(1180px, 100%) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.35fr 1.2fr 0.8fr 1fr !important;
    gap: clamp(32px, 4vw, 64px) !important;
    align-items: flex-start !important;
}

.fsv-footer__brand,
.fsv-footer__news,
.fsv-footer__links,
.fsv-footer__badges {
    min-width: 0;
}

.fsv-footer__logo {
    display: block !important;
    width: 82px !important;
    height: auto !important;
    margin: 0 0 18px 0 !important;
}

.fsv-footer__title,
.fsv-footer__headline {
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    color: #f6c600 !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

.fsv-footer__title {
    color: #ffffff !important;
}

.fsv-footer__text,
.fsv-footer__address {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.fsv-footer__address {
    margin-top: 18px !important;
    font-style: normal !important;
}

.fsv-footer__news-list,
.fsv-footer__menu,
.fsv-footer__legal-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fsv-footer__news-item {
    margin: 0 0 14px 0 !important;
    padding: 0 0 14px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.fsv-footer__news-link {
    display: block !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.fsv-footer__news-date {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.fsv-footer__menu {
    display: grid !important;
    gap: 10px !important;
}

.fsv-footer__menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.fsv-footer__menu a {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.fsv-footer__badge-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 22px !important;
}

.fsv-footer__badge {
    display: block !important;
    width: auto !important;
    max-width: 116px !important;
    height: auto !important;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.32));
}

.fsv-footer__bottom {
    background: linear-gradient(90deg, #f6c600 0%, #ffd84a 100%) !important;
    color: #18202a !important;
    padding: 14px 24px !important;
}

.fsv-footer__bottom-inner {
    width: min(1180px, 100%) !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 24px !important;
}

.fsv-footer__copyright {
    margin: 0 !important;
    color: #18202a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.fsv-footer__legal-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px 32px !important;
}

.fsv-footer__legal-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.fsv-footer__legal-menu a {
    color: #18202a !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.fsv-footer__legal-menu a:hover {
    color: #1f4fa3 !important;
}

.fsv-footer__headline--visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

/* Tablet */
@media (max-width: 1100px) {
    .fsv-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .fsv-footer__main {
        padding: 42px 18px !important;
    }

    .fsv-footer__inner {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .fsv-footer__bottom-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .fsv-footer__badge {
        max-width: 96px !important;
    }
}