/* ==========================================================================
   Vibra Jump — hoja de estilos
   Reconstrucción estática del sitio vibrajump.com
   ========================================================================== */

:root {
  --purple: #673de6;
  --purple-light: #8c85ff;
  --purple-dark: #2f1c6a;
  --black: #0d0d0f;
  --dark: #1d1e20;
  --dark-2: #151517;
  --white: #ffffff;
  --gray: #b9b9c2;
  --gray-light: #f2f3f6;
  --font-display: 'Oswald', sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  --max-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

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

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
}

.eyebrow {
  font-family: var(--font-heading);
  color: var(--purple-light);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 13px;
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--purple), var(--purple-light));
  color: var(--white);
  box-shadow: 0 10px 30px -8px rgba(103,61,230,0.7);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -6px rgba(103,61,230,0.85); }

.btn-outline {
  border: 1px solid rgba(255,255,255,0.35);
  color: var(--white);
}
.btn-outline:hover { border-color: var(--purple-light); color: var(--purple-light); }

/* ---------- NAV ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(13,13,15,0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.logo img { height: 42px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--white);
  padding-bottom: 2px;
}
.social-icons { display: flex; gap: 14px; }
.social-icons a {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.social-icons a:hover { border-color: var(--purple-light); background: rgba(140,133,255,0.15); transform: translateY(-2px); }
.social-icons svg { width: 16px; height: 16px; fill: var(--white); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding-top: 90px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('assets/hero.jpg');
  background-size: cover;
  background-position: center 8%;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,15,0.55) 0%, rgba(13,13,15,0.35) 40%, rgba(13,13,15,0.95) 100%),
              linear-gradient(90deg, rgba(13,13,15,0.75) 0%, rgba(13,13,15,0.1) 55%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 72px;
  max-width: 640px;
}
.badge {
  display: inline-block;
  background: rgba(103,61,230,0.25);
  border: 1px solid var(--purple-light);
  color: var(--purple-light);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--white);
}
.hero p.subtitle {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
  color: var(--gray);
  max-width: 480px;
  margin-bottom: 30px;
}
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-offer { font-family: var(--font-heading); font-size: 13px; font-weight: 600; color: var(--purple-light); letter-spacing: 0.06em; }
.hero-tagline {
  position: relative; z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(16px, 2.4vw, 22px);
  letter-spacing: 0.08em;
  color: var(--gray);
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 22px 0 0;
  margin-top: 40px;
}

/* ---------- SECTION shared ---------- */
section { padding: 96px 0; }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); margin: 10px 0 16px; }
.section-head p { color: var(--gray); font-size: 16px; }

/* ---------- EXPERIENCE ---------- */
.experience { background: var(--dark-2); }
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 50px;
}
.experience-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 32px 28px;
  text-align: left;
}
.experience-card .num {
  font-family: var(--font-display);
  color: var(--purple-light);
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.experience-card h3 { font-family: var(--font-heading); text-transform: none; font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.experience-card p { color: var(--gray); font-size: 15px; margin: 0; }

/* ---------- BENEFITS ---------- */
.benefits { background: var(--black); }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.benefit-card {
  background: var(--dark);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s ease, border-color .2s ease;
}
.benefit-card:hover { transform: translateY(-4px); border-color: var(--purple-light); }
.benefit-card img { width: 100%; height: 170px; object-fit: cover; }
.benefit-card .content { padding: 22px 24px 26px; }
.benefit-card h3 { font-family: var(--font-heading); text-transform: none; font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.benefit-card p { color: var(--gray); font-size: 14.5px; margin: 0; }

/* ---------- COMMUNITY ---------- */
.community { background: var(--dark-2); }
.community .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.community-text .eyebrow { margin-bottom: 14px; display: block; }
.community-text h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 20px; }
.community-text p { color: var(--gray); font-size: 17px; max-width: 480px; }
.community-media { border-radius: 24px; overflow: hidden; }
.community-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- PLANS ---------- */
.plans { background: var(--black); }
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.plan-card {
  background: var(--dark);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.plan-card.featured {
  border-color: var(--purple-light);
  background: linear-gradient(160deg, rgba(103,61,230,0.25), var(--dark) 60%);
  position: relative;
}
.plan-card.featured::before {
  content: 'MÁS ELEGIDO';
  position: absolute;
  top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--purple-light);
  color: var(--purple-dark);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 999px;
}
.plan-name { font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--purple-light); font-size: 14px; }
.plan-price { font-family: var(--font-display); font-size: 34px; font-weight: 700; }
.plan-price small { font-family: var(--font-body); font-size: 13px; color: var(--gray); font-weight: 500; display: block; margin-top: 4px; text-transform: none; letter-spacing: 0; }
.plan-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan-features li { color: var(--gray); font-size: 14px; padding-left: 22px; position: relative; }
.plan-features li::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: rgba(140,133,255,0.2);
  border: 1px solid var(--purple-light);
}
.plan-cta { text-align: center; margin-top: 4px; }
.plans-note { text-align: center; color: var(--gray); margin-top: 40px; font-size: 14px; }

/* ---------- CTA ---------- */
.cta {
  position: relative;
  padding: 120px 0;
  text-align: center;
  overflow: hidden;
}
.cta-bg {
  position: absolute; inset: 0;
  background-image: url('assets/cta_bg.jpg');
  background-size: cover;
  background-position: center;
}
.cta-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,15,0.9), rgba(47,28,106,0.85));
}
.cta-content { position: relative; z-index: 2; max-width: 620px; margin: 0 auto; }
.cta h2 { font-size: clamp(30px, 4.5vw, 48px); margin-bottom: 20px; }
.cta p { color: var(--gray); font-size: 17px; margin-bottom: 32px; }

/* ---------- FOOTER ---------- */
footer {
  background: var(--dark-2);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 48px 0 32px;
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.footer-logo img { height: 40px; }
footer .social-icons a { border-color: rgba(255,255,255,0.18); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
  font-size: 13px;
  color: var(--gray);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .experience-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .community .wrap { grid-template-columns: 1fr; }
  .community-media { order: -1; max-height: 360px; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .experience-grid, .benefits-grid, .plans-grid { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
  .hero { min-height: 100vh; }
  .footer-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
}
