
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Pacifico&display=swap');

/* ===========================================
   ESTILOS BASE
   =========================================== */

body {
  font-family: 'Montserrat', sans-serif;
  background-image: url(imagenes/BG.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 60rem 0 0 0;
  overflow-x: hidden;
}

.glow-text {
  color: #f8e6ff;
  letter-spacing: 0.2em;
  font-weight: 300;
  text-shadow: 0 0 8px #ff4ff0, 0 0 15px #d812b5;
}

.main-title {
  font-weight: 900;
  font-size: 3.5rem;
  color: #fbe6fc;
  text-shadow:
    0 0 8px #f856ff,
    0 0 20px #f856ff,
    0 0 30px #d812b5,
    0 0 40px #d812b5;
}

.signature {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 0 0 10px #ff4ff0;
}

.line-separator {
  width: 70px;
  height: 1.5px;
  background: linear-gradient(90deg, #f856ff, #d812b5);
  margin: 1rem auto 1rem auto;
  border-radius: 5px;
}

.btn-primary {
  border: 2px solid #ff44ff;
  background: transparent;
  padding: 0.65rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1.1rem;
  color: white;
  box-shadow:
    0 0 10px #ff44ff,
    0 0 25px #ff44ff,
    inset 0 0 15px #ff44ff;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  display: inline-block;
}

.btn-primary:hover {
  background: #ff44ff;
  color: #2a002a;
}

/* ===========================================
   CARD STYLES
   =========================================== */

.card-container {
  background: linear-gradient(145deg, #2b002b, #560056);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 0 25px rgba(255, 68, 255, 0.7);
  width: 600px;
  max-width: 90vw;
  margin: 1.5rem auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

div.card-container[aria-label="Producto 30 en 30 pro"] {
  background: rgba(43, 0, 43, 0.98) !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  width: auto !important;
}

.card-title {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #eabdff;
  text-shadow: 0 0 6px #d812b5;
  margin-bottom: 0.5rem;
}

.price-tag {
  background: #d812b5;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  box-shadow: 0 0 15px #ff44ff;
  width: fit-content;
  margin: 1rem 0;
}

div.card-container[aria-label="Producto 30 en 30 pro"] .price-tag {
  border: 3px solid silver;
  background: linear-gradient(90deg, #8f2c6d, #f259ac);
  box-shadow: none;
}

.desc-text {
  font-weight: 300;
  color: #f0d7ff;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.desc-text br {
  margin-bottom: 1rem;
  display: block;
}

.features-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.features-list li {
  margin-bottom: 0.4rem;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.features-list li img {
  margin-right: 0.5em;
  flex-shrink: 0;
}

.features-list li::before {
  content: none;
}

/* ===========================================
   RESPONSIVE IMAGES
   =========================================== */

.card-image {
  margin-bottom: 0;
  flex-shrink: 0;
  background: none !important;
  box-shadow: none !important;
}

.card-image img {
  width: 350px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: none !important;
}

/* ===========================================
   SPECIAL OFFERS & GIFT SECTIONS
   =========================================== */

.special-offer-banner {
  background: linear-gradient(90deg, #d812b5, #ff44ff, #d812b5);
  padding: 0.5rem 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  box-shadow: 0 0 12px #ff44ff;
}

.gift-container {
  text-align: center;
  margin: 2rem 0;
  position: relative;
}

.gift-container img {
  max-width: 340px;
  filter: drop-shadow(0 0 10px #ff44ff);
}

/* ===========================================
   SECTIONS
   =========================================== */

.section-pink {
  background: #440044;
  padding: 2.5rem 1rem;
  text-align: center;
}

.mentor-section {
  background: linear-gradient(180deg, #2b002b 0%, #000000 100%);
  padding: 3rem 1rem;
  text-align: center;
}

.mentor-title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #f8bbff;
  letter-spacing: 0.12em;
}

/* ===========================================
   FOOTER
   =========================================== */

.footer-signature {
  background: linear-gradient(90deg, #ff44ff 0%, #d812b5 100%);
  padding: 3rem 1rem;
  text-align: center;
}

.footer-image {
  max-width: 220px;
  margin: 0 auto 2rem auto;
  border-radius: 15px;
  box-shadow:
    0 0 25px #ff44ff,
    0 0 40px #d812b5;
}

.footer-name {
  font-size: 2.3rem;
  font-weight: 900;
  color: #fff0fc;
  text-shadow: 0 0 20px #ff44ff;
}

.footer-signature-text {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  color: #f1a4ee;
  text-shadow: 0 0 15px #ff44ff;
  margin-top: -0.3rem;
}

/* ===========================================
   FUTURISTIC PRODUCT CONTAINER
   =========================================== */

.futuristic-product-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 2rem;
  max-width: 900px;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

@keyframes shineMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
  align-items: center;
}

.product-logo {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.15em;
  color: white;
  background: linear-gradient(90deg, #fff0ff, #ff44ff, #a100a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
}

.product-subtitle {
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.subtitle-icon {
  width: 1.2em;
  height: 1.2em;
  filter: drop-shadow(0 0 3px #ffffff);
}

.price-button {
  margin-top: 1rem;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  border: 2px solid white;
  background: #ff44ff;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow:
    0 0 10px #ff44ff,
    0 0 20px #d812b5,
    inset 0 0 10px #ff44ff;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.price-button-glossy {
  margin-top: 1rem;
  width: fit-content;
  padding: 0.6rem 2rem;
  border-radius: 9999px;
  border: 3px solid #d4d4d4;
  background: linear-gradient(90deg, #ff1ca6, #d4007d);
  color: white;
  font-weight: 900;
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  box-shadow:
    0 0 15px #ff44ff,
    inset 0 2px 5px rgba(255, 255, 255, 0.6),
    inset 0 -2px 8px rgba(255, 0, 255, 0.4);
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.price-button:hover {
  background: #d812b5;
  box-shadow:
    0 0 15px #d812b5,
    0 0 30px #ff44ff,
    inset 0 0 15px #d812b5;
}

.product-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.product-box {
  position: relative;
  width: 320px;
  height: 420px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.vertical-logo {
  position: absolute;
  top: 1rem;
  right: -40px;
  width: 60px;
  height: auto;
  transform: rotate(90deg);
  filter: drop-shadow(0 0 5px #ff44ff);
  z-index: 4;
}

/* ===========================================
   DISTRIBUCIÓN SECTION
   =========================================== */

.distribucion-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at center, #1a001a 0%, #000000 80%);
  position: relative;
  overflow: hidden;
  font-family: 'Playfair Display', serif;
  color: white;
}

.distribucion-container {
  display: flex;
  width: 80%;
  max-width: 1200px;
  height: 80vh;
  gap: 2rem;
}

.left-column, .right-column {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-column img, .right-column img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 15px;
  box-shadow: 0 0;
}

.left-column img {
  max-width: 270%;
  max-height: 270%;
}

.distribucion-section .signature {
  font-family: 'Pacifico', cursive;
  font-size: 2.5rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #ff44ff;
  text-shadow: 0 0 10px #ff44ff;
}

.distribucion-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: transparent url('https://www.transparenttextures.com/patterns/stardust.png') repeat;
  animation: twinkle 10s linear infinite;
  opacity: 0.3;
  pointer-events: none;
}

@keyframes twinkle {
  0%, 100% { background-position: 0 0; }
  50% { background-position: 100px 100px; }
}

/* ===========================================
   RESPONSIVE MEDIA QUERIES
   =========================================== */

/* Mobile devices - REDUCCIÓN DE IMÁGENES 50% */
@media screen and (max-width: 767px) {
  /* Reducción global de imágenes al 50% */
  img {
    max-width: 50% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Ajustes específicos para contenedores de imágenes */
  .card-image img,
  .product-image img,
  .product-box img,
  .gift-container img,
  .footer-image,
  .libro3-image,
  .libro3-image img {
    max-width: 70% !important;
    height: auto !important;
  }

  /* Ajustar contenedores tamaño */
  .card-container,
  .futuristic-product-container,
  .gift-container {
    justify-content: center;
    align-items: center;
  }

  /* Ajustar textos y botones*/
  .product-logo {
    font-size: 1.5rem;
  }

  .price-button,
  .price-button-glossy {
    font-size: 1rem;
    padding: 0.4rem 1.2rem;
  }

  /*layout para móvil */
  body {
    /* padding: 4rem 1rem 0 1rem; */
  }

  .card-container {
    width: 100% !important;
    margin: 0.5rem auto !important;
    padding: 0.5rem;
    flex-direction: column !important;
  }

  .card-container > div:first-child {
    order: 1;
    margin-bottom: 1rem;
  }

  .card-container > div:last-child {
    order: 2;
  }

  .card-image img {
    width: 180px;
  }

  .main-title {
    font-size: 2rem;
    text-align: center;
  }

  .btn-primary {
    width: auto;
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }

  .futuristic-product-container {
    flex-direction: column;
    padding: 1rem;
    max-width: 90vw;
  }

  .product-right {
    margin-top: 1.5rem;
  }

  .product-box {
    width: 280px;
    height: 360px;
  }

  .vertical-logo {
    top: 0.5rem;
    right: -30px;
    width: 50px;
  }

  .product-logo {
    font-size: 2.5rem;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card-container {
    width: 600px;
    margin: 1rem auto;
    padding: 1rem;
  }

  .card-image img {
    width: 220px;
  }

  .main-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .btn-primary {
    width: auto;
    padding: 0.6rem 1rem;
    font-size: 1rem;
  }
}

/* Laptop */
@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .card-container {
    width: 600px;
    margin: 1rem auto;
  }

  .card-image img {
    width: 280px;
  }

  .main-title {
    font-size: 2.8rem;
  }

  .btn-primary {
    padding: 0.45rem 1rem;
    font-size: 0.95rem;
  }
}

/* Large devices */
@media screen and (min-width: 1141px) and (max-width: 1300px) {
  .card-container {
    width: 600px;
    margin: 1rem auto;
  }

  .card-image img {
    width: 300px;
  }

  .main-title {
    font-size: 3rem;
  }

  .btn-primary {
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
  }
}

/* Desktop devices */
@media (min-width: 769px) {
  .card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    width: 600px;
    margin: 1.5rem auto;
  }

  .futuristic-product-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 2rem;
    max-width: 900px;
    margin: 2rem auto;
    position: relative;
    overflow: hidden;
    color: white;
    font-family: 'Montserrat', sans-serif;
  }
}

@media (min-width: 640px) {
  .card-container {
    width: 600px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 1.5rem 1rem;
    gap: 2rem;
  }
}
