/* Norsyn structural fixes (navigation only; no palette changes) */
.mobile-panel { z-index: 200; }
.mobile-panel[hidden] { display: none !important; }

/* Reserve space for the trust bar so it never overlaps the hero actions. */
.home-hero { --hero-trust-height: 86px; }
.home-hero-inner {
  padding-bottom: calc(var(--hero-trust-height) + 48px);
}

@media (max-width: 800px) {
  .home-hero { --hero-trust-height: 114px; }
}
