/* =========================================================
   MyCalendio · landing.css
   Extraido del mockup standalone 12 mayo 2026.
   Estetica: fondo crema #f6f5f2, tarjetas dark, paleta morada con gradient.
   ========================================================= */

/* =========================================================
   Lenis smooth scroll — estilos base requeridos por la libreria.
   Sin estos, Lenis no aplica el suavizado correctamente.
   ========================================================= */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

/* =========================================================
   MyCalendio · Premium cinematic landing — LIGHT theme
   ========================================================= */

:root {
  /* base */
  --bg-0: #fafbfd;
  --bg-1: #ffffff;
  --bg-2: #f1f3f8;
  --ink-0: #0a0d14;
  --ink-1: rgba(10, 13, 20, 0.74);
  --ink-2: rgba(10, 13, 20, 0.54);
  --ink-3: rgba(10, 13, 20, 0.32);
  --line:   rgba(10, 13, 20, 0.07);
  --line-2: rgba(10, 13, 20, 0.13);

  /* signature violet — brand de MyCalendio (azul-morado del logo) */
  --blue-50:  #f3f0ff;
  --blue-100: #e0d4ff;
  --blue-300: #a78bfa;
  --blue-500: #8b5cf6;
  --blue-600: #7c3aed;
  --blue-700: #6d28d9;
  --blue-900: #4c1d95;

  /* Gradient signature (azul -> morado), usar como background con linear-gradient */
  --grad-brand: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
  --grad-brand-strong: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);
  --grad-brand-soft: linear-gradient(135deg, #ede9ff 0%, #e0d4ff 100%);

  /* cyan accent */
  --cyan-300: #8af0e0;
  --cyan-500: #14b8a6;
  --cyan-700: #0e8073;

  /* warm warning */
  --hot-300: #ff9b8e;
  --hot-500: #ff5b5b;
  --hot-700: #c62828;

  /* gradients */
  --gradient-aurora: radial-gradient(60% 60% at 30% 20%, rgba(139,92,246,0.16) 0%, rgba(139,92,246,0) 60%),
                     radial-gradient(40% 40% at 80% 70%, rgba(20,184,166,0.10) 0%, rgba(20,184,166,0) 60%);
  --glass:           rgba(10, 13, 20, 0.025);
  --glass-strong:    rgba(255,255,255,0.7);
  --shadow-sm: 0 2px 6px -2px rgba(10,13,20,0.06), 0 1px 2px rgba(10,13,20,0.04);
  --shadow-md: 0 12px 30px -10px rgba(10,13,20,0.10), 0 4px 12px -4px rgba(10,13,20,0.06);
  --shadow-lg: 0 30px 60px -20px rgba(10,13,20,0.14), 0 10px 24px -10px rgba(10,13,20,0.08);
  --shadow-blue: 0 14px 40px -10px rgba(124,58,237,0.40), inset 0 1px 0 rgba(255,255,255,0.4);

  /* type */
  --font-display: 'General Sans', 'Neue Montreal', 'Inter', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;

  /* spacing */
  --section: clamp(80px, 10vw, 140px);
  --gutter: clamp(20px, 4vw, 56px);
  --max: 1280px;

  /* radius */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 32px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg-0);
  color: var(--ink-0);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(139,92,246,0.12), transparent 60%),
    radial-gradient(900px 700px at 90% 20%, rgba(20,184,166,0.06), transparent 60%),
    var(--bg-0);
}

img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

/* ---- type ---- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-1);
  box-shadow: var(--shadow-sm);
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue-600);
  box-shadow: 0 0 10px var(--blue-500);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.04;
  color: var(--ink-0);
}

.display {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5.6vw, 84px);
  line-height: 1.0;
  letter-spacing: -0.035em;
}
.display-xl {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 7.5vw, 116px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.lead {
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--ink-1);
  max-width: 56ch;
  line-height: 1.6;
}

.kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.gradient-ink {
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 50%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.blue-ink {
  background: linear-gradient(180deg, #8b5cf6 0%, #6d28d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---- buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: var(--bg-1);
  color: var(--ink-0);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  box-shadow: var(--shadow-sm);
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-primary {
  background: linear-gradient(180deg, #8b5cf6 0%, #7c3aed 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-blue);
}
.btn-primary:hover { background: linear-gradient(180deg, #a78bfa 0%, #7c3aed 100%); }
.btn-icon { width: 18px; height: 18px; }

/* ---- containers ---- */
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
section { position: relative; }

/* ====== NAVIGATION ====== */
.nav {
  position: fixed;
  top: 16px;
  left: 0; right: 0;
  z-index: 100;
  display: flex; justify-content: center;
  pointer-events: none;
}
.nav-inner {
  pointer-events: auto;
  display: flex; align-items: center; gap: 24px;
  padding: 8px 10px 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.nav-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 500;
  letter-spacing: -0.02em; color: var(--ink-0); text-decoration: none;
}
/* Logo SVG real en navbar y footer */
.nav-logo {
  height: 38px;
  width: auto;
  display: block;
}
/* nav-mark legacy: cuadrado decorativo (sin uso actual, fallback con gradient brand) */
.nav-mark {
  width: 26px; height: 26px;
  border-radius: 8px;
  background: var(--grad-brand);
  position: relative;
  box-shadow: 0 4px 14px rgba(124,58,237,0.4), inset 0 1px 0 rgba(255,255,255,0.4);
}
.nav-mark::before, .nav-mark::after {
  content: ""; position: absolute; background: rgba(255,255,255,0.95); border-radius: 1px;
}
.nav-mark::before { top: 5px; left: 6px; width: 14px; height: 2px; }
.nav-mark::after  { top: 9px; left: 6px; width: 14px; height: 8px; border-radius: 3px; background: rgba(255,255,255,0.18); border: 1.5px solid rgba(255,255,255,0.95); }

.nav-links { display: flex; gap: 22px; }
.nav-links a {
  color: var(--ink-1); text-decoration: none; font-size: 13.5px;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--ink-0); }
.nav-cta { font-size: 13px; padding: 9px 16px; }
@media (max-width: 720px) { .nav-links { display: none; } }

/* ====== HERO ====== */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 130px var(--gutter) 70px;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background: var(--gradient-aurora); pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(10,13,20,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10,13,20,0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 75%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 60px; align-items: center;
  min-height: calc(100svh - 200px);
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
}
.hero-copy { position: relative; z-index: 4; }
/* Hero eyebrow siempre visible — sin animacion fade. */
.hero-eyebrow { margin-bottom: 24px; opacity: 1 !important; }
.hero-title { margin-bottom: 22px; }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line span { display: inline-block; will-change: transform; }
.hero-sub { margin-bottom: 32px; max-width: 50ch; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-meta { margin-top: 26px; display: flex; gap: 24px; flex-wrap: wrap; font-size: 13px; color: var(--ink-2); }
.hero-meta-item { display: flex; align-items: center; gap: 8px; }
.hero-meta-item svg { width: 14px; height: 14px; color: var(--cyan-500); }

.hero-stage { position: relative; height: 540px; perspective: 1400px; }
@media (max-width: 1024px) { .hero-stage { height: 440px; } }

.float {
  position: absolute;
  border-radius: var(--r-lg);
  background: var(--bg-1);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  will-change: transform;
}

.f-cal {
  width: 440px; height: 340px;
  top: 40px; right: 30px;
  padding: 16px;
  transform: rotate3d(0,1,0,-8deg) rotate3d(1,0,0,4deg);
}
@media (max-width: 1024px) { .f-cal { width: 84%; right: 4%; top: 30px; } }
.cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cal-head h4 { font-size: 13.5px; font-weight: 500; }
.cal-head .pill { font-family: var(--font-mono); font-size: 9.5px; color: var(--cyan-700); padding: 3px 8px; border-radius: 999px; background: rgba(20,184,166,0.10); }
.cal-grid {
  display: grid; grid-template-columns: 32px repeat(5, 1fr);
  gap: 5px; font-size: 11px;
}
.cal-grid .h, .cal-grid .d {
  color: var(--ink-2); padding: 5px 4px; text-align: center;
  font-family: var(--font-mono); font-size: 10px;
}
.cal-cell {
  height: 36px; border-radius: 6px;
  background: rgba(10,13,20,0.025);
  position: relative;
}
.cal-cell.has::before {
  content: ""; position: absolute; left: 4px; right: 4px;
  height: 6px; border-radius: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-300));
  top: 5px;
}
.cal-cell.has.b::before { background: linear-gradient(90deg, var(--cyan-500), #5eead4); top: 17px; height: 5px; }
.cal-cell.has.c::before { background: linear-gradient(90deg, #ffb86b, #ff8d8d); top: 27px; height: 4px; }

.f-notif {
  width: 280px;
  top: 280px; left: 0;
  padding: 14px 16px;
  display: flex; gap: 12px;
  transform: rotate3d(0,1,0,5deg);
}
.f-notif .ico {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  display: grid; place-items: center;
  flex-shrink: 0;
  box-shadow: 0 8px 22px -8px rgba(124,58,237,0.55);
}
.f-notif .ico svg { width: 18px; height: 18px; color: #fff; }
.f-notif .body h5 { font-size: 13px; font-weight: 500; margin: 0 0 2px; }
.f-notif .body p { margin: 0; font-size: 12px; color: var(--ink-2); }
.f-notif .time {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--font-mono); font-size: 10px; color: var(--ink-3);
}

.f-metric {
  width: 220px; top: 0; left: 30px;
  padding: 16px;
}
.f-metric .label { font-size: 10.5px; color: var(--ink-2); font-family: var(--font-mono); letter-spacing: .14em; text-transform: uppercase; }
.f-metric .value { font-family: var(--font-display); font-size: 36px; line-height: 1; margin-top: 8px; letter-spacing: -0.03em; }
.f-metric .delta { color: var(--cyan-700); font-size: 12px; margin-top: 4px; display: flex; align-items: center; gap: 4px; }
.f-metric .spark { margin-top: 10px; height: 36px; }
.f-metric .spark svg { width: 100%; height: 100%; }

.f-avatars {
  width: 220px; top: 400px; right: 80px;
  padding: 12px 14px;
  display: flex; align-items: center; gap: 12px;
}
.f-avatars .stack { display: flex; }
.f-avatars .stack .a {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--bg-1);
  margin-left: -8px;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
.f-avatars .stack .a:nth-child(1) { background: linear-gradient(135deg, #ffb6b3, #ff7a7a); margin-left: 0; }
.f-avatars .stack .a:nth-child(2) { background: linear-gradient(135deg, #b8a4ff, #6e5cff); }
.f-avatars .stack .a:nth-child(3) { background: linear-gradient(135deg, #5eead4, #14b8a6); }
.f-avatars .stack .a:nth-child(4) { background: linear-gradient(135deg, #ffd28a, #ff9a3c); }
.f-avatars span { font-size: 12px; color: var(--ink-1); }

.scroll-cue {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3);
}
.scroll-cue .bar {
  width: 1px; height: 36px; background: linear-gradient(to bottom, transparent, var(--ink-2), transparent);
  position: relative; overflow: hidden;
}
.scroll-cue .bar::after {
  content: ""; position: absolute; left: 0; top: -50%; width: 100%; height: 50%;
  background: linear-gradient(to bottom, transparent, var(--ink-0));
  animation: scrollPulse 1.6s ease-in-out infinite;
}
@keyframes scrollPulse { 0% { top: -50%; } 100% { top: 110%; } }

/* ====== logo marquee ====== */
.logo-strip {
  padding: 28px 0 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.logo-strip-head {
  max-width: var(--max); margin: 0 auto 22px; padding: 0 var(--gutter);
  display: flex; align-items: baseline; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.logo-strip .label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-3);
}
.logo-strip .label-meta {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-3); opacity: 0.7;
}
.logos-marquee {
  position: relative; overflow: hidden; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.logo-track {
  display: inline-flex; align-items: center; gap: 36px;
  width: max-content; will-change: transform; padding: 8px 0;
}
.logo-track .logo {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 500; font-size: 16px; letter-spacing: -0.01em;
  color: var(--ink-1); white-space: nowrap;
  padding: 8px 18px 8px 8px;
  border: 1px solid var(--line); border-radius: 100px;
  background: var(--bg-1);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.logo-track .logo:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--line-2); }
.logo-track .logo .lg {
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: 0;
  color: white; text-transform: none;
  flex-shrink: 0;
}
.logo-track .logo .lg-1  { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.logo-track .logo .lg-2  { background: linear-gradient(135deg, #c084fc, #7c3aed); }
.logo-track .logo .lg-3  { background: linear-gradient(135deg, #5eead4, #14b8a6); }
.logo-track .logo .lg-4  { background: linear-gradient(135deg, #ffb86b, #f97316); }
.logo-track .logo .lg-5  { background: linear-gradient(135deg, #ff7eb6, #ec4899); }
.logo-track .logo .lg-6  { background: linear-gradient(135deg, #a78bfa, #4338ca); }
.logo-track .logo .lg-7  { background: linear-gradient(135deg, #f472b6, #be185d); }
.logo-track .logo .lg-8  { background: linear-gradient(135deg, #34d399, #059669); }
.logo-track .logo .lg-9  { background: linear-gradient(135deg, #fbbf24, #d97706); }
.logo-track .logo .lg-10 { background: linear-gradient(135deg, #818cf8, #4f46e5); }
.logo-track .logo .lg-name { font-weight: 600; }
.logo-track .logo .lg-cat {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-3); padding-left: 10px; border-left: 1px solid var(--line-2);
}
.logo-track .logo-dot {
  width: 4px; height: 4px; border-radius: 50%; background: var(--line-2);
  flex-shrink: 0;
}

/* chaos backdrop + meter + stamp v2 */
.chaos-backdrop { position: absolute; inset: 0; pointer-events: none; opacity: 0; }
.chaos-grid { width: 100%; height: 100%; }
.chaos-line { stroke-dashoffset: 0; }
.chaos-meter {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  width: calc(100% - 36px); max-width: 360px;
  background: var(--bg-1);
  border: 1px solid rgba(255,91,91,0.35);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 18px 40px -12px rgba(255,91,91,0.18), var(--shadow-sm);
  opacity: 0; transform: translate(-50%, 16px);
  z-index: 5;
}
.chaos-meter .cm-row { display: flex; justify-content: space-between; align-items: center; }
.chaos-meter .cm-label {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-3);
}
.chaos-meter .cm-tag {
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .14em;
  color: var(--hot-500); background: rgba(255,91,91,0.1);
  padding: 3px 8px; border-radius: 100px;
  display: inline-flex; align-items: center; gap: 5px;
}
.chaos-meter .cm-tag::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--hot-500);
  animation: chaos-blink 1.2s ease-in-out infinite;
}
@keyframes chaos-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.chaos-meter .cm-amount {
  font-family: var(--font-display); font-weight: 600; font-size: 26px; letter-spacing: -0.02em;
  color: var(--ink-1); margin: 4px 0 8px;
}
.chaos-meter .cm-bar {
  height: 4px; border-radius: 100px; background: rgba(255,91,91,0.12); overflow: hidden;
}
.chaos-meter .cm-bar-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, #ff8d8d, var(--hot-500));
}
.chaos-meter .cm-foot {
  display: flex; justify-content: space-between; gap: 10px; margin-top: 8px;
  font-size: 10.5px; color: var(--ink-2);
}
.chaos-meter .cm-foot b { font-family: var(--font-display); font-weight: 600; color: var(--ink-1); margin-right: 4px; }
.chaos-stamp {
  position: absolute; top: 38%; left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg) scale(0.85);
  display: flex; align-items: center; gap: 14px;
  opacity: 0; pointer-events: none; z-index: 4;
}
.chaos-stamp .cs-text {
  font-family: var(--font-display); font-weight: 600;
  font-size: 96px; letter-spacing: 0.04em;
  color: rgba(255,91,91,0.18);
  -webkit-text-stroke: 2px rgba(255,91,91,0.5);
  text-stroke: 2px rgba(255,91,91,0.5);
}
.chaos-stamp .cs-line {
  height: 2px; width: 50px;
  background: linear-gradient(90deg, transparent, rgba(255,91,91,0.5));
}
.chaos-stamp .cs-line.cs-l2 {
  background: linear-gradient(90deg, rgba(255,91,91,0.5), transparent);
}
.chaos-card .cc-pulse {
  position: absolute; inset: -6px;
  border-radius: 14px;
  border: 1px solid rgba(255,91,91,0.45);
  opacity: 0; pointer-events: none;
}

/* ====== PROBLEM ====== */
.problem {
  padding: var(--section) var(--gutter);
  position: relative; overflow: hidden;
}
.problem-stage {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 70px; align-items: center;
}
@media (max-width: 1024px) { .problem-stage { grid-template-columns: 1fr; } }

.problem-copy h2 { font-size: clamp(34px, 4.6vw, 64px); margin-bottom: 22px; }
.problem-copy .num { font-family: var(--font-mono); font-size: 11px; color: var(--hot-500); letter-spacing: .2em; margin-bottom: 14px; display: block; }
.problem-copy .strike {
  text-decoration: line-through;
  text-decoration-color: rgba(255,91,91,0.7);
  text-decoration-thickness: 3px;
  color: var(--ink-2);
}

.chaos-box {
  position: relative;
  height: 480px;
  border-radius: var(--r-xl);
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,91,91,0.10), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(255,91,91,0.06), transparent 50%),
    var(--bg-1);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.chaos-card {
  position: absolute;
  background: var(--bg-1);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 12px 14px;
  font-size: 12px;
  width: 220px;
  box-shadow: var(--shadow-md);
  display: flex; gap: 10px;
}
.chaos-card .ico {
  width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
  display: grid; place-items: center;
}
.chaos-card .ico.mail { background: rgba(139,92,246,0.12); color: var(--blue-600); }
.chaos-card .ico.miss { background: rgba(255,91,91,0.14); color: var(--hot-500); }
.chaos-card .ico.cal  { background: rgba(255,184,107,0.18); color: #c97a1a; }
.chaos-card .ico.pay  { background: rgba(20,184,166,0.12); color: var(--cyan-700); }
.chaos-card .ico svg { width: 14px; height: 14px; }
.chaos-card h6 { margin: 0; font-size: 12.5px; font-weight: 500; }
.chaos-card p { margin: 2px 0 0; font-size: 11px; color: var(--ink-2); }
.chaos-card.alert {
  border-color: rgba(255,91,91,0.45);
  box-shadow: 0 0 0 4px rgba(255,91,91,0.06), var(--shadow-md);
}

.chaos-stamp {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.04em;
  color: rgba(255,91,91,0.18);
  border: 4px solid rgba(255,91,91,0.18);
  padding: 8px 24px;
  border-radius: 12px;
  pointer-events: none;
  white-space: nowrap;
}

/* ====== DASHBOARD STORY (PINNED — fits 100svh) ====== */
.story {
  position: relative;
  background: linear-gradient(180deg, transparent, rgba(139,92,246,0.04), transparent);
}
.story-pin {
  position: relative;
  height: 100svh;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  padding: 90px var(--gutter) 50px;
  max-width: var(--max);
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1024px) {
  .story-pin { grid-template-columns: 1fr; gap: 16px; padding: 80px var(--gutter) 50px; }
}

/* LEFT side — single active card centered, others crossfade */
.story-side {
  position: relative;
  height: 100%;
  max-height: 540px;
}
.story-side-eyebrow {
  position: absolute; top: 0; left: 0;
}
.story-step {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  padding: 26px 28px;
  border-radius: var(--r-lg);
  background: var(--bg-1);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s cubic-bezier(.2,.8,.2,1), transform .5s cubic-bezier(.2,.8,.2,1);
}
.story-step.is-active {
  opacity: 1; pointer-events: auto;
  transform: translateY(-50%);
}
.story-step.is-prev { transform: translateY(calc(-50% - 16px)); }
.story-step.is-next { transform: translateY(calc(-50% + 16px)); }

.story-step .num {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--blue-600);
  letter-spacing: .18em; margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.story-step .num .total { color: var(--ink-3); }
.story-step .step-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(139,92,246,0.15), rgba(20,184,166,0.10));
  display: grid; place-items: center; margin-bottom: 14px;
  color: var(--blue-600);
}
.story-step .step-icon svg { width: 18px; height: 18px; }
.story-step h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 26px; line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.story-step p {
  font-size: 14.5px; color: var(--ink-1); margin: 0; line-height: 1.5;
}

/* step pagination dots */
.story-dots {
  position: absolute; bottom: 0; left: 0;
  display: flex; gap: 6px;
}
.story-dot {
  width: 22px; height: 3px; border-radius: 2px;
  background: var(--line-2);
  transition: background .3s, width .3s;
}
.story-dot.is-active { background: var(--blue-600); width: 38px; }

@media (max-width: 1024px) {
  .story-side { display: none; }
}

/* RIGHT — dashboard stage */
.story-stage {
  position: relative;
  height: 100%;
  max-height: 600px;
  border-radius: var(--r-xl);
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(139,92,246,0.10), transparent 70%),
    var(--bg-1);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.story-stage::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(10,13,20,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10,13,20,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 40%, transparent 80%);
  pointer-events: none;
}
.scene {
  position: absolute; inset: 20px;
  display: flex; opacity: 0;
  pointer-events: none;
}
.scene.active { opacity: 1; pointer-events: auto; }

/* ----- Dashboard chrome ----- */
.dash {
  width: 100%; height: 100%;
  display: grid; grid-template-columns: 180px 1fr;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--bg-1);
}
.dash-side {
  background: var(--bg-2);
  border-right: 1px solid var(--line);
  padding: 14px 10px;
  display: flex; flex-direction: column; gap: 3px;
}
.dash-brand {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 8px 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}
/* Logo SVG real dentro del sidebar del mockup */
.dash-brand-logo {
  height: 22px;
  width: auto;
  display: block;
}
/* nav-mark legacy (cuadradito decorativo) — sin uso, fallback con gradient brand */
.dash-brand .m {
  width: 22px; height: 22px; border-radius: 6px;
  background: var(--grad-brand);
}
.dash-brand span { font-family: var(--font-display); font-size: 13px; font-weight: 500; }
.dash-side a {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 9px;
  border-radius: 8px;
  font-size: 12.5px;
  color: var(--ink-2);
  text-decoration: none;
}
.dash-side a.active { background: rgba(139,92,246,0.12); color: var(--blue-700); font-weight: 500; }
.dash-side a svg { width: 14px; height: 14px; }

.dash-main {
  padding: 18px 22px;
  overflow: hidden;
  display: flex; flex-direction: column;
  background: var(--bg-1);
  height: fit-content;
}
.dash-bar {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px;
}
.dash-bar h3 { font-size: 16px; font-weight: 500; }
.dash-bar .controls { display: flex; gap: 8px; align-items: center; }
.dash-bar .controls .seg {
  display: inline-flex; padding: 3px; border-radius: 8px;
  background: var(--bg-2); border: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 10px;
}
.dash-bar .controls .seg span { padding: 5px 10px; border-radius: 6px; color: var(--ink-2); }
.dash-bar .controls .seg span.on { background: var(--bg-1); color: var(--ink-0); box-shadow: var(--shadow-sm); }
.dash-bar .controls .av {
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, #ffb6b3, #ff7a7a);
  border: 2px solid var(--bg-1);
}

/* scene 1: weekly calendar */
.week {
  display: grid;
  grid-template-columns: 46px repeat(5, 1fr);
  flex: 1;
  font-size: 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-1);
  position: relative;
}
.week .head {
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  padding: 7px 6px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px; color: var(--ink-2);
  letter-spacing: .1em; text-transform: uppercase;
}
.week .head.day-num {
  font-family: var(--font-display);
  font-size: 16px; letter-spacing: -0.02em;
  color: var(--ink-0); text-transform: none;
}
.week .head.today { color: var(--blue-700); }
.week .head.today .dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-600); margin-left: 5px; vertical-align: middle; box-shadow: 0 0 8px var(--blue-500); }
.week .col {
  border-right: 1px solid var(--line);
  position: relative; min-height: 0;
  background: var(--bg-1);
}
.week .col:last-child { border-right: 0; }
.week .hours { display: flex; flex-direction: column; background: var(--bg-2); }
.week .hour {
  flex: 1;
  border-bottom: 1px solid rgba(10,13,20,0.04);
  padding: 4px 6px;
  font-family: var(--font-mono);
  font-size: 9px; color: var(--ink-3);
}
.event {
  position: absolute;
  left: 4px; right: 4px;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 10.5px;
  background: linear-gradient(135deg, rgba(139,92,246,0.95), rgba(124,58,237,0.95));
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 12px -3px rgba(124,58,237,0.4);
  overflow: hidden;
}
.event .who { font-weight: 500; font-size: 11px; }
.event .what { opacity: .9; font-size: 10px; margin-top: 1px; }
.event.cyan   { background: linear-gradient(135deg, rgba(20,184,166,0.95), rgba(14,128,115,0.95)); box-shadow: 0 4px 12px -3px rgba(20,184,166,0.4); }
.event.warm   { background: linear-gradient(135deg, rgba(255,141,141,0.95), rgba(229,93,93,0.95)); box-shadow: 0 4px 12px -3px rgba(229,93,93,0.4); }
.event.violet { background: linear-gradient(135deg, rgba(146,124,255,0.95), rgba(110,92,255,0.95)); box-shadow: 0 4px 12px -3px rgba(110,92,255,0.4); }

.event.dragging { outline: 2px dashed rgba(124,58,237,0.6); outline-offset: 2px; }
.drag-cursor {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(124,58,237,0.18);
  pointer-events: none;
  z-index: 10;
}

/* scene 3: reminders */
.reminders { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; flex: 1; }
.reminder-flow {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: var(--bg-1);
  display: flex; flex-direction: column;
}
.reminder-flow h4 { font-size: 13px; font-weight: 500; margin-bottom: 14px; }
.timeline { display: flex; flex-direction: column; gap: 12px; flex: 1; position: relative; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 1px; background: var(--line-2); }
.tl-item { display: flex; gap: 12px; align-items: flex-start; position: relative; }
.tl-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--bg-1); border: 1.5px solid var(--line-2);
  flex-shrink: 0; display: grid; place-items: center;
  position: relative; z-index: 1;
}
.tl-dot.sent { background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); border-color: transparent; }
.tl-dot.sent svg { width: 10px; height: 10px; color: #fff; }
.tl-body { flex: 1; }
.tl-body .when { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); letter-spacing: .1em; }
.tl-body h5 { font-size: 12.5px; font-weight: 500; margin: 2px 0; }
.tl-body p { font-size: 11px; color: var(--ink-2); margin: 0; line-height: 1.4; }

/* email mock (replaces phone) */
.mailbox {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-1);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.mail-head {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}
.mail-head .ico {
  width: 26px; height: 26px; border-radius: 8px;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  display: grid; place-items: center;
}
.mail-head .ico svg { width: 12px; height: 12px; color: #fff; }
.mail-head .meta { font-size: 11px; flex: 1; }
.mail-head .meta b { font-size: 12px; font-weight: 500; display: block; }
.mail-head .meta span { color: var(--ink-3); display: block; font-family: var(--font-mono); font-size: 10px; }
.mail-body {
  padding: 14px 16px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.mail-subject { font-size: 14px; font-weight: 500; }
.mail-from { font-size: 11px; color: var(--ink-2); display: flex; gap: 8px; align-items: center; }
.mail-from b { color: var(--ink-1); font-weight: 500; }
.mail-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  background: var(--bg-2);
  font-size: 12px; line-height: 1.5;
  color: var(--ink-1);
}
.mail-card b { display: block; font-size: 12.5px; font-weight: 500; color: var(--ink-0); margin-bottom: 4px; }
.mail-card .row { display: flex; justify-content: space-between; padding: 3px 0; font-family: var(--font-mono); font-size: 11px; }
.mail-card .row span { color: var(--ink-3); }
.mail-actions { display: flex; gap: 8px; }
.mail-btn {
  flex: 1; padding: 9px;
  border-radius: 8px; border: 1px solid var(--line-2);
  background: var(--bg-1); color: var(--ink-1);
  font-size: 11.5px; font-weight: 500;
}
.mail-btn.primary { background: linear-gradient(180deg, #8b5cf6, #7c3aed); color: #fff; border-color: transparent; }

/* scene 4: payments */
.pay { display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; flex: 1; min-height: 0; }
.pay-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: var(--bg-1);
  display: flex; flex-direction: column; gap: 12px;
  min-height: 0;
}
.pay-panel h4 { font-size: 13px; font-weight: 500; }
.pay-stat .label { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); letter-spacing: .14em; text-transform: uppercase; }
.pay-stat .val { font-family: var(--font-display); font-size: 34px; line-height: 1; letter-spacing: -0.03em; margin-top: 6px; }
.pay-stat .delta { color: var(--cyan-700); font-size: 12px; margin-top: 4px; display: flex; align-items: center; gap: 4px; }
.pay-tx { display: flex; flex-direction: column; gap: 0; flex: 1; overflow: hidden; }
.pay-tx-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.pay-tx-row:last-child { border-bottom: 0; }
.pay-tx-row .name { color: var(--ink-0); }
.pay-tx-row .name span { display: block; color: var(--ink-3); font-size: 10.5px; font-family: var(--font-mono); margin-top: 2px; }
.pay-tx-row .amt { font-family: var(--font-mono); color: var(--ink-0); font-weight: 500; }
.pay-tx-row .badge {
  font-family: var(--font-mono); font-size: 9.5px;
  padding: 2px 7px; border-radius: 999px;
  background: rgba(20,184,166,0.12); color: var(--cyan-700);
  margin-left: 10px;
}

/* scene 5: analytics */
.charts { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; flex: 1; }
.chart {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: var(--bg-1);
  display: flex; flex-direction: column;
}
.chart h4 { font-size: 13px; font-weight: 500; margin-bottom: 6px; }
.chart .sub { font-size: 11px; color: var(--ink-2); margin-bottom: 12px; }
.chart-bars { flex: 1; display: flex; align-items: flex-end; gap: 8px; padding-top: 10px; min-height: 0; }
.bar {
  flex: 1;
  background: linear-gradient(180deg, var(--blue-300), var(--blue-700));
  border-radius: 4px 4px 0 0;
  min-height: 6%;
}
.bar.alt { background: linear-gradient(180deg, var(--cyan-300), var(--cyan-700)); }

.donut-wrap { position: relative; flex: 1; display: grid; place-items: center; }
.donut-center { position: absolute; text-align: center; }
.donut-center .v { font-family: var(--font-display); font-size: 28px; letter-spacing: -0.03em; }
.donut-center .l { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); letter-spacing: .14em; text-transform: uppercase; }

/* scene 6: sync */
.sync { display: flex; align-items: center; justify-content: center; flex: 1; gap: 30px; padding: 20px; }
.sync-node {
  width: 100px; height: 100px;
  border-radius: 22px;
  background: var(--bg-1);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-md);
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 13px;
  position: relative;
  text-align: center; padding: 10px;
}
.sync-node .logo {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 500;
  margin-top: 6px;
}
.sync-node .ico {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
}
.sync-node.google .ico { background: var(--bg-2); border: 1px solid var(--line); }
.sync-node.outlook .ico { background: rgba(0,120,212,1); }
.sync-node.center {
  background: linear-gradient(135deg, rgba(139,92,246,0.10), rgba(124,58,237,0.06));
  border-color: rgba(139,92,246,0.4);
  box-shadow: 0 12px 40px -10px rgba(124,58,237,0.4);
}
.sync-node.center .ico { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.sync-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-500), transparent);
  pointer-events: none;
}
.sync-pulse {
  position: absolute;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue-600);
  box-shadow: 0 0 12px var(--blue-500);
}

/* ====== BENEFITS ====== */
.benefits { padding: var(--section) var(--gutter); }
.benefits-head {
  max-width: var(--max);
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
}
@media (max-width: 1024px) { .benefits-head { grid-template-columns: 1fr; gap: 24px; } }
.benefits-head h2 { font-size: clamp(34px, 4.8vw, 72px); }
.benefits-head .lead { justify-self: end; }
@media (max-width: 1024px) { .benefits-head .lead { justify-self: start; } }

.benefit-row {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 70px 0;
  border-top: 1px solid var(--line);
}
.benefit-row:last-child { border-bottom: 1px solid var(--line); }
.benefit-row.flip { direction: rtl; }
.benefit-row.flip > * { direction: ltr; }
@media (max-width: 1024px) {
  .benefit-row, .benefit-row.flip { grid-template-columns: 1fr; direction: ltr; gap: 28px; padding: 50px 0; }
}
.benefit-copy .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; color: var(--blue-600); }
.benefit-copy h3 { font-size: clamp(28px, 3.6vw, 44px); margin: 12px 0 14px; }
.benefit-copy p { font-size: 16px; color: var(--ink-1); max-width: 48ch; }
.benefit-copy .stat { font-family: var(--font-display); font-size: clamp(40px, 5vw, 68px); letter-spacing: -0.04em; line-height: 1; margin-top: 22px; color: var(--ink-0); }
.benefit-copy .stat-l { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; color: var(--ink-3); text-transform: uppercase; }

.benefit-art {
  position: relative;
  height: 380px;
  border-radius: var(--r-lg);
  background:
    radial-gradient(ellipse at 50% 20%, rgba(139,92,246,0.10), transparent 60%),
    var(--bg-1);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

/* clock */
.clock-art { display: grid; place-items: center; height: 100%; }
.clock {
  width: 220px; height: 220px;
  border-radius: 50%;
  border: 1.5px solid var(--line-2);
  position: relative;
  background: radial-gradient(circle at 50% 50%, rgba(139,92,246,0.06), transparent 60%);
}
.clock .tick {
  position: absolute; left: 50%; top: 6px;
  width: 1px; height: 8px; background: var(--ink-3);
  transform-origin: 50% 104px;
}
.clock .hand {
  position: absolute; left: 50%; bottom: 50%;
  width: 2px; background: var(--ink-0);
  transform-origin: 50% 100%;
  border-radius: 2px;
}
.clock .hand.h { height: 56px; }
.clock .hand.m { height: 84px; background: var(--blue-600); box-shadow: 0 0 8px var(--blue-500); }
.clock .pivot {
  position: absolute; left: 50%; top: 50%;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--blue-600);
  transform: translate(-50%,-50%);
  box-shadow: 0 0 12px var(--blue-500);
}
.clock-bookings { position: absolute; inset: 0; pointer-events: none; }
.clock-booking {
  position: absolute;
  font-family: var(--font-mono); font-size: 10px;
  padding: 6px 10px; border-radius: 999px;
  background: var(--bg-1); border: 1px solid var(--line-2);
  white-space: nowrap;
  color: var(--ink-1);
  box-shadow: var(--shadow-sm);
}

/* notif art */
.notif-art { padding: 28px; display: flex; flex-direction: column; gap: 12px; justify-content: center; height: 100%; }
.notif-row {
  display: flex; gap: 12px; align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--bg-1);
  border: 1px solid var(--line);
  font-size: 12px;
  position: relative;
  max-width: 380px;
  box-shadow: var(--shadow-sm);
}
.notif-row .ico { width: 32px; height: 32px; border-radius: 10px; background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); display: grid; place-items: center; flex-shrink: 0; }
.notif-row .ico svg { width: 14px; height: 14px; color: #fff; }
.notif-row .body { flex: 1; }
.notif-row .body b { font-weight: 500; }
.notif-row .body span { display: block; color: var(--ink-3); font-size: 11px; }
.notif-row .check {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--cyan-500);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.notif-row .check svg { width: 10px; height: 10px; color: #fff; }

/* finance */
.finance-art { padding: 28px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.finance-art .label { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.finance-art .big {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 64px);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink-0);
}
.finance-art .delta { color: var(--cyan-700); font-size: 13px; margin-top: 6px; display: flex; align-items: center; gap: 6px; }
.finance-graph { margin-top: 22px; height: 120px; position: relative; }
.finance-graph svg { width: 100%; height: 100%; overflow: visible; }

/* sync art */
.sync-art { display: grid; place-items: center; height: 100%; }
.sync-diagram { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

/* ====== PRICING ====== */
.pricing { padding: var(--section) var(--gutter); position: relative; }
.pricing-head {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
.pricing-head h2 { font-size: clamp(34px, 4.8vw, 64px); margin: 14px 0; }
.pricing-head p { color: var(--ink-1); margin: 0 auto; max-width: 50ch; }

.bill-toggle {
  display: inline-flex;
  margin: 22px auto 0;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-1);
  font-size: 13px;
  box-shadow: var(--shadow-sm);
}
.bill-toggle button {
  background: transparent; border: 0; color: var(--ink-2);
  padding: 8px 16px; border-radius: 999px;
  font-family: inherit; font-size: 13px;
  transition: all .3s;
}
.bill-toggle button.on {
  background: linear-gradient(180deg, #8b5cf6, #7c3aed);
  color: #fff;
}
.bill-toggle .save {
  font-family: var(--font-mono); font-size: 9.5px;
  margin-left: 6px; padding: 2px 6px;
  background: rgba(20,184,166,0.18);
  color: var(--cyan-700);
  border-radius: 999px;
}
.bill-toggle button.on .save { background: rgba(255,255,255,0.22); color: #fff; }

.plans {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1100px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .plans { grid-template-columns: 1fr; } }

.plan {
  position: relative;
  padding: 26px 22px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--bg-1);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  box-shadow: var(--shadow-sm);
  cursor: default;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan.featured {
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(139,92,246,0.10), transparent 70%),
    var(--bg-1);
  border-color: rgba(139,92,246,0.5);
  box-shadow: 0 24px 60px -20px rgba(124,58,237,0.30), var(--shadow-md);
}
.plan-tag {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .15em;
  background: linear-gradient(180deg, #8b5cf6, #7c3aed);
  color: #fff;
  padding: 4px 12px; border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 6px 14px -3px rgba(124,58,237,0.5);
}
.plan-name { font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.plan-desc { font-size: 12.5px; color: var(--ink-2); margin: 2px 0 12px; min-height: 36px; line-height: 1.45; }
.plan-price { display: flex; align-items: baseline; gap: 4px; }
.plan-price .v { font-family: var(--font-display); font-size: 38px; letter-spacing: -0.04em; line-height: 1; }
.plan-price .u { font-size: 13px; color: var(--ink-2); }
.plan-yearly { font-size: 11.5px; color: var(--ink-3); margin-top: 4px; min-height: 16px; }
.plan-cta {
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  border: 1px solid var(--line-2);
  background: var(--bg-1);
  color: var(--ink-0);
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}
.plan-cta:hover { background: var(--bg-2); }
.plan.featured .plan-cta {
  background: linear-gradient(180deg, #8b5cf6, #7c3aed);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-blue);
}
.plan-feat { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 12.5px; }
.plan-feat li { display: flex; gap: 8px; align-items: flex-start; color: var(--ink-1); }
.plan-feat li svg { width: 12px; height: 12px; color: var(--blue-600); flex-shrink: 0; margin-top: 4px; }
.plan-feat li.muted { color: var(--ink-3); }
.plan-feat li.muted svg { color: var(--ink-3); }

/* ====== FINAL CTA ====== */
.final {
  padding: var(--section) var(--gutter);
  position: relative; overflow: hidden;
  text-align: center;
}
.final::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 50% 50%, rgba(139,92,246,0.15), transparent 70%),
    radial-gradient(40% 40% at 30% 80%, rgba(20,184,166,0.08), transparent 70%);
  pointer-events: none;
}
.final-inner { position: relative; max-width: 1100px; margin: 0 auto; }
.final h2 { font-size: clamp(40px, 7vw, 110px); letter-spacing: -0.04em; }
.final p { color: var(--ink-1); font-size: clamp(15px, 1.3vw, 18px); margin: 22px auto 28px; max-width: 50ch; }
.final-cta { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.final-meta { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); letter-spacing: .14em; text-transform: uppercase; margin-top: 22px; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.final-meta span { display: flex; align-items: center; gap: 6px; }
.final-meta svg { width: 12px; height: 12px; color: var(--cyan-700); }

/* ====== FOOTER ====== */
.footer {
  padding: 50px var(--gutter) 26px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--ink-2);
  background: var(--bg-1);
}
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 36px;
}
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer h6 { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: var(--ink-3); text-transform: uppercase; margin: 0 0 12px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer a { color: var(--ink-1); text-decoration: none; }
.footer a:hover { color: var(--ink-0); }
.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em;
  color: var(--ink-3); text-transform: uppercase;
  padding-top: 22px; border-top: 1px solid var(--line);
}

/* ====== APPLE-STYLE HORIZONTAL TOUR SLIDER (override) ====== */
.story { padding: 0; }
.story-pin {
  display: block !important;
  grid-template-columns: none !important;
  position: relative;
  height: 100svh;
  padding: 0 !important;
  max-width: none !important;
  overflow: hidden;
}
.story-side {
  position: absolute !important;
  left: var(--gutter); top: 0;
  width: 320px; height: 100%;
  max-height: none !important;
  z-index: 5;
  padding: 90px 0 80px;
  pointer-events: none;
}
.story-side .eyebrow { position: absolute; top: 90px; left: 0; pointer-events: auto; }
.story-step {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important; right: auto !important;
  width: 320px;
  background: var(--bg-1);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  pointer-events: auto;
}
.story-dots {
  position: absolute !important;
  bottom: 80px !important; left: 0 !important;
}
.story-stage {
  position: absolute !important;
  left: calc(var(--gutter) + 360px);
  right: 0; top: 0; bottom: 0;
  height: 100% !important;
  max-height: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 90px 5vw 80px 0;
  will-change: transform;
}
.story-stage::before { display: none !important; }
.scene {
  position: relative !important;
  inset: auto !important;
  flex: 0 0 min(60vw, 1000px);
  width: min(60vw, 1000px);
  height: calc(100svh - 200px);
  max-height: 680px;
  display: flex !important;
  pointer-events: auto !important;
  border-radius: var(--r-xl);
  background: var(--bg-1);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  filter: blur(8px) saturate(0.8);
  transform: scale(0.92);
  opacity: 0.32 !important;
  transition: filter .55s cubic-bezier(.2,.8,.2,1), opacity .55s cubic-bezier(.2,.8,.2,1), transform .55s cubic-bezier(.2,.8,.2,1);
}
.scene.is-active {
  filter: none !important;
  opacity: 1 !important;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .story-pin { height: auto; padding: 70px var(--gutter) !important; overflow: visible; }
  .story-side { position: relative !important; left: auto; width: 100%; padding: 0 0 28px; height: auto; }
  .story-step { position: relative !important; top: auto !important; transform: none !important; width: 100%; opacity: 1; }
  .story-stage { position: relative !important; left: auto; right: auto; padding: 0; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .scene { flex: 0 0 88vw; width: 88vw; height: 70vh; scroll-snap-align: center; filter: none !important; opacity: 1 !important; transform: none; }
  .story-dots { display: none !important; }
}

/* ====== PRICING FEATURE TOOLTIPS ====== */
.plan-feat li { position: relative; }
.plan-feat li[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  left: 30px; bottom: calc(100% + 8px);
  background: var(--ink-0); color: var(--bg-1);
  font-size: 12px; line-height: 1.45;
  padding: 9px 12px; border-radius: 8px;
  width: 240px;
  text-align: left;
  opacity: 0; pointer-events: none;
  transform: translateY(4px);
  transition: opacity .2s, transform .2s;
  box-shadow: 0 8px 24px rgba(10,13,20,0.22);
  z-index: 20;
  font-family: var(--font-text); font-weight: 400;
}
.plan-feat li[data-tip]:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.plan-feat li.hl { color: var(--blue-700); font-weight: 500; }
.plan-feat li.hl svg { color: var(--blue-600); }

/* ============================ SHARE SECTION ============================ */
.share-section {
  padding: var(--section) var(--gutter);
  position: relative;
  overflow: hidden;
}
.share-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .share-grid { grid-template-columns: 1fr; gap: 50px; }
}
.share-copy h2 { font-size: clamp(34px, 4.6vw, 64px); margin: 18px 0 18px; }
.share-copy .lead { color: var(--ink-1); font-size: 16px; max-width: 46ch; margin-bottom: 32px; }
.share-points {
  display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px;
}
.share-point {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--glass);
  transition: transform .35s var(--ease), border-color .35s var(--ease);
}
.share-point:hover { transform: translateX(4px); border-color: rgba(46,107,255,0.3); }
.share-point .ico {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(46,107,255,0.12), rgba(46,107,255,0.04));
  display: grid; place-items: center;
  color: var(--blue-600);
  flex-shrink: 0;
}
.share-point .ico svg { width: 16px; height: 16px; }
.share-point b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 14.5px; }
.share-point span { display: block; font-size: 12.5px; color: var(--ink-2); margin-top: 2px; }

.share-cta { display: flex; gap: 12px; }

.share-art {
  position: relative;
  display: grid; place-items: center;
  min-height: 540px;
}

.share-browser {
  width: 100%;
  max-width: 460px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(15, 26, 56, 0.2), 0 8px 30px -8px rgba(15, 26, 56, 0.08);
  position: relative;
  z-index: 2;
}
.sb-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
}
.sb-dots { display: flex; gap: 6px; }
.sb-dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(15,26,56,0.12); }
.sb-dots span:nth-child(1) { background: #ff6f61; }
.sb-dots span:nth-child(2) { background: #ffbf5a; }
.sb-dots span:nth-child(3) { background: #5fdb86; }
.sb-url {
  flex: 1;
  display: flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-2);
}
.sb-url b { color: var(--ink-0); font-weight: 500; }
.sb-url svg { color: var(--cyan-700); }
.sb-copy {
  display: flex; align-items: center; gap: 5px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-1);
  background: var(--bg);
  cursor: pointer;
  transition: all .25s var(--ease);
}
.sb-copy:hover { background: var(--blue-600); color: white; border-color: var(--blue-600); }
.sb-copy:hover svg { color: white; }
.sb-copy.copied { background: var(--cyan-500); border-color: var(--cyan-500); color: white; }
.sb-copy.copied svg { color: white; }

.sb-page { padding: 28px 26px; background: var(--bg); }
.sb-profile { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.sb-avatar {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  display: grid; place-items: center;
  color: white; font-family: var(--font-display); font-weight: 500; font-size: 17px;
  flex-shrink: 0;
}
.sb-meta h4 { font-family: var(--font-display); font-size: 17px; font-weight: 500; margin: 0; letter-spacing: -0.01em; }
.sb-meta p { font-size: 12px; color: var(--ink-2); margin: 2px 0 6px; }
.sb-rating { display: flex; align-items: center; gap: 3px; color: #f5a623; font-size: 11px; }
.sb-rating span { color: var(--ink-3); font-family: var(--font-mono); font-size: 10px; margin-left: 6px; }

.sb-services { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.sb-service {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
  transition: all .25s var(--ease);
}
.sb-service:hover { border-color: rgba(46,107,255,0.3); }
.sb-service.is-selected {
  border-color: var(--blue-600);
  background: rgba(46,107,255,0.04);
  box-shadow: 0 0 0 1px var(--blue-600) inset;
}
.sb-service h5 { font-family: var(--font-display); font-size: 13.5px; font-weight: 500; margin: 0; }
.sb-service span { font-size: 11px; color: var(--ink-2); display: block; margin-top: 2px; }
.sb-price { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-0); font-weight: 500; }

.sb-slots { padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.sb-slots-head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em;
  color: var(--ink-1); margin-bottom: 10px;
}
.sb-slots-head .muted { color: var(--ink-3); }
.sb-slots-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.sb-slot {
  padding: 8px 0; text-align: center;
  border: 1px solid var(--line); border-radius: 8px;
  font-family: var(--font-mono); font-size: 12px;
  cursor: pointer;
  transition: all .25s var(--ease);
}
.sb-slot:hover { border-color: var(--blue-600); }
.sb-slot.taken { color: var(--ink-3); text-decoration: line-through; cursor: not-allowed; opacity: .5; }
.sb-slot.is-selected { background: var(--blue-600); color: white; border-color: var(--blue-600); }

.sb-book {
  width: 100%; padding: 14px;
  background: var(--ink-0); color: var(--bg);
  border: 0; border-radius: 12px;
  font-family: var(--font-display); font-size: 14px; font-weight: 500;
  cursor: pointer;
  transition: transform .25s var(--ease);
}
.sb-book:hover { transform: scale(1.02); }

/* floating chips */
.share-chip {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 40px -14px rgba(15,26,56,0.18), 0 4px 14px -4px rgba(15,26,56,0.06);
  z-index: 3;
}
.share-chip .ico { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; }
.share-chip b { display: block; font-family: var(--font-display); font-size: 12px; font-weight: 500; }
.share-chip span { display: block; font-size: 10.5px; color: var(--ink-3); margin-top: 1px; }

.share-chip-1 { top: 8%; left: -4%; }
.share-chip-2 { top: 38%; right: -4%; }
.share-chip-3 { bottom: 14%; left: -2%; }

.share-toast {
  position: absolute;
  top: 6%;
  right: 14%;
  display: flex; align-items: center; gap: 6px;
  padding: 8px 12px;
  background: var(--cyan-500);
  color: white;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  box-shadow: 0 10px 24px -8px rgba(20, 184, 166, 0.4);
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  z-index: 4;
}
.share-toast.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all .35s var(--ease);
}

@media (max-width: 1024px) {
  .share-art { min-height: 540px; }
  .share-chip-1 { left: 2%; }
  .share-chip-2 { right: 2%; }
  .share-chip-3 { left: 4%; }
}

/* ============================ BENEFITS — APPLE SLIDER ============================ */
.benefits-slider .story-pin { /* inherit */ }
.benefits-slider .bs-side {
  display: flex; flex-direction: column; gap: 18px;
  justify-content: center;
}
.bs-side-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  font-weight: 400;
  margin: 6px 0 6px;
}
.bs-side-lead {
  color: var(--ink-2);
  font-size: 14px;
  max-width: 30ch;
  line-height: 1.5;
}
.bs-counter {
  display: flex; align-items: baseline; gap: 4px;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 24px;
}
.bs-counter .bs-cur { font-size: 64px; color: var(--ink-0); line-height: 1; }
.bs-counter .sep { font-size: 28px; color: var(--ink-3); }
.bs-counter .bs-tot { font-size: 28px; color: var(--ink-3); }

.bs-pager {
  display: flex; gap: 8px; margin-top: 8px;
}
.bs-pager button {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface-1);
  color: var(--ink-1);
  cursor: pointer;
  display: grid; place-items: center;
  transition: all .25s var(--ease);
}
.bs-pager button:hover {
  border-color: var(--blue-600);
  color: var(--blue-600);
  transform: translateY(-1px);
}
.bs-pager button:disabled {
  opacity: .35; cursor: not-allowed;
  transform: none;
}

.bs-dots {
  display: flex; gap: 6px; margin-top: 14px;
}
.bs-dot {
  width: 24px; height: 4px; border-radius: 4px;
  background: rgba(15,26,56,0.1);
  transition: all .35s var(--ease);
}
.bs-dot.is-active { background: var(--blue-600); width: 38px; }

/* bs-scene reuses .scene positioning. Inside, a card layout: */
.bs-scene { padding: 16px; }
.bs-card {
  width: 100%; height: 100%;
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  position: relative;
}
.bs-text {
  padding: 44px 44px 44px 48px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--line);
}
.bs-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--blue-600);
  margin-bottom: 18px;
}
.bs-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--ink-0);
  margin-bottom: 16px;
}
.bs-text p {
  font-size: 14.5px;
  color: var(--ink-1);
  line-height: 1.55;
  max-width: 38ch;
  margin-bottom: 28px;
}
.bs-stat {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.bs-stat .v {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.2vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink-0);
  display: block;
  font-weight: 500;
}
.bs-stat .v sup { font-size: .55em; vertical-align: 0.32em; margin-left: 1px; opacity: .7; font-weight: 400; }
.bs-stat .l {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-top: 8px;
}

.bs-art {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

/* ============= BS scene 1: clock ============= */
.bs-clock-art { background: linear-gradient(135deg, #0e1530 0%, #1b2552 60%, #2c1f5c 100%); }
.bs-night-bg { position: absolute; inset: 0; pointer-events: none; }
.bs-night-bg::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(2px 2px at 12% 22%, rgba(255,255,255,0.4), transparent 60%),
    radial-gradient(1.5px 1.5px at 78% 18%, rgba(255,255,255,0.3), transparent 60%),
    radial-gradient(1px 1px at 32% 76%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1px 1px at 88% 62%, rgba(255,255,255,0.4), transparent 60%),
    radial-gradient(1.5px 1.5px at 22% 48%, rgba(255,255,255,0.35), transparent 60%),
    radial-gradient(1px 1px at 64% 84%, rgba(255,255,255,0.3), transparent 60%),
    radial-gradient(1.5px 1.5px at 92% 32%, rgba(255,255,255,0.4), transparent 60%);
}
.bs-night-bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(167,139,250,0.18), transparent 55%);
}
.bs-clock {
  position: relative;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(255,255,255,0.06), transparent 70%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 0 60px rgba(167,139,250,0.08),
    0 30px 80px -30px rgba(46,107,255,0.4);
  z-index: 1;
}
.bs-clock-tick {
  position: absolute; left: 50%; top: 8px;
  width: 1.5px; height: 10px; background: rgba(255,255,255,0.4);
  transform-origin: 50% 132px;
  margin-left: -0.75px;
}
.bs-clock-num {
  position: absolute;
  font-family: var(--font-display);
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.bs-clock-num.n12 { top: 22px; left: 50%; transform: translateX(-50%); }
.bs-clock-num.n3  { right: 22px; top: 50%; transform: translateY(-50%); }
.bs-clock-num.n6  { bottom: 22px; left: 50%; transform: translateX(-50%); }
.bs-clock-num.n9  { left: 22px; top: 50%; transform: translateY(-50%); }
.bs-clock-hand {
  position: absolute;
  left: 50%; bottom: 50%;
  background: white;
  transform-origin: 50% 100%;
  border-radius: 2px;
  margin-left: -1.5px;
}
.bs-clock-hand.h { width: 3px; height: 70px; background: rgba(255,255,255,0.85); }
.bs-clock-hand.m { width: 2px; height: 105px; background: var(--blue-500); box-shadow: 0 0 14px rgba(46,107,255,0.6); }
.bs-clock-pivot {
  position: absolute; left: 50%; top: 50%;
  width: 12px; height: 12px; border-radius: 50%;
  background: white;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 16px rgba(167,139,250,0.6);
  z-index: 2;
}

.bs-bookings {
  position: absolute; inset: 0;
  pointer-events: none;
}
.bs-booking {
  position: absolute;
  display: flex; align-items: center; gap: 8px;
  padding: 9px 14px;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.9);
  box-shadow: 0 14px 40px -14px rgba(0,0,0,0.4);
  white-space: nowrap;
  opacity: 0;
}
.bs-booking b { color: var(--cyan-500); font-weight: 600; }
.bs-booking .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 10px var(--cyan-500);
  flex-shrink: 0;
}
.bs-booking[data-pos="1"] { top: 12%; left: 6%; }
.bs-booking[data-pos="2"] { top: 28%; right: 4%; }
.bs-booking[data-pos="3"] { bottom: 22%; left: 4%; }
.bs-booking[data-pos="4"] { bottom: 8%; right: 8%; }

/* ============= BS scene 2: mailbox ============= */
.bs-mail-art {
  background: linear-gradient(135deg, var(--surface-2) 0%, var(--bg) 100%);
  padding: 40px;
}
.bs-mailbox {
  width: 100%; max-width: 480px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 24px 60px -20px rgba(15,26,56,0.18);
  overflow: hidden;
}
.bs-mailbox-head {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--ink-1);
  letter-spacing: .04em;
}
.bs-mailbox-head svg { color: var(--blue-600); flex-shrink: 0; }
.bs-mailbox-head span:first-of-type { flex: 1; }
.bs-mailbox-count {
  padding: 3px 8px;
  background: rgba(46,107,255,0.1);
  color: var(--blue-700);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}
.bs-mail-list { display: flex; flex-direction: column; }
.bs-mail {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateX(-12px);
}
.bs-mail:last-child { border-bottom: 0; }
.bs-mail-ic {
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.bs-mail-body { flex: 1; min-width: 0; }
.bs-mail-body b {
  display: block;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 500;
  color: var(--ink-0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs-mail-body span {
  display: block;
  font-size: 11.5px;
  color: var(--ink-2);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs-mail-time {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: .04em;
  flex-shrink: 0;
}

/* ============= BS scene 3: finance ============= */
.bs-finance-art {
  background: linear-gradient(135deg, var(--surface-2) 0%, var(--bg) 100%);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.bs-fin-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 24px; margin-bottom: 28px;
}
.bs-fin-head .lbl {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bs-fin-head .big {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink-0);
  font-weight: 500;
}
.bs-fin-head .dlt {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 6px;
  color: var(--cyan-700);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
}
.bs-fin-pills { display: flex; flex-direction: column; gap: 6px; }
.bs-pill {
  display: flex; flex-direction: column;
  padding: 8px 12px;
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-width: 100px;
}
.bs-pill .lbl {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--ink-3);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bs-pill b {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-0);
  font-weight: 500;
  margin-top: 2px;
}

.bs-fin-graph { position: relative; height: 180px; }
.bs-fin-graph svg { width: 100%; height: 100%; overflow: visible; }
.bs-fin-grid line { stroke: var(--line); stroke-width: 1; stroke-dasharray: 2 4; }
.bs-fin-labels {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--ink-3);
  margin-top: 6px;
  letter-spacing: .04em;
  text-align: center;
}

/* ============= BS scene 4: sync ============= */
.bs-sync-art {
  background: linear-gradient(135deg, var(--surface-2) 0%, var(--bg) 100%);
  padding: 40px;
}
.bs-sync {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr 1.1fr 1fr;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.bs-sync-node {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 18px 12px;
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.bs-sync-node .ic {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 4px 14px -4px rgba(15,26,56,0.08);
}
.bs-sync-center .ic { 
  border-color: transparent;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 40px -10px rgba(46,107,255,0.4);
}
 
.bs-sync-node .lbl {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-0);
  letter-spacing: -0.005em;
}
.bs-sync-node .status {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--ink-2);
  letter-spacing: .04em;
}
.bs-sync-node .status .d {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 8px var(--cyan-500);
  animation: bsBlink 1.6s var(--ease) infinite;
}
@keyframes bsBlink { 50% { opacity: 0.3; } }

.bs-sync-pipe {
  position: relative;
  height: 200px;
  width: 100%;
}
.bs-sync-pipe svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.bs-pulse {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.bs-pulse.bs-pulse-tr {
  background: var(--blue-600);
  box-shadow: 0 0 16px var(--blue-500), 0 0 4px white;
  left: 0; top: 18%;
}
.bs-pulse.bs-pulse-bl {
  background: var(--cyan-700);
  box-shadow: 0 0 16px var(--cyan-500), 0 0 4px white;
  right: 0; top: 78%;
}

@media (max-width: 1024px) {
  .bs-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .bs-text { border-right: none; border-bottom: 1px solid var(--line); padding: 28px; }
  .bs-art { min-height: 360px; }
  .bs-side-title { display: none; }
  .bs-side-lead { display: none; }
}

/* ============================ SCENE 2 — DRAG & DROP fixes ============================ */
.dnd-week { position: relative; }
.dnd-ghost {
  position: absolute;
  left: 6px; right: 6px;
  border: 2px dashed rgba(46,107,255,0.5);
  background: rgba(46,107,255,0.06);
  border-radius: 8px;
  display: grid; place-items: center;
  pointer-events: none;
  opacity: 0;
}
.dnd-week .col { position: relative; }
.dnd-week .col .dnd-ghost { display: grid; }
.ghost-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--blue-600);
  letter-spacing: .04em;
  font-weight: 500;
}
.drag-toast {
  position: absolute;
  bottom: 16px; left: 50%;
  transform: translateX(-50%) translateY(10px);
  display: flex; align-items: center; gap: 6px;
  padding: 9px 14px;
  background: var(--ink-0);
  color: var(--bg);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .04em;
  box-shadow: 0 14px 40px -10px rgba(15,26,56,0.3);
  opacity: 0;
  z-index: 10;
}
.drag-toast svg { width: 11px; height: 11px; color: var(--cyan-500); }

/* ============================ SCENE 4 — PAYMENTS V2 ============================ */
.pay2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  flex: 1;
  min-height: 0;
}
.pay2-left {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(46,107,255,0.06), rgba(94,234,212,0.04));
  border: 1px solid var(--line);
  padding: 20px;
  display: flex; 
}
.pay2-receipt-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(94,234,212,0.18), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(46,107,255,0.12), transparent 50%);
  pointer-events: none;
}
.pay2-receipt {
  position: relative;
  width: 100%;
  background: var(--bg);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 24px 60px -20px rgba(15,26,56,0.2), 0 8px 20px -6px rgba(15,26,56,0.08);
  z-index: 1;
}
.pay2-receipt-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 12px;
}
.pay2-receipt-head .ic {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5eead4, #14b8a6);
  display: grid; place-items: center;
  box-shadow: 0 8px 20px -6px rgba(20,184,166,0.4);
  position: relative;
}
.pay2-receipt-head .ic::before {
  content: ""; position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(20,184,166,0.3);
  animation: pay2Ring 2s var(--ease) infinite;
}
@keyframes pay2Ring { to { transform: scale(1.4); opacity: 0; } }
.pay2-receipt-head .lbl {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .14em;
  color: var(--cyan-700);
  font-weight: 600;
  margin-bottom: 2px;
}
.pay2-receipt-head .title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-0);
}
.pay2-receipt-head .sub {
  font-size: 11px;
  color: var(--ink-2);
  margin-top: 1px;
}
.pay2-receipt-head .amt {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink-0);
  letter-spacing: -0.02em;
}
.pay2-rows { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.pay2-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0;
  font-size: 11.5px;
}
.pay2-row .k { color: var(--ink-2); }
.pay2-row .v { color: var(--ink-0); font-family: var(--font-mono); font-weight: 500; }
.pay2-row:nth-child(3) { padding-top: 10px; border-top: 1px dashed var(--line); }
.pay2-row:nth-child(3) .k, .pay2-row:nth-child(4) .k { color: var(--blue-700); font-weight: 500; }
.pay2-row:nth-child(3) .v, .pay2-row:nth-child(4) .v { color: var(--blue-700); }

.pay2-actions { display: flex; gap: 8px; }
.pay2-btn {
  flex: 1; padding: 9px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-1);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s var(--ease);
}
.pay2-btn:hover { border-color: var(--blue-600); color: var(--blue-600); }
.pay2-btn.primary {
  background: var(--ink-0);
  color: var(--bg);
  border-color: var(--ink-0);
}
.pay2-btn.primary:hover { background: var(--blue-600); border-color: var(--blue-600); color: white; }

.pay2-right {
  display: flex; flex-direction: column;
  gap: 12px;
  min-height: 0;
}
.pay2-stat {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: var(--surface-1);
  flex-shrink: 0;
}
.pay2-stat .lbl {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .14em;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.pay2-stat .big {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--ink-0);
  line-height: 1;
}
.pay2-stat .dlt {
  display: inline-flex; align-items: center; gap: 3px;
  margin-top: 4px;
  color: var(--cyan-700);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
}
.pay2-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  height: 44px;
  margin-top: 12px;
  align-items: end;
}
.pay2-bars .bar {
  background: rgba(46,107,255,0.18);
  border-radius: 3px;
  transform-origin: bottom;
}
.pay2-bars .bar.alt {
  background: linear-gradient(0deg, var(--blue-600), var(--cyan-500));
}
.pay2-bars-l {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--ink-3);
  margin-top: 6px;
  text-align: center;
  letter-spacing: .04em;
}

.pay2-list {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--surface-1);
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.pay2-list-head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pay2-list-head .muted { color: var(--ink-3); text-transform: none; letter-spacing: 0.04em; font-size: 10.5px; }
.pay2-tx {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.pay2-tx:last-child { border-bottom: 0; }
.pay2-tx.hl {
  background: linear-gradient(90deg, rgba(46,107,255,0.06), transparent);
  border-radius: 8px;
  padding: 8px 10px;
  margin: 0 -10px;
  border-bottom: 0;
}
.pay2-tx .who {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px;
  color: var(--ink-0);
}
.pay2-tx .who .av {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
  color: white;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 500;
  flex-shrink: 0;
}
.pay2-tx .who .av.cyan { background: linear-gradient(135deg, #5eead4, #14b8a6); }
.pay2-tx .who .av.violet { background: linear-gradient(135deg, #c084fc, #7c3aed); }
.pay2-tx .who .t {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-3);
  margin-left: 6px;
}
.pay2-tx .amt-s {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-0);
  display: flex; align-items: center; gap: 6px;
}
.pay2-tx .amt-s .ok {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 8px var(--cyan-500);
}

/* =========================================================
   Legal pages (terms, privacy, cookies, gdpr, licenses)
   Layout simple sobre el mismo fondo crema del landing.
   ========================================================= */
.legal-wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 140px 24px 100px;
}
.legal-card {
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: var(--r-lg, 16px);
    padding: 64px 56px;
}
.legal-header {
    border-bottom: 1px solid var(--line);
    padding-bottom: 32px;
    margin-bottom: 40px;
}
.legal-eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--ink-2);
    margin-bottom: 16px;
}
.legal-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 600;
    color: var(--ink-0);
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0 0 12px;
}
.legal-updated {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--ink-3);
    margin: 8px 0 0;
}
.legal-content {
    font-size: 15px;
    line-height: 1.75;
    color: var(--ink-1);
}
.legal-content h2 {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
    color: var(--ink-0);
    letter-spacing: -0.01em;
    margin: 48px 0 16px;
}
.legal-content h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 500;
    color: var(--ink-0);
    margin: 32px 0 12px;
}
.legal-content p { margin: 0 0 16px; }
.legal-content ul,
.legal-content ol {
    margin: 0 0 18px;
    padding-left: 22px;
}
.legal-content li { margin: 6px 0; }
.legal-content a {
    color: var(--blue-700, var(--blue-500, #2563eb));
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.legal-content a:hover { color: var(--blue-900, #1e3a8a); }
.legal-content strong { color: var(--ink-0); font-weight: 600; }
.legal-content code {
    background: var(--bg-2);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: var(--font-mono);
    font-size: 13px;
}
.legal-content blockquote {
    border-left: 2px solid var(--line-2);
    padding-left: 18px;
    margin: 18px 0;
    color: var(--ink-2);
    font-style: italic;
}
@media (max-width: 720px) {
    .legal-wrap { padding: 100px 16px 64px; }
    .legal-card { padding: 36px 24px; }
}

/* 📱 Teléfonos (ej. iPhone 6, 7, 8) */
@media (max-width: 480px) and (min-width: 320px) {
    .share-chip{display: none;}
}