.page-footer.brand-footer {
    position: relative;
    color: #fff;
    padding: 80px max(6%, 24px) 30px;
    background: linear-gradient(90deg, #021831 0%, #021b39f5 46%, #022047bd 100%), url('img/optimized/hero-opening.webp') right center / cover no-repeat;
}
.brand-footer-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: 1fr .85fr 1.15fr; gap: 48px; align-items: end; }
.brand-footer-logo { display: block; width: 220px; height: auto; margin: 0 0 24px; }
.brand-footer-slogan { color: #c5d7f2; font-size: 19px; line-height: 1.5; max-width: 310px; margin: 0 0 25px; }
.brand-footer-slogan::before { content: ''; display: block; width: 58px; height: 3px; background: #ff9500; margin-bottom: 18px; }
.brand-footer a { color: #d1e0f7; text-decoration: none; }
.brand-footer a:hover { color: #ffac37; }
.brand-footer a:focus-visible { outline: 2px solid #ffac37; outline-offset: 5px; border-radius: 4px; }
.brand-contact { display: flex; align-items: center; gap: 18px; margin: 16px 0; font-size: 19px; }
.brand-contact small { display: block; font-size: 14px; color: #b7cdef; margin-bottom: 3px; }
.brand-icon { flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; background: #15355b; color: #b4d1ff; display: grid; place-items: center; font-size: 27px; }
.brand-icon svg { width: 24px; height: 24px; }
.brand-socials { display: flex; gap: 16px; margin-top: 25px; }
.brand-socials a { border: 1px solid #45668b; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font-size: 22px; font-weight: 800; }
.brand-socials svg { width: 23px; height: 23px; }
.brand-footer h2 { color: #fff; font-size: 28px; font-weight: 400; line-height: 1.25; margin: 0 0 25px; }
.brand-footer-nav, .brand-footer-location { border-left: 1px solid #45668b; padding-left: 40px; min-height: 340px; }
.brand-footer-nav a { display: flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 44px; font-size: 17px; }
.brand-footer-nav .brand-quote { color: #ffab28; }
.brand-address { display: flex; gap: 18px; align-items: flex-start; }
.brand-address address { font-style: normal; color: #d1e0f7; font-size: 17px; line-height: 1.8; }
.brand-address address span { display: block; margin-top: 6px; font-size: 15px; }
.brand-map { margin-top: 35px; display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; padding: 16px 25px; border: 1px solid #527ba8; border-radius: 40px; font-size: 16px; min-height: 52px; }
.brand-footer-bottom { max-width: 1400px; margin: 40px auto 0; padding-top: 25px; border-top: 1px solid #45668b; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #c0d3ed; }
.brand-footer-bottom small, .brand-footer-bottom a { font-size: 12px; line-height: 1.6; }
.brand-footer-bottom div { display: flex; gap: 20px; }
.brand-footer-bottom a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1000px) {
    .brand-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .brand-footer-location { grid-column: 1 / -1; min-height: 0; border-left: 0; border-top: 1px solid #45668b; padding: 30px 0 0; }
}
@media (max-width: 600px) {
    .page-footer.brand-footer { padding: 55px 8% 30px; background-position: 72% center; }
    .brand-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .brand-footer-logo { width: 195px; }
    .brand-footer-nav, .brand-footer-location { grid-column: auto; border-left: 0; border-top: 1px solid #45668b; padding: 30px 0 0; min-height: 0; }
    .brand-footer h2 { font-size: 27px; }
    .brand-footer-bottom { flex-direction: column; align-items: flex-start; }
    .brand-footer-bottom div { flex-wrap: wrap; gap: 12px 20px; }
    .brand-contact { font-size: 18px; }
}
