/* ====== POR QUÉ ELEGIRNOS ====== */
.why-section .why-choose-02 {
  background: #f8fafd;
  color: #374151;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.why-section .title-intro {
  font-weight: 800;
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  display: block;
}
.why-section .title-intro .accent {
  color: #4C6FFF;
}

.why-section .highlight {
  color: #4C6FFF;
  font-weight: 700;
}
.why-section .keyword {
  color: #1F2937;
  font-weight: 600;
}

.why-section .why-choose p {
  line-height: 1.7;
  font-size: 1rem;
  color: #4B5563;
}
.why-section .icon-wrap img {
  width: 42px;
  height: 42px;
  opacity: 0.85;
  transition: transform 0.3s ease;
}
.why-section .why-choose:hover .icon-wrap img {
  transform: scale(1.1);
  opacity: 1;
}

/* ====== DIAGNÓSTICO GRATUITO ====== */
.diagnosis-section {
  padding: 5rem 0;
  position: relative;
}

.diagnosis-section .title-diagnosis {
  color: #1F2937;
  font-weight: 800;
  line-height: 1.3;
}
.diagnosis-section .title-diagnosis .accent {
  color: #4C6FFF;
}

.diagnosis-section .display-27 {
  color: #4B5563;
  line-height: 1.75;
  font-size: 1.05rem;
}

.diagnosis-section .contact-info i {
  color: #4C6FFF;
  font-size: 1.1rem;
}
.diagnosis-section .contact-info p {
  color: #1F2937;
}

.diagnosis-section .schedule {
  font-size: 1rem;
  color: #374151;
  margin-top: 1.2rem;
}

.diagnosis-section .btn-cta {
  display: inline-block;
  background: linear-gradient(135deg, #4C6FFF, #2F5AFF);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 0.9rem 2.4rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(76, 111, 255, 0.35);
  transition: all 0.3s ease;
}
.diagnosis-section .btn-cta:hover {
  background: linear-gradient(135deg, #2F5AFF, #1E3AFF);
  box-shadow: 0 10px 25px rgba(47, 90, 255, 0.45);
  transform: translateY(-2px);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
  .why-section .why-choose-02 {
    padding: 3rem 1.5rem;
  }
  .diagnosis-section {
    padding: 3rem 1rem;
  }
}
/* ====== ICONOS DE LA SECCIÓN WHY-CHOOSE ====== */
.why-section .icon-wrap img {
  width: 42px;
  height: 42px;
  opacity: 0.9;
  transition: all 0.3s ease;
  filter: none !important;
}

/* Efecto hover elegante (sin color dorado) */
.why-section .why-choose:hover .icon-wrap img {
  transform: scale(1.12);
  opacity: 1;
  filter: drop-shadow(0 3px 6px rgba(76,111,255,0.25));
}

/* Bloque icon-box general: alineación y espaciado */
.why-section .icon-box-icon {
  flex-shrink: 0;
  margin-right: 1rem;
}

/* Asegura que el template no reemplace el color por dorado */
.why-section .icon-wrap img:hover,
.why-section .icon-wrap img:focus,
.why-section .icon-wrap img:active {
  filter: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
