/* CORRECCIONES PARA MÓVIL Y PC - MANTENER COLORES ORIGINALES */

/* ELIMINAR LOGOTIPO DE WHATSAPP */
.btn-whatsapp img,
.btn-whatsapp svg,
a[href*="wa.me"] img,
a[href*="whatsapp"] img,
.btn-wa img {
  display: none !important;
}

.btn-whatsapp,
a[href*="wa.me"],
a[href*="whatsapp"],
.btn-wa {
  padding-left: 16px !important;
  padding-right: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* CORRECCIÓN ESPECÍFICA PARA PC - FONDOS BLANCOS */
@media screen and (min-width: 769px) {
  body,
  .section,
  .bg-light,
  .bg-dark,
  .service-card,
  .project-item,
  .safety-item,
  .contact-item,
  .about-content,
  .contact-content,
  .projects-gallery,
  .services-grid,
  .safety-features,
  .project-info,
  .cta-box,
  .faq,
  .faq-item,
  .about-stats,
  .contact-info {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
  }
}

/* CORRECCIONES ESPECÍFICAS PARA MÓVIL */
@media screen and (max-width: 768px) {
  
  /* HERO - MANTENER BLANCO */
  .hero,
  .hero *,
  .hero h1,
  .hero .lead,
  .hero .kicker {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8) !important;
  }
  
  /* BOTÓN HERO ULTRA DELGADO */
  .hero .btn,
  .hero .btn-primary,
  .hero #hero-cta {
    background: #b71c1c !important;
    color: #ffffff !important;
    border: none !important;
    padding: 4px 16px !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    margin-top: 16px !important;
  }
  
  .hero .btn:hover,
  .hero .btn-primary:hover,
  .hero #hero-cta:hover {
    background: #c41e3a !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4) !important;
  }
  
  /* NAVEGACIÓN MÓVIL */
  .mobile-menu-btn {
    background: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
  }
  
  .mobile-menu {
    background: rgba(0,0,0,0.95) !important;
  }
  
  .mobile-menu a {
    color: #ffffff !important;
  }
}
