/**
 * Pley - Estilos de la página Soporte
 */

/* ============================================
   HERO SECTION
   ============================================ */
.hero-soporte {
  height: 700px;
  padding-top: 100px;
  background-color: #150530;
}

.hero-soporte .glow-effect {
  opacity: 0.1;
  pointer-events: none;
}

.hero-soporte .glow-circle {
  position: absolute;
  top: 25%;
  left: 33%;
  width: 20rem;
  height: 20rem;
  background-color: #dd00ff;
  filter: blur(120px);
}

.hero-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background-color: rgba(221, 0, 255, 0.2);
  color: #ff4cf6;
  border: 1px solid rgba(221, 0, 255, 0.4);
  letter-spacing: 0.05em;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.15;
}

.hero-title span {
  color: #dd00ff;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.8;
}

/* ============================================
   TEMAS DE AYUDA
   ============================================ */
.help-topic-card {
  background-color: #1a0b2e;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  height: 100%;
  cursor: pointer;
}

.help-topic-card:hover {
  border-color: rgba(221, 0, 255, 0.5) !important;
}

.help-topic-card .topic-icon {
  font-size: 2rem;
  color: #dd00ff;
  margin-bottom: 0.75rem;
  display: block;
}

.topic-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
  transition: color 0.3s;
}

.help-topic-card:hover .topic-title {
  color: #dd00ff !important;
}

.help-topic-card .topic-description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

/* ============================================
   SOLUCIONES RÁPIDAS
   ============================================ */
.quick-solution-card {
  background-color: #150530;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.5rem;
}

.quick-solution-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
}

.quick-solution-title .material-icons {
  color: #dd00ff;
}

.quick-solution-content {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
}

.quick-solution-content p {
  margin-bottom: 0;
}

.quick-solution-content strong {
  color: #ffffff;
}

.quick-solution-list {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0;
  padding-left: 1rem;
}

.quick-solution-list li {
  margin-bottom: 0;
}

.quick-solution-list strong {
  color: #ffffff;
}

/* ============================================
   TUTORIAL CARDS
   ============================================ */
.tutorial-card {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  background-color: #1a0b2e;
}

.tutorial-card:hover {
  border-color: rgba(221, 0, 255, 0.5) !important;
  box-shadow: 0 20px 40px rgba(221, 0, 255, 0.15);
  transform: translateY(-6px);
}

.tutorial-card:hover .tutorial-title {
  color: #dd00ff;
}

.tutorial-card:hover .tutorial-divider {
  width: 6rem;
}

.tutorial-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  transition: color 0.3s;
}

.tutorial-divider {
  height: 2px;
  width: 4rem;
  background: linear-gradient(90deg, #9000ff, #dd00ff);
  margin: 0.75rem 0;
  transition: width 0.3s;
}

.tutorial-pdf-copy {
  font-size: 1rem;
  line-height: 1.75;
}

.tutorial-pdf-button {
  padding: 0.65rem 1.5rem;
  font-size: 1rem;
}

.tutorial-pdf-button .material-icons {
  font-size: 1.1rem;
}

.tutorial-premium-note {
  width: fit-content;
  max-width: 100%;
  padding: 0.9rem 1.15rem;
  color: #ffffff;
  background: linear-gradient(135deg, #dd00ff 0%, #aa00ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(221, 0, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.tutorial-premium-note-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.tutorial-premium-note-icon .material-icons {
  font-size: 2rem;
  color: #ffffff;
}

.tutorial-premium-note p,
.tutorial-premium-note strong {
  font-size: 0.875rem;
  line-height: 1.25;
}

/* Support category article card styles */
.article-card:hover { border-color:rgba(221,0,255,0.3) !important; transform:translateY(-6px); }
.article-card:hover .article-title { color:#dd00ff !important; }
.article-card:hover .article-link { color:#dd00ff !important; }

@media (max-width: 1024px) {
  main > section:first-child {
    height: 38rem !important;
  }
}

@media (max-width: 768px) {
  main > section:first-child {
    height: auto !important;
    min-height: 34rem;
    padding-top: 6.5rem !important;
    padding-bottom: 3rem;
  }

  main > section:first-child h1 {
    font-size: clamp(2.4rem, 9vw, 3.5rem);
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .support-article-grid {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  main > section:first-child {
    min-height: 32rem;
  }

  main > section:first-child p,
  .hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .help-topic-card,
  .quick-solution-card {
    padding: 1.25rem;
  }

  .tutorial-premium-note {
    width: 100%;
    align-items: flex-start !important;
  }

  .tutorial-premium-note-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  main > div nav {
    flex-wrap: wrap;
    row-gap: 0.35rem !important;
  }

  .tutorial-card:hover,
  .article-card:hover {
    transform: none;
  }

  iframe {
    max-width: 100%;
  }
}

@media (max-width: 320px) {
  main > section:first-child h1 {
    font-size: 2.15rem;
  }

  .tutorial-premium-note {
    padding: 0.75rem;
    gap: 0.65rem !important;
  }
}
