/* W08.3.11 — Exact desktop nav baseline + full-color trusted client logos. */
@media (min-width:1200px){
  .wcg-v2 .wcg-header__inner{
    grid-template-columns:220px minmax(0,1fr) 146px;
    align-items:center;
    column-gap:24px;
  }
  .wcg-v2 .wcg-header__brand,
  .wcg-v2 .wcg-header__actions{height:100%;display:flex;align-items:center}
  .wcg-v2 .wcg-header__nav{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
    white-space:nowrap;
  }
  .wcg-v2 .wcg-nav-item{
    height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center;
    margin:0!important;
    padding:0!important;
  }
  .wcg-v2 .wcg-nav-link,
  .wcg-v2 button.wcg-nav-link{
    box-sizing:border-box!important;
    min-height:44px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    color:#0b1530!important;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
    font-size:14px!important;
    font-style:normal!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:-.01em!important;
    text-transform:none!important;
    text-decoration:none!important;
    vertical-align:middle!important;
    box-shadow:none!important;
    text-shadow:none!important;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:optimizeLegibility;
  }
  .wcg-v2 .wcg-nav-chevron{
    top:-1px!important;
    width:5px!important;
    height:5px!important;
    flex-basis:5px!important;
    border-width:0 1.2px 1.2px 0!important;
  }
  .wcg-v2 .wcg-header__cta{width:132px;min-height:46px!important;margin:0!important}
}

/* Trusted Clients: preserve uploaded brand colors and match the larger mockup wordmark scale. */
.wcg-v2 .wcg-ai-hero__logos>a,
.wcg-v2 .wcg-ai-hero__logos>span{
  height:42px!important;
  filter:none!important;
  opacity:1!important;
}
.wcg-v2 .wcg-ai-hero__logos img{
  display:block;
  width:auto!important;
  height:auto!important;
  max-width:132px!important;
  max-height:38px!important;
  object-fit:contain!important;
  filter:none!important;
  opacity:1!important;
}
.wcg-v2 .wcg-ai-hero__logos b{font-size:14px!important;color:#173258!important}

@media (max-width:767px){
  .wcg-v2 .wcg-ai-hero__logos>a,
  .wcg-v2 .wcg-ai-hero__logos>span{height:34px!important}
  .wcg-v2 .wcg-ai-hero__logos img{max-width:112px!important;max-height:31px!important}
}
