/* ═══════════════════════════════════════════════════════
   VaultAIClub — Home (mockup pattern)
   Tokens desde globals.css.
   ═══════════════════════════════════════════════════════ */

/* ── Hero split ─────────────────────────────────────────── */
.hero { padding: 76px 0 68px; position: relative; overflow: hidden; }
.hero::after {
  content: ''; position: absolute; top: -180px; right: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(231, 106, 44, 0.10), transparent 65%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px;
  align-items: center; position: relative; z-index: 1;
}
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 44px; } }

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent);
  background: var(--accent-bg); border: 1px solid rgba(231, 106, 44, 0.2);
  padding: 7px 13px; border-radius: 999px; margin-bottom: 26px;
}
.badge i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); display: block; }

h1.hero-title {
  font-family: var(--font-sans); font-weight: 700;
  font-size: clamp(40px, 6vw, 68px); line-height: 1.02; letter-spacing: -0.04em;
  max-width: 15ch; margin-bottom: 24px;
}
h1.hero-title em { font-family: var(--font-italic); font-style: italic; font-weight: 400; color: var(--accent); }

.hero-lede {
  font-size: 19px; line-height: 1.6; color: var(--muted);
  max-width: 50ch; margin-bottom: 32px;
}
.hero-lede b { color: var(--ink); font-weight: 600; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 26px; }
.hero-note {
  font-family: var(--font-hand); font-size: 19px; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.hero-note svg { flex-shrink: 0; }

/* ── Hero product stack ─────────────────────────────────── */
.stack { position: relative; height: 340px; }
.card-f {
  position: absolute; background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 14px; padding: 20px; width: 270px;
  box-shadow: var(--shadow);
}
.card-f:nth-child(1) { top: 0; left: 0; transform: rotate(-4deg); }
.card-f:nth-child(2) { top: 74px; left: 78px; transform: rotate(2.5deg); z-index: 2; }
.card-f:nth-child(3) { top: 158px; left: 16px; transform: rotate(-1.5deg); z-index: 3; }
.cf-tag {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 4px 8px; border-radius: 5px;
  display: inline-block; margin-bottom: 11px;
}
.cf-tag.g { background: var(--tag-green); color: var(--ink); }
.cf-tag.c { background: var(--tag-coral); color: var(--ink); }
.cf-tag.y { background: var(--tag-yellow); color: var(--ink); }
.cf-title { font-family: var(--font-sans); font-weight: 600; font-size: 17px; margin-bottom: 5px; letter-spacing: -0.015em; }
.cf-desc { font-size: 13.5px; color: var(--muted); line-height: 1.5; margin-bottom: 13px; }
.cf-price { font-family: var(--font-mono); font-size: 14px; font-weight: 700; color: var(--accent); }

/* ── Strip oscuro animado ───────────────────────────────── */
.strip {
  background: var(--dark); color: #fff; padding: 26px 0; overflow: hidden;
}
.strip-in {
  display: flex; align-items: center;
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em;
  white-space: nowrap; animation: slide 34s linear infinite;
  width: max-content;
}
.strip-in span {
  display: flex; align-items: center; gap: 10px;
  padding: 0 22px;
  opacity: 0.85;
}
.strip-in b { color: var(--accent); font-weight: 700; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Problem / Solution split ───────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.panel { border-radius: 16px; padding: 34px; }
.panel.bad { background: var(--bg-soft); border: 1px solid var(--border); }
.panel.good { background: var(--dark); color: #fff; }
.p-eyebrow {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 20px;
}
.panel.bad .p-eyebrow { color: var(--muted); }
.panel.good .p-eyebrow { color: var(--accent); }
.p-list { display: grid; gap: 15px; }
.p-item { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.55; }
.p-item i {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 5px;
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  font-style: normal; margin-top: 2px;
}
.panel.bad .p-item i { background: var(--bg); border: 1px solid var(--border); color: var(--muted); }
.panel.good .p-item i { background: var(--tag-green); color: var(--ink); }
.panel.good .p-item { color: rgba(255, 255, 255, 0.88); }

/* ── Products grid ──────────────────────────────────────── */
.prods {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px;
}

/* ── How it works ───────────────────────────────────────── */
.how { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.how-step { position: relative; }
.how-n {
  font-family: var(--font-italic); font-style: italic; font-size: 38px;
  color: var(--accent); line-height: 1; margin-bottom: 14px; opacity: 0.9;
}
.how-step h3 { font-family: var(--font-sans); font-weight: 600; font-size: 18px; margin-bottom: 8px; letter-spacing: -0.015em; }
.how-step p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }

/* ── Band CTA ───────────────────────────────────────────── */
.band { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.band-in { padding: 76px 0; text-align: center; }
.band h2 { margin: 0 auto 14px; max-width: 18ch; }
.band .s-sub { margin: 0 auto 32px; text-align: center; }
.band .s-label { justify-content: center; }

/* ── Stats strip (in-hero) ──────────────────────────────── */
.hero-stats {
  display: flex; gap: 36px; flex-wrap: wrap;
  margin-top: 56px; padding-top: 32px;
  border-top: 1px solid var(--line);
}
.hero-stat { display: flex; flex-direction: column; gap: 4px; }
.hero-stat .stat-n { font-size: 2rem; }
.hero-stat .stat-l { font-size: 0.78rem; color: var(--text-light); }

/* ── Alert (catálogo vacío) ─────────────────────────────── */
.alert {
  background: var(--accent-bg); border: 1px solid rgba(231, 106, 44, 0.3);
  color: var(--ink); padding: 16px 18px; border-radius: 12px; margin-bottom: 24px; font-size: 0.95rem;
}
