/* Entrega 09 - contactos activos y botones según indicación */
body.si-modern a[href^="tel:"],
body.si-modern a[href^="mailto:"],
body.si-modern a[href^="https://wa.me/"] {
  text-decoration: none;
}
body.si-modern .footer a[href^="tel:"],
body.si-modern .footer a[href^="mailto:"],
body.si-modern .footer a[href^="https://wa.me/"],
body.si-modern .si-contact-location-panel a[href^="tel:"],
body.si-modern .si-contact-location-panel a[href^="mailto:"],
body.si-modern .si-contact-location-panel a[href^="https://wa.me/"] {
  color: inherit !important;
}
body.si-modern .footer a[href^="tel:"]:hover,
body.si-modern .footer a[href^="mailto:"]:hover,
body.si-modern .footer a[href^="https://wa.me/"]:hover,
body.si-modern .si-contact-location-panel a[href^="tel:"]:hover,
body.si-modern .si-contact-location-panel a[href^="mailto:"]:hover,
body.si-modern .si-contact-location-panel a[href^="https://wa.me/"]:hover {
  color: #25d366 !important;
}

/* Solicitar cotización: naranja con letras blancas */
body.si-modern .si-btn-orange-white,
body.si-modern a.si-btn-orange-white,
body.si-modern .si-btn.si-btn-orange-white {
  color: #ffffff !important;
  background: linear-gradient(135deg, #d60f18 0%, #ff5a1f 58%, #ff8a1a 100%) !important;
  border: 2px solid #ff9a1f !important;
  box-shadow: 0 16px 34px rgba(237, 78, 23, .26) !important;
  text-shadow: none !important;
}
body.si-modern .si-btn-orange-white i,
body.si-modern .si-btn-orange-white .fa {
  color: #ffffff !important;
}
body.si-modern .si-btn-orange-white:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff441c 0%, #ff7a1a 100%) !important;
  border-color: #ffb02e !important;
  box-shadow: 0 20px 42px rgba(237, 78, 23, .34) !important;
  transform: translateY(-2px);
}

/* WhatsApp / Cotizá rápido: naranja con letras e ícono verdes */
body.si-modern .si-btn-orange-green,
body.si-modern a.si-btn-orange-green,
body.si-modern .si-btn.si-btn-orange-green,
body.si-modern .si-quote-btn-orange-green,
body.si-modern a.si-quote-btn-orange-green {
  color: #087b42 !important;
  background: linear-gradient(135deg, #fff2dc 0%, #ffb646 35%, #ff7a1a 100%) !important;
  border: 2px solid #13b86b !important;
  box-shadow: 0 16px 36px rgba(19, 184, 107, .18), 0 12px 30px rgba(255, 122, 26, .18) !important;
  text-shadow: none !important;
}
body.si-modern .si-btn-orange-green i,
body.si-modern .si-btn-orange-green .fa,
body.si-modern .si-quote-btn-orange-green i,
body.si-modern .si-quote-btn-orange-green .fa {
  color: #087b42 !important;
}
body.si-modern .si-btn-orange-green:hover,
body.si-modern a.si-btn-orange-green:hover,
body.si-modern .si-btn.si-btn-orange-green:hover,
body.si-modern .si-quote-btn-orange-green:hover,
body.si-modern a.si-quote-btn-orange-green:hover {
  color: #046a38 !important;
  background: linear-gradient(135deg, #fff7e6 0%, #ffca63 42%, #ff8a1a 100%) !important;
  border-color: #25d366 !important;
  box-shadow: 0 20px 44px rgba(19, 184, 107, .25), 0 14px 34px rgba(255, 122, 26, .22) !important;
  transform: translateY(-2px);
}
body.si-modern .si-btn-orange-green:hover i,
body.si-modern .si-btn-orange-green:hover .fa,
body.si-modern .si-quote-btn-orange-green:hover i,
body.si-modern .si-quote-btn-orange-green:hover .fa {
  color: #046a38 !important;
}

/* Frase nueva en Servicios */
body.si-modern .si-service-tagline {
  margin: 4px 0 18px !important;
  color: #d8312b !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: .2px;
}
@media (max-width: 767px) {
  body.si-modern .si-service-tagline {
    font-size: 19px !important;
    line-height: 1.45;
    text-align: center;
  }
  body.si-modern .si-btn-orange-white,
  body.si-modern .si-btn-orange-green,
  body.si-modern .si-quote-btn-orange-green {
    width: 100% !important;
  }
}
