/* Match the course contact launcher without requiring an AI launcher on the front page.
   The scoped selector also overrides the legacy orange footer styles loaded later. */
body#page-site-index .fab-wrapper .fab {
    background: #147a57;
    animation: none;
    box-shadow: 0 3px 8px rgba(20, 122, 87, 0.2);
}
