:root {
  --black: #0d0d0d;
  --black-2: #151515;
  --white: #ffffff;
  --muted: #b9b9b9;
  --lime: #ccff00;
  --pink: #ff2ed1;
  --cyan: #00e5ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--black);
  color: var(--white);
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6vw;
  background: rgba(13, 13, 13, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: -0.04em;
}
.brand img { width: 36px; height: 36px; }
.brand span span, footer span { color: var(--lime); }
nav { display: flex; gap: 24px; color: var(--muted); font-size: 14px; }
nav a:hover { color: var(--lime); }

.hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  padding: 80px 6vw;
  background:
    radial-gradient(circle at 78% 12%, rgba(204,255,0,0.22), transparent 32%),
    radial-gradient(circle at 20% 35%, rgba(255,46,209,0.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(0,229,255,0.14), transparent 30%),
    var(--black);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid rgba(204,255,0,0.3);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(204,255,0,0.08);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.center { margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 950;
}
h1 span, .hero-card h2 span { color: var(--lime); }
.lead {
  max-width: 640px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
  color: #d8d8d8;
}
.lead.small { font-size: 18px; }

.cta-row, .trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
}
.btn.primary { background: var(--lime); color: #000; box-shadow: 0 0 32px rgba(204,255,0,0.22); }
.btn.secondary { border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.05); }
.btn.full { width: 100%; margin-top: 26px; }
.trust-row div {
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  font-size: 14px;
}

.hero-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  padding: 38px;
  border-radius: 36px;
  background: linear-gradient(160deg, #101010, #050505);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 100px rgba(0,0,0,0.35);
}
.glow {
  position: absolute;
  inset: auto -80px -80px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--lime);
  filter: blur(80px);
  opacity: 0.28;
}
.card-label { color: var(--pink); font-weight: 950; text-transform: uppercase; }
.hero-card h2 {
  position: relative;
  margin: 40px 0 18px;
  font-size: clamp(70px, 11vw, 132px);
  line-height: 0.82;
  letter-spacing: -0.08em;
  font-weight: 950;
}
.hero-card p, .hero-card small { position: relative; color: #d5d5d5; }

.section { padding: 88px 6vw; }
.section-title {
  margin: 18px auto 42px;
  text-align: center;
  font-size: clamp(38px, 5vw, 72px);
  letter-spacing: -0.07em;
  font-weight: 950;
}
.section-title.dark { color: #000; }
.tickets-grid, .steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.ticket-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 32px;
  background: rgba(255,255,255,0.05);
}
.ticket-card.featured { border-color: rgba(204,255,0,0.5); background: rgba(204,255,0,0.08); }
.tag { color: var(--cyan); font-size: 13px; text-transform: uppercase; font-weight: 950; letter-spacing: 0.08em; }
.ticket-card h3 { font-size: 34px; letter-spacing: -0.04em; }
.price { margin: 24px 0 8px; font-size: 64px; line-height: 1; font-weight: 950; color: var(--lime); }
.muted { color: var(--muted); }

.light-section { background: #fff; color: #000; }
.steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps-grid article {
  padding: 32px;
  border: 1px solid #e4e4e4;
  border-radius: 28px;
  text-align: center;
}
.steps-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--lime);
  font-weight: 950;
}
.steps-grid h3 { margin: 22px 0 10px; }
.steps-grid p { color: #666; }

.confidence-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.confidence-section h2 { font-size: clamp(38px, 5vw, 70px); line-height: 0.95; letter-spacing: -0.07em; font-weight: 950; }
.confidence-list { display: grid; gap: 14px; }
.confidence-list div {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  color: #e8e8e8;
}

footer {
  padding: 40px 6vw;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
footer strong { color: #fff; }
footer div { display: flex; gap: 18px; }

@media (max-width: 860px) {
  nav { display: none; }
  .hero, .confidence-section { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-card { min-height: 360px; }
  .tickets-grid, .steps-grid { grid-template-columns: 1fr; }
}


/* V2.1: premio visual, contador y prueba social */
.hero-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.prize-badge {
  margin: 0;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(204,255,0,0.12);
  border: 1px solid rgba(204,255,0,0.35);
  color: var(--lime) !important;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prize-image {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  display: block;
  margin: 8px auto 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 28px 80px rgba(0,0,0,0.32);
}

.ticket-counter {
  position: relative;
  z-index: 1;
  margin: 8px 0 18px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

.counter-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.counter-head span {
  color: var(--lime);
  font-weight: 950;
}

.progress-track {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
}

.progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
  box-shadow: 0 0 24px rgba(204,255,0,0.35);
}

.social-proof-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 6vw 76px;
  margin-top: -34px;
  background: var(--black);
}

.proof-card {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 60px rgba(0,0,0,0.18);
}

.proof-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lime);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.proof-card span {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 860px) {
  .hero-card h2 { margin-top: 18px; }
  .hero-card-top { display: block; }
  .prize-badge { display: inline-flex; margin-bottom: 8px; }
  .social-proof-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    padding-bottom: 54px;
  }
}

@media (max-width: 520px) {
  .social-proof-section { grid-template-columns: 1fr; }
  .counter-head { flex-direction: column; gap: 4px; }
}
