/*
 * Mobile Home Page Style Fixes: Remove shadow and unify color
 */
@media (max-width: 900px) {
  /* Remove all box-shadows and text-shadows for mobile */
  *, *:before, *:after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* Unify background and text color for hero and buttons */
  .hero-section,
  .hero-section .container,
  .hero-copy,
  .hero-buttons a,
  .hero-visual,
  .smart-hustle-dialog,
  .smart-hustle-assessment .sha-container {
    background: #fff !important;
    color: #111827 !important;
  }
  .hero-buttons a {
    background: #4c82ff !important;
    color: #fff !important;
    border: none !important;
  }
  .hero-buttons a:nth-child(2) {
    background: #fff !important;
    color: #1f2937 !important;
    border: 1px solid #e5e7eb !important;
  }
}
