/* Shared Prime Control AI navigation and footer.
   The institutional page and every solution page use the same visual language. */
.standard-topbar{
  position:fixed;
  z-index:100;
  inset:0 0 auto;
  height:88px;
  padding:0 max(4vw,calc((100vw - 1280px)/2));
  display:flex;
  align-items:center;
  gap:32px;
  isolation:isolate;
  border-bottom:1px solid rgba(154,177,255,.14);
  background:rgba(2,15,43,.54);
  color:#fff;
  backdrop-filter:blur(18px) saturate(128%);
  -webkit-backdrop-filter:blur(18px) saturate(128%);
  transition:height .35s var(--ease),box-shadow .35s var(--ease);
}
.standard-topbar:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 80% -90%,rgba(112,137,255,.28),transparent 31%),
    linear-gradient(108deg,#031331 0%,#072457 42%,#173d9c 72%,#3456d8 100%);
  background-size:165% 165%;
  opacity:.58;
  animation:standard-topbar-drift 22s ease-in-out infinite alternate;
}
.standard-topbar:after{
  content:"";
  position:absolute;
  z-index:0;
  left:5%;
  right:5%;
  bottom:-1px;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(122,153,255,.58) 48%,rgba(243,111,33,.36) 68%,transparent);
  opacity:.52;
}
.standard-topbar.scrolled{
  height:74px;
  box-shadow:0 18px 48px rgba(0,10,38,.26);
}
.standard-topbar.scrolled:before{opacity:.9}
.standard-topbar .brand-ai{
  width:290px;
  min-width:0;
  flex:0 0 290px;
  margin:0 4px 0 0;
}
.standard-topbar .brand-ai img{width:100%;height:auto}
.standard-topbar nav:not(.mobile-nav){
  display:flex;
  align-items:center;
  gap:28px;
  margin:0 0 0 auto;
}
.standard-topbar nav a,
.standard-topbar .solutions-toggle{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  color:#d5ddf2;
  font-size:14px;
  line-height:1.3;
  transition:color .22s var(--ease);
}
.standard-topbar nav a:hover,
.standard-topbar nav a:focus-visible,
.standard-topbar .solutions-toggle:hover,
.standard-topbar .solutions-toggle:focus-visible{color:#fff}
.standard-topbar .solutions-nav{position:relative;display:flex;align-items:center}
.standard-topbar .solutions-anchor{padding-right:4px}
.standard-topbar .solutions-toggle{
  width:28px;
  min-width:28px;
  justify-content:center;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.standard-topbar .solutions-toggle span{font-size:14px;transition:transform .22s var(--ease)}
.standard-topbar .solutions-nav:hover .solutions-toggle span,
.standard-topbar .solutions-nav:focus-within .solutions-toggle span,
.standard-topbar .solutions-toggle[aria-expanded="true"] span{transform:rotate(180deg)}
.standard-topbar .solutions-mega{
  position:absolute;
  z-index:130;
  top:calc(100% + 13px);
  left:50%;
  width:min(780px,82vw);
  padding:20px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
  background:rgba(250,252,255,.985);
  color:var(--text);
  border:1px solid rgba(105,129,198,.22);
  box-shadow:0 26px 70px rgba(0,8,28,.3);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,10px);
  transition:.24s var(--ease);
}
.standard-topbar .solutions-nav:hover .solutions-mega,
.standard-topbar .solutions-nav:focus-within .solutions-mega,
.standard-topbar .solutions-mega.is-open{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.standard-topbar .solutions-mega>p{
  grid-column:1/-1;
  margin:0 0 4px;
  padding:0 4px;
  color:#53627e;
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.standard-topbar .solutions-mega>a{
  position:relative;
  min-height:140px;
  padding:20px;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:10px;
  overflow:hidden;
  background:linear-gradient(145deg,#f3f5fb,#edf1fa);
  border:1px solid transparent;
  color:var(--text);
  transition:.25s var(--ease);
}
.standard-topbar .solutions-mega>a:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--blue),#758aff);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s var(--ease);
}
.standard-topbar .solutions-mega>a:hover,
.standard-topbar .solutions-mega>a:focus-visible{
  background:#fff;
  border-color:rgba(48,81,202,.32);
  color:#071633;
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(20,44,110,.09);
}
.standard-topbar .solutions-mega>a:hover span,
.standard-topbar .solutions-mega>a:focus-visible span{color:#071633}
.standard-topbar .solutions-mega>a:hover small,
.standard-topbar .solutions-mega>a:focus-visible small{color:#53627e}
.standard-topbar .solutions-mega>a:hover:before,
.standard-topbar .solutions-mega>a:focus-visible:before{transform:scaleX(1)}
.standard-topbar .solutions-mega>a span{font:600 19px/1.15 var(--display)}
.standard-topbar .solutions-mega>a small{color:#68748b;font-size:13px;line-height:1.45}
.standard-topbar .solutions-mega>a em{
  display:block;
  margin-top:auto;
  padding-top:14px;
  color:var(--blue);
  font-size:9px;
  font-style:normal;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.standard-topbar .solutions-mega .solutions-mega-all{
  grid-column:1/-1;
  min-height:46px;
  padding:11px 14px;
  align-items:center;
  justify-content:flex-end;
  flex-direction:row;
  gap:10px;
  background:transparent;
  color:var(--blue);
  font-size:13px;
  font-weight:700;
  box-shadow:none;
}
.standard-topbar .solutions-mega .solutions-mega-all:before{display:none}
.standard-topbar .solutions-mega .solutions-mega-all span{font:700 15px/1 var(--body)}
.standard-topbar .top-cta{
  min-height:auto;
  padding:10px 0;
  margin-left:0;
  display:inline-flex;
  align-items:center;
  gap:14px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.42);
  border-radius:0;
  background:transparent;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.055em;
  text-transform:uppercase;
  box-shadow:none;
  transition:border-color .22s var(--ease),color .22s var(--ease);
}
.standard-topbar .top-cta:hover,
.standard-topbar .top-cta:focus-visible{border-bottom-color:var(--orange);color:#fff}
.standard-topbar .ui-arrow,
.standard-footer .ui-arrow{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s var(--ease)}
.standard-topbar .top-cta:hover .ui-arrow{transform:translate(2px,-2px)}
.standard-topbar .menu-toggle,
.standard-topbar .mobile-nav{display:none}

.standard-footer{
  padding:80px 0 25px;
  background:#00102b;
  color:#fff;
}
.standard-footer .footer-main{
  display:grid;
  grid-template-columns:1.45fr .85fr 1fr;
  gap:7vw;
  padding-bottom:70px;
}
.standard-footer .footer-brand-block img{width:210px;height:auto}
.standard-footer .footer-main p,
.standard-footer .footer-main a,
.standard-footer .footer-connect-ai>p{font-size:14px;line-height:1.55}
.standard-footer .footer-brand-block p{
  max-width:320px;
  margin:18px 0 0;
  color:#8291b4;
}
.standard-footer .footer-addresses,
.standard-footer .footer-connect-ai{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.standard-footer .footer-addresses{gap:28px}
.standard-footer .footer-addresses>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.standard-footer .footer-main small{
  color:#7385ae;
  font-size:12px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.standard-footer .footer-main a{color:#d7dff0}
.standard-footer .footer-addresses a:hover,
.standard-footer .footer-site-link:hover{color:#fff}
.standard-footer .footer-connect-ai>p{
  max-width:300px;
  margin:4px 0 12px;
  color:#8c9abb;
}
.standard-footer .landing-socials{display:flex;flex-wrap:wrap;gap:7px;margin:6px 0 12px}
.standard-footer .landing-socials a{
  position:relative;
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(151,170,224,.2);
  border-radius:50%;
  color:#fff;
  transition:.25s var(--ease);
}
.standard-footer .landing-socials a:hover,
.standard-footer .landing-socials a:focus-visible{
  background:linear-gradient(135deg,rgba(48,81,202,.94),rgba(88,118,255,.78));
  border-color:rgba(141,164,255,.82);
  color:#fff;
  box-shadow:0 10px 28px rgba(48,81,202,.26);
  transform:translateY(-3px);
}
.standard-footer .landing-socials a:before{
  content:attr(data-social);
  position:absolute;
  left:50%;
  bottom:calc(100% + 9px);
  padding:6px 8px;
  background:#fff;
  color:var(--text);
  font-size:8px;
  font-weight:700;
  white-space:nowrap;
  box-shadow:0 10px 25px rgba(0,8,30,.25);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,5px);
  transition:.2s;
}
.standard-footer .landing-socials a:hover:before,
.standard-footer .landing-socials a:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%,0)}
.standard-footer .landing-socials svg{width:20px;height:20px}
.standard-footer .landing-socials a[aria-label*="LinkedIn"] svg,
.standard-footer .landing-socials a[aria-label*="Facebook"] svg,
.standard-footer .landing-socials a[aria-label*="no X"] svg{fill:currentColor}
.standard-footer .landing-socials a[aria-label*="Instagram"] svg{fill:none;stroke:currentColor;stroke-width:1.8}
.standard-footer .landing-socials .social-dot{fill:currentColor;stroke:none}
.standard-footer .landing-socials a[aria-label*="YouTube"] svg rect{fill:none;stroke:currentColor;stroke-width:1.6}
.standard-footer .landing-socials a[aria-label*="YouTube"] svg path{fill:currentColor;stroke:none}
.standard-footer .landing-socials a[aria-label*="Spotify"] svg circle{fill:currentColor;stroke:none}
.standard-footer .landing-socials a[aria-label*="Spotify"] svg path{fill:none;stroke:var(--blue);stroke-width:1.45;stroke-linecap:round}
.standard-footer .footer-site-link{
  margin-top:5px;
  padding-bottom:6px;
  border-bottom:1px solid rgba(151,170,224,.2);
  font-weight:600;
}
.standard-footer .footer-site-link:hover .ui-arrow,
.standard-footer .footer-addresses a:hover .ui-arrow{transform:translate(2px,-2px)}
.standard-footer .footer-bottom{
  padding-top:23px;
  border-top:1px solid rgba(151,170,224,.2);
  display:flex;
  justify-content:space-between;
  gap:28px;
  color:#6f81aa;
  font-size:13px;
}
.standard-footer .footer-bottom a{color:#fff}

@keyframes standard-topbar-drift{
  0%{background-position:10% 50%}
  100%{background-position:88% 48%}
}

@media(max-width:1200px) and (min-width:1001px){
  .standard-topbar{gap:20px}
  .standard-topbar .brand-ai{width:245px;flex-basis:245px}
  .standard-topbar nav:not(.mobile-nav){gap:17px}
  .standard-topbar nav a,.standard-topbar .solutions-toggle{font-size:13px}
  .standard-topbar .top-cta{font-size:10px}
}
@media(max-width:1000px){
  .standard-topbar{
    height:74px;
    padding-inline:20px;
    display:flex;
    gap:20px;
  }
  .standard-topbar .brand-ai{width:min(245px,calc(100vw - 92px));flex:0 1 auto;margin-right:auto}
  .standard-topbar nav:not(.mobile-nav),
  .standard-topbar .top-cta{display:none}
  .standard-topbar .menu-toggle{
    position:relative;
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:block;
    border:1px solid rgba(255,255,255,.25);
    border-radius:50%;
    background:transparent;
    color:#fff;
  }
  .standard-topbar .menu-toggle span{
    position:absolute;
    left:13px;
    right:13px;
    height:1px;
    background:#fff;
    transition:.25s var(--ease);
  }
  .standard-topbar .menu-toggle span:first-child{top:18px}
  .standard-topbar .menu-toggle span:last-child{bottom:18px}
  .standard-topbar .menu-toggle[aria-expanded="true"] span:first-child{top:22px;transform:rotate(45deg)}
  .standard-topbar .menu-toggle[aria-expanded="true"] span:last-child{bottom:22px;transform:rotate(-45deg)}
  .standard-topbar .mobile-nav{
    position:fixed;
    z-index:118;
    inset:74px 0 0;
    height:calc(100dvh - 74px);
    padding:28px 20px max(30px,env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:min-content;
    align-content:start;
    gap:10px;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:
      radial-gradient(circle at 92% 8%,rgba(78,105,232,.3),transparent 28%),
      linear-gradient(145deg,#03112f 0%,#071d4c 58%,#102e76 100%);
    border-bottom:1px solid rgba(151,170,224,.2);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-18px);
    transition:.3s var(--ease);
  }
  .standard-topbar .mobile-nav.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .standard-topbar .mobile-nav a{
    width:100%;
    min-height:62px;
    padding:15px 16px;
    display:flex;
    align-items:center;
    border:1px solid rgba(151,170,224,.18);
    background:rgba(255,255,255,.045);
    color:#fff;
    font:500 17px/1.2 var(--display);
    transition:background .2s var(--ease),border-color .2s var(--ease);
  }
  .standard-topbar .mobile-nav a:hover,
  .standard-topbar .mobile-nav a:focus-visible{
    background:rgba(100,128,255,.15);
    border-color:rgba(151,177,255,.48);
    color:#fff;
  }
  .standard-topbar .mobile-nav>a:first-child{
    grid-column:1/-1;
    min-height:76px;
    font-size:27px;
    background:linear-gradient(110deg,rgba(49,75,201,.42),rgba(91,115,235,.16));
  }
  .standard-topbar .mobile-nav .mobile-nav-label{
    grid-column:1/-1;
    min-height:34px;
    margin-top:6px;
    padding:8px 2px 2px;
    border:0;
    background:transparent;
    color:#91a5e6;
    font:700 11px/1.2 var(--body);
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .standard-topbar .mobile-nav>a:last-child{
    grid-column:1/-1;
    min-height:58px;
    margin-top:10px;
    justify-content:center;
    border-color:transparent;
    border-radius:999px;
    background:linear-gradient(110deg,#284bc9,#5876ff);
    font:700 13px/1.2 var(--body);
    letter-spacing:.04em;
    text-transform:uppercase;
  }
  body.menu-open{overflow:hidden}
  .standard-footer .footer-main{grid-template-columns:1fr 1fr}
  .standard-footer .footer-brand-block{grid-column:1/-1}
}
@media(max-width:700px){
  .standard-topbar{padding-inline:18px}
  .standard-topbar .brand-ai{width:min(220px,calc(100vw - 86px))}
  .standard-footer{padding-top:64px}
  .standard-footer .footer-main{grid-template-columns:1fr;gap:38px;padding-bottom:54px}
  .standard-footer .footer-brand-block{grid-column:auto}
  .standard-footer .footer-main p,
  .standard-footer .footer-main a,
  .standard-footer .footer-connect-ai>p{font-size:14px}
  .standard-footer .footer-main small{font-size:12px}
  .standard-footer .footer-bottom{flex-direction:column;gap:12px;font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  .standard-topbar:before{animation:none}
  .standard-topbar .solutions-mega,
  .standard-topbar .solutions-mega>a{transition:none}
}
