/* Header refresh overrides for Website4_update */

.header {
  background: #ffffff;
  border-bottom: 1px solid rgba(13, 28, 64, 0.08);
}

.header-content {
  min-height: 78px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  align-items: center;
}

.brand,
.brand-meta {
  display: flex;
  align-items: center;
}

.brand-tagline {
  display: none !important;
}

.brand-image {
  height: 66px !important;
  width: auto;
}

.nav-menu {
  gap: 30px !important;
}

.nav-link {
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #2d84fe !important;
}

.cta-button {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 15px !important;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(45, 132, 254, 0.2) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
}

.trust-strip {
  background: #2d84fe !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 14px !important;
  font-size: 12px !important;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0 !important;
  margin: 0 !important;
}

.control-bar {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 1200;
  }

  .header-content {
    min-height: 64px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .brand-image {
    height: 48px !important;
  }

  .mobile-menu-toggle {
    margin-left: auto;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 13px !important;
    box-shadow: none !important;
  }

  .trust-strip {
    font-size: 10px !important;
    padding: 8px 10px !important;
  }
}
