/* Shared footer: navigation, department contacts and legal links. */
.gps-footer { background: var(--gps-color-primary-dark); color: #bdbab6; border-top: 4px solid var(--gps-orange); }
.gps-footer .gps-footer-main { padding: 58px 0 42px; }
.gps-footer .gps-footer-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); }
.gps-footer .gps-footer-about { grid-column: auto; min-width: 0; }
.gps-footer-brand { display: inline-flex; align-items: center; max-width: 100%; padding: 10px 14px; border-radius: 10px; background: #fff; }
.gps-footer-brand img { display: block; width: 190px; max-width: 100%; height: auto; }
.gps-footer-brand strong { color: var(--gps-orange); font-size: 23px; line-height: 1.2; }
.gps-footer-brand strong span { color: var(--gps-color-primary); }
.gps-footer .gps-footer-tagline { margin: 24px 0 12px; color: #fff; font-family: var(--gps-font-heading); font-size: 24px; font-weight: 650; line-height: 1.25; letter-spacing: -.025em; }
.gps-footer-about > p:not(.gps-footer-tagline) { max-width: 290px; margin: 0 0 24px; font-size: 14px; line-height: 1.7; }
.gps-footer-phone { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 16px; font-weight: 650; }
.gps-footer-phone svg { width: 22px; height: 22px; fill: none; stroke: var(--gps-orange); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.gps-footer-phone small { display: block; margin-bottom: 3px; color: #bdbab6; font-size: 11px; font-weight: 400; }
.gps-footer-nav { min-width: 0; }
.gps-footer-nav h2 { margin: 8px 0 20px; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.4; }
.gps-footer .gps-footer-nav li { margin: 0; }
.gps-footer .gps-footer-nav li + li { margin-top: 8px; }
.gps-footer .gps-footer-nav a { display: inline-block; padding: 5px 0; color: #bdbab6; font-size: 14px; line-height: 1.5; }
.gps-footer .gps-footer-nav a:hover, .gps-footer-phone:hover { color: var(--gps-orange); }
.gps-footer-inboxes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-bottom: 32px; }
.gps-footer-inboxes > a { position: relative; min-width: 0; padding: 18px 38px 18px 20px; border: 1px solid #3e3b38; border-radius: 10px; background: #222120; color: #fff; transition: border-color .2s ease, background-color .2s ease; }
.gps-footer-inboxes > a:hover { border-color: var(--gps-orange); background: #2b2825; }
.gps-footer-inboxes span { display: block; margin-bottom: 5px; color: #bdbab6; font-size: 11px; line-height: 1.5; }
.gps-footer-inboxes strong { display: block; font-size: 14px; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.gps-footer-inboxes svg { position: absolute; top: 20px; right: 15px; width: 16px; height: 16px; fill: none; stroke: var(--gps-orange); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.gps-footer .gps-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid #3e3b38; color: #a9a6a2; font-size: 12px; line-height: 1.6; }
.gps-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.gps-footer-bottom nav a { color: #bdbab6; }
.gps-footer-bottom nav a:hover { color: var(--gps-orange); }
.gps-footer a:focus-visible { outline: 2px solid var(--gps-orange) !important; outline-offset: 4px; box-shadow: none !important; }
@media (max-width: 1000px) {
    .gps-footer .gps-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
    .gps-footer .gps-footer-about { grid-column: 1 / -1; }
    .gps-footer-about > p:not(.gps-footer-tagline) { max-width: 420px; }
    .gps-footer-inboxes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gps-footer .gps-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 600px) {
    .gps-footer .gps-footer-main { padding: 36px 0 28px; }
    .gps-footer .gps-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
    .gps-footer-brand img { width: 166px; }
    .gps-footer-nav h2 { margin-top: 0; margin-bottom: 12px; }
    .gps-footer .gps-footer-nav a { padding-block: 7px; }
    .gps-footer-nav:last-child { grid-column: 1 / -1; }
    .gps-footer-nav:last-child ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; }
    .gps-footer .gps-footer-nav:last-child li + li { margin-top: 0; }
    .gps-footer-inboxes { gap: 10px; padding-bottom: 24px; }
    .gps-footer-inboxes > a { padding: 14px 12px; }
    .gps-footer-inboxes strong { font-size: 12px; }
    .gps-footer-inboxes svg { display: none; }
    .gps-footer-bottom nav { gap: 10px 18px; }
}
@media (max-width: 480px) {
    .gps-footer-inboxes { grid-template-columns: 1fr; }
    .gps-footer-inboxes > a { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
    .gps-footer-inboxes span { margin-bottom: 0; font-size: 10px; }
    .gps-footer-inboxes strong { white-space: nowrap; }
}
