/* ============================ */
/*         ESTILOS APP TURNOS - TECNO VIOLETA NEÓN FULL        */
/* ============================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #120020;
  color: #e6e6ff;
  background-image: linear-gradient(135deg, #1a0033, #33004d);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  body {
    background-image: linear-gradient(135deg, #2d0054, #1a0033);
  }
}

header {
  background: linear-gradient(135deg, #a600ff, #5f00b2);
  color: white;
  padding: 40px 20px;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 0, 255, 0.5);
  box-shadow: 0 4px 25px rgba(176, 19, 116, 0.8);
  border-bottom: 2px solid #ff00cc;
}

section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: rgba(30, 0, 60, 0.8);
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(255, 0, 255, 0.15);
  border: 2px solid #8e2de2;
}

h1, h2 {
  margin-top: 0;
  color: #ffb3ff;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
}

.planes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plan {
  border: 2px solid #c300ff;
  border-radius: 16px;
  padding: 24px;
  background: rgba(80, 0, 130, 0.5);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 35px rgba(200, 0, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan:hover {
  transform: scale(1.05);
  box-shadow: 0 0 45px rgba(255, 0, 255, 0.5), 0 0 70px rgba(128, 0, 255, 0.4);
}

.plan h3 {
  margin-top: 0;
  color: #ff66ff;
  text-shadow: 0 0 8px rgba(255, 0, 255, 0.5);
}

.cta {
  text-align: center;
  margin-top: 40px;
}

.cta a {
  background: linear-gradient(135deg, #8e2de2, #da22ff);
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 0 20px rgba(218, 34, 255, 0.5);
  border: 2px solid #ff00cc;
  transition: all 0.3s ease;
}

.cta a:hover {
  background: #fff;
  color: #8e2de2;
  box-shadow: 0 0 30px rgba(255, 0, 255, 0.6);
}

.demo {
  text-align: center;
  margin-top: 20px;
}

.demo a {
  color: #ff80ff;
  text-decoration: underline;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(255, 0, 255, 0.3);
  transition: color 0.3s ease;
}

.demo a:hover {
  color: #ffccff;
}

ul {
  padding-left: 20px;
  color: #f0ccff;
}

strong {
  display: block;
  margin-top: 10px;
  color: #ffd6ff;
  text-shadow: 0 0 5px rgba(255, 0, 255, 0.3);
}

@media (max-width: 768px) {
  .plan {
    padding: 16px;
  }
  .cta a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.95rem;
  }
  section {
    padding: 20px 16px;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================ */
/*     IDEAL PARA: BLOQUE      */
/* ============================ */

.ideales {
  margin: 40px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #da22ff;
  border-radius: 12px;
  color: #ffd6ff;
  font-size: 1.05rem;
  box-shadow: 0 0 12px rgba(255, 0, 255, 0.2);
}

.ideales strong {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: #ff80ff;
  text-shadow: 0 0 6px rgba(255, 0, 255, 0.3);
}

.ideales ul {
  margin: 0;
  padding-left: 24px;
  list-style-type: disc;
  color: #ffcfff;
  font-weight: 300;
}

/* ============================ */
/*           FOOTER            */
/* ============================ */

.footer-pimex {
  background-color: #0e0018;
  color: #f8f8f8;
  padding: 40px 20px;
  font-size: 0.95rem;
  text-align: center;
  border-top: 2px solid #ff00cc;
  box-shadow: 0 -4px 25px rgba(176, 19, 116, 0.4);
}

.footer-pimex .footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #ff86cf;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.3);
}

.footer-pimex a {
  color: #f8f8f8;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-pimex a:hover {
  color: #ff86cf;
}

.footer-pimex .social-icons i {
  font-size: 1rem;
  margin: 0 6px;
  color: #ffb3ff;
}
