/* Tipografía Mística */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

.pregunta {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(20, 5, 30, 0.8) 50%,
    rgba(0, 0, 0, 0.9) 100%
  ),
  url("../assets/imgs/fondo2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 600px;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.pregunta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(139, 69, 19, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.pregunta h2 {
  font-size: 2.8rem;
  color: #f5e6d3;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 600;
  font-family: 'Cinzel', serif;
  text-shadow: 
    2px 2px 10px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(212, 175, 55, 0.3);
  line-height: 1.3;
}

.pregunta h2 strong {
  color: #d4af37;
  font-weight: 700;
  font-style: italic;
}

.pregunta .descripcion {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.8;
  color: #e5e5e5;
  font-family: 'Cormorant Garamond', serif;
  max-width: 900px;
  text-align: center;
}

.pregunta .descripcion strong {
  color: #d4af37;
  font-weight: 600;
}

.pregunta .numero-contacto {
  margin: 30px 0;
  color: #d4af37;
  font-size: 32px;
  text-shadow: 
    0 0 15px rgba(212, 175, 55, 0.6),
    2px 2px 8px rgba(0, 0, 0, 0.8);
}

.pregunta .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .pregunta {
    padding: 60px 20px;
  }
  .pregunta h2 {
    font-size: 2.2rem;
  }
  .pregunta .descripcion {
    font-size: 1.1rem;
  }
}

.about {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(20, 5, 30, 0.85) 50%,
    rgba(0, 0, 0, 0.9) 100%
  ),
  url(../assets/imgs/fondo3.webp);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 40px;
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  position: relative;
}

/* ============================================
   SECCIÓN RESULTADOS GARANTIZADOS
   Séptima imagen (hechicero con cabra y velas)
   ============================================ */
#about2 {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(139, 69, 19, 0.35) 50%,
    rgba(0, 0, 0, 0.9) 100%
  ),
  url(../assets/imagenes1/logo\ o\ algo\ asi.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(139, 69, 19, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.about .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about .container2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.about-text h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  color: #d4af37;
  text-transform: none;
  font-weight: 600;
  font-family: 'Cinzel', serif;
  line-height: 1.3;
  text-shadow: 
    2px 2px 10px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(212, 175, 55, 0.3);
}

.about-text h2.t2 {
  color: #d4af37;
}

.about-text h2 strong {
  color: #f5e6d3;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-size: 0.85em;
}

.about-text .descripcion {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #e5e5e5;
  text-align: justify;
  max-width: 700px;
  font-family: 'Cormorant Garamond', serif;
}

.about-text .descripcion strong {
  color: #d4af37;
  font-weight: 600;
}

.about-text .numero-contacto {
  font-size: 32px;
  font-weight: 700;
  color: #d4af37;
  margin: 0;
  text-shadow: 
    0 0 15px rgba(212, 175, 55, 0.6),
    2px 2px 8px rgba(0, 0, 0, 0.8);
  font-family: 'Playfair Display', serif;
}

.about-text .btn-consultar {
  width: fit-content;
  margin-top: 10px;
}

.about-img-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about-img {
  width: 100%;
  height: auto;
  max-height: 500px;
  max-width: 550px;
  border-radius: 25px;
  object-fit: contain;
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(212, 175, 55, 0.2);
  border: 2px solid rgba(212, 175, 55, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about .about-img:hover {
  transform: scale(1.02);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.7),
    0 0 60px rgba(212, 175, 55, 0.3);
}

@media (max-width: 992px) {
  .about {
    padding: 60px 20px;
  }
  .about .container {
    flex-direction: column;
    gap: 40px;
  }
  .about .container2 {
    flex-direction: column;
    gap: 40px;
  }
  .about-text {
    text-align: center;
    align-items: center;
  }
  .about-text h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .about-text .descripcion {
    text-align: center;
  }
  .about-img-container {
    display: flex;
    justify-content: center;
  }
  .about-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .about-text h2 {
    font-size: 1.9rem;
  }
  .about-text .descripcion {
    font-size: 1.1rem;
  }
  .about-img {
    margin: 0 auto;
  }
}
