/* Shared Meta footer. Local SVG and text only; no scripts or external embeds. */
.footer.meta-footer {
    padding: 58px 0 0;
    border-top: 4px solid #e02b2b;
    background: #0c2c50;
    color: #e5edf5;
    font-size: 14px;
    line-height: 1.65;
}
.meta-footer .meta-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr .85fr 1.1fr;
    gap: clamp(24px, 3vw, 46px);
    padding-bottom: 44px;
}
.meta-footer .meta-footer-grid > * { min-width: 0; }
.meta-footer p { max-width: none; font-size: inherit; }
.meta-footer .meta-footer-brand { display: inline-block; max-width: 100%; line-height: 0; }
.meta-footer .meta-footer-brand img {
    display: block;
    width: 196px;
    height: auto;
    max-width: 100%;
    aspect-ratio: 458.58 / 177.27;
    object-fit: contain;
}
.meta-footer .meta-footer-intro { margin: 19px 0 20px; max-width: 290px; }
.meta-footer address { font-style: normal; font-size: 13px; line-height: 1.85; color: #c7d7e6; }
.meta-footer .meta-footer-reach { margin: 15px 0 0; font-size: 13px; color: #c7d7e6; }
.meta-footer h2 {
    margin: 9px 0 21px;
    color: #fff;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: -.01em;
}
.meta-footer h2::after { content: ''; display: block; width: 27px; height: 2px; margin-top: 13px; background: #e02b2b; }
.meta-footer .meta-footer-links { list-style: none; padding: 0; margin: 0; }
.meta-footer .meta-footer-links li { padding: 0; margin: 0 0 5px; }
.meta-footer .meta-footer-links a { display: inline-block; padding: 7px 0; }
.meta-footer a { color: #fff; text-decoration: none; overflow-wrap: anywhere; }
.meta-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.meta-footer a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; border-radius: 2px; }
.meta-footer .meta-footer-contact > p { margin: 0 0 13px; color: #c7d7e6; font-size: 13px; }
.meta-footer .meta-footer-contact-label { display: block; color: #c7d7e6; font-size: 11px; margin-bottom: 2px; }
.meta-footer .meta-footer-cta {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
    margin-top: 16px;
    padding: 13px 16px;
    max-width: 100%;
    border: 1px solid #e02b2b;
    border-radius: 3px;
    background: #e02b2b;
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.5;
}
.meta-footer .meta-footer-cta:hover { background: #c92323; border-color: #c92323; text-decoration: none; }
.meta-footer .meta-footer-cta > [aria-hidden] { font-size: 17px; }
.meta-footer .meta-footer-contact-page { display: block; width: fit-content; margin-top: 10px; padding: 5px 0; font-size: 12px; }
.meta-footer .meta-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px 30px;
    padding: 22px 0;
    border-top: 1px solid #ffffff29;
    color: #c7d7e6;
    font-size: 12px;
}
.meta-footer .meta-footer-bottom p { margin: 0; }
.meta-footer .meta-footer-bottom a { flex-shrink: 0; padding: 4px 0; }
@media (max-width: 1100px) {
    .meta-footer .meta-footer-grid { grid-template-columns: 1.2fr 1fr; gap: 36px 64px; }
    .meta-footer .meta-footer-contact { max-width: 360px; }
}
@media (max-width: 600px) {
    .footer.meta-footer { padding-top: 38px; }
    .meta-footer .meta-footer-grid { grid-template-columns: 1fr; gap: 27px; padding-bottom: 30px; }
    .meta-footer .meta-footer-column { padding-top: 25px; border-top: 1px solid #ffffff29; }
    .meta-footer .meta-footer-contact { max-width: none; }
    .meta-footer h2 { margin-top: 0; margin-bottom: 16px; font-size: 18px; }
    .meta-footer .meta-footer-links a { padding-block: 9px; }
    .meta-footer .meta-footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; padding: 20px 0; }
}
