/* CP1 V3.3.29 — clean mobile brand header, no accumulated overlay menus.
   Base: V3.3.18. Preserve hero/text/buttons decisions. */
:root {
  --cp1-v3329-mobile-header-height: 76px;
}

.cp1-v3329-mobile-brand-header {
  display: none;
}

@media (max-width: 820px) {
  html[data-cp1-v3329="clean-mobile-brand"] body {
    padding-top: var(--cp1-v3329-mobile-header-height) !important;
  }

  .cp1-v3329-mobile-brand-header {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: var(--cp1-v3329-mobile-header-height) !important;
    z-index: 2147483000 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: calc(env(safe-area-inset-top, 0px) + 12px) 18px 12px !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(1, 9, 18, 0.94), rgba(2, 10, 19, 0.78)) !important;
    border-bottom: 1px solid rgba(175, 224, 255, 0.18) !important;
    backdrop-filter: blur(14px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.18) !important;
  }

  .cp1-v3329-brand-home {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #f5fbff !important;
    text-decoration: none !important;
    min-width: 0 !important;
    max-width: 62vw !important;
  }

  .cp1-v3329-brand-home img {
    display: block !important;
    width: auto !important;
    height: 34px !important;
    max-width: 210px !important;
    object-fit: contain !important;
  }

  .cp1-v3329-brand-home .cp1-v3329-wordmark {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 1.04rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.04em !important;
    white-space: nowrap !important;
  }

  .cp1-v3329-brand-orb {
    width: 32px !important;
    height: 32px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle at 35% 30%, #92f4ff 0%, #2aa0c8 42%, #07172d 100%) !important;
    box-shadow: 0 0 28px rgba(75, 213, 255, 0.25) !important;
    flex: 0 0 auto !important;
  }

  .cp1-v3329-lang {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(200, 235, 255, 0.24) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #f5fbff !important;
    font-weight: 850 !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .cp1-v3329-lang a,
  .cp1-v3329-lang span {
    color: inherit !important;
    text-decoration: none !important;
  }

  /* Hide visible skip links and raw nav residue on phone only. */
  a[href="#main"],
  a[href="#content"],
  a[href="#skip"],
  .skip-link,
  .skip-to-content {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  body.cp1-v3329-clean-mobile-brand > header:not(.cp1-v3329-mobile-brand-header),
  body.cp1-v3329-clean-mobile-brand > nav:not(.cp1-v3329-mobile-brand-header),
  body.cp1-v3329-clean-mobile-brand .site-header:not(.cp1-v3329-mobile-brand-header),
  body.cp1-v3329-clean-mobile-brand .topbar:not(.cp1-v3329-mobile-brand-header),
  body.cp1-v3329-clean-mobile-brand .navbar:not(.cp1-v3329-mobile-brand-header),
  body.cp1-v3329-clean-mobile-brand .mobile-nav:not(.cp1-v3329-mobile-brand-header),
  body.cp1-v3329-clean-mobile-brand .menu:not(.cp1-v3329-mobile-brand-header) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .cp1-v3329-hide-visual-layer,
  [data-cp1-visual-layer],
  [aria-label*="Visual layer" i],
  [title*="Visual layer" i] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
