/* Reset básico PARA FAQ SOLO */
.faq-reset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Body y contenedor ESPECÍFICOS PARA FAQ */
body.faq-body {
  background: #2b3a4a;
  color: #eee;
  padding-top: 80px;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero - ELIMINAR si no se usa en FAQ */
/* .hero {
  background: #2b3a4a;
  color: #fff;
  padding: 260px 20px 80px;
  text-align: center;
}

.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #d08c42;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.hero p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  color: #d0d8e0;
} */

/* Botones ESPECÍFICOS para FAQ */
.faq-btn-secondary {
  background: #d08c42;
  color: #2b3a4a;
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(245, 198, 90, 0.3);
}

.faq-btn-secondary:hover {
  background: #f5c65a;
  color: #2b3a4a;
  transform: translateY(-2px);
}

/* Centrado para FAQ */
.faq {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 60px 20px;
}

.faq .container {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-section-title {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.faq-section-title h2 {
  color: #d08c42;
  font-size: 2.5rem;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.faq-section-title p {
  color: #d0d8e0;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .faq {
    min-height: 70vh;
    padding: 40px 15px;
  }
  
  .faq-section-title h2 {
    font-size: 2rem;
  }
  
  .faq-section-title p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .faq {
    min-height: 60vh;
  }
  
  .faq-section-title h2 {
    font-size: 1.8rem;
  }
  
  .faq-section-title p {
    font-size: 0.95rem;
  }
}

/* FAQ Styles ESPECÍFICOS */
.faq-main {
  background: #2b3a4a;
  color: #eee;
  padding: 60px 20px;
}

.faq-main .faq-section-title h2 {
  color: #d08c42;
  margin-bottom: 10px;
}

.faq-main .faq-section-title p {
  color: #d0d8e0;
  margin-bottom: 40px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  background: #34495e;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(245, 198, 90, 0.2);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #2c3e50;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #d08c42;
  color: #2b3a4a;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background: #3c5870;
  display: flex;
  align-items: center;
}

.faq-answer p {
  margin: 0 auto;
  color: #fff;
  padding: 25px 25px;
  text-align: center;
}

/* Icon rotation */
.faq-question i {
  transition: transform 0.3s ease;
}

.faq-question.active i {
  transform: rotate(180deg);
}

/* Responsive ESPECÍFICO para FAQ */
@media (max-width: 768px) {
  .faq-about-content,
  .faq-memory-layout {
    flex-direction: column;
  }
  
  .faq-main {
    padding: 40px 15px;
  }
  
  .faq-question {
    padding: 15px;
    font-size: 1rem;
  }
  
  .faq-answer p {
    padding: 15px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  body.faq-body {
    padding-top: 70px;
  }
  
  .faq-main .faq-section-title h2 {
    font-size: 2rem;
  }
  
  .faq-main .faq-section-title p {
    font-size: 1rem;
  }
  
  .faq-question {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
}
/* ===== Footer ===== */
#contacto {
  background: #34495e;
  color: #fff;
  padding: 60px 20px 30px;
  font-family: "Segoe UI", Arial, sans-serif;
}

#contacto .footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

/* Cada columna */
#contacto .footer-column {
  flex: 1; /* Tres columnas iguales */
  min-width: 220px; /* Evita que se achique demasiado */
}

#contacto .footer-column h1,
#contacto .footer-column h3 {
  color: #e8b339;
  margin-bottom: 15px;
}

#contacto .footer-column p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.95rem;
}

#contacto .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contacto .footer-column ul li {
  margin-bottom: 10px;
}

#contacto .footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

#contacto .footer-column ul li a:hover {
  color: #f5c65a;
}

#contacto .footer-column ul li i {
  margin-right: 8px;
  color: #f5c65a;
}

/* Footer inferior */
#contacto .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin-top: 30px;
  font-size: 0.85rem;
  color: #ccc;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  #contacto .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  
  #contacto .footer-column {
    flex: 1 1 100%;
  }
}


/* ===== Responsive ===== */
@media (max-width: 768px) {
  #contacto .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  #contacto .footer-section {
    flex: 1 1 100%;
  }

  #contacto .footer-section ul li i {
    display: inline-block;
  }
}

/* Estilos específicos para el título de FAQ */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  color: #d08c42;
  font-size: 2.5rem;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.section-title p {
  color: #d0d8e0;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .section-title p {
    font-size: 1rem;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .section-title p {
    font-size: 0.95rem;
    padding: 0 15px;
  }
}