/* Shared visual language with the VTIC landing-page navigation. */
.solution-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2000;
  isolation: isolate;
  padding: 8px 0;
  background: transparent;
  border: 0 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.solution-header::after {
  content: none !important;
  display: none !important;
}
.solution-header-inner {
  position: relative;
  width: min(1688px, 90%);
  display: grid;
  height: 74px;
  min-height: 74px;
  padding: 0 20px 0 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: linear-gradient(100deg, rgba(17, 49, 70, 0.76), rgba(27, 37, 57, 0.64));
  box-shadow: 0 16px 40px rgba(0, 8, 20, 0.22);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}
.solution-mobile-nav-toggle,
.solution-mobile-account {
  display: none;
}
.solution-mobile-nav-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.solution-mobile-nav-toggle span {
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}
.solution-header.is-menu-open .solution-mobile-nav-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.solution-header.is-menu-open .solution-mobile-nav-toggle span:nth-child(2) {
  opacity: 0;
}
.solution-header.is-menu-open .solution-mobile-nav-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.solution-brand {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.solution-brand img {
  display: block;
  width: 142px;
  height: 50px;
  object-fit: contain;
  filter: brightness(1.22) saturate(1.14) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.solution-header nav {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  min-width: 0;
  margin-left: 0;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
  color: #f3f8fb;
  white-space: nowrap;
}
.solution-nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #f3f8fb;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.solution-nav-link:hover {
  color: #55d9f3;
}
.solution-menu summary {
  box-sizing: border-box;
  height: 100%;
  min-width: auto;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f3f8fb;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  transition:
    color 160ms ease,
    background-color 160ms ease;
}
.solution-menu {
  position: relative;
  height: 100%;
  align-self: stretch;
}
.solution-menu summary::-webkit-details-marker {
  display: none;
}
.solution-menu summary::marker {
  content: "";
}
.solution-menu[open] {
  z-index: 2010;
}
.solution-menu summary i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #149fdb;
  transform: rotate(45deg) translateY(-2px);
}
.solution-menu[open] summary {
  color: #55d9f3;
  background: rgba(255, 255, 255, 0.07);
}
.solution-menu summary.is-active {
  color: #55d9f3;
  background: rgba(255, 255, 255, 0.07);
}
.solution-menu summary:focus-visible {
  outline: 2px solid #149fdb;
  outline-offset: -2px;
}
.solution-menu > div {
  position: absolute;
  z-index: 2020;
  top: calc(100% + 1px);
  left: 50%;
  width: 350px;
  padding: 10px;
  border: 1px solid #dce5e9;
  border-top: 3px solid #18b6d4;
  border-radius: 0 0 10px 10px;
  color: #0b2941;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(7, 31, 48, 0.16);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
}
.solution-menu:not([open]) > div {
  display: none;
}
.solution-menu > div a {
  min-height: 42px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: #0b2941;
  background: transparent;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.solution-menu > div a:visited {
  color: #0b2941;
}
.solution-menu > div a:hover,
.solution-menu > div a:focus-visible,
.solution-menu > div a.active {
  color: #075dff;
  background: #edf4ff;
  outline: none;
}
.solution-menu > div.compact {
  width: 210px;
  grid-template-columns: 1fr;
}
.solution-account {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  color: #f3f8fb;
  white-space: nowrap;
}
.solution-account > span {
  color: #adbdc8;
  font-size: 10px;
}
.solution-account a {
  padding: 0;
  border: 0;
  font-size: 11px;
}
.solution-account a.primary {
  padding: 10px 11px 10px 18px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2764ff, #15bce2);
}
.solution-account a.primary::after {
  content: "→";
  width: 26px;
  height: 26px;
  margin-left: 12px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #061c2b;
  background: #fff;
}
@media (max-width: 1120px) {
  .solution-header nav {
    gap: 15px;
  }
  .solution-nav-link {
    font-size: 10px;
  }
  .solution-header-inner {
    gap: 22px;
  }
  .solution-account a.primary {
    padding: 12px;
  }
}
@media (max-width: 980px) {
  .solution-header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .solution-mobile-nav-toggle {
    display: flex;
  }
  .solution-header nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    max-height: calc(100vh - 112px);
    margin: 0;
    padding: 16px;
    display: none;
    overflow-y: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 22px;
    color: #f3f8fb;
    background: rgba(7, 29, 45, 0.97);
    box-shadow: 0 22px 50px rgba(0, 8, 20, 0.36);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    backdrop-filter: blur(18px) saturate(135%);
  }
  .solution-header.is-menu-open nav {
    display: flex;
  }
  .solution-nav-link,
  .solution-menu summary {
    width: 100%;
    min-height: 44px;
    height: auto;
    padding: 11px 13px;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 12px;
  }
  .solution-nav-link:hover,
  .solution-menu summary:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .solution-menu {
    height: auto;
    align-self: auto;
  }
  .solution-menu summary br {
    display: none;
  }
  .solution-menu > div,
  .solution-menu > div.compact {
    position: static;
    width: auto;
    padding: 4px 6px 8px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    grid-template-columns: 1fr;
  }
  .solution-menu > div a,
  .solution-menu > div a:visited {
    color: #d9e9f2;
  }
  .solution-menu > div a:hover,
  .solution-menu > div a:focus-visible,
  .solution-menu > div a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }
  .solution-account {
    display: none;
  }
  .solution-mobile-account {
    margin-top: 8px;
    padding: 14px 12px 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .solution-mobile-account > span {
    width: 100%;
    color: #adbdc8;
    font-size: 11px;
  }
  .solution-mobile-account a {
    color: #f3f8fb;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
  }
  .solution-mobile-account a.primary {
    padding: 11px 16px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(90deg, #2764ff, #15bce2);
  }
}
@media (max-width: 650px) {
  .solution-header { padding: 7px 0; }
  .solution-header-inner { width: calc(100% - 24px); height: 62px; min-height: 62px; padding: 0 12px 0 16px; gap: 10px; }
  .solution-brand img { width: 110px; height: 44px; }
}

/* The solution hero remains dark in both site themes. */
.solution-hero h1 {
  color: #edf7fa;
}
.solution-hero-copy .summary {
  color: #a9bec9;
}
.solution-actions a:not(:first-child) {
  color: #dbeaf1;
  background: rgba(6, 28, 43, 0.5);
}
