/* ============================================================
   Luciérnaga · maqueta web
   Paleta tomada del key visual: noche violeta, dorado, magenta y cian
   ============================================================ */
:root {
  --bg: #09051a;
  --bg2: #110a26;
  --card: #160f31;
  --card2: #1e1541;
  --line: rgba(214, 190, 255, .14);
  --text: #f5f0ff;
  --muted: #b9acd6;
  --dim: #8a7fa8;
  --gold: #e9b95c;
  --gold2: #f8dc9a;
  --mag: #d64fd0;
  --vio: #8f63ff;
  --cyan: #62dfe8;
  --pink: #ff3d9f;
  --grad: linear-gradient(95deg, #f8dc9a 0%, #f0a9d6 40%, #b58cff 70%, #7fd9ef 100%);
  --grad-btn: linear-gradient(95deg, #d64fd0, #8f63ff);
  --radius: 18px;
  --maxw: 1200px;
  --f-logo: 'Cinzel', 'Trajan Pro', Georgia, serif;
  --f-display: 'Oswald', 'Arial Narrow', Impact, sans-serif;
  --f-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 50% at 15% 0%, rgba(143, 99, 255, .22), transparent 70%),
    radial-gradient(50% 40% at 90% 20%, rgba(214, 79, 208, .16), transparent 70%),
    radial-gradient(60% 50% at 50% 110%, rgba(98, 223, 232, .08), transparent 70%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
h1, h2, h3, h4 { text-wrap: balance; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(16px, 4vw, 40px); }
.section { padding-block: clamp(56px, 8vw, 104px); }
.center { text-align: center; }
.muted { color: var(--muted); }

/* ---------- Burbujas flotantes ---------- */
.bubbles { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.bubbles span {
  position: absolute; left: var(--x); bottom: calc(var(--s) * -1.2);
  width: var(--s); height: var(--s); border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.6) 0 7%, transparent 18%),
    radial-gradient(circle at 50% 50%, transparent 56%, rgba(143,99,255,.22) 70%, rgba(98,223,232,.32) 84%, rgba(255,120,210,.42) 100%);
  opacity: .45;
  animation: rise var(--d) linear var(--delay) infinite;
}
@keyframes rise {
  0% { transform: translate(0, 0); }
  50% { transform: translate(var(--drift), -58vh); }
  100% { transform: translate(0, -118vh); }
}

/* ---------- Header ---------- */
.mock-bar {
  position: relative; z-index: 60;
  background: linear-gradient(90deg, #3b1d6e, #6a1f6b);
  color: #fbe9ff; font-size: 12.5px; text-align: center; padding: 6px 16px; letter-spacing: .02em;
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 20px;
  padding: 12px clamp(16px, 4vw, 40px);
  border-bottom: 1px solid var(--line);
}
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(9, 5, 26, .78);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.logo { display: inline-flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.logo-word {
  font-family: var(--f-logo); font-weight: 700; font-size: 24px; letter-spacing: .06em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.logo-tag { font-size: 9px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-top: 5px; }
.nav { display: flex; gap: 2px; margin-inline: auto; }
.nav a {
  padding: 8px 11px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--muted);
  transition: color .2s, background .2s; white-space: nowrap;
}
.nav a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.nav a.is-active { color: var(--text); background: rgba(143, 99, 255, .2); }
.header-actions { display: flex; gap: 8px; align-items: center; }
.icon-btn {
  position: relative; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px;
  border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.04);
  cursor: pointer; font-size: 14px; font-weight: 600; white-space: nowrap;
}
.icon-btn:hover, .icon-btn.is-active { border-color: rgba(214, 190, 255, .4); }
.ico { width: 18px; height: 18px; flex-shrink: 0; }
.badge {
  position: absolute; top: -5px; right: -5px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 10px;
  background: var(--pink); color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center;
}
.menu-btn { display: none; }
.nav-scrim { display: none; position: fixed; inset: 0; z-index: 45; background: rgba(0,0,0,.55); }

@media (max-width: 1180px) {
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 86vw); z-index: 55;
    flex-direction: column; margin: 0; padding: 88px 18px 24px; background: #0f0822;
    border-left: 1px solid var(--line); transform: translateX(105%); transition: transform .3s ease;
  }
  .nav a { font-size: 17px; padding: 12px 14px; }
  body.nav-open .nav { transform: none; }
  body.nav-open .nav-scrim { display: block; }
  .menu-btn { display: inline-flex; position: relative; z-index: 56; }
  .header-actions { margin-left: auto; }
}
@media (max-width: 560px) {
  .hide-sm { display: none; }
  .logo-word { font-size: 19px; }
  .logo-tag { font-size: 7.5px; }
  .site-header { gap: 10px; }
}

/* ---------- Tipografía y botones ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
}
.eyebrow .ico { width: 12px; height: 12px; }
.h-display {
  font-family: var(--f-display); font-weight: 600; text-transform: uppercase; letter-spacing: .01em;
  line-height: 1.04; font-size: clamp(34px, 5vw, 60px); margin: 10px 0 14px;
}
.h-display em, .grad {
  font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.h-sub {
  font-family: var(--f-display); font-weight: 500; text-transform: uppercase; letter-spacing: .03em;
  font-size: 22px; margin: 40px 0 14px;
}
.lead { font-size: clamp(16px, 1.6vw, 19px); color: var(--muted); max-width: 62ch; margin: 0; }
.section-head { margin-bottom: 36px; }
.section-head.center .lead { margin-inline: auto; }
.big-p { font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; color: #e9e0f7; margin: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; font-size: 15px; cursor: pointer; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--grad-btn); color: #fff; box-shadow: 0 8px 28px -8px rgba(214, 79, 208, .6); }
.btn-gold { background: linear-gradient(95deg, #f8dc9a, #e9b95c); color: #2a1705; }
.btn-pink { background: var(--pink); color: #fff; box-shadow: 0 8px 24px -10px rgba(255, 61, 159, .7); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.04); color: var(--text); }
.btn-ghost:hover { border-color: rgba(214, 190, 255, .45); }
.btn-sm { min-height: 36px; padding: 0 14px; font-size: 13.5px; }
.btn-block { width: 100%; white-space: normal; text-align: center; padding-block: 10px; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.actions-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.link-btn {
  background: none; border: 0; padding: 0; cursor: pointer; color: var(--gold2); font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px; font-size: 14px;
}

.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  font-size: 11.5px; padding: 4px 10px; border-radius: 999px; color: #e8def8;
  background: rgba(255,255,255,.08); border: 1px solid var(--line);
}
.tag-gold { background: rgba(233,185,92,.12); border-color: rgba(233,185,92,.35); color: var(--gold2); }

/* ---------- Main ---------- */
#app { position: relative; z-index: 1; min-height: 70vh; }
#app.fade { animation: fade .45s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(36px, 6vw, 80px) clamp(56px, 7vw, 96px); }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; filter: blur(3px) saturate(1.2); transform: scale(1.06); }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(9,5,26,.2), var(--bg) 97%), linear-gradient(90deg, var(--bg) 0%, rgba(9,5,26,.55) 60%, rgba(9,5,26,.2));
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-title { margin: 14px 0 0; font-weight: inherit; }
.logo-xl {
  display: block; font-family: var(--f-logo); font-weight: 700; font-size: clamp(44px, 7.4vw, 96px);
  letter-spacing: .04em; line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 30px rgba(233, 185, 92, .22));
}
.hero-claim {
  display: block; font-family: var(--f-display); text-transform: uppercase; font-weight: 500;
  font-size: clamp(22px, 3.2vw, 40px); letter-spacing: .14em; margin-top: 12px; color: #fff;
}
.hero-claim em { font-style: normal; color: var(--gold2); }
.hero-sub { font-size: clamp(16px, 1.5vw, 19px); color: var(--muted); max-width: 50ch; margin: 18px 0 28px; }
.paths { display: grid; gap: 12px; max-width: 560px; }
.path {
  display: flex; align-items: center; gap: 16px; padding: 14px 18px; border-radius: 16px;
  background: rgba(23, 16, 52, .72); border: 1px solid var(--line); transition: all .2s;
}
.path:hover { border-color: rgba(233,185,92,.55); background: rgba(30, 21, 65, .92); transform: translateX(4px); }
.path-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-btn); flex-shrink: 0; }
.path:nth-child(2) .path-ico { background: linear-gradient(135deg, #e9b95c, #c9702e); }
.path:nth-child(3) .path-ico { background: linear-gradient(135deg, #ff3d9f, #a51d73); }
.path-ico .ico { width: 22px; height: 22px; color: #fff; }
.path strong { display: block; font-size: 17px; }
.path small { color: var(--muted); font-size: 13.5px; }
.path-arrow { margin-left: auto; color: var(--gold); }
.hero-media { position: relative; justify-self: center; width: min(360px, 100%); }
.arch {
  aspect-ratio: 9 / 15; border-radius: 999px 999px 28px 28px; overflow: hidden;
  border: 1px solid rgba(233,185,92,.5);
  box-shadow: 0 0 0 8px rgba(143,99,255,.08), 0 30px 80px -20px rgba(214,79,208,.55);
}
.arch video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
.hero-badge {
  position: absolute; left: -28px; bottom: 40px; display: flex; gap: 10px; align-items: center;
  padding: 12px 16px; border-radius: 14px; font-size: 13px; font-weight: 600;
  background: rgba(15, 8, 34, .88); border: 1px solid var(--line);
}
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff4d6d; box-shadow: 0 0 10px #ff4d6d; animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { width: min(300px, 82%); }
  .hero-badge { left: 12px; bottom: 16px; }
}

/* ---------- Marquee ---------- */
.marquee { position: relative; z-index: 1; border-block: 1px solid var(--line); overflow: hidden; background: rgba(255,255,255,.02); }
.marquee-track {
  display: flex; gap: 36px; width: max-content; padding: 16px 0; animation: scroll 45s linear infinite;
  font-family: var(--f-display); text-transform: uppercase; letter-spacing: .22em; font-size: 15px;
}
.marquee-track span:nth-child(4n+1) { color: var(--cyan); }
.marquee-track span:nth-child(4n+2) { color: #ea7fe0; }
.marquee-track span:nth-child(4n+3) { color: var(--gold2); }
.marquee-track span:nth-child(4n) { color: #b99bff; }
.marquee-track i { font-style: normal; color: var(--dim); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Tarjetas de shows ---------- */
.show-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.show-card {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  background: var(--card); border: 1px solid var(--line); transition: transform .25s, border-color .25s;
}
.show-card:hover { transform: translateY(-4px); border-color: rgba(233,185,92,.5); }
.show-card-img { aspect-ratio: 4 / 5; overflow: hidden; }
.show-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.show-card:hover .show-card-img img { transform: scale(1.05); }
.show-card-body { position: absolute; inset: auto 0 0 0; padding: 48px 18px 18px; background: linear-gradient(180deg, transparent, rgba(9,5,26,.94) 45%); }
.show-card-body h3 { font-family: var(--f-display); font-weight: 500; text-transform: uppercase; font-size: 22px; line-height: 1.1; margin: 4px 0 10px; }
.kicker { font-size: 12px; color: var(--gold2); font-weight: 700; letter-spacing: .06em; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bento .show-card:first-child { grid-column: span 2; grid-row: span 2; }
.bento .show-card:first-child .show-card-img { aspect-ratio: auto; height: 100%; }
.bento .show-card:first-child h3 { font-size: 34px; }
.bento .show-card-img { aspect-ratio: 1 / 1.05; }
@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .bento .show-card:first-child { grid-row: auto; }
  .bento .show-card:first-child .show-card-img { aspect-ratio: 16 / 11; }
}
@media (max-width: 480px) {
  .bento .show-card-body h3 { font-size: 17px; }
  .bento .show-card:not(:first-child) .tags { display: none; }
}
.empty { padding: 40px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: var(--radius); }

/* ---------- Split / listas ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split-media { position: relative; }
.split-media > img { border-radius: 24px; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.float-card {
  position: absolute; right: -18px; bottom: 28px; max-width: 290px; padding: 16px 18px; border-radius: 16px;
  background: rgba(15, 8, 34, .92); border: 1px solid rgba(233,185,92,.35); font-size: 14px;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.8);
}
.float-card p { margin: 0 0 8px; color: #eee5fb; }
.float-card small { color: var(--gold2); font-weight: 700; }
.split.reverse .split-media { order: 2; }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .float-card { right: 12px; left: 12px; max-width: none; }
}
.feature-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: 14px; background: var(--card); border: 1px solid var(--line); }
.feature-list a { display: contents; }
.fl-ico { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(233,185,92,.12); color: var(--gold2); flex-shrink: 0; }
.feature-list strong { display: block; }
.feature-list span { color: var(--muted); font-size: 14.5px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list .ico { color: var(--gold); margin-top: 4px; }

/* ---------- Firefly ARG ---------- */
.firefly-band {
  position: relative; z-index: 1; padding-block: clamp(56px, 8vw, 96px);
  background: linear-gradient(180deg, rgba(255,61,159,.09), rgba(255,61,159,.02));
  border-block: 1px solid rgba(255, 61, 159, .22);
}
.ff-head { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; margin-bottom: 36px; }
.ff-head h2 { margin-bottom: 6px; }
.ff-head p { margin: 0; color: var(--muted); }
.ff-logo { width: 210px; aspect-ratio: 3 / 1; object-fit: cover; border-radius: 14px; }
.firefly-band .eyebrow, .ff .eyebrow { color: #ff8cc6; }
@media (max-width: 860px) { .ff-head { grid-template-columns: 1fr; } }

.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.prod-card {
  display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--line); transition: transform .25s, border-color .25s;
}
.prod-card:hover { border-color: rgba(255,61,159,.5); transform: translateY(-3px); }
.prod-img { position: relative; display: block; aspect-ratio: 1 / 1; background: #f3f1f6; overflow: hidden; }
.prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.prod-card:hover .prod-img img { transform: scale(1.04); }
.prod-placeholder {
  height: 100%; display: grid; place-items: center; align-content: center; gap: 8px; color: #fff; font-weight: 700; font-size: 14px;
  background: radial-gradient(circle at 30% 30%, #ffd1ea, #ff3d9f 55%, #7a1350);
}
.prod-placeholder .ico { width: 40px; height: 40px; }
.pill {
  position: absolute; top: 12px; left: 12px; font-size: 11.5px; font-weight: 800; padding: 4px 10px; border-radius: 999px;
  background: var(--pink); color: #fff;
}
.pill-out { background: #2b2340; color: #d9cdef; }
.prod-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.prod-cat { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); font-weight: 700; }
.prod-body h3 { font-size: 16px; margin: 0; line-height: 1.3; }
.prod-foot { margin-top: auto; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.price { font-weight: 800; font-size: 17px; }

.ff-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 36px; }
.ff-benefit { display: flex; gap: 12px; padding: 16px; border-radius: 16px; background: var(--card); border: 1px solid var(--line); font-size: 14px; }
.ff-benefit .ico { color: #ff8cc6; width: 22px; height: 22px; }
.ff-benefit strong { display: block; }
.ff-benefit span { color: var(--muted); }
@media (max-width: 900px) { .ff-benefits { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ff-benefits { grid-template-columns: 1fr; } }

/* ---------- Testimonios ---------- */
.t-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 18px; align-items: start; }
.t-card {
  margin: 0; padding: 22px; border-radius: var(--radius); display: flex; flex-direction: column; gap: 14px;
  background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line);
}
.t-card blockquote { margin: 0; font-size: 16px; line-height: 1.6; color: #efe7fb; }
.t-card blockquote::before {
  content: "\201C"; display: block; font-family: var(--f-logo); font-size: 52px; line-height: .6; color: var(--gold); margin: 8px 0 4px;
}
.t-card figcaption { display: flex; flex-direction: column; font-size: 14px; }
.t-card figcaption span { color: var(--muted); font-size: 13px; }
.t-area { align-self: flex-start; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.t-area.shows { background: rgba(143,99,255,.2); color: #cdb8ff; }
.t-area.metodo { background: rgba(233,185,92,.15); color: var(--gold2); }
.t-area.firefly { background: rgba(255,61,159,.16); color: #ff9bcf; }
.t-card video { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 12px; background: #000; }
.t-proof { align-self: flex-start; }

/* ---------- Page hero ---------- */
.page-hero, .show-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(56px, 9vw, 120px) clamp(40px, 6vw, 72px); }
.show-hero { min-height: min(56vh, 560px); display: flex; align-items: flex-end; }
.show-hero > .wrap { width: 100%; }
.page-hero-bg { position: absolute; inset: 0; z-index: -1; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.page-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--bg) 8%, rgba(9,5,26,.55) 60%, rgba(9,5,26,.3)), linear-gradient(0deg, var(--bg), transparent 55%);
}
.show-hero .page-hero-bg img { opacity: .55; }
.page-hero.ff .page-hero-bg::after {
  background: linear-gradient(90deg, #12061a 10%, rgba(60,8,40,.6) 60%, rgba(9,5,26,.3)), linear-gradient(0deg, var(--bg), transparent 55%);
}
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.crumbs a { color: var(--gold2); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip {
  padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.03);
  cursor: pointer; font-size: 14px; font-weight: 600; color: var(--muted);
}
.chip:hover { color: var(--text); }
.chip.is-active { background: var(--text); color: var(--bg); border-color: var(--text); }
.ff .chip.is-active, .chips.pink .chip.is-active { background: var(--pink); border-color: var(--pink); color: #fff; }

/* ---------- Ficha de show / detalle ---------- */
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 48px; padding-block: 40px 20px; align-items: start; }
.detail-aside { position: sticky; top: 90px; display: grid; gap: 16px; }
.info-card { padding: 24px; border-radius: 20px; background: var(--card); border: 1px solid var(--line); display: grid; gap: 14px; }
.info-card h3 { margin: 0; font-family: var(--f-display); text-transform: uppercase; font-weight: 500; letter-spacing: .04em; font-size: 20px; }
.info-card dl { margin: 0; display: grid; gap: 12px; }
.info-row { display: grid; gap: 2px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.info-row dt, .mini-label { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); font-weight: 700; }
.info-row dd { margin: 0; font-weight: 600; }
.mini-quote { margin: 0; font-size: 14px; color: var(--muted); border-left: 2px solid var(--gold); padding-left: 12px; }
.mini-quote cite { display: block; font-style: normal; color: var(--gold2); font-size: 12.5px; margin-top: 4px; font-weight: 700; }
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; gap: 10px; }
.mosaic > * { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; background: #000; }
.mosaic img { cursor: zoom-in; }
.mosaic > :first-child { grid-column: span 2; grid-row: span 2; }
.mosaic video { grid-row: span 2; }
.mosaic-solo { grid-template-columns: minmax(0, 340px); grid-auto-rows: auto; }
.mosaic-solo > :first-child { grid-column: auto; grid-row: auto; }
.mosaic-solo video { aspect-ratio: 9 / 16; height: auto; }
.mosaic-few { grid-auto-rows: 420px; }
.mosaic-few.n1 { grid-template-columns: 1fr; }
.mosaic-few.n2 { grid-template-columns: 1fr 1fr; }
.mosaic-few > :first-child { grid-column: auto; grid-row: auto; }
@media (max-width: 960px) { .detail-grid { grid-template-columns: 1fr; } .detail-aside { position: static; } }
@media (max-width: 560px) {
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; grid-auto-flow: dense; }
  .mosaic-few { grid-auto-rows: 260px; }
  .mosaic-few.n2 { grid-template-columns: 1fr; }
}

/* ---------- Marcas ---------- */
.action-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.action-card { padding: 22px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); }
.action-card b {
  font-family: var(--f-display); font-size: 34px; font-weight: 600; line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.action-card h3 { margin: 10px 0 6px; font-size: 18px; }
.action-card p { margin: 0; color: var(--muted); font-size: 14.5px; }
.video-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.video-pair video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 18px; background: #000; }
.steps-list { counter-reset: s; list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 16px; }
.steps-list li { counter-increment: s; display: flex; gap: 14px; align-items: flex-start; }
.steps-list li::before {
  content: counter(s); width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%;
  display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold2); font-weight: 800;
}
.steps-list strong { display: block; }
.steps-list span { color: var(--muted); font-size: 14.5px; }

/* ---------- Método ---------- */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer { display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; background: var(--card); border: 1px solid var(--line); }
.offer > img { aspect-ratio: 16 / 11; object-fit: cover; width: 100%; }
.offer-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.offer-body h3 { margin: 0; font-family: var(--f-display); font-weight: 500; text-transform: uppercase; font-size: 24px; line-height: 1.1; }
.offer-body p { margin: 0; color: var(--muted); }
.offer-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13.5px; color: #ddd0f2; }
.offer-meta span { display: inline-flex; gap: 6px; align-items: center; }
.offer-meta .ico { width: 15px; height: 15px; color: var(--gold); }
.offer .btn { margin-top: auto; align-self: flex-start; }
.offer-price { font-weight: 800; font-size: 18px; }
.offer-price small { font-weight: 600; color: var(--muted); font-size: 13px; }
.soon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.soon { padding: 20px; border-radius: 16px; border: 1px dashed rgba(214,190,255,.28); color: var(--muted); font-size: 14.5px; }
.soon strong { display: block; color: var(--text); font-size: 16px; }
@media (max-width: 900px) { .offer-grid, .soon-grid { grid-template-columns: 1fr; } }

.course-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-block: 48px 24px; }
.course-video { position: relative; aspect-ratio: 16 / 11; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: #000; }
.course-video video { width: 100%; height: 100%; object-fit: contain; }
.course-facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; font-size: 14.5px; }
.course-facts span { display: inline-flex; align-items: center; gap: 8px; }
.course-facts .ico { color: var(--gold); }
.course-body { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 48px; align-items: start; padding-bottom: 40px; }
.price-big { font-family: var(--f-display); font-size: 46px; font-weight: 600; line-height: 1; }
.price-big small { font-size: 16px; color: var(--muted); font-family: var(--f-body); font-weight: 600; }
.currency-toggle { display: inline-flex; padding: 4px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--line); justify-self: start; }
.currency-toggle button { border: 0; background: none; padding: 6px 14px; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: 13px; color: var(--muted); }
.currency-toggle button.is-active { background: var(--text); color: var(--bg); }
.pay-logos { display: flex; gap: 8px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
.pay-logos span { padding: 4px 10px; border-radius: 8px; border: 1px solid var(--line); }
.acc { border: 1px solid var(--line); border-radius: 14px; background: var(--card); margin-bottom: 10px; overflow: hidden; }
.acc summary { cursor: pointer; list-style: none; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-weight: 700; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary small { color: var(--dim); font-weight: 600; margin-left: auto; }
.acc summary::after { content: "+"; color: var(--gold); font-size: 22px; line-height: 1; }
.acc[open] summary::after { content: "\2013"; }
.acc-body { padding: 0 20px 14px; color: var(--muted); }
.lesson-list { list-style: none; margin: 0; padding: 0; }
.lesson-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 15px; color: #e3d9f3; }
.lesson-list small { color: var(--dim); white-space: nowrap; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.box { padding: 22px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); }
.box h3 { margin: 0 0 12px; font-size: 17px; }
@media (max-width: 960px) { .course-hero, .course-body { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .two-col { grid-template-columns: 1fr; } }

/* ---------- Producto ---------- */
.product-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; padding-block: 32px 24px; align-items: start; }
.gallery-main { aspect-ratio: 1 / 1; border-radius: 22px; overflow: hidden; background: #f3f1f6; border: 1px solid var(--line); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.gallery-thumbs button {
  position: relative; width: 76px; height: 76px; padding: 0; border-radius: 12px; overflow: hidden; cursor: pointer;
  border: 2px solid transparent; background: #222;
}
.gallery-thumbs button.is-active { border-color: var(--pink); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.thumb-play { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.4); color: #fff; }
.product-info h1 { font-size: clamp(30px, 4vw, 46px); }
.stock { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; }
.stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #3fbf7f; box-shadow: 0 0 8px #3fbf7f; }
.stock.out::before { background: #ff6b6b; box-shadow: 0 0 8px #ff6b6b; }
.buy-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 22px 0 12px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; height: 46px; }
.qty button { width: 42px; height: 100%; border: 0; background: none; cursor: pointer; font-size: 20px; color: var(--text); }
.qty span { min-width: 28px; text-align: center; font-weight: 800; }
.pay-note { font-size: 13.5px; color: var(--muted); display: grid; gap: 6px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.pay-note span { display: flex; gap: 8px; align-items: center; }
.pay-note .ico { color: #ff8cc6; }
.prod-sections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
@media (max-width: 900px) { .product-grid, .prod-sections { grid-template-columns: 1fr; } }

/* ---------- Sobre ---------- */
.timeline { position: relative; display: grid; gap: 26px; padding-left: 30px; border-left: 1px solid rgba(233,185,92,.35); margin-left: 6px; }
.tl-item { position: relative; }
.tl-item::before { content: ""; position: absolute; left: -37px; top: 7px; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.tl-item h3 { margin: 0 0 4px; font-family: var(--f-display); font-weight: 500; text-transform: uppercase; font-size: 21px; }
.tl-item p { margin: 0; color: var(--muted); }
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.photo-strip img { aspect-ratio: 3 / 4; object-fit: cover; border-radius: 16px; width: 100%; }
@media (max-width: 700px) { .photo-strip { grid-template-columns: 1fr 1fr; } }
.quote-xl { font-family: var(--f-logo); font-weight: 600; font-size: clamp(26px, 3.6vw, 44px); line-height: 1.25; text-align: center; max-width: 24ch; margin: 0 auto; }
.note { font-size: 13px; color: var(--gold2); background: rgba(233,185,92,.08); border: 1px dashed rgba(233,185,92,.35); padding: 10px 14px; border-radius: 12px; }

/* ---------- Contacto ---------- */
.contact-band { position: relative; z-index: 1; padding-bottom: clamp(56px, 8vw, 96px); }
.contact-band-inner {
  position: relative; overflow: hidden; border-radius: 28px; padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(120deg, #2a1257, #5a1b63 55%, #7c3a2b);
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 32px; align-items: center;
}
.contact-band-inner .lead { color: #eadcf7; }
.contact-band-inner .eyebrow { color: #ffe3a3; }
.socials { display: flex; flex-wrap: wrap; gap: 10px; }
.socials a, .socials p {
  display: inline-flex; gap: 8px; align-items: center; padding: 10px 14px; border-radius: 999px; margin: 0;
  background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.18); font-size: 14px; font-weight: 600;
}
.socials a:hover { background: rgba(0,0,0,.4); }
@media (max-width: 860px) { .contact-band-inner { grid-template-columns: 1fr; } }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: start; }
.tabs {
  display: flex; flex-wrap: wrap; gap: 4px; padding: 5px; border-radius: 999px; margin-bottom: 24px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line); width: fit-content; max-width: 100%;
}
.tab { border: 0; background: none; padding: 10px 18px; border-radius: 999px; cursor: pointer; font-weight: 700; color: var(--muted); font-size: 14.5px; }
.tab.is-active { background: var(--grad-btn); color: #fff; }
.form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.field { display: grid; gap: 6px; align-content: start; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: 13px; font-weight: 600; color: #d8ccef; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(255,255,255,.04); color: var(--text); outline: none; transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; }
.field select option { background: #1a1030; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--vio); box-shadow: 0 0 0 3px rgba(143,99,255,.25); }
.field input[type=date] { color-scheme: dark; }
.form-success { padding: 36px 28px; border-radius: 20px; background: var(--card); border: 1px solid rgba(233,185,92,.4); text-align: center; }
.form-success h3 { font-family: var(--f-display); text-transform: uppercase; font-weight: 500; font-size: 26px; margin: 0 0 8px; }
.channel-list { display: grid; gap: 10px; }
.channel { display: flex; gap: 12px; align-items: center; padding: 14px; border-radius: 14px; background: var(--card); border: 1px solid var(--line); font-weight: 600; }
a.channel:hover { border-color: rgba(233,185,92,.45); }
.channel .ico { width: 22px; height: 22px; color: var(--gold); }
.channel small { display: block; color: var(--muted); font-weight: 500; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } .tab { padding: 9px 13px; font-size: 13.5px; } }

/* ---------- Cuenta / alumnos ---------- */
.auth-wrap { display: grid; grid-template-columns: 1fr 1fr; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); margin-block: 48px; }
.auth-media { position: relative; min-height: 520px; }
.auth-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.auth-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,5,26,.85), transparent 55%); }
.auth-media-copy { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 1; }
.auth-card { padding: clamp(24px, 5vw, 56px); background: var(--card); display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.auth-card .tabs { margin-bottom: 4px; }
@media (max-width: 860px) { .auth-wrap { grid-template-columns: 1fr; } .auth-media { min-height: 220px; } }
.dash-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.dash-head h1 { margin-bottom: 4px; }
.dash-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; align-items: start; }
.course-row { display: grid; grid-template-columns: 220px 1fr; gap: 22px; padding: 18px; border-radius: 20px; background: var(--card); border: 1px solid var(--line); margin-bottom: 14px; }
.course-row > img { width: 100%; height: 100%; min-height: 170px; object-fit: cover; border-radius: 14px; }
.course-row h3 { margin: 4px 0 12px; font-size: 22px; }
.course-row p { margin: 8px 0 14px; font-size: 14px; }
.course-row.locked { opacity: .8; border-style: dashed; }
.progress { height: 8px; border-radius: 99px; background: rgba(255,255,255,.08); overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--grad); border-radius: inherit; transition: width .4s; }
.orders { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 14px; }
.orders li { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.status { color: #7ee2a8; font-weight: 800; font-size: 12.5px; white-space: nowrap; }
@media (max-width: 900px) { .dash-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .course-row { grid-template-columns: 1fr; } .course-row > img { min-height: 160px; max-height: 200px; } }

.lesson-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 32px; padding-block: 32px 72px; align-items: start; }
.lesson-side { position: sticky; top: 84px; max-height: calc(100vh - 100px); overflow: auto; padding: 20px; border-radius: 20px; background: var(--card); border: 1px solid var(--line); }
.lesson-side h2 { font-size: 18px; margin: 12px 0 10px; }
.lesson-side .back { font-size: 13.5px; color: var(--gold2); font-weight: 600; }
.mod-title { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 800; margin: 20px 0 6px; }
.lesson-link { display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; align-items: center; padding: 9px 10px; border-radius: 10px; font-size: 14px; color: var(--muted); }
.lesson-link:hover { background: rgba(255,255,255,.05); color: var(--text); }
.lesson-link.is-current { background: rgba(143,99,255,.2); color: var(--text); }
.lesson-link small { color: var(--dim); font-size: 12px; }
.ll-check { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--dim); display: grid; place-items: center; }
.ll-check .ico { width: 12px; height: 12px; opacity: 0; stroke-width: 3; }
.lesson-link.is-done .ll-check { background: #3fbf7f; border-color: #3fbf7f; color: #06140c; }
.lesson-link.is-done .ll-check .ico { opacity: 1; }
.player { aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: #000; border: 1px solid var(--line); }
.player video { width: 100%; height: 100%; object-fit: contain; }
.player-note { font-size: 12.5px; color: var(--dim); display: flex; gap: 6px; align-items: center; margin: 10px 0 24px; }
.player-note .ico { width: 14px; height: 14px; }
.h-lesson { font-size: clamp(28px, 3.4vw, 40px); }
.downloads { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.downloads button {
  width: 100%; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px; text-align: left;
  border: 1px solid var(--line); background: rgba(255,255,255,.03); cursor: pointer;
}
.downloads button:hover { border-color: rgba(233,185,92,.45); }
.downloads .ico { color: var(--gold); }
.downloads small { margin-left: auto; color: var(--dim); }
.lesson-nav { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
@media (max-width: 960px) { .lesson-layout { grid-template-columns: 1fr; } .lesson-side { position: static; max-height: none; order: 2; } }

/* ---------- Carrito, modal, toast ---------- */
.drawer { position: fixed; inset: 0; z-index: 80; }
.drawer-backdrop, .modal-backdrop { position: absolute; inset: 0; background: rgba(5,2,14,.7); }
.drawer-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(420px, 100%); display: flex; flex-direction: column;
  background: #120a28; border-left: 1px solid var(--line); animation: slidein .3s ease;
}
.drawer-panel > header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.drawer-panel h3 { margin: 0; font-family: var(--f-display); text-transform: uppercase; font-weight: 500; letter-spacing: .04em; }
.drawer-body { flex: 1; overflow: auto; padding: 8px 20px; }
.drawer-panel > footer { padding: 18px 20px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.drawer-panel > footer:empty { display: none; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img, .cart-thumb { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; background: var(--pink); }
.cart-item h4 { margin: 0; font-size: 14.5px; line-height: 1.3; }
.cart-item .qty { height: 32px; margin-top: 6px; }
.cart-item .qty button { width: 30px; font-size: 16px; }
.cart-item .price { font-size: 15px; text-align: right; }
.cart-remove { display: block; margin-top: 6px; font-size: 12px; }
.sum-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 17px; }
.sum-row strong { font-size: 22px; }
.empty-state { text-align: center; padding: 48px 12px; color: var(--muted); }
.empty-state .ico { width: 42px; height: 42px; margin: 0 auto 10px; color: var(--dim); }
.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 16px; }
.modal-card {
  position: relative; width: min(520px, 100%); max-height: calc(100vh - 32px); overflow: auto;
  background: #140b2c; border: 1px solid var(--line); border-radius: 22px; padding: 28px; animation: pop .25s ease;
}
.modal-card.lightbox { width: auto; max-width: min(920px, 100%); padding: 10px; background: #000; }
.modal-card.lightbox img { max-height: calc(100vh - 60px); border-radius: 12px; margin: 0 auto; }
.modal-card h3 { margin: 8px 0 14px; }
.modal-close {
  position: absolute; top: 10px; right: 10px; z-index: 2; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line); background: rgba(0,0,0,.55); cursor: pointer; display: grid; place-items: center;
}
.steps { display: flex; gap: 6px; margin: 4px 36px 12px 0; font-size: 12px; font-weight: 700; color: var(--dim); }
.steps span { flex: 1; padding-top: 8px; border-top: 3px solid rgba(255,255,255,.1); }
.steps .is-on { color: var(--gold2); border-color: var(--gold); }
.spinner { width: 48px; height: 48px; border-radius: 50%; border: 3px solid rgba(255,255,255,.12); border-top-color: var(--mag); animation: spin 1s linear infinite; margin: 28px auto 12px; }
.success-ico { width: 64px; height: 64px; border-radius: 50%; margin: 8px auto 16px; display: grid; place-items: center; background: linear-gradient(135deg, #3fbf7f, #2a8f5c); }
.success-ico .ico { width: 32px; height: 32px; color: #fff; stroke-width: 2.6; }
.fine { font-size: 12.5px; color: var(--dim); text-align: center; margin: 0; }
.toast {
  position: fixed; left: 50%; bottom: 24px; z-index: 100; transform: translateX(-50%);
  max-width: calc(100% - 32px); padding: 12px 18px; border-radius: 999px;
  background: #fff; color: #1a0f33; font-weight: 700; font-size: 14px; box-shadow: 0 12px 40px rgba(0,0,0,.45);
  animation: toastin .25s ease;
}
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px -6px rgba(37,211,102,.6);
}
.wa-float .ico { width: 28px; height: 28px; }
@keyframes pop { from { opacity: 0; transform: translateY(8px) scale(.98); } }
@keyframes toastin { from { opacity: 0; transform: translate(-50%, 10px); } }
@keyframes slidein { from { transform: translateX(100%); } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Footer ---------- */
.site-footer { position: relative; z-index: 1; border-top: 1px solid var(--line); padding-block: 56px 90px; background: rgba(5,2,14,.6); }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
.foot-about { max-width: 34ch; font-size: 14.5px; }
.foot-grid h4 { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 0 0 12px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14.5px; color: var(--muted); }
.foot-grid a:hover { color: var(--text); }
.foot-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--dim); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .bubbles { display: none; }
}
