/* ============================================================================
   ALCOR One — landing marketing styles (public, same-origin).
   Prisma+Apollo 2026-06-22 — landing elite (Ley #49/#64). Visual seal: Prisma.
   Prisma+Apollo 2026-06-22 — landing v2 (universo vivo + comercial).
   Prisma+Apollo 2026-06-23 — landing v3 (logos oficiales + Calendario + precios consolidados + tiers).
   Prisma+Apollo 2026-06-23 — sección One Ultra (verticales).
   Prisma 2026-06-23 — identidad multicolor del hub One (gradiente prisma, NO color plano).

   BRAND CONTRACT (Ley #14 / #128 / #64 / #151):
   - HUB IDENTITY = PRISM GRADIENT, not a flat color. ALCOR One is the HUB that
     UNITES the apps, so it must NOT look like any single app. Before, One reused
     Mail's exact indigo (#6366f1) — confusing the hub with an app. Now One's brand
     is a prism: a gradient running índigo → púrpura → rosa → ámbar (--brand-gradient),
     applied only to the hero/marca elements (headline, CTA, wordmark, ambient glow).
     The solid FALLBACK (--brand-base) is the "center of the prism" violet #7c5cff —
     deliberately distinct from Mail's #6366f1. Per-app cards + One Ultra keep their
     OWN sealed colors (the hub unifies them, never overrides them).
   - This is the MARKETING surface (not the pattern shell), so per the task brief it
     carries its own sealed palette + literals — premium visual is the product here,
     and the landing must look elite even if cdn.alcor.do (tokens.css) is offline.
     SELF-CONTAINED: every pattern token (--c-*, --s-*, --t-*, --w-*, --radius-*)
     has a fallback baked in below, so the page renders premium with zero CDN.
   - When tokens.css IS present it simply overrides the same custom properties —
     one brand decision, graceful with-or-without the CDN.
   - Ley #151: zero IPs / hosts / paths / secrets in this file.
   ============================================================================ */

/* ----------------------------------------------------------------------------
   SELF-CONTAINED TOKEN FLOOR
   These :root fallbacks make the landing premium without the CDN. tokens.css,
   when loaded, overrides any of these it also defines.
   ---------------------------------------------------------------------------- */
:root {
  /* índigo cosmos brand ramp */
  --c-indigo-300: #a5b4fc;
  --c-indigo-400: #818cf8;
  --c-indigo-500: #6366f1;
  --c-indigo-600: #4f46e5;
  --c-indigo-700: #4338ca;
  --c-teal-400:   #2dd4bf;
  --c-teal-500:   #14b8a6;
  --c-violet-400: #a78bfa;
  /* Prisma+Apollo 2026-06-23 — landing v3: OFFICIAL per-product hues (from tokens.css).
     Each app card "breathes" its real brand color in the glow/border/halo while the
     embedded official logo carries its own sealed gradient. */
  --c-amber-300:  #fcd34d;   /* ALCOR Drive — ámbar (light) */
  --c-amber-500:  #f59e0b;   /* ALCOR Drive — ámbar */
  --c-lime-300:   #bef264;   /* ALCOR Astra — lima (light) */
  --c-lime-500:   #84cc16;   /* ALCOR Astra — lima */
  --c-magenta-400:#ec4899;   /* Calendario (producto futuro, sin logo oficial) */
  /* Prisma+Apollo 2026-06-23 — sección One Ultra (verticales): acentos por pieza, elegidos
     para NO chocar con el core (mail=índigo, drive=ámbar, astra=lima, desk=teal). */
  --c-rose-400:   #fb7185;   /* Nexune    — rosa   (producto vertical) */
  --c-purple-400: #c084fc;   /* Undercore — púrpura (producto vertical) */
  --c-cyan-400:   #22d3ee;   /* SplitSign — cian   (producto vertical) */
  --c-orange-400: #fb923c;   /* ORAC      — naranja (servicio financiero) */
  --c-white:      #ffffff;

  /* deep cosmic surfaces */
  --bg-base:      #07070f;
  --bg-elevated:  #0c0c1a;
  --bg-panel:     #11122280;
  --bg-active:    #6366f126;
  --border:       #ffffff14;
  --border-strong:#ffffff2e;

  --text-primary:   #f4f4fb;
  --text-secondary: #b9bbd4;
  --text-tertiary:  #7e80a0;
  --status-ok:      #34d399;

  /* spacing scale */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px; --s-5: 20px;
  --s-6: 24px; --s-8: 32px; --s-10: 40px; --s-12: 56px; --s-16: 80px; --s-20: 112px;

  /* type scale */
  --t-xs: .75rem; --t-sm: .85rem; --t-base: .95rem; --t-md: 1.05rem;
  --t-lg: 1.2rem; --t-xl: 1.85rem;

  --w-medium: 500; --w-semibold: 600; --w-bold: 700;

  --radius-sm: 6px; --radius-md: 10px; --radius-lg: 16px; --radius-xl: 22px;
  --radius-pill: 999px;

  --focus-ring: 0 0 0 3px #818cf855;
}

/* --- One brand binding — HUB MULTICOLOR identity, scoped to the landing ---
   Prisma 2026-06-23 — identidad multicolor del hub One.
   El HUB no compite con ninguna app: las UNE. Por eso One NO usa un color plano
   (antes era el MISMO índigo #6366f1 que Mail, lo que lo confundía con una app).
   Su marca es un PRISMA — un gradiente que recorre varios colores de la familia
   (índigo → púrpura → rosa → ámbar), premium y legible, nunca infantil.

   - --brand-base: el "centro del prisma" (#7c5cff), un violeta/índigo-púrpura
     INTERMEDIO — distinto del índigo puro de Mail. Es el FALLBACK sólido para
     bordes finos, texto pequeño y donde un gradiente no sirve o no se soporta.
   - --brand-gradient: el corazón de la identidad (hero headline / CTA / wordmark).
   - --brand-gradient-wide: variante de espectro amplio para el barrido del titular.
   - --glow: resplandor coherente con el centro del prisma. */
.alcor-landing-page.alcor-one {
  /* prism stops — reusing the family hues already defined in the token floor */
  --prism-indigo: var(--c-indigo-400);  /* #818cf8 */
  --prism-violet: #7c5cff;              /* center of the prism — the One base */
  --prism-purple: var(--c-purple-400);  /* #c084fc */
  --prism-rose:   var(--c-rose-400);    /* #fb7185 */
  --prism-amber:  var(--c-amber-300);   /* #fcd34d */

  --brand-light: var(--c-indigo-300);
  --brand-base:  #7c5cff;               /* prism center, NOT Mail's #6366f1 */
  --brand-dark:  var(--c-indigo-700);
  --brand-accent: var(--c-teal-400);

  /* THE hub gradient — índigo → púrpura → rosa → ámbar (the prism, left to right) */
  --brand-gradient: linear-gradient(120deg,
    var(--prism-indigo) 0%,
    var(--prism-violet) 28%,
    var(--prism-purple) 52%,
    var(--prism-rose)   76%,
    var(--prism-amber)  100%);
  /* wider spectrum for the animated headline sweep (loops smoothly) */
  --brand-gradient-wide: linear-gradient(110deg,
    var(--prism-indigo) 0%,
    var(--prism-violet) 22%,
    var(--prism-purple) 42%,
    var(--prism-rose)   62%,
    var(--prism-amber)  82%,
    var(--prism-indigo) 100%);

  --glow: color-mix(in srgb, var(--brand-base) 45%, transparent);
  --glow-soft: color-mix(in srgb, var(--brand-base) 22%, transparent);
  --glow-accent: color-mix(in srgb, var(--brand-accent) 38%, transparent);
}

/* ----------------------------------------------------------------------------
   PAGE BASE — cosmic aurora background
   ---------------------------------------------------------------------------- */
.alcor-landing-page {
  margin: 0;
  color: var(--text-primary);
  background-color: var(--bg-base);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}
.alcor-landing-page * { box-sizing: border-box; }

/* aurora gradient field — three radial nebulas drifting behind everything */
/* Prisma 2026-06-23 — identidad multicolor del hub One: the ambient aurora now
   carries FOUR prism nebulas (violet + teal accent + purple + rose) instead of a
   mono-indigo field, so the whole page glows as the union of the family hues —
   low opacity, premium, behind everything (z-index:-2). */
.alcor-landing-page::before {
  content: "";
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(58% 52% at 14% 6%,  color-mix(in srgb, var(--prism-violet) 36%, transparent) 0%, transparent 60%),
    radial-gradient(46% 46% at 86% 4%,  color-mix(in srgb, var(--brand-accent) 24%, transparent) 0%, transparent 55%),
    radial-gradient(50% 48% at 92% 60%, color-mix(in srgb, var(--prism-rose) 22%, transparent) 0%, transparent 58%),
    radial-gradient(70% 60% at 46% 100%, color-mix(in srgb, var(--prism-purple) 34%, transparent) 0%, transparent 62%);
  filter: saturate(120%);
  animation: lp-aurora 26s ease-in-out infinite alternate;
}
/* fine starfield grain on top of the aurora */
.alcor-landing-page::after {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image:
    radial-gradient(1px 1px at 20% 30%, #ffffff66 0, transparent 100%),
    radial-gradient(1px 1px at 70% 60%, #ffffff4d 0, transparent 100%),
    radial-gradient(1px 1px at 40% 80%, #ffffff40 0, transparent 100%),
    radial-gradient(1.5px 1.5px at 85% 20%, #c7d2fe66 0, transparent 100%),
    radial-gradient(1px 1px at 12% 70%, #99f6e44d 0, transparent 100%);
  background-repeat: repeat;
  background-size: 480px 480px;
  animation: lp-drift 60s linear infinite;
}
@keyframes lp-aurora {
  0%   { transform: translate3d(0,0,0) scale(1);    opacity: .85; }
  50%  { transform: translate3d(2%, -1%, 0) scale(1.06); opacity: 1; }
  100% { transform: translate3d(-2%, 1%, 0) scale(1.02); opacity: .9; }
}
@keyframes lp-drift {
  from { background-position: 0 0; }
  to   { background-position: 480px 480px; }
}

/* ----------------------------------------------------------------------------
   TOPBAR
   Prisma+Apollo 2026-06-22 — landing v2 (universo vivo + comercial):
   the bar (background/border/sticky) now spans edge-to-edge (width:100%); the
   CONTENT is centered in .lp-topbar-inner so it never looks cut on wide screens.
   ---------------------------------------------------------------------------- */
.lp-topbar {
  width: 100%;
  padding: var(--s-4) var(--s-6);
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg-base) 72%, transparent);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.lp-topbar-inner {
  display: flex; align-items: center; gap: var(--s-6);
  max-width: 1280px; margin: 0 auto; width: 100%;
}
.lp-brand { display: inline-flex; align-items: center; gap: var(--s-3); text-decoration: none; color: var(--text-primary); }
/* Prisma 2026-06-23 — identidad multicolor del hub One: the wordmark glyph is the
   prism itself (índigo→púrpura→rosa→ámbar), so the hub reads as the UNION of the
   apps from the top bar down. */
.lp-brand-mark {
  position: relative;
  width: 26px; height: 26px; border-radius: 8px;
  background: var(--brand-gradient);
  box-shadow: 0 0 18px var(--glow), inset 0 0 8px #ffffff40;
}
.lp-brand-mark::after {
  content: ""; position: absolute; inset: 6px;
  border-radius: 4px; background: var(--bg-base);
  box-shadow: inset 0 0 6px var(--glow);
}
.lp-brand-name { font-weight: var(--w-bold); letter-spacing: .2px; font-size: var(--t-md); }
/* "ALCOR One" wordmark — subtle prism text-gradient with a solid fallback so it
   never disappears where background-clip:text is unsupported. */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .lp-brand-name {
    background: var(--brand-gradient);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
  }
}
.lp-nav { display: flex; align-items: center; gap: var(--s-5); margin-left: auto; }
.lp-nav a { color: var(--text-secondary); text-decoration: none; font-size: var(--t-base); font-weight: var(--w-medium); transition: color .18s ease; }
.lp-nav a:hover { color: var(--text-primary); }

/* ----------------------------------------------------------------------------
   BUTTONS
   ---------------------------------------------------------------------------- */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
  border: 1px solid transparent; border-radius: var(--radius-pill);
  padding: 10px var(--s-5); font-size: var(--t-base); font-weight: var(--w-semibold);
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .14s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease, filter .2s ease;
}
.lp-btn:active { transform: translateY(1px) scale(.99); }
.lp-btn-lg { padding: 14px var(--s-8); font-size: var(--t-md); }
/* Prisma 2026-06-23 — identidad multicolor del hub One: the primary CTA carries a
   prism gradient instead of a flat indigo fill. To keep the WHITE label AA-legible
   across the whole sweep, the CTA uses a DEEPER prism (índigo→violet→púrpura→rosa,
   stopping BEFORE the light amber/lime end) plus a dark scrim + text-shadow. The
   verified worst case (white on rose under the scrim) clears the AA-large 3:1 bar
   for the 16px+ semibold button label; the bright amber stays in the ambient glow
   and the wordmark, never under white text. */
.lp-btn-primary {
  color: var(--c-white);
  text-shadow: 0 1px 2px rgba(20, 12, 40, .6);
  background:
    linear-gradient(0deg, rgba(16, 10, 34, .3), rgba(16, 10, 34, .3)),
    linear-gradient(120deg,
      var(--prism-indigo) 0%,
      var(--prism-violet) 38%,
      var(--prism-purple) 70%,
      var(--prism-rose)   100%);
  box-shadow: 0 8px 26px var(--glow), inset 0 1px 0 #ffffff40;
}
.lp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 38px var(--glow); filter: brightness(1.06) saturate(1.05); }
.lp-btn-ghost {
  color: var(--text-primary);
  background: color-mix(in srgb, var(--c-white) 4%, transparent);
  border-color: var(--border-strong);
  backdrop-filter: blur(4px);
}
.lp-btn-ghost:hover { transform: translateY(-2px); border-color: var(--brand-light); box-shadow: 0 8px 24px var(--glow-soft); }
.lp-link-btn {
  background: none; border: none; padding: 0; cursor: pointer;
  color: var(--text-secondary); font: inherit; font-weight: var(--w-medium); font-size: var(--t-base);
  transition: color .18s ease;
}
.lp-link-btn:hover { color: var(--text-primary); }

/* --- language toggle --- */
.lp-lang { display: inline-flex; border: 1px solid var(--border); border-radius: var(--radius-pill); overflow: hidden; background: color-mix(in srgb, var(--c-white) 3%, transparent); }
.lp-lang-btn {
  background: transparent; border: none; cursor: pointer;
  color: var(--text-tertiary); font: inherit; font-size: var(--t-xs); font-weight: var(--w-semibold);
  padding: 5px var(--s-3); transition: background .2s ease, color .2s ease;
}
.lp-lang-btn[aria-pressed="true"] { background: var(--bg-active); color: var(--text-primary); }

/* ----------------------------------------------------------------------------
   HERO
   ---------------------------------------------------------------------------- */
.lp-hero {
  position: relative;
  max-width: 1000px; margin: 0 auto; padding: var(--s-20) var(--s-6) var(--s-12);
  text-align: center;
}
/* hero content rides ABOVE the living-universe scene.
   Prisma 2026-06-23 — glyphs del hero a los laterales (anti-choque): el contenido
   sube a z-index 2 (la escena decorativa queda en z-index 0), garantizando que
   headline, párrafo, CTAs "Comenzar gratis"/"Ya tengo cuenta" y trust queden
   SIEMPRE por encima y legibles, jamás tapados por un glyph. */
.lp-hero > .lp-eyebrow,
.lp-hero > .lp-hero-title,
.lp-hero > .lp-hero-sub,
.lp-hero > .lp-hero-cta,
.lp-hero > .lp-hero-trust { position: relative; z-index: 2; }

/* ----------------------------------------------------------------------------
   HERO "UNIVERSO VIVO" — living scene behind the headline
   Prisma+Apollo 2026-06-22 — landing v2 (universo vivo + comercial).
   Pure-CSS decorative layer: big, blurred, low-opacity product glyphs floating
   behind the hero text. Mail ARRIVES, a file DOWNLOADS, a "new activity" badge
   pulses, the rest drift. Zero JS dependency; if JS dies, the scene still lives.
   ---------------------------------------------------------------------------- */
.lp-hero-scene {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden;
}
.lp-hs {
  position: absolute;
  display: grid; place-items: center;
  color: var(--brand-light);
  filter: blur(.5px) drop-shadow(0 0 22px var(--glow-soft));
  will-change: transform, opacity;
}
.lp-hs svg { width: 100%; height: 100%; }
/* Prisma 2026-06-23 — glyphs del hero a los laterales (anti-choque).
   Los glyphs decorativos vivían en el 8-22% / 9-16% horizontal, invadiendo la
   columna central de texto (headline, párrafo, CTAs) y la consola. Se reubican a
   los MÁRGENES extremos (izquierda 0-3%, derecha 0-3%) y se separan verticalmente
   del bloque de texto, con opacidad ambiental más baja para que floten de fondo y
   NUNCA toquen la letra ni los botones. z-index 0 (capa) < z-index 1 (contenido). */
/* glyph placements + per-glyph accent colors — anclados a los MÁRGENES laterales.
   Prisma 2026-06-23 — bug fix: los glyphs estaban en 0-1.5% (pegados al borde) y la
   capa .lp-hero-scene tiene overflow:hidden → se cortaban por la mitad. Se alejan a un
   margen seguro (≥3.5%) y se les da margen extra de aire para que NUNCA se clipeen,
   ni siquiera durante el float. */
.lp-hs--mail   { top: 7%;     left: 3.5%;  width: 108px; height: 108px; color: var(--c-teal-400);   opacity: .16; }
.lp-hs--file   { top: 9%;     right: 3.5%; width: 98px;  height: 98px;  color: var(--c-indigo-400); opacity: .16; }
.lp-hs--chat   { bottom: 9%;  left: 4%;    width: 88px;  height: 88px;  color: var(--c-violet-400); opacity: .14; }
.lp-hs--cal    { bottom: 7%;  right: 4%;   width: 94px;  height: 94px;  color: var(--status-ok);    opacity: .13; }
.lp-hs--media  { top: 44%;    left: 3%;    width: 82px;  height: 82px;  color: var(--c-indigo-300); opacity: .12; }

/* mail floats in place — Prisma 2026-06-23: antes hacía slide de -60px desde el borde,
   lo que con left:1% + overflow:hidden lo cortaba. Ahora flota suave SIN salir del marco. */
.lp-hs--mail { animation: lp-hs-float-b 10s ease-in-out infinite; }
/* file DOWNLOADS: gentle pulse + downward bob in loop */
.lp-hs--file { animation: lp-hs-download 5.5s ease-in-out infinite; }
@keyframes lp-hs-download {
  0%,100% { transform: translateY(-8px) scale(1);   opacity: .14; }
  50%     { transform: translateY(10px) scale(1.04); opacity: .24; }
}
/* the download arrow inside the file glyph pulses independently */
.lp-hs--file .lp-hs-arrow { animation: lp-hs-arrow 1.8s ease-in-out infinite; transform-origin: center; }
@keyframes lp-hs-arrow {
  0%,100% { transform: translateY(-1px); opacity: .6; }
  50%     { transform: translateY(3px);  opacity: 1; }
}
/* chat / calendar / media: soft float + tiny rotation */
.lp-hs--chat  { animation: lp-hs-float-a 11s ease-in-out infinite; }
.lp-hs--cal   { animation: lp-hs-float-b 13s ease-in-out infinite; }
.lp-hs--media { animation: lp-hs-float-a 12s ease-in-out infinite reverse; }
@keyframes lp-hs-float-a {
  0%,100% { transform: translateY(0) rotate(-3deg); }
  50%     { transform: translateY(-18px) rotate(3deg); }
}
@keyframes lp-hs-float-b {
  0%,100% { transform: translateY(0) rotate(2deg); }
  50%     { transform: translateY(16px) rotate(-2deg); }
}
/* live "new activity" notification pill that appears and disappears */
/* Prisma 2026-06-23 — glyphs del hero a los laterales (anti-choque): la píldora
   "Nueva actividad" estaba en top:30% right:16%, pegada al headline. Se manda a la
   esquina superior derecha, fuera de la columna de texto. */
.lp-hs-note {
  position: absolute; top: 4%; right: 2%;
  display: inline-flex; align-items: center; gap: var(--s-2);
  padding: 6px var(--s-3); border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--bg-elevated) 80%, transparent);
  border: 1px solid var(--brand-light);
  color: var(--text-secondary); font-size: var(--t-xs); font-weight: var(--w-semibold);
  box-shadow: 0 10px 30px var(--glow-soft);
  white-space: nowrap;
  animation: lp-hs-note 7s ease-in-out infinite;
}
.lp-hs-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-accent); box-shadow: 0 0 8px var(--glow-accent); }
@keyframes lp-hs-note {
  0%, 16%, 100% { opacity: 0; transform: translateY(-10px) scale(.94); }
  28%, 72%      { opacity: .9; transform: translateY(0) scale(1); }
}
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: var(--s-2);
  margin: 0 0 var(--s-5);
  padding: 6px var(--s-4);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: color-mix(in srgb, var(--brand-base) 12%, transparent);
  color: var(--brand-light); font-size: var(--t-xs); font-weight: var(--w-semibold);
  letter-spacing: .8px; text-transform: uppercase;
  box-shadow: 0 0 24px var(--glow-soft);
}
/* Prisma 2026-06-23 — identidad multicolor del hub One: the eyebrow keeps its
   filled, rounded pill (legible at small uppercase) but its surface breathes a
   faint prism wash so the hub signature appears even here — subtle, never noisy.
   The label text uses a bright prism-purple solid (distinct from Mail's indigo),
   keeping AA contrast on the dark surface. */
.lp-eyebrow {
  color: var(--prism-purple);
  background:
    linear-gradient(110deg,
      color-mix(in srgb, var(--prism-indigo) 16%, transparent),
      color-mix(in srgb, var(--prism-purple) 14%, transparent) 55%,
      color-mix(in srgb, var(--prism-rose) 14%, transparent));
}
.lp-eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--brand-accent); box-shadow: 0 0 8px var(--glow-accent);
  animation: lp-pulse 2.4s ease-in-out infinite;
}
@keyframes lp-pulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.45;transform:scale(.7);} }

.lp-hero-title {
  margin: 0 0 var(--s-6); font-size: clamp(2.4rem, 7vw, 4.6rem); line-height: 1.04;
  font-weight: 800; letter-spacing: -.03em;
}
/* animated gradient sweep across the headline — Prisma 2026-06-23 — identidad
   multicolor del hub One: the highlighted word "Una cuenta." carries the FULL
   prism spectrum (índigo→púrpura→rosa→ámbar). Fallback: --brand-base solid color
   is set FIRST, so browsers without background-clip:text keep a legible solid
   violet headline (never an invisible transparent word). */
.lp-hero-title .lp-grad {
  color: var(--brand-base);                 /* solid fallback if clip unsupported */
  background: var(--brand-gradient-wide);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: lp-sheen 7s ease-in-out infinite;
}
/* only go transparent where text background-clip is actually supported */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .lp-hero-title .lp-grad { color: transparent; }
}
@keyframes lp-sheen { 0%{background-position:0% 50%;} 50%{background-position:100% 50%;} 100%{background-position:0% 50%;} }

.lp-hero-sub { margin: 0 auto var(--s-8); max-width: 660px; color: var(--text-secondary); font-size: var(--t-lg); }
.lp-hero-cta { display: flex; gap: var(--s-4); justify-content: center; flex-wrap: wrap; }
.lp-hero-trust { margin-top: var(--s-6); color: var(--text-tertiary); font-size: var(--t-sm); display: inline-flex; align-items: center; gap: var(--s-2); }
.lp-hero-trust svg { color: var(--brand-accent); }

/* ----------------------------------------------------------------------------
   CONSOLE MOCKUP — animated glassy shell preview
   ---------------------------------------------------------------------------- */
.lp-mockup-wrap {
  max-width: 980px; margin: var(--s-12) auto 0; padding: 0 var(--s-6);
  perspective: 1600px;
}
.lp-mockup {
  position: relative;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-strong);
  background: linear-gradient(160deg, color-mix(in srgb, var(--bg-elevated) 92%, transparent), color-mix(in srgb, var(--bg-base) 96%, transparent));
  box-shadow:
    0 40px 120px -30px var(--glow),
    0 0 0 1px #ffffff0d,
    inset 0 1px 0 #ffffff1a;
  overflow: hidden;
  transform: rotateX(6deg);
  animation: lp-float 8s ease-in-out infinite;
}
@keyframes lp-float {
  0%,100% { transform: rotateX(6deg) translateY(0); }
  50%     { transform: rotateX(6deg) translateY(-12px); }
}
.lp-mockup::before { /* top sheen */
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 120px;
  background: linear-gradient(180deg, #ffffff12, transparent);
  pointer-events: none;
}
.lp-mk-bar { display: flex; align-items: center; gap: var(--s-3); padding: var(--s-4) var(--s-5); border-bottom: 1px solid var(--border); }
.lp-mk-dots { display: inline-flex; gap: 7px; }
.lp-mk-dots i { width: 11px; height: 11px; border-radius: 50%; background: var(--border-strong); }
.lp-mk-dots i:nth-child(1){ background: #ff6b6b88; }
.lp-mk-dots i:nth-child(2){ background: #ffd16688; }
.lp-mk-dots i:nth-child(3){ background: #51e8a288; }
.lp-mk-pill {
  margin-left: var(--s-3); flex: 1; max-width: 320px;
  height: 22px; border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--c-white) 5%, transparent);
  border: 1px solid var(--border);
}
.lp-mk-tabs { display: inline-flex; gap: var(--s-2); margin-left: auto; }
.lp-mk-tab {
  font-size: var(--t-xs); font-weight: var(--w-semibold); color: var(--text-tertiary);
  padding: 5px var(--s-3); border-radius: var(--radius-pill);
}
.lp-mk-tab.is-active { color: var(--text-primary); background: var(--bg-active); box-shadow: 0 0 14px var(--glow-soft); }

.lp-mk-body { display: grid; grid-template-columns: 168px 1fr; min-height: 240px; }
.lp-mk-side { padding: var(--s-5) var(--s-4); border-right: 1px solid var(--border); display: grid; gap: var(--s-3); align-content: start; }
.lp-mk-app { display: flex; align-items: center; gap: var(--s-3); color: var(--text-secondary); font-size: var(--t-sm); font-weight: var(--w-medium); }
.lp-mk-app span { width: 26px; height: 26px; border-radius: 8px; background: var(--bg-active); display: grid; place-items: center; color: var(--brand-light); }
.lp-mk-app.is-active { color: var(--text-primary); }
.lp-mk-app.is-active span { background: linear-gradient(135deg, var(--brand-base), var(--brand-dark)); color: var(--c-white); box-shadow: 0 0 16px var(--glow); }
.lp-mk-main { padding: var(--s-6); display: grid; gap: var(--s-4); align-content: start; }
.lp-mk-row { height: 14px; border-radius: var(--radius-pill); background: color-mix(in srgb, var(--c-white) 6%, transparent); }
.lp-mk-row.w-70 { width: 70%; } .lp-mk-row.w-90 { width: 90%; } .lp-mk-row.w-50 { width: 50%; }
.lp-mk-row.accent { background: linear-gradient(90deg, var(--brand-base), transparent); width: 40%; height: 18px; }
.lp-mk-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-3); margin-top: var(--s-2); }
.lp-mk-cards i { height: 56px; border-radius: var(--radius-md); background: color-mix(in srgb, var(--c-white) 5%, transparent); border: 1px solid var(--border); }
/* live notification badge floating on the mockup */
.lp-mk-badge {
  position: absolute; top: 60px; right: 24px;
  display: inline-flex; align-items: center; gap: var(--s-2);
  padding: 8px var(--s-4); border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--bg-elevated) 86%, transparent);
  border: 1px solid var(--brand-light);
  color: var(--text-primary); font-size: var(--t-xs); font-weight: var(--w-semibold);
  box-shadow: 0 10px 30px var(--glow);
  animation: lp-badge 5s ease-in-out infinite;
}
.lp-mk-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-accent); box-shadow: 0 0 8px var(--glow-accent); }
@keyframes lp-badge {
  0%, 18%, 100% { opacity: 0; transform: translateY(-8px) scale(.96); }
  30%, 80%      { opacity: 1; transform: translateY(0) scale(1); }
}

/* ----------------------------------------------------------------------------
   SECTIONS
   ---------------------------------------------------------------------------- */
.lp-section { max-width: 1140px; margin: 0 auto; padding: var(--s-20) var(--s-6); }
.lp-section-alt { background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--bg-elevated) 70%, transparent), transparent); max-width: none; }
.lp-section-alt > * { max-width: 1140px; margin-left: auto; margin-right: auto; }
.lp-section-title { margin: 0 0 var(--s-3); font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 800; text-align: center; letter-spacing: -.02em; }
.lp-section-sub { margin: 0 auto var(--s-12); max-width: 600px; color: var(--text-secondary); text-align: center; font-size: var(--t-md); }

/* --- grids --- */
.lp-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-5); }
/* Prisma 2026-06-23 — apps: 6 cards (core 4 + Calendar + Quil). auto-fit a minmax(230px) fluye
   3-up en desktop (2 filas de 3 = balance perfecto), 2-up en tablet y 1-up en móvil; centrado
   para que cualquier fila que envuelva quede equilibrada (sin huérfana). */
.lp-grid-apps { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); max-width: 1080px; margin: 0 auto; justify-content: center; }
/* On wide viewports pin to exactly 3 columns so 6 cards land as a clean 3×2 (no 4+2 orphan row). */
@media (min-width: 1024px) { .lp-grid-apps { grid-template-columns: repeat(3, 1fr); } }
.lp-grid-features { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* --- cards --- */
.lp-card {
  position: relative; overflow: hidden;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: var(--s-6);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: border-color .25s ease, transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}
/* hover glow that follows into view */
.lp-card::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, var(--brand-light), transparent 40%, transparent 60%, var(--brand-accent));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .3s ease; pointer-events: none;
}
.lp-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 24px 60px -24px var(--glow); }
.lp-card:hover::before { opacity: 1; }
/* Prisma+Apollo 2026-06-22 — landing v2 (universo vivo + comercial):
   each card now "breathes" its own color via --icon-color (defaults to brand). */
.lp-card { --icon-color: var(--brand-light); }
/* Prisma 2026-06-23 — apps: la app-card es ahora un <a> (link al dominio del producto).
   Reseteo de link: sin subrayado, hereda color, layout de columna como antes y cursor pointer.
   El hover existente (translateY + glow) ya da el feedback de "clickeable". Solo aplica a las
   app-cards que son links (a.lp-card); las cards <li> de otras secciones quedan intactas. */
a.lp-card {
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit; cursor: pointer;
}
a.lp-card:focus-visible {
  outline: 2px solid var(--icon-color);
  outline-offset: 3px;
}
.lp-card-icon {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: var(--s-5);
  display: grid; place-items: center;
  color: var(--icon-color);
  background: linear-gradient(135deg, color-mix(in srgb, var(--icon-color) 24%, transparent), color-mix(in srgb, var(--icon-color) 8%, transparent));
  border: 1px solid color-mix(in srgb, var(--icon-color) 40%, var(--border-strong));
  box-shadow: inset 0 0 18px color-mix(in srgb, var(--icon-color) 24%, transparent);
  transition: transform .3s ease, box-shadow .3s ease;
}
.lp-card:hover .lp-card-icon {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 26px color-mix(in srgb, var(--icon-color) 45%, transparent),
              inset 0 0 18px color-mix(in srgb, var(--icon-color) 24%, transparent);
}
.lp-card-icon svg { width: 26px; height: 26px; }

/* ---- OFFICIAL product logos (Prisma+Apollo 2026-06-23 — landing v3) ----
   App cards now embed the OFFICIAL inline logo (viewBox 0 0 64 64, its own sealed
   gradient + the ALCOR star — NOT currentColor). The container is a transparent,
   borderless stage so the logo reads as the real brand mark; the card's --icon-color
   still drives the surrounding glow/border/halo on hover (the color "respira"). */
.lp-card-logo {
  background: none; border: none; box-shadow: none;
  width: 56px; height: 56px; border-radius: 0;
}
.lp-card-logo svg { width: 56px; height: 56px; }
.lp-card:hover .lp-card-logo {
  transform: translateY(-2px) scale(1.06);
  filter: drop-shadow(0 6px 18px color-mix(in srgb, var(--icon-color) 55%, transparent));
  box-shadow: none;
}

/* per-app accent — each core card carries its OFFICIAL hue (glow/border only) */
.lp-card--mail  { --icon-color: var(--c-indigo-500); }  /* ALCOR Mail  — índigo */
.lp-card--drive { --icon-color: var(--c-amber-500); }   /* ALCOR Drive — ámbar  */
.lp-card--astra { --icon-color: var(--c-lime-500); }    /* ALCOR Astra — lima   */
.lp-card--desk  { --icon-color: var(--c-teal-500); }    /* ALCOR Desk  — teal   */
.lp-card--cal   { --icon-color: var(--c-magenta-400); } /* Calendar    — magenta (futuro) */
.lp-card--quil  { --icon-color: var(--c-violet-400); }  /* Quil — violeta (nuevo, conecta con el prisma del hub) */
/* the hover border-gradient + glow also derive from the card's own color */
.lp-card--mail::before,
.lp-card--drive::before,
.lp-card--astra::before,
.lp-card--desk::before,
.lp-card--cal::before,
.lp-card--quil::before {
  background: linear-gradient(135deg, var(--icon-color), transparent 40%, transparent 60%, color-mix(in srgb, var(--icon-color) 60%, var(--brand-accent)));
}
.lp-card--mail:hover  { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-indigo-500) 45%, transparent); }
.lp-card--drive:hover { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-amber-500) 45%, transparent); }
.lp-card--astra:hover { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-lime-500) 45%, transparent); }
.lp-card--desk:hover  { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-teal-500) 45%, transparent); }
.lp-card--cal:hover   { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-magenta-400) 45%, transparent); }
.lp-card--quil:hover  { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-violet-400) 45%, transparent); }

/* ---- Calendario: producto FUTURO, marcado "Pronto" (Ley #137) ---- */
.lp-card--cal.is-soon .lp-card-icon { opacity: .92; }
.lp-card-soon {
  position: absolute; top: var(--s-5); right: var(--s-5);
  font-size: var(--t-xs); font-weight: var(--w-bold); letter-spacing: .5px; text-transform: uppercase;
  color: var(--c-white);
  background: linear-gradient(135deg, var(--c-magenta-400), color-mix(in srgb, var(--c-magenta-400) 70%, #7c1d4f));
  padding: 3px var(--s-3); border-radius: var(--radius-pill);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--c-magenta-400) 40%, transparent);
}
.lp-card-title { margin: 0 0 var(--s-2); font-size: var(--t-md); font-weight: var(--w-bold); }
.lp-card-desc { margin: 0; color: var(--text-secondary); font-size: var(--t-base); }

/* --- feature columns (lighter, icon-led) --- */
.lp-feature { text-align: left; padding: var(--s-2) 0; }
.lp-feature .lp-card-icon { width: 46px; height: 46px; }

/* ----------------------------------------------------------------------------
   PRICING — Prisma+Apollo 2026-06-23 — landing v3: the duplicate "Elige tu plan"
   pricing grid (.lp-price*) was REMOVED. Pricing now has a single source: the plan
   COMPARISON table (.lp-compare / .lp-plan, styled below). Dead .lp-price* rules
   deleted to keep the surface clean (Ley #12).
   ---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
   ONE ULTRA — verticales + servicios por entitlement
   Prisma+Apollo 2026-06-23 — sección One Ultra (verticales).
   Mismo lenguaje glassmorphism + glow que el resto. Cada pieza "respira" su acento
   propio (rosa/púrpura/cian/naranja) — distinto de los del core. Iconos dibujados a
   mano (Ley #137: branding oficial de cada vertical pendiente de Prisma).
   ---------------------------------------------------------------------------- */
.lp-ultra-eyebrow {
  display: inline-flex; align-items: center; gap: var(--s-2);
  margin: 0 auto var(--s-4); padding: 5px var(--s-4);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: color-mix(in srgb, var(--brand-base) 12%, transparent);
  color: var(--brand-light); font-size: var(--t-xs); font-weight: var(--w-bold);
  letter-spacing: .8px; text-transform: uppercase;
  box-shadow: 0 0 24px var(--glow-soft);
}
.lp-ultra-eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--brand-accent); box-shadow: 0 0 8px var(--glow-accent);
  animation: lp-pulse 2.4s ease-in-out infinite;
}
/* center the eyebrow above the centered title */
#ultra > .lp-reveal { text-align: center; }

.lp-grid-ultra { grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); max-width: 1080px; margin: 0 auto; justify-content: center; }

/* each Ultra card breathes its own accent (glow/border/icon) via --icon-color */
.lp-ultra-card { text-align: left; }
.lp-ultra--nexune    { --icon-color: var(--c-rose-400); }   /* Nexune    — vertical */
.lp-ultra--undercore { --icon-color: var(--c-purple-400); } /* Undercore — vertical */
.lp-ultra--splitsign { --icon-color: var(--c-cyan-400); }   /* SplitSign — vertical */
.lp-ultra--orac      { --icon-color: var(--c-orange-400); } /* ORAC      — servicio */
/* the hover border-gradient + glow derive from the card's own accent */
.lp-ultra--nexune::before,
.lp-ultra--undercore::before,
.lp-ultra--splitsign::before,
.lp-ultra--orac::before {
  background: linear-gradient(135deg, var(--icon-color), transparent 40%, transparent 60%, color-mix(in srgb, var(--icon-color) 60%, var(--brand-accent)));
}
.lp-ultra--nexune:hover    { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-rose-400) 45%, transparent); }
.lp-ultra--undercore:hover { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-purple-400) 45%, transparent); }
.lp-ultra--splitsign:hover { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-cyan-400) 45%, transparent); }
.lp-ultra--orac:hover      { box-shadow: 0 24px 60px -24px color-mix(in srgb, var(--c-orange-400) 45%, transparent); }

/* subtle "por entitlement" badge — quiet, lower-emphasis than the title */
.lp-ultra-tag {
  display: inline-flex; align-items: center; gap: var(--s-2);
  margin-top: var(--s-4);
  padding: 3px var(--s-3); border-radius: var(--radius-pill);
  font-size: var(--t-xs); font-weight: var(--w-semibold); letter-spacing: .3px;
  color: color-mix(in srgb, var(--icon-color) 80%, var(--text-secondary));
  background: color-mix(in srgb, var(--icon-color) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--icon-color) 32%, var(--border));
}
.lp-ultra-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--icon-color); box-shadow: 0 0 8px color-mix(in srgb, var(--icon-color) 60%, transparent);
}
.lp-ultra-foot { margin: var(--s-10) auto 0; max-width: 580px; text-align: center; color: var(--text-tertiary); font-size: var(--t-sm); }

/* ----------------------------------------------------------------------------
   CTA BAND
   ---------------------------------------------------------------------------- */
.lp-band {
  position: relative; overflow: hidden;
  text-align: center; padding: var(--s-20) var(--s-6); margin: var(--s-12) auto;
  max-width: 1140px; border-radius: var(--radius-xl);
  border: 1px solid var(--border-strong);
  background:
    radial-gradient(120% 140% at 50% -20%, color-mix(in srgb, var(--brand-base) 30%, transparent), transparent 60%),
    linear-gradient(180deg, var(--bg-elevated), var(--bg-base));
  box-shadow: 0 40px 100px -40px var(--glow);
}
.lp-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 80% at 50% 120%, var(--glow-accent), transparent 60%);
}
.lp-band-title { position: relative; margin: 0 0 var(--s-3); font-size: clamp(1.9rem, 5vw, 3rem); font-weight: 800; letter-spacing: -.02em; }
.lp-band-sub { position: relative; margin: 0 0 var(--s-8); color: var(--text-secondary); font-size: var(--t-md); }
.lp-band .lp-btn { position: relative; }

/* ----------------------------------------------------------------------------
   FOOTER
   ---------------------------------------------------------------------------- */
.lp-footer { max-width: 1140px; margin: 0 auto; padding: var(--s-12) var(--s-6); text-align: center; color: var(--text-tertiary); border-top: 1px solid var(--border); }
.lp-footer-tagline { margin: 0 0 var(--s-5); color: var(--text-secondary); font-size: var(--t-md); }
.lp-footer-links { display: flex; gap: var(--s-6); justify-content: center; flex-wrap: wrap; margin-bottom: var(--s-5); }
.lp-footer-links a, .lp-footer-links .lp-link-btn { color: var(--text-tertiary); text-decoration: none; font-size: var(--t-sm); transition: color .18s ease; }
.lp-footer-links a:hover, .lp-footer-links .lp-link-btn:hover { color: var(--text-primary); }
.lp-footer-rights { margin: 0; font-size: var(--t-xs); }

/* ----------------------------------------------------------------------------
   SCROLL-REVEAL (driven by IntersectionObserver in landing.js)
   ---------------------------------------------------------------------------- */
/* Prisma+Apollo 2026-06-22 — landing elite — Hardened by Ragnar 2026-06-22:
   Reason (Ley #87 fail-loud aplicado a UI): el contenido es VISIBLE por defecto.
   El estado oculto-hasta-reveal SOLO aplica cuando landing.js añadió .js-reveal al
   <html> (es decir, JS vivo + IntersectionObserver disponible). Sin JS, con JS roto,
   o con el CDN caído, todas las secciones se ven — nunca una página negra detrás del
   hero. La animación REALZA, no condiciona la existencia del contenido. */
.lp-reveal { transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); will-change: opacity, transform; }
.js-reveal .lp-reveal { opacity: 0; transform: translateY(28px); }
.js-reveal .lp-reveal.is-in { opacity: 1; transform: none; }
/* staggered children (cards fade in one after another) — also JS-gated */
.lp-reveal[data-stagger] > * { transition: opacity .6s ease, transform .6s ease; }
.js-reveal .lp-reveal[data-stagger] > * { opacity: 0; transform: translateY(22px); }
.js-reveal .lp-reveal.is-in[data-stagger] > * { opacity: 1; transform: none; }
.js-reveal .lp-reveal.is-in[data-stagger] > *:nth-child(1){ transition-delay: .05s; }
.js-reveal .lp-reveal.is-in[data-stagger] > *:nth-child(2){ transition-delay: .14s; }
.js-reveal .lp-reveal.is-in[data-stagger] > *:nth-child(3){ transition-delay: .23s; }
.js-reveal .lp-reveal.is-in[data-stagger] > *:nth-child(4){ transition-delay: .32s; }

/* ============================================================================
   COMMERCIAL SECTIONS — Prisma+Apollo 2026-06-22 — landing v2 (universo vivo + comercial)
   Stats band · plan comparison · security/trust · FAQ · social proof.
   All glassmorphism + glow, consistent with the existing system.
   ============================================================================ */

/* --- A. STATS BAND --- */
.lp-stats {
  max-width: 1140px; margin: 0 auto; padding: var(--s-16) var(--s-6);
  text-align: center;
}
.lp-stats-grid {
  list-style: none; margin: 0 0 var(--s-10); padding: 0;
  display: grid; gap: var(--s-5);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.lp-stat {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: var(--s-8) var(--s-5);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .3s ease;
}
.lp-stat:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: 0 20px 50px -24px var(--glow); }
.lp-stat-num {
  font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1; letter-spacing: -.03em;
  background: linear-gradient(120deg, var(--brand-light), var(--brand-accent) 55%, var(--brand-light));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lp-stat-label { margin: var(--s-3) 0 0; color: var(--text-secondary); font-size: var(--t-base); }
.lp-stats-cta { display: inline-flex; }

/* --- B. PLAN COMPARISON --- */
.lp-compare { display: grid; gap: var(--s-6); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); max-width: 920px; margin: 0 auto; align-items: start; }
.lp-plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: var(--s-8);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.lp-plan--ultra {
  border-color: transparent;
  background:
    linear-gradient(var(--bg-elevated), var(--bg-elevated)) padding-box,
    linear-gradient(135deg, var(--brand-light), var(--brand-accent)) border-box;
  box-shadow: 0 24px 70px -20px var(--glow);
}
.lp-plan--ultra::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: inset 0 0 60px var(--glow-soft);
}
.lp-plan-head { position: relative; margin-bottom: var(--s-5); }
.lp-plan-name { margin: 0 0 var(--s-1); font-size: var(--t-lg); font-weight: var(--w-bold); }
/* Prisma+Apollo 2026-06-23 — landing v3: tier tagline (One = personas+equipos / Ultra = empresa). */
.lp-plan-tagline { margin: 0 0 var(--s-4); color: var(--text-tertiary); font-size: var(--t-sm); line-height: 1.45; max-width: 30ch; }
.lp-plan-price { margin: 0; font-size: var(--t-xl); font-weight: 800; color: var(--brand-light); }
.lp-plan-badge {
  position: absolute; top: 0; right: 0;
  font-size: var(--t-xs); font-weight: var(--w-bold); letter-spacing: .5px; text-transform: uppercase;
  color: var(--c-white);
  background: linear-gradient(135deg, var(--brand-base), var(--brand-dark));
  padding: 4px var(--s-3); border-radius: var(--radius-pill);
  box-shadow: 0 6px 18px var(--glow);
}
.lp-plan-feats { list-style: none; margin: var(--s-4) 0 var(--s-8); padding: var(--s-5) 0 0; border-top: 1px solid var(--border); display: grid; gap: var(--s-4); }
.lp-plan-feats li { display: flex; align-items: flex-start; gap: var(--s-3); color: var(--text-secondary); font-size: var(--t-base); }
.lp-plan-feats svg { flex: none; width: 18px; height: 18px; margin-top: 3px; }
.lp-plan-feats .lp-feat-yes { color: var(--brand-accent); }
.lp-plan-feats .lp-feat-no  { color: var(--text-tertiary); opacity: .7; }
.lp-plan-feats .lp-feat-label { line-height: 1.5; }
.lp-plan .lp-btn { margin-top: auto; width: 100%; }
.lp-plan-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 14px;
  padding-top: 2px;
}
.lp-plan-actions .lp-btn {
  margin-top: 0;
  min-height: 46px;
  width: 100%;
}
.lp-plan-actions .lp-btn + .lp-btn { margin-top: 2px; }
.lp-plan-actions .lp-btn-ghost {
  color: var(--text-secondary);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--c-white) 6%, transparent), color-mix(in srgb, var(--c-white) 2%, transparent));
  border-color: color-mix(in srgb, var(--brand-light) 28%, var(--border));
  box-shadow: inset 0 1px 0 #ffffff18;
}
.lp-plan-actions .lp-btn-ghost:hover {
  color: var(--text-primary);
  border-color: var(--brand-light);
  box-shadow: 0 10px 28px var(--glow-soft), inset 0 1px 0 #ffffff24;
}
.lp-compare-foot { margin: var(--s-10) auto 0; max-width: 580px; text-align: center; color: var(--text-tertiary); font-size: var(--t-sm); }

/* --- C. SECURITY / TRUST --- */
.lp-grid-trust { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.lp-trust-card { text-align: left; }
.lp-trust-card .lp-card-icon { --icon-color: var(--brand-accent); }

/* --- D. FAQ (native details/summary, zero JS) --- */
.lp-faq { max-width: 800px; margin: 0 auto; display: grid; gap: var(--s-4); }
.lp-faq-item {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: border-color .25s ease, box-shadow .3s ease;
  overflow: hidden;
}
.lp-faq-item[open] { border-color: var(--border-strong); box-shadow: 0 16px 44px -28px var(--glow); }
.lp-faq-q {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  padding: var(--s-5) var(--s-6);
  font-size: var(--t-md); font-weight: var(--w-semibold); color: var(--text-primary);
}
.lp-faq-q::-webkit-details-marker { display: none; }
.lp-faq-q .lp-faq-plus { flex: none; width: 18px; height: 18px; color: var(--brand-light); transition: transform .25s ease; }
.lp-faq-item[open] .lp-faq-q .lp-faq-plus { transform: rotate(45deg); }
.lp-faq-a { margin: 0; padding: 0 var(--s-6) var(--s-6); color: var(--text-secondary); font-size: var(--t-base); }

/* --- E. SOCIAL PROOF (honest, no fake logos/testimonials — Ley #137) --- */
.lp-proof {
  max-width: 980px; margin: 0 auto; padding: var(--s-16) var(--s-6); text-align: center;
}
.lp-proof-built {
  display: inline-flex; align-items: center; gap: var(--s-3);
  padding: var(--s-4) var(--s-6); margin-bottom: var(--s-8);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: color-mix(in srgb, var(--brand-base) 10%, transparent);
  color: var(--text-secondary); font-size: var(--t-base); font-weight: var(--w-medium);
  box-shadow: 0 0 24px var(--glow-soft);
}
.lp-proof-built svg { width: 18px; height: 18px; color: var(--brand-accent); flex: none; }
.lp-proof-soon {
  max-width: 560px; margin: 0 auto;
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius-lg); padding: var(--s-8) var(--s-6);
  background: color-mix(in srgb, var(--c-white) 2%, transparent);
}
.lp-proof-soon-title { margin: 0 0 var(--s-2); font-size: var(--t-md); font-weight: var(--w-bold); color: var(--text-primary); }
.lp-proof-soon-sub { margin: 0; color: var(--text-tertiary); font-size: var(--t-sm); }

/* ----------------------------------------------------------------------------
   A11Y FOCUS
   ---------------------------------------------------------------------------- */
.lp-btn:focus-visible, .lp-link-btn:focus-visible, .lp-nav a:focus-visible,
.lp-lang-btn:focus-visible, .lp-footer-links a:focus-visible, .lp-brand:focus-visible,
.lp-faq-q:focus-visible {
  outline: none; box-shadow: var(--focus-ring); border-radius: var(--radius-sm);
}

/* ----------------------------------------------------------------------------
   REDUCED MOTION — kill every animation, keep the layout premium
   ---------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .alcor-landing-page *, .alcor-landing-page::before, .alcor-landing-page::after { animation: none !important; transition: none !important; }
  .lp-reveal, .lp-reveal[data-stagger] > * { opacity: 1 !important; transform: none !important; }
  .lp-mockup { transform: rotateX(0); }
}

/* ----------------------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------------------- */
@media (max-width: 880px) {
  .lp-mk-body { grid-template-columns: 1fr; }
  .lp-mk-side { display: none; }
  .lp-mk-badge { right: 12px; top: 56px; }
}
@media (max-width: 640px) {
  .lp-hero { padding-top: var(--s-16); }
  .lp-nav { gap: var(--s-3); }
  .lp-nav a[href="#apps"], .lp-nav a[href="#pricing"] { display: none; }
  .lp-section, .lp-band { padding-top: var(--s-16); padding-bottom: var(--s-16); }
  .lp-mockup { transform: none; animation: none; }
  /* Prisma 2026-06-23 — glyphs del hero a los laterales (anti-choque): en pantallas
     chicas no hay laterales libres, así que la capa decorativa se oculta para no
     amontonarse sobre el texto central. */
  .lp-hero-scene { display: none; }
}
