
/** ESTILOS GENERALES DEL BODY **/
body {
      font-family: 'Lato', 'DejaVu Sans', sans-serif;
      background-color: #0a0a0f;
      color: #eef2ff;
      line-height: 1.5;
      overflow-x: hidden;
    }
/** DELARANDO VARIALES DE ESTILOS **/
:root {
      --movisoft-blue-1: #0d47a1ff;
      --movisoft-blue-2: #1565c0ff;
      --movisoft-blue-3: #1976d2ff;
      --movisoft-blue-4: #1e88e5ff;
      --movisoft-blue-5: #2196f3ff;
      --movisoft-black: #1a1a1aff;
      --movisoft-white: #ffffffff;
      --neon-glow: 0 0 12px rgba(33, 150, 243, 0.6);
      --gradient-primary: linear-gradient(135deg, var(--movisoft-blue-3), var(--movisoft-blue-5));
    }

 /* grilla de fondo animada */
    .tech-grid {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: 
        linear-gradient(rgba(30,136,229,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30,136,229,0.08) 1px, transparent 1px);
      background-size: 50px 50px;
      pointer-events: none;
      z-index: 0;
      animation: gridFloat 20s linear infinite;
    }

@keyframes gridFloat {
      0% { transform: translate(0, 0); }
      100% { transform: translate(50px, 50px); }
    }

    .orb {
      position: fixed;
      border-radius: 50%;
      filter: blur(80px);
      opacity: 0.25;
      z-index: 0;
      pointer-events: none;
    }

    .orb-1 {
      width: 40vw;
      height: 40vw;
      background: var(--movisoft-blue-4);
      top: -20vh;
      right: -10vw;
      animation: pulseOrb 8s infinite alternate;
    }

    .orb-1 {
      width: 40vw;
      height: 40vw;
      background: var(--movisoft-blue-4);
      top: -20vh;
      right: -10vw;
      animation: pulseOrb 8s infinite alternate;
    }

    .orb-1 {
      width: 40vw;
      height: 40vw;
      background: var(--movisoft-blue-4);
      top: -20vh;
      right: -10vw;
      animation: pulseOrb 8s infinite alternate;
    }

    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 2;
    }

     /* glass nav */
    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      background: rgba(10, 10, 15, 0.7);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(33,150,243,0.2);
      z-index: 1000;
      transition: all 0.3s ease;
      padding: 16px 0;
    }

    .navbar.scrolled {
      padding: 8px 0;
      background: rgba(10, 10, 15, 0.95);
      box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    }

    .nav-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      font-size: 1.8rem;
      font-weight: 900;
      background: linear-gradient(135deg, var(--movisoft-blue-4), var(--movisoft-blue-5));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      letter-spacing: -0.5px;
    }

    .logo span {
      color: var(--movisoft-white);
      background: none;
      -webkit-background-clip: unset;
    }

    .nav-links a {
      color: #ddd;
      text-decoration: none;
      margin-left: 32px;
      transition: 0.2s;
      font-weight: 500;
    }
    .nav-links a:hover {
      color: var(--movisoft-blue-5);
      text-shadow: var(--neon-glow);
    }

    .btn-neon {
      background: linear-gradient(135deg, var(--movisoft-blue-4), var(--movisoft-blue-5));
      border: none;
      padding: 12px 28px;
      border-radius: 40px;
      font-weight: bold;
      color: white;
      cursor: pointer;
      transition: 0.2s;
      box-shadow: 0 0 8px rgba(33,150,243,0.5);
    }
    .btn-neon:hover {
      transform: scale(1.03);
      box-shadow: 0 0 20px rgba(33,150,243,0.8);
    }

    section {
      padding: 100px 0;
      position: relative;
      z-index: 2;
    }

    .badge-pulse {
      background: rgba(33,150,243,0.2);
      border-radius: 60px;
      padding: 6px 14px;
      font-size: 0.8rem;
      display: inline-block;
      backdrop-filter: blur(4px);
      border: 1px solid var(--movisoft-blue-5);
      animation: pulseBorder 1.8s infinite;
    }

    @keyframes pulseBorder {
      0% { border-color: var(--movisoft-blue-5); box-shadow: 0 0 0 0 rgba(33,150,243,0.4);}
      100% { border-color: #7bb9ff; box-shadow: 0 0 0 8px rgba(33,150,243,0);}
    }

    .feature-card, .price-card, .testimonial-card {
      background: rgba(20, 20, 30, 0.6);
      backdrop-filter: blur(10px);
      border-radius: 28px;
      padding: 28px;
      border: 1px solid rgba(30,136,229,0.25);
      transition: 0.2s;
    }

    .feature-card:hover, .price-card:hover {
      border-color: var(--movisoft-blue-4);
      box-shadow: 0 8px 28px rgba(33,150,243,0.2);
      transform: translateY(-6px);
    }

    .qr-scanner {
      position: relative;
      background: #0f0f1a;
      border-radius: 28px;
      padding: 20px;
      text-align: center;
    }


    .qr-scanner img {
      padding: 10px;
      display: inline-block;
      width: 160px;
      height: auto;
      line-height: 1;
    }

    .scan-line {
      position: absolute;
      width: 80%;
      height: 3px;
      background: var(--movisoft-blue-5);
      top: 30%;
      left: 10%;
      animation: scanMove 2.5s infinite ease-in-out;
      box-shadow: 0 0 12px cyan;
    }
    @keyframes scanMove {
      0% { top: 20%; opacity: 0; }
      50% { top: 70%; opacity: 1; }
      100% { top: 20%; opacity: 0; }
    }

    .phone-mock {
      background: #12121c;
      border-radius: 42px;
      padding: 12px;
      box-shadow: 0 20px 35px rgba(0,0,0,0.6);
    }

    footer a {
      color: #aaa;
      text-decoration: none;
    }

    @keyframes whatsappPulse {
      0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7), 0 4px 12px rgba(0,0,0,0.3);
      }
      50% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0), 0 4px 12px rgba(0,0,0,0.3);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 4px 12px rgba(0,0,0,0.3);
      }
    }

    @keyframes whatsappBounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-8px);
      }
    }

    .whatsapp-float {
      position: fixed;
      bottom: 24px;
      right: 24px;
      background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 100;
      box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.7);
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
      color: white;
      animation: whatsappPulse 2.5s infinite;
      text-decoration: none;
      border: none;
      cursor: pointer;
      font-size: 0;
    }

    .whatsapp-float:hover {
      transform: scale(1.15) rotate(-10deg);
      animation: whatsappBounce 0.6s ease-in-out;
      box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6), 0 0 20px rgba(37, 211, 102, 0.5);
    }

    .whatsapp-float svg {
      width: 28px;
      height: 28px;
      display: block;
      transition: transform 0.3s ease;
    }

    .whatsapp-float:hover svg {
      transform: scale(1.1);
    }

     @media (max-width: 768px) {
      .nav-links { display: none; }
      .container { padding: 0 20px; }
      section { padding: 60px 0; }
    }
    
    /* Grid padre para alturas uniformes */
#pricing .container > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  align-items: stretch; /* Fuerza a que todas las filas tengan la misma altura */
}

/* Tarjetas base */
.price-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 28px;
  padding: 28px 24px;
  background: rgba(20, 20, 30, 0.6);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

/* Hover efecto */
.price-card:hover {
  transform: translateY(-6px);
  border-color: var(--movisoft-blue-4);
  box-shadow: 0 8px 28px rgba(33, 150, 243, 0.2);
}

/* Espaciado de listas */
.price-card ul {
  flex: 1; /* Empuja el contenido hacia arriba, dejando espacio para el botón */
}

/* Animaciones de entrada para tarjetas */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 0 20px rgba(33,150,243,0);
  }
  50% {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 0 30px rgba(33,150,243,0.3);
  }
}

@keyframes borderGlow {
  0%, 100% {
    border-left-color: var(--movisoft-blue-5);
  }
  50% {
    border-left-color: var(--movisoft-blue-4);
  }
}

/* Estilos mejorados para testimonios */
.testimonial-card {
  animation: slideUp 0.6s ease-out backwards;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.02), rgba(30,136,229,0.03));
  border: 1px solid rgba(30,136,229,0.15);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.testimonial-card:nth-child(1) {
  animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
  animation-delay: 0.2s;
}

.testimonial-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Efecto hover mejorado */
.testimonial-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--movisoft-blue-4);
  border-left-color: var(--movisoft-blue-3);
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(30,136,229,0.08));
  box-shadow: 0 12px 40px rgba(33,150,243,0.25), 
              0 0 30px rgba(33,150,243,0.15),
              inset 0 1px 0 rgba(255,255,255,0.1);
  animation: glowPulse 2s ease-in-out infinite;
}

/* Pseudo-elemento decorativo en hover */
.testimonial-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(33,150,243,0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.testimonial-card:hover::before {
  opacity: 1;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Animación para el texto en hover */
.testimonial-card p {
  transition: all 0.3s ease;
}

.testimonial-card:hover p {
  color: #222;
  font-weight: 500;
}

.price-card li {
  margin-bottom: 8px;
}

/* Botón siempre al fondo */
.price-card .btn-neon {
  margin-top: auto;
  align-self: center;
  width: fit-content;
  min-width: 160px;
}

