/* Tipografías más legibles en pantallas pequeñas */
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  p, .lead, .form-label, .btn {
    font-size: 1rem;
  }

  .navbar-brand img {
    height: 70px !important;
  }

  .btn-dorado {
    font-size: 0.95rem;
    padding: 10px 18px;
  }

  .icono-contacto {
    font-size: 1.5rem;
    margin: 0 10px;
  }

  footer img {
    height: 45px;
  }

  section, header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Ajustes extra para móviles muy pequeños */
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
  .navbar-brand img {
    height: 60px !important;
  }
  .btn-dorado {
    width: 100%;
  }
}
