.rsa-core-footer {
    --rsa-footer-navy: #13233F;
    --rsa-footer-navy-2: #1C2F50;
    --rsa-footer-red: #E30613;
    --rsa-footer-red-hover: #C9000D;
    --rsa-footer-white: #FFFFFF;
    --rsa-footer-border: #E4E7EB;
    --rsa-footer-muted: #D6DBE1;
    font-family: Inter, Arial, sans-serif;
    background: var(--rsa-footer-navy);
    color: var(--rsa-footer-white);
    width: 100%;
    position: relative;
    z-index: 4;
}
.rsa-core-footer *, .rsa-core-footer *::before, .rsa-core-footer *::after { box-sizing: border-box; }
.rsa-core-footer a { text-decoration: none; }
.rsa-core-footer__main { background: var(--rsa-footer-navy); }
.rsa-core-footer__inner {
    width: min(100% - 48px, 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(250px, 1.55fr) repeat(4, minmax(145px, 1fr));
    gap: 44px;
    padding: 58px 0 52px;
}
.rsa-core-footer__brand { padding-right: 18px; }
.rsa-core-footer__logo { display: inline-flex; align-items: center; min-height: 48px; margin-bottom: 22px; }
.rsa-core-footer__logo img { display: block; width: min(254px, 100%); height: auto; max-height: 48px; object-fit: contain; object-position: left center; }
.rsa-core-footer__logo strong { color: var(--rsa-footer-white); font-size: 24px; line-height: 1; }
.rsa-core-footer__brand p {
    margin: 0 0 22px;
    max-width: 34ch;
    color: var(--rsa-footer-muted);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}
.rsa-core-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rsa-footer-white) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}
.rsa-core-footer__email svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rsa-core-footer__email:hover { color: var(--rsa-footer-red) !important; }
.rsa-core-footer__social { display: flex; gap: 10px; margin-top: 22px; }
.rsa-core-footer__social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 7px;
    color: var(--rsa-footer-white) !important;
    background: transparent;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.rsa-core-footer__social a:hover { background: var(--rsa-footer-red); border-color: var(--rsa-footer-red); color: var(--rsa-footer-white) !important; }
.rsa-core-footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.rsa-core-footer__column h2 {
    margin: 0 0 18px;
    color: var(--rsa-footer-white);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.rsa-core-footer__links { list-style: none; margin: 0; padding: 0; }
.rsa-core-footer__links li { margin: 0 0 11px; padding: 0; }
.rsa-core-footer__links a {
    color: var(--rsa-footer-muted) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    transition: color .15s ease;
}
.rsa-core-footer__links a:hover { color: var(--rsa-footer-white) !important; }
.rsa-core-footer__login {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--rsa-footer-white) !important;
    font-size: 14px;
    font-weight: 700;
}
.rsa-core-footer__login:hover { color: var(--rsa-footer-red) !important; }
.rsa-core-footer__login svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rsa-core-footer__bottom { background: var(--rsa-footer-navy-2); border-top: 1px solid rgba(255,255,255,.10); }
.rsa-core-footer__bottom-inner {
    width: min(100% - 48px, 1320px);
    margin: 0 auto;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 18px 0;
}
.rsa-core-footer__bottom p {
    margin: 0;
    color: var(--rsa-footer-muted);
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}
.rsa-core-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.rsa-core-footer__legal a { color: var(--rsa-footer-muted) !important; font-size: 13px; line-height: 1.4; }
.rsa-core-footer__legal a:hover { color: var(--rsa-footer-white) !important; }
body.rsa-core-footer-active .footer-wrap,
body.rsa-core-footer-active .footer-top-wrap,
body.rsa-core-footer-active .footer-bottom-wrap { font-family: Inter, Arial, sans-serif; }
@media (max-width: 1100px) {
    .rsa-core-footer__inner { grid-template-columns: 1.4fr repeat(2, 1fr); gap: 36px 42px; }
    .rsa-core-footer__brand { grid-row: span 2; }
}
@media (max-width: 760px) {
    .rsa-core-footer__inner { width: min(100% - 36px, 1320px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 26px; padding: 44px 0 40px; }
    .rsa-core-footer__brand { grid-column: 1 / -1; grid-row: auto; padding-right: 0; }
    .rsa-core-footer__brand p { max-width: 42ch; }
    .rsa-core-footer__bottom-inner { width: min(100% - 36px, 1320px); align-items: flex-start; flex-direction: column; gap: 14px; padding: 21px 0 24px; }
    .rsa-core-footer__bottom p { white-space: normal; }
    .rsa-core-footer__legal { justify-content: flex-start; gap: 10px 18px; }
}
@media (max-width: 460px) {
    .rsa-core-footer__inner { grid-template-columns: 1fr; width: min(100% - 32px, 1320px); gap: 30px; }
    .rsa-core-footer__brand { grid-column: auto; }
    .rsa-core-footer__column { border-top: 1px solid rgba(255,255,255,.10); padding-top: 24px; }
    .rsa-core-footer__bottom-inner { width: min(100% - 32px, 1320px); }
    .rsa-core-footer__legal { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .rsa-core-footer a { transition: none !important; }
}