.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 196px;
  height: auto;
}

.footer-brand img {
  width: 220px;
}

.topbar nav a.active {
  color: #ff6b00;
}

.topbar nav a.active::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 4px;
  border-radius: 999px;
  background: #ff6b00;
}

footer {
  background: #000079;
}

@media (max-width: 580px) {
  .brand img {
    width: 158px;
  }

  .footer-brand img {
    width: 190px;
  }

  .topbar nav a.active::after {
    display: none;
  }
}

/* Shared navigation and accessible interaction across every page. */
.topbar { gap: 26px; }
.topbar nav { gap: 22px; }
.topbar nav a { padding-block: 12px; white-space: nowrap; }
.topbar .client-link { white-space: nowrap; }
.topbar nav a.active, .topbar nav a:hover { color: #a54100; }
.topbar nav a.active::after { background: #ff6b00; margin-top: 2px; }
footer > div { min-width: 0; }
footer a { overflow-wrap: anywhere; }
[id] { scroll-margin-top: 104px; }
:focus-visible { outline: 3px solid #00a8dc; outline-offset: 5px; }
.skip-link { position: fixed; z-index: 50; top: 8px; left: 12px; transform: translateY(-160%); background: #fff; color: #071e55; padding: 12px 20px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 1100px) {
  .topbar { padding-inline: 18px; gap: 16px; }
  .topbar .menu-button { display: block; margin-left: auto; min-height: 44px; background: #fff; color: #071e55; border: 1px solid #c6d4e7; border-radius: 9px; padding: 8px 14px; font: 800 14px Manrope, system-ui, sans-serif; cursor: pointer; }
  .topbar nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 22px; max-height: calc(100dvh - 78px); overflow-y: auto; background: #fff; border-bottom: 1px solid #dce7f2; box-shadow: 0 15px 24px #071e5512; }
  .topbar nav.open { display: flex; }
  .topbar nav a { padding: 12px 8px; min-height: 46px; border-radius: 6px; }
  .topbar nav a:hover { background: #f3f7fc; }
  .topbar nav a.active { background: #fff2e9; }
  .topbar nav a.active::after { display: none; }
  .topbar .client-link { display: inline-flex; padding: 10px 14px; min-height: 44px; align-items: center; }
}
@media (max-width: 580px) {
  .topbar { gap: 10px; padding-inline: 14px; }
  .topbar .brand img { width: 150px; }
  .topbar .client-link { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
