/* Mobile enterprise header: logo + activity + presales + account access. */
.mobile-header-actions { display: none; }

@media (max-width: 767px) {
  :root { --header-h: 58px; }
  .site-header {
    height: var(--header-h);
    border-top: 3px solid #0b5cab;
    background: rgba(255,255,255,.98);
  }
  .site-header.scrolled { box-shadow: 0 5px 16px rgba(15,35,55,.12); }
  .nav-wrap {
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .logo {
    min-width: 0;
    flex: 0 0 auto;
  }
  .logo-image {
    width: 76px;
    height: 30px;
  }
  .header-actions { display: none; }
  .mobile-header-actions {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
  }
  .mobile-header-link {
    min-width: 0;
    min-height: 30px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9eb2c6;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
  }
  .mobile-activity {
    background: #eef4f9;
    color: #17466f;
  }
  .mobile-consult {
    border-color: #0b5cab;
    background: #0b5cab;
    color: #fff;
  }
  .mobile-account-links {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #c6d1dc;
    border-radius: 3px;
    color: #23415f;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
  }
  .mobile-account-links i {
    width: 1px;
    height: 12px;
    display: block;
    background: #bdc9d5;
  }
  .hero { padding-top: calc(var(--header-h) + 7px); }
  #products,
  #capabilities,
  #credentials { scroll-margin-top: calc(var(--header-h) + 8px); }
}

@media (max-width: 390px) {
  .nav-wrap { gap: 3px; }
  .logo-image { width: 64px; }
  .mobile-header-actions { gap: 3px; }
  .mobile-header-link { min-height: 28px; padding: 0 4px; font-size: 9px; }
  .mobile-account-links { min-height: 28px; padding: 0 3px; gap: 3px; font-size: 9px; }
}
