/* Keep generated office-assistant visuals visible while preserving text contrast. */
.marketing-home .home-foyer-hero::before,
.marketing-voice .voice-studio-hero::before,
.marketing-agent .agent-workbench-hero::before,
.marketing-ide .ide-lab-hero::before,
.marketing-pricing .pricing-showroom-hero::before,
.marketing-contact .contact-concierge-hero::before {
  background: linear-gradient(90deg, rgba(7,13,24,.86) 0%, rgba(7,13,24,.72) 42%, rgba(7,13,24,.24) 72%, rgba(7,13,24,.08) 100%);
}

@media (max-width: 900px) {
  .marketing-home .home-foyer-hero::before,
  .marketing-voice .voice-studio-hero::before,
  .marketing-agent .agent-workbench-hero::before,
  .marketing-ide .ide-lab-hero::before,
  .marketing-pricing .pricing-showroom-hero::before,
  .marketing-contact .contact-concierge-hero::before {
    background: linear-gradient(180deg, rgba(7,13,24,.82) 0%, rgba(7,13,24,.66) 58%, rgba(7,13,24,.38) 100%);
  }
}
