/* GolGana — web (landing + legal). Dark + verde neón, vibe Champions/Nike. */
:root {
  --bg: #0a0a0a;
  --green: #c6f432;
  --gold: #ffd54f;
  --text: #ffffff;
  --muted: #9a9a9a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(10,10,10,0.72);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header .inner {
  max-width: 1200px; margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; gap: 24px;
}
.logo-link { display: inline-flex; align-items: center; }
.logo-img { height: 46px; width: auto; display: block; }

.main-nav { display: flex; gap: 28px; margin: 0 auto; }
.main-nav a {
  color: rgba(255,255,255,0.85); font-size: 15px; font-weight: 600;
  letter-spacing: .2px;
}
.main-nav a:hover { color: var(--green); text-decoration: none; }

.nav-cta {
  flex: 0 0 auto;
  padding: 11px 22px; border-radius: 999px;
  border: 1px solid var(--green); color: var(--green);
  font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .5px;
}
.nav-cta:hover {
  background: var(--green); color: #0a0a0a; text-decoration: none;
}

/* ---- Hero (imagen tal cual, full-bleed) ---- */
.hero {
  background: #000;
  text-align: center;
}
.hero-img {
  display: block; width: 100%; height: auto; margin: 0 auto;
}
.hero-store {
  padding: 8px 0 36px;
}
.store-badge {
  display: inline-block; line-height: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.store-badge:hover { transform: scale(1.04); opacity: 0.92; }
.store-badge img { height: 56px; width: auto; }
.store-badge--big { margin-bottom: 28px; }
.store-badge--big img { height: 64px; }

/* ---- Secciones ---- */
.section-title {
  text-align: center;
  font-size: clamp(26px, 4.5vw, 40px); font-weight: 900; font-style: italic;
  text-transform: uppercase; letter-spacing: -0.5px;
  margin-bottom: 48px;
}

/* ---- ¿Cómo funciona? ---- */
.how {
  max-width: 1100px; margin: 0 auto; padding: 84px 24px 72px;
}
.steps {
  display: flex; align-items: flex-start; justify-content: center;
  gap: 16px; flex-wrap: wrap;
}
.step {
  flex: 1 1 240px; max-width: 300px; text-align: center;
  position: relative; padding-top: 8px;
}
.step-icon {
  font-size: 40px; line-height: 1;
  filter: drop-shadow(0 0 14px rgba(198,244,50,0.35));
  margin-bottom: 14px;
}
.step-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--green); color: #0a0a0a; font-weight: 900; font-size: 15px;
  margin-bottom: 12px;
}
.step h3 {
  font-size: 19px; font-weight: 800; font-style: italic; text-transform: uppercase;
  letter-spacing: .3px; margin-bottom: 8px;
}
.step p { color: var(--muted); font-size: 15px; max-width: 240px; margin: 0 auto; }
.step-arrow {
  align-self: center; color: var(--green); font-size: 28px; font-weight: 700;
  padding-top: 40px;
}

/* ---- Formulario de waitlist ---- */
.waitlist {
  display: flex; gap: 10px; max-width: 520px; margin: 0 auto;
  flex-wrap: wrap; justify-content: center;
}
.waitlist--center { margin-top: 8px; }
.waitlist input[type="email"] {
  flex: 1 1 240px; min-width: 0;
  padding: 16px 20px; border-radius: 999px; font-size: 16px;
  background: rgba(255,255,255,0.06); color: var(--text);
  border: 1px solid rgba(255,255,255,0.16); outline: none;
}
.waitlist input[type="email"]::placeholder { color: var(--muted); }
.waitlist input[type="email"]:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(198,244,50,0.18);
}
.waitlist button {
  flex: 0 0 auto; cursor: pointer;
  padding: 16px 28px; border-radius: 999px; border: none;
  background: var(--green); color: #0a0a0a; font-weight: 800; font-size: 16px;
  text-transform: uppercase; letter-spacing: .4px;
  box-shadow: 0 0 28px rgba(198,244,50,0.35);
  transition: opacity .15s ease, transform .1s ease;
}
.waitlist button:hover { opacity: .94; transform: translateY(-1px); }
.waitlist button:disabled { opacity: .6; cursor: default; transform: none; }

.waitlist-msg {
  min-height: 22px; margin-top: 16px; font-size: 15px; font-weight: 600;
  color: var(--muted);
}
.waitlist-msg.is-success { color: var(--green); }
.waitlist-msg.is-error { color: #ff6b6b; }

/* ---- CTA Instagram ---- */
.ig-cta {
  display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap;
  justify-content: center; margin-top: 24px;
  padding: 12px 22px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  color: var(--text); font-size: 15px;
}
.ig-cta:hover { text-decoration: none; border-color: var(--green); }
.ig-cta strong { color: var(--green); font-weight: 800; }
.ig-cta .ig-icon { font-size: 18px; }

/* ---- Banda de cierre (waitlist) ---- */
.cta-band {
  text-align: center; max-width: 860px; margin: 0 auto 40px;
  padding: 56px 32px 60px;
  border: 1px solid rgba(198,244,50,0.25); border-radius: 24px;
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(198,244,50,0.08), transparent),
    rgba(255,255,255,0.02);
}
.cta-head {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  flex-wrap: wrap; margin-bottom: 6px;
}
.cta-head .rocket { font-size: 28px; }
.cta-band h2 {
  font-size: clamp(24px, 4vw, 36px); font-weight: 900; font-style: italic;
  text-transform: uppercase; letter-spacing: -0.5px;
}
.cta-band .brand-gana { color: var(--green); }
.cta-band > p { color: rgba(255,255,255,0.75); margin: 6px auto 28px; max-width: 520px; font-size: 17px; }

/* ---- Footer ---- */
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 36px 24px; text-align: center; color: var(--muted); font-size: 14px;
}
.site-footer a { margin: 0 10px; color: var(--muted); }
.site-footer a:hover { color: var(--green); }
.site-footer .contact { margin-top: 16px; font-size: 15px; color: rgba(255,255,255,0.85); }
.site-footer .contact a { color: var(--green); margin: 0; font-weight: 700; }
.site-footer .brand { margin-top: 14px; font-size: 13px; }

/* ---- Responsive ---- */
@media (max-width: 720px) {
  .main-nav { display: none; }
  .site-header .inner { gap: 12px; justify-content: space-between; }
  .step-arrow { display: none; }
}

/* ---- Páginas legales ---- */
.legal { max-width: 720px; margin: 0 auto; padding: 56px 24px 96px; }
.legal h1 { font-size: 32px; font-weight: 800; margin-bottom: 6px; }
.legal h2 { font-size: 20px; font-weight: 700; margin: 28px 0 8px; color: var(--green); }
.legal p, .legal li { color: rgba(255,255,255,0.85); margin-bottom: 12px; }
.legal ul { padding-left: 22px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
