/* Mobile Hero Title Fix - força cor branca no mobile */
@media screen and (max-width: 768px) {
  .hero .hero-title,
  .hero h1.hero-title,
  section.hero .hero-title,
  section.hero h1.hero-title {
    color: white !important;
    -webkit-text-fill-color: white !important;
  }
  
  .hero .hero-title span,
  .hero h1.hero-title span,
  section.hero .hero-title span,
  section.hero h1.hero-title span {
    color: white !important;
    -webkit-text-fill-color: white !important;
    background: none !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
  }
  
  /* Typing cursor mobile fix */
  .typing-cursor {
    color: white !important;
    -webkit-text-fill-color: white !important;
  }
}


