.hn-shell-header, .hn-shell-header * { box-sizing: border-box; }
.hn-shell-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 76px;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #d5dde3;
  color: #142a36;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
.hn-shell-container { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.hn-shell-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hn-shell-brand { display: inline-flex; align-items: center; width: 154px; flex: 0 0 auto; }
.hn-shell-brand img { display: block; width: 154px; max-width: 100%; height: auto; }
.hn-shell-primary-nav { margin-left: auto; }
.hn-shell-nav-list, .hn-shell-subnav { margin: 0; padding: 0; list-style: none; }
.hn-shell-nav-list { display: flex; align-items: center; gap: 4px; }
.hn-shell-nav-item { position: relative; margin: 0; padding: 0; }
.hn-shell-nav-link, .hn-shell-nav-toggle {
  display: inline-flex; align-items: center; min-height: 44px; padding: 8px 12px; border: 0;
  color: #142a36; background: transparent; font: inherit; text-decoration: none; cursor: pointer;
}
.hn-shell-nav-link:hover, .hn-shell-nav-toggle:hover { color: #126ec5; }
.hn-shell-nav-toggle[aria-expanded="true"] { box-shadow: inset 0 -4px 0 #5667e8; }
.hn-shell-nav-toggle::after { content: ""; width: 7px; height: 7px; margin: -4px 0 0 9px; border-right: 2px solid #1877d2; border-bottom: 2px solid #1877d2; transform: rotate(45deg); }
.hn-shell-nav-toggle[aria-expanded="true"]::after { transform: translateY(4px) rotate(225deg); }
.hn-shell-subnav {
  position: absolute; top: calc(100% + 1px); left: 0; min-width: 245px; padding: 10px;
  background: #192a35; border-radius: 6px; box-shadow: 0 14px 38px rgba(20, 42, 54, .24); color: #fff;
}
.hn-shell-subnav[hidden] { display: none; }
.hn-shell-subnav a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 10px 13px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.hn-shell-subnav a::after { content: "›"; font-size: 25px; font-weight: 400; line-height: 1; }
.hn-shell-subnav a:hover { background: rgba(255, 255, 255, .09); color: #fff; }
.hn-shell-contact { margin-left: 8px; border: 1px solid #1877d2; border-radius: 4px; background: #1877d2; color: #fff; padding-inline: 22px; font-weight: 750; text-transform: uppercase; }
.hn-shell-contact:hover { background: #0c5daa; color: #fff; }
.hn-shell-menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.hn-shell-menu-button span { display: block; width: 24px; height: 2px; background: #142a36; transition: transform .2s ease, opacity .2s ease; }
.hn-shell-menu-button span + span { margin-top: 5px; }
.hn-shell-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hn-shell-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hn-shell-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hn-shell-skip { position: fixed; z-index: 1100; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; background: #142a36; color: #fff; }
.hn-shell-skip:focus { transform: translateY(0); }
#footer-page .footer--logo a, #footer-page .footer--logo picture { display: block; max-width: 180px; }
#footer-page .footer--logo img { display: block; width: 100%; max-width: 180px; height: auto; }
@media (max-width: 980px) {
  .hn-shell-menu-button { display: block; }
  .hn-shell-primary-nav { position: absolute; inset: 76px 0 auto; margin: 0; padding: 12px 20px 20px; background: #fff; border-bottom: 1px solid #d5dde3; }
  .hn-shell-primary-nav[hidden] { display: none; }
  .hn-shell-nav-list { display: block; }
  .hn-shell-nav-link, .hn-shell-nav-toggle { width: 100%; justify-content: space-between; padding-inline: 4px; }
  .hn-shell-contact { margin-left: 0; border: 0; border-radius: 0; background: transparent; color: #142a36; text-transform: none; }
  .hn-shell-subnav { position: static; min-width: 0; margin: 2px 0 8px; padding: 6px; box-shadow: none; }
}
