* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #0f2027;
  color: white;
  overflow-x: hidden;
}

/* NAVBAR */
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.611);
  z-index: 1000;
}


.navbar ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.navbar a {
  color: white;
  text-decoration: none;
}

/* HERO */
.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  text-align: center;
  padding: 20px;
}

.hero h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

.btn-primary, .btn-secondary {
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.4s;
}

.btn-primary {
  background: #00f5ff;
  color: black;
  box-shadow: 0 0 20px #00f5ff;
}

.btn-primary:hover {
  transform: scale(1.1);
}

.servicios {
  padding: 120px 20px;
  text-align: center;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.card {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 20px;
  width: 260px;
  transition: 0.4s;
  backdrop-filter: blur(8px);
}

.card:hover {
  transform: translateY(-10px);
}

.cta {
  padding: 120px 20px;
  text-align: center;
  background: #16222a;
}

.btn-secondary {
  background: #25D366;
  color: white;
}

.btn-secondary:hover {
  transform: scale(1.1);
}

/* ANIMACIONES */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
#tsparticles {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cursor-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0,245,255,0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.beneficios {
  padding: 120px 20px;
  text-align: center;
  background: #101c24;
}

.beneficios-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.form-section {
  padding: 120px 20px;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  margin: auto;
}

input {
  padding: 15px;
  border-radius: 10px;
  border: none;
}
.lang-switch {
  display: flex;
  gap: 15px;
}

.lang-btn {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #00f5ff;
  background: linear-gradient(145deg, #1f2f38, #0f2027);

  box-shadow: 
    5px 5px 15px rgba(0,0,0,0.6),
    -3px -3px 10px rgba(255,255,255,0.05);

  transition: all 0.25s ease;
}

.lang-btn:hover {
  transform: translateY(-3px);
}

/* EFECTO ACTIVO PREMIUM */
.lang-btn.active {
  color: #000;
  background: #00f5ff;
  box-shadow: 
    0 0 15px #00f5ff,
    0 0 30px #00f5ff;
}

/* Efecto al presionar */
.lang-btn:active {
  transform: translateY(3px);
}
.navbar {
  display: flex;
  align-items: center;
  padding: 20px 50px;
}

.navbar .logo {
  flex: 1;
}

.navbar ul {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
}

.lang-switch {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.hero h1 {
  font-size: 52px;
  margin-bottom: 20px;
  max-width: 900px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 700px;
  opacity: 0.9;
}

.hero button {
  margin-bottom: 40px;
}
.hero {
  gap: 20px;
}
.cta {
  margin-top: 100px;
}
.navbar .logo {
  margin-right: auto;  /* empuja todo a la derecha */
}

.lang-switch {
  display: flex;
  gap: 10px;
  margin-right: 30px; /* espacio antes del menú */
}

.navbar ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.navbar .logo {
  margin-right: auto;  /* empuja todo a la derecha */
}

.lang-switch {
  display: flex;
  gap: 10px;
  margin-right: 30px; /* espacio antes del menú */
}

.navbar ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.cta {
  text-align: center;
  padding: 120px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: white;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  animation: pulse 2.5s infinite;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

/* Animación suave que aumenta conversiones */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-icon {
  font-size: 20px;
}
/* BOTÓN PRINCIPAL */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 600;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: white;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  transition: 0.3s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

/* BOTÓN FLOTANTE WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: white;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  z-index: 999;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* BOTÓN LLAMADA */
.call-float {
  position: fixed;
  bottom: 100px;
  right: 25px;
  background: #007bff;
  color: white;
  font-size: 22px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  z-index: 999;
  transition: 0.3s;
}

.call-float:hover {
  transform: scale(1.1);
}
.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* separación entre botones */
  margin-top: 40px;
  flex-wrap: wrap; /* para que en mobile bajen uno debajo del otro */
}

/* Botones más chicos */
.small-btn {
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 40px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* Botón principal oscuro (consultora) */
.btn-corporate {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  background: #111;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-corporate:hover {
  background: #2a2a2a;
}

/* Botón outline minimal */
.btn-outline {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #111;
  color: white;
}
.lang-btn {
  padding: 6px 12px;
  border: 1px solid #111;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
}

.lang-btn.active {
  background: #111;
  color: white;
}
