  .material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
  #toast { transition: opacity 0.4s ease, transform 0.4s ease; }

  /* WhatsApp icon circle */
  .wa-icon-circle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.75rem; height: 2.75rem; background: #25D366;
    border-radius: 9999px; flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(37,211,102,0.40);
  }
  .wa-icon-circle i { font-size: 1.4rem; color: #fff; line-height: 1; }
  .wa-icon-sm { width: 1.6rem; height: 1.6rem; box-shadow: none; }
  .wa-icon-sm i { font-size: 1rem; }

  /* Mobile: hero CTA button wraps gracefully */
  @media (max-width: 480px) {
    .hero-cta { font-size: 0.9rem; padding: 0.9rem 1.4rem; }
    .hero-cta .wa-icon-circle { width: 2.2rem; height: 2.2rem; }
    .hero-cta .wa-icon-circle i { font-size: 1.1rem; }
  }

  /* Mobile: How It Works steps full width */
  @media (max-width: 768px) {
    .step-bg { background-color: transparent !important; }
  }


  /* Prevent horizontal scroll globally */
  body { overflow-x: hidden; }
