/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', Arial, sans-serif; background: #000; color: #fff; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== URGENCY BAR ===== */
.urgency-bar {
  background: linear-gradient(90deg, #d32f2f, #b71c1c);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
}

/* ===== HERO =====
   SIN min-height — se ajusta al contenido exacto, sin espacio vacío
*/
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: radial-gradient(circle at 30% 50%, #1e3a6e 0%, #0b1e40 50%, #000 100%);
  padding: 40px 6%;
  gap: 40px;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* BADGES */
.badge-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.badge {
  background: #d32f2f;
  color: #fff;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 800;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.badge-org {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  animation: none;
}

/* TÍTULO */
h1 { font-size: 72px; font-weight: 900; line-height: 1; letter-spacing: -1px; }
.highlight {
  display: block;
  background: linear-gradient(135deg, #ffeb3b, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 80px;
}

.subtitle { font-size: 17px; color: #b8cce8; line-height: 1.6; max-width: 480px; }

/* CHIPS */
.event-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

/* COUNTDOWN */
.countdown-wrap { display: flex; gap: 12px; flex-wrap: wrap; }
.count-box {
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  padding: 14px 18px;
  min-width: 72px;
  text-align: center;
}
.count-box strong { display: block; font-size: 1.8rem; font-weight: 900; color: #ffeb3b; line-height: 1; }
.count-box span { font-size: 10px; color: #7a9cc8; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }

/* CTA — solo scroll, sin WhatsApp */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 18px 36px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  width: fit-content;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 8px 30px rgba(37,211,102,.4);
}
.cta-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(37,211,102,.6); }

/* HERO CARD (desktop) */
.hero-image-wrap { display: flex; align-items: center; justify-content: center; }
.hero-image-card {
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.08);
  animation: float 5s ease-in-out infinite;
}
.hero-image-inner {
  background: linear-gradient(160deg, #0d2d5e 0%, #05112a 100%);
  padding: 40px 32px 32px;
  text-align: center;
}
.hero-icon-big { font-size: 72px; margin-bottom: 16px; }
.hero-card-title { font-size: 2rem; font-weight: 900; color: #ffeb3b; margin-bottom: 12px; }
.hero-card-sub { font-size: 15px; color: #b8cce8; line-height: 1.6; margin-bottom: 20px; }
.hero-card-verse {
  background: rgba(255,255,255,.06);
  border-left: 3px solid #ffeb3b;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 13px;
  color: #c8deff;
  line-height: 1.6;
  text-align: left;
}
.hero-card-verse strong { color: #fff; }
.hero-card-footer {
  background: linear-gradient(90deg, #1e3a6e, #0b2d5a);
  padding: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #b8cce8;
}

/* ===== MENSAJE ===== */
.message-section {
  padding: 80px 8%;
  background: radial-gradient(circle at center, #0b1e40 0%, #000 80%);
}
.message-container { max-width: 760px; margin: 0 auto; text-align: center; }
.message-icon { font-size: 48px; margin-bottom: 16px; }
.message-title { font-size: 1.6rem; font-weight: 900; color: #ffeb3b; margin-bottom: 28px; }
.message-quote {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-left: 4px solid #ffeb3b;
  border-radius: 12px;
  padding: 28px 32px;
  text-align: left;
}
.message-quote p { color: #c8deff; font-size: 16px; line-height: 1.75; margin-bottom: 14px; }
.message-quote p:last-child { margin-bottom: 0; }
.message-quote strong { color: #fff; }
.message-author {
  display: flex; align-items: center; gap: 14px;
  margin-top: 24px; justify-content: center;
}
.author-avatar {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #1e3a6e, #0b2d5a);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  border: 2px solid rgba(255,235,59,.4);
}
.message-author strong { display: block; font-size: 15px; }
.message-author span { font-size: 13px; color: #7a9cc8; }

/* ===== BENEFICIOS ===== */
.benefits {
  padding: 80px 8%;
  background: linear-gradient(180deg, #000 0%, #050a14 100%);
  text-align: center;
}
.benefits-title {
  font-size: 2rem; font-weight: 900; color: #ffeb3b;
  margin-bottom: 48px;
  text-shadow: 0 0 20px rgba(255,235,59,.3);
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.benefit-card {
  background: linear-gradient(160deg, #0b2d5a 0%, #000 80%);
  padding: 30px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 10px 30px rgba(13,45,90,.5);
  transition: transform .3s, box-shadow .3s;
}
.benefit-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(30,108,199,.6); }
.benefit-card .icon { font-size: 44px; margin-bottom: 14px; }
.benefit-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.benefit-card p { font-size: 14px; color: #8aa8cc; line-height: 1.6; }

/* ===== REGISTRO ===== */
.register-section {
  padding: 80px 6%;
  background: radial-gradient(circle at 70% 50%, #0b2d5a 0%, #000 70%);
}
.register-container {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start;
}
.register-left { display: flex; flex-direction: column; gap: 20px; }
.pill {
  display: inline-block;
  background: rgba(37,211,102,.15);
  border: 1px solid rgba(37,211,102,.3);
  color: #4ade80;
  padding: 7px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 800; letter-spacing: .5px;
  width: fit-content;
}
.register-left h2 { font-size: 2rem; font-weight: 900; }
.register-desc { color: #8aa8cc; font-size: 15px; line-height: 1.65; }
.register-desc strong { color: #fff; }
.register-perks { display: flex; flex-direction: column; gap: 10px; }
.perk { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #c8deff; font-weight: 600; }
.register-urgency {
  background: rgba(255,235,59,.08);
  border: 1px solid rgba(255,235,59,.2);
  border-radius: 12px; padding: 16px 18px;
  font-size: 14px; font-weight: 700; color: #ffeb3b;
}
.progress-bar-wrap { margin-top: 10px; }
.progress-bar { height: 7px; background: rgba(255,255,255,.1); border-radius: 99px; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, #ffeb3b, #ff9800); border-radius: 99px; }
.progress-bar-wrap span { font-size: 12px; color: #c8a800; margin-top: 4px; display: block; }

/* FORM */
.register-right {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 32px 28px;
}
.reg-form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; font-weight: 800; color: #7a9cc8; }
.field input, .field select {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px; padding: 13px 14px;
  color: #fff; font-size: 14px; font-family: inherit;
  outline: none; transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
}
.field input::placeholder { color: rgba(255,255,255,.3); }
.field select option { background: #0b1e40; color: #fff; }
.field input:focus, .field select:focus {
  border-color: #ffeb3b;
  box-shadow: 0 0 0 3px rgba(255,235,59,.12);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.submit-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; border: none; border-radius: 12px;
  padding: 16px; font-size: 16px; font-weight: 800;
  cursor: pointer; transition: transform .25s, box-shadow .25s;
  font-family: inherit; width: 100%;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(37,211,102,.4); }
#msg { font-size: 14px; font-weight: 700; min-height: 20px; margin: 0; }

/* ===== FOOTER ===== */
.footer {
  background: #050a14;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 28px 6%; text-align: center;
}
.footer p { color: #5a7a9e; font-size: 14px; }
.footer strong { color: #8aa8cc; }

/* ===== WHATSAPP FLOTANTE ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 60px; height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
  z-index: 9999;
  animation: whatsappPulse 2s infinite;
  transition: transform .3s;
}
.whatsapp-float:hover { transform: scale(1.12); }

/* ===== ANIMACIONES ===== */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes whatsappPulse {
  0%   { box-shadow: 0 0 0 0   rgba(37,211,102,.6); }
  70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0   rgba(37,211,102,0); }
}

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .7s ease, transform .7s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding: 28px 5%; }
  .hero-image-wrap { display: none; }
  h1 { font-size: 48px; }
  .highlight { font-size: 54px; }
  .register-container { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .urgency-bar { font-size: 13px; padding: 8px 12px; }
  /* HERO: padding mínimo, sin min-height, sin espacio vacío */
  .hero { padding: 20px 4% 32px; gap: 14px; }
  h1 { font-size: 38px; }
  .highlight { font-size: 44px; }
  .subtitle { font-size: 15px; }
  .chip { font-size: 12px; padding: 7px 12px; }
  .count-box { padding: 10px 12px; min-width: 58px; }
  .count-box strong { font-size: 1.4rem; }
  .cta-btn { font-size: 16px; padding: 16px 20px; width: 100%; justify-content: center; }
  .field-row { grid-template-columns: 1fr; }
  .benefits { padding: 50px 4%; }
  .benefits-title { font-size: 1.6rem; }
  .message-section { padding: 50px 4%; }
  .message-quote { padding: 18px; }
  .register-section { padding: 50px 4%; }
  .register-right { padding: 24px 18px; }
  /* Botón flotante más pequeño en móvil para no tapar el CTA */
  .whatsapp-float { width: 50px; height: 50px; font-size: 24px; bottom: 16px; right: 16px; }
}
