
.private-review-bar {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 18px;
  background: #19c6e9;
  color: #082548;
  font: 600 12px/1.35 Inter, Arial, sans-serif;
  text-align: center;
}
.private-review-bar span { font-weight: 500; }

/* One static review header is used on every page. The Next.js runtime is
   intentionally disabled in this private artifact, so navigation remains
   deterministic even on pages that were originally client-hydrated. */
.review-unified-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid #ffffff1f;
  background: #0b2e59fa;
  color: #fff;
  backdrop-filter: blur(14px);
}
.review-unified-header .header-inner {
  display: flex;
  width: min(calc(100% - 80px), 1240px);
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-inline: auto;
}
.review-unified-header .brand { flex: 0 0 auto; }
.review-unified-header .brand img { display: block; width: 190px; height: auto; }
.review-unified-header .desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.35vw, 20px);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.review-unified-header .desktop-nav > a,
.review-unified-header .desktop-nav summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #ffffffe3;
  text-decoration: none;
}
.review-unified-header .desktop-nav > a:hover,
.review-unified-header .desktop-nav summary:hover { color: #fff; }
.review-unified-header .nav-menu { position: relative; }
.review-unified-header .nav-menu summary { cursor: pointer; list-style: none; }
.review-unified-header .nav-menu summary::-webkit-details-marker { display: none; }
.review-unified-header .nav-menu summary::after {
  width: 7px;
  height: 7px;
  margin: -4px 0 0 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}
.review-unified-header .nav-menu[open] summary::after { margin-top: 4px; transform: rotate(225deg); }
.review-unified-header .mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: -210px;
  display: grid;
  width: min(800px, calc(100vw - 80px));
  grid-template-columns: 1fr 1fr 1.1fr;
  overflow: hidden;
  border: 1px solid #dde5ef;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 18px 48px #0825481f;
}
.review-unified-header .mega-menu > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  padding: 26px;
}
.review-unified-header .mega-menu > div + div { border-left: 1px solid #dde5ef; }
.review-unified-header .mega-menu a { padding: 5px 0; color: #111827; text-decoration: none; white-space: normal; }
.review-unified-header .mega-menu a:hover { color: #1593cf; }
.review-unified-header .menu-label {
  margin: 0 0 6px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.review-unified-header .mega-menu-feature { justify-content: center; background: #f4f7fb; }
.review-unified-header .mega-menu-feature span {
  color: #456b91;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.review-unified-header .mega-menu-feature strong { font-size: 23px; line-height: 1.15; }
.review-unified-header .compact-menu {
  left: -90px;
  display: flex;
  width: 330px;
  flex-direction: column;
  gap: 6px;
  padding: 20px 24px;
}
.review-unified-header .header-cta {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #0b2e59 !important;
  font-weight: 600;
}
.review-unified-header .menu-toggle,
.review-unified-header .mobile-nav { display: none; }

@media (max-width: 700px) {
  .private-review-bar { min-height: 0; align-items: center; flex-direction: column; gap: 0; padding: 5px 12px; font-size: 11px; }
}
@media (max-width: 1120px) {
  .review-unified-header .header-inner { width: min(calc(100% - 48px), 1240px); }
  .review-unified-header .desktop-nav { display: none; }
  .review-unified-header .menu-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 5px;
    border: 1px solid #ffffff55;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }
  .review-unified-header .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }
  .review-unified-header .mobile-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    display: grid;
    max-height: calc(100dvh - 82px);
    overflow-y: auto;
    padding: 14px max(24px, calc((100vw - 1240px) / 2));
    border-top: 1px solid #ffffff21;
    background: #0b2e59;
    box-shadow: 0 18px 48px #0825481f;
  }
  .review-unified-header .mobile-nav[hidden] { display: none; }
  .review-unified-header .mobile-nav a {
    min-height: 46px;
    padding: 11px 0;
    border-bottom: 1px solid #ffffff1f;
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 700px) {
  .review-unified-header .header-inner { width: min(calc(100% - 32px), 1240px); min-height: 70px; }
  .review-unified-header .brand img { width: 160px; }
  .review-unified-header .mobile-nav { max-height: calc(100dvh - 70px); }
}
@media (min-width: 961px) and (max-width: 1120px) {
  .system-map-header h2 {
    max-width: none !important;
    white-space: nowrap;
    font-size: clamp(24px, 2.7vw, 28px) !important;
  }
  .split-intro.container {
    width: min(calc(100% - 48px), 940px) !important;
    max-width: 940px !important;
  }
  .split-intro .section-heading h2 {
    max-width: none !important;
    white-space: nowrap;
    font-size: clamp(20px, 2.15vw, 24px) !important;
  }
}
