.hero-ayuda {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe, #bfdbfe);
  color: #081028;
}

.hero-ayuda h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.badge-lina2 {
  display: inline-block;
  background: rgba(37, 99, 235, 0.12);
  color: #081028;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.faq-section {
  background: #f8fafc;
  padding: 90px 0;
}

.faq-item {
  background: white;
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.faq-item h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.estado-lina {
  padding: 40px 0;
  background: #ffffff;
}

.estado-card {
  display: flex;
  align-items: center;
  gap: 20px;

  background: #f8fafc;

  border: 1px solid #e5e7eb;

  border-radius: 18px;

  padding: 25px 35px;

  max-width: 850px;

  margin: auto;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.estado-icon {
  width: 65px;
  height: 65px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #dcfce7;

  border-radius: 50%;

  font-size: 30px;
}

.estado-card h4 {
  margin-bottom: 5px;

  font-weight: 700;

  color: #081028;
}

.estado-card p {
  margin-bottom: 5px;

  color: #16a34a;

  font-weight: 600;
}

.estado-card small {
  color: #64748b;
}

.estado-icon span {
  width: 18px;
  height: 18px;

  background: #22c55e;

  border-radius: 50%;

  display: block;

  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.15);
}

.tutoriales {
  padding: 90px 0;
  background: white;
}

.tutorial-pendiente {
  max-width: 600px;

  margin: 40px auto 0;

  text-align: center;

  padding: 40px;

  border-radius: 20px;

  background: #f8fafc;

  border: 1px dashed #cbd5e1;
}

.tutorial-pendiente i {
  font-size: 45px;

  color: #2563eb;

  margin-bottom: 20px;
}

.tutorial-pendiente h4 {
  font-weight: 700;

  color: #081028;
}

.tutorial-pendiente p {
  color: #64748b;
}

.soporte-remoto {
  padding: 60px 0;
  background: #eff6ff;
}

.soporte-card {
  display: flex;
  align-items: center;
  gap: 25px;

  background: white;

  padding: 35px;

  border-radius: 20px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.soporte-card i {
  font-size: 45px;

  color: #2563eb;
}
