/* home-hero.css — Hero (was .aw-hero-* / .aw-eyebrow* / .aw-video* / .aw-windows-note)
 * Section element: <section class="aw-home-section aw-home-section--blue aw-home-hero">
 * Buttons + button-row come from home-shared.css.
 */
.aw-home-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: 48px; align-items: center; }
.aw-home-hero__eyebrow { align-items: center; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; color: rgba(255, 255, 255, 0.9); display: inline-flex; font-size: 14px; gap: 8px; margin-bottom: 24px; padding: 8px 16px; }
.aw-home-hero__eyebrow-dot { background: var(--aw-orange); border-radius: 999px; display: inline-block; height: 8px; width: 8px; }
.aw-home-hero__title { color: #fff; font-size: 56px; font-weight: 500; line-height: 1.05; margin-bottom: 24px; }
.aw-home-hero__title strong { color: #fff; font-weight: 700; }
.aw-home-hero__copy { color: rgba(255, 255, 255, 0.9); font-size: 20px; line-height: 1.6; margin-bottom: 28px; }
.aw-home-hero__platform-note { align-items: center; color: rgba(255, 255, 255, 0.82); display: flex; font-size: 14px; gap: 8px; margin-top: 22px; }
.aw-home-hero__video-wrap { display: block; line-height: 0; }
.aw-home-hero__video { border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px; display: block; height: auto; max-width: 100%; width: 100%; }

@media (max-width: 900px) {
  .aw-home-hero__grid { grid-template-columns: 1fr; }
  .aw-home-hero__title { font-size: 42px; }
}
