/* servicio-tecnico.css */
.hero-contact {
  background: linear-gradient(to right, #007BFF, #00d4ff);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.hero-contact .hero-container {
  max-width: 700px;
  margin: 0 auto;
}

.hero-contact h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero-contact .hero-sub {
  font-size: 1.1rem;
  margin-bottom: 10px;
  opacity: 0.95;
}

.hero-contact .hero-trust {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Proceso de soporte técnico */
.support-process {
  background: #f8f9fa;
  padding: 80px 0;
}

.support-process .container {
  display: block !important;
}

.process-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  text-align: center;
  height: 100%;
  transition: all 0.2s ease;
  position: relative;
}

.process-card:hover {
  transform: translateY(-5px);
}

/* CÍRCULO NUMÉRICO */
.process-step {
  width: 50px;
  height: 50px;
  background: #0d6efd;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

/* Colores para cada paso */
.support-process .row > div:nth-child(1) .process-step {
  background: #0d6efd;
}

.support-process .row > div:nth-child(2) .process-step {
  background: #6f42c1;
}

.support-process .row > div:nth-child(3) .process-step {
  background: #fd7e14;
}

.support-process .row > div:nth-child(4) .process-step {
  background: #198754;
}



/* títulos */
.process-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* descripción */
.process-card p {
  font-size: 0.95rem;
  color: #555;
}




/* Reparaciones y servicios */
.support-repairs {
  padding: 70px 0;
  background: #ffffff;
}

.repair-list {
  list-style: none;
  padding-left: 0;
}

.repair-list li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
}

.support-repairs .col-md-4 {
  margin-bottom: 20px;
}

.repair-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.2s ease;
  text-align: left;
  min-height: 220px;
}

.repair-card:hover {
  transform: translateY(-5px);
}

.repair-card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.repair-list li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
}

.support-repairs .gt-title {
  text-align: left;
}

.support-repairs .gt-description {
  text-align: left;
}

.repair-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.repair-title i {
  font-size: 1.4rem;
  color: #0d6efd;
}

.support-repairs .row > div:nth-child(1) i {
  color: #6f42c1; /* electrónica */
}

.support-repairs .row > div:nth-child(2) i {
  color: #0d6efd; /* equipos */
}

.support-repairs .row > div:nth-child(3) i {
  color: #198754; /* sensores */
}

/* Problemas que resolvemos */
.support-cases {
  padding: 60px 0;
  background: #f8f9fa;
}

.support-cases .row {
  justify-content: center;
}

.support-cases .gt-mini {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin-top: 10px;
  color: #6c757d;
  max-width: 320px;
  line-height: 1.5;
}

.case-card {
  background: #eef2f7;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #eee;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.case-card:hover {
  transform: translateY(-3px);
}

.contact-inline-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
}

.contact-inline-link:hover {
  text-decoration: underline;
}

/* =========================
   FAQ - Preguntas frecuentes
========================= */
.support-faq {
  padding: 70px 0;
  background: #ffffff;
}

/* contenedor centrado */
.support-faq .faq-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

/* cada pregunta */
.support-faq .faq-item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  cursor: default;
}

.support-faq .faq-item:hover {
  background: #f8f9fa;
  border-radius: 8px;
  padding-left: 8px;
  transition: all 0.2s ease;
}

.support-faq .faq-item p strong {
  font-size: 1.05rem;
}

/* título de pregunta */
.support-faq .faq-item p strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 6px;
}

/* respuesta */
.support-faq .faq-item p {
  margin: 0;
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.5;
}

/* último item sin línea */
.support-faq .faq-item:last-child {
  border-bottom: none;
}

/* caja lateral CTA */
.faq-cta-box {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  position: sticky;
  top: 100px;

  /* mejora visual */
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* texto */
.faq-cta-box p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

/* botón whatsapp mejorado */
.faq-cta-box .btn-whatsapp {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

/* hover */
.faq-cta-box .btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}


/* Responsive */
@media (max-width: 768px) {

   .process-card {
    border-radius: 18px;
  }
  
   .support-process .row {
    gap: 20px;
  }

  .hero-contact {
    padding: 60px 20px;
  }

  .hero-contact h1 {
    font-size: 1.8rem;
  }

  .support-process,
  .support-repairs,
  .support-cases {
    text-align: center;
  }
  .support-benefits .col-md-4 > div {
    text-align: center;
  }

  .support-faq {
    padding: 50px 20px;
  }

  .support-faq .faq-wrapper {
    max-width: 100%;
  }

}