/* Shared navigation: deliberately independent of page frameworks. */
.site-page .site-contact-bar, .site-page .site-header { font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 1.5; letter-spacing: 0; text-transform: none; color: #f4f5fa; }
.site-contact-bar *, .site-header *, .site-header *::before, .site-header *::after { box-sizing: border-box; font-family: inherit; }
.site-contact-bar { position: relative; z-index: 102; background: #1a2134; border-bottom: 1px solid #ffffff09; }
.site-contact-bar .site-shell { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 34px; }
.site-contact-bar a { color: #cbd0dc; text-decoration: none; font-size: 11px; }
.site-contact-links { display: flex; gap: 25px; }
.site-header { position: sticky; top: 0; z-index: 100; background: #11173f; border-bottom: 1px solid #ffffff16; box-shadow: 0 5px 18px #070c2012; }
.site-header-row { position: relative; min-height: var(--site-header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header .site-brand { display: flex; align-items: center; flex-shrink: 0; padding: 0; margin: 0; }
.site-header .site-brand img { display: block; width: 127px; height: auto; max-width: 100%; margin: 0; object-fit: contain; }
.site-header a, .site-header summary { color: #eef0f6; text-decoration: none; cursor: pointer; border: 0; border-radius: 0; background: none; box-shadow: none; font-weight: 500; font-size: 13px; line-height: 1.45; }
.site-header a:hover, .site-header summary:hover, .site-header a[aria-current="page"], .site-header details[data-current] > summary { color: #f1be50; }
.site-header a:focus-visible, .site-header summary:focus-visible, .site-header button:focus-visible { outline: 2px solid #f1be50; outline-offset: 5px; border-radius: 3px; }
.site-header .site-nav-list { display: flex; align-items: center; gap: 23px; list-style: none; margin: 0; padding: 0; }
.site-header .site-nav-list > li { margin: 0; padding: 0; list-style: none; }
.site-header .site-nav-list > li > a { display: inline-flex; align-items: center; white-space: nowrap; padding: 10px 0; }
.site-header details { margin: 0; padding: 0; border: 0; }
.site-header summary { display: flex; align-items: center; gap: 8px; padding: 22px 0; margin: 0; list-style: none; white-space: nowrap; }
.site-header summary::-webkit-details-marker { display: none; }
.site-header summary::after { content: none; }
.site-chevron { width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); margin-top: -3px; transition: transform .16s; }
.site-header details[open] .site-chevron { transform: rotate(225deg); margin-top: 2px; }
.site-dropdown { position: absolute; top: calc(100% - 1px); right: 0; width: min(720px, 100%); padding: 26px; border: 1px solid #dce0e8; border-top: 3px solid #eba71d; border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 24px 60px #050c2a26; }
.site-dropdown-label { margin: 0 0 15px; padding: 0 12px; color: #8b722e; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-dropdown-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 14px; }
.site-header .site-dropdown a { padding: 12px; border-radius: 6px; color: #202b42; display: block; }
.site-header .site-dropdown a:hover, .site-header .site-dropdown a[aria-current="page"] { background: #fbf5e8; color: #8b5e05; }
.site-dropdown a span { display: block; font-size: 13px; font-weight: 600; }
.site-dropdown a small { display: block; color: #748092; margin-top: 4px; font-size: 11px; font-weight: 400; line-height: 1.5; }
.site-nav-apps .site-dropdown-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.site-nav-ai .site-dropdown { width: min(440px, 100%); }
.site-nav-ai .site-dropdown-links { grid-template-columns: 1fr; }
.site-header .site-nav-list > li > .site-quote-link { color: #172036; background: #eba71d; border-radius: 6px; padding: 13px 17px; gap: 12px; font-weight: 700; }
.site-header .site-quote-link:hover { background: #f3bc43; }
.site-header .site-menu-toggle { display: none; align-items: center; gap: 9px; border: 1px solid #ffffff38; border-radius: 5px; padding: 8px 12px; background: transparent; color: #f3f4fa; font: inherit; font-size: 12px; cursor: pointer; }
@media (max-width: 1199.98px) {
  .site-header .site-menu-toggle { display: flex; }
  .site-navigation { display: none; position: absolute; top: 100%; inset-inline: 0; padding: 18px 22px 24px; max-height: calc(100dvh - var(--site-header-height)); overflow-y: auto; overscroll-behavior: contain; background: #11173f; border: 1px solid #ffffff20; border-radius: 0 0 8px 8px; box-shadow: 0 20px 30px #0003; }
  .site-header[data-menu-open] .site-navigation { display: block; }
  .site-header .site-nav-list { display: block; }
  .site-header .site-nav-list > li { border-bottom: 1px solid #ffffff12; }
  .site-header .site-nav-list > li:last-child { border: 0; padding-top: 15px; }
  .site-header .site-nav-list > li > a, .site-header summary { display: flex; width: 100%; justify-content: space-between; padding: 15px 0; font-size: 14px; }
  .site-header .site-nav-list > li > .site-quote-link { justify-content: center; padding: 14px; }
  .site-dropdown, .site-nav-ai .site-dropdown { position: static; width: 100%; padding: 0 0 16px; border: 0; background: transparent; box-shadow: none; }
  .site-dropdown-label { display: none; }
  .site-dropdown-links, .site-nav-apps .site-dropdown-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .site-header .site-dropdown a { color: #e3e7f2; background: #ffffff05; }
  .site-dropdown a small { color: #9ba6be; }
  .site-header .site-dropdown a:hover, .site-header .site-dropdown a[aria-current="page"] { background: #eba71d12; color: #f1be50; }
  .site-page.site-menu-open { overflow: hidden; }
}
@media (max-width: 767.98px) { .site-contact-bar { display: none; } }
@media (max-width: 620px) {
  .site-header .site-brand img { width: 112px; }
  .site-navigation { padding: 12px 15px 20px; }
  .site-dropdown-links, .site-nav-apps .site-dropdown-links { grid-template-columns: 1fr; }
  .site-dropdown a small { font-size: 11px; }
}
