/* =============================================================
   [MARCA] — estilos
   Arquetipo: Mouse-Reactive Gradient (negro cálido + un acento lima)
   ============================================================= */

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  --bg:   #0E0D0B;
  --bg-2: #141310;
  --bg-3: #1B1915;
  --bg-4: #25221D;
  --ink:   #F3F0E8;
  --ink-2: #CFCABE;
  --mute:  #8F897D;

  --paper:   #F3F0E8;
  --paper-2: #E8E3D7;
  --card:    #FBFAF6;
  --on-paper:   #12110E;
  --on-paper-2: #45413A;
  --on-paper-mute: #756F63;

  --accent:   #C8FF3D;
  --accent-hi:#D9FF73;
  --accent-deep: #5C7A00;
  --accent-soft: rgba(200, 255, 61, .13);
  --on-accent: #0E0D0B;
  --teal: #35E0C0;
  --warn: #FFB547;
  --wa:   #25D366;

  --line:   rgba(243, 240, 232, .10);
  --line-2: rgba(243, 240, 232, .20);
  --line-ink: rgba(18, 17, 14, .12);

  --sans:  "Geist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --mono:  "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --r: 18px;
  --r-lg: 28px;
  --nav-h: 72px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: calc(var(--nav-h) + 12px); }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
svg { width: 1em; height: 1em; flex: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.05; letter-spacing: -0.02em; font-weight: 600; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--accent); color: var(--on-accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.paper :focus-visible, .demo-form :focus-visible { outline-color: var(--on-paper); }
[hidden] { display: none !important; }

/* =============================================================
   3. Utilities
   ============================================================= */
.skip-link {
  position: fixed; top: -100px; left: 1rem; z-index: 9999;
  padding: .6rem 1rem; background: var(--accent); color: var(--on-accent);
  border-radius: 10px; font-weight: 600;
}
.skip-link:focus { top: 1rem; }
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.nowrap { white-space: nowrap; }
.link-btn { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; padding: 0; }
.paper .link-btn { color: var(--on-paper); }
.grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* =============================================================
   4. Typography
   ============================================================= */
.eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--mono); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--mute); margin-bottom: 1.4rem;
}
.eyebrow span {
  display: inline-grid; place-items: center; min-width: 2.2rem; height: 1.6rem; padding: 0 .5rem;
  border-radius: 999px; background: var(--accent-soft); color: var(--accent); letter-spacing: .04em;
}
.paper .eyebrow { color: var(--on-paper-mute); }
.paper .eyebrow span { background: var(--on-paper); color: var(--accent); }

.sec-title {
  font-size: clamp(2.2rem, 5.2vw, 4.5rem);
  letter-spacing: -0.045em; line-height: .98; font-weight: 600;
}
.sec-title em, .hero-title em, .roi-title em, .sector h3 em {
  font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em;
}
.dark .sec-title em, .dark-2 .sec-title em, .contact .sec-title em, .roi-title em { color: var(--accent); }
.paper .sec-title em {
  background: linear-gradient(transparent 62%, var(--accent) 62%, var(--accent) 92%, transparent 92%);
  padding-inline: .06em; -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.sec-lead { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: var(--ink-2); max-width: 46ch; }
.paper .sec-lead { color: var(--on-paper-2); }

/* =============================================================
   5. Components
   ============================================================= */

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .9rem 1.4rem; border-radius: 999px;
  font-weight: 600; font-size: .98rem; letter-spacing: -.01em; line-height: 1.2;
  transition: background .35s var(--ease-out), color .35s var(--ease-out), box-shadow .35s var(--ease-out), transform .35s var(--ease-out), border-color .35s var(--ease-out);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .45s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }
.btn-accent { background: var(--accent); color: var(--on-accent); box-shadow: 0 0 0 0 rgba(200,255,61,0); }
.btn-accent:hover { background: var(--accent-hi); box-shadow: 0 14px 40px -12px rgba(200,255,61,.55); }
.btn-ghost { border: 1px solid var(--line-2); color: var(--ink); background: rgba(255,255,255,.02); }
.btn-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(243,240,232,.35); }
.btn-line { border: 1.5px solid currentColor; }
.btn-line:hover { background: var(--on-paper); color: var(--paper); border-color: var(--on-paper); }
.btn-dark { background: var(--on-paper); color: var(--paper); }
.btn-dark:hover { background: #000; box-shadow: 0 14px 30px -14px rgba(0,0,0,.6); }
.btn-lg { padding: 1.1rem 1.75rem; font-size: 1.04rem; }
.btn-sm { padding: .62rem 1rem; font-size: .88rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; pointer-events: none; }

/* ---- Tags ---- */
.tag {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase;
  padding: .38rem .7rem; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2);
}
.tag-warn { background: rgba(255,181,71,.12); border-color: rgba(255,181,71,.4); color: #FFD08A; }
.paper .tag-warn { background: #FFF1D6; border-color: #F0C06A; color: #7A4A00; }
.tag-mini { font-size: .62rem; padding: .25rem .55rem; }

/* ---- Tick lists ---- */
.ticks { display: grid; gap: .65rem; }
.ticks li { display: flex; gap: .7rem; align-items: flex-start; line-height: 1.45; }
.ticks svg {
  width: 20px; height: 20px; padding: 3px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent); margin-top: 1px;
}
.paper .ticks svg { background: var(--on-paper); color: var(--accent); }

/* ---- Logo ---- */
.logo {
  display: inline-flex; align-items: center; gap: .3em; font-weight: 650; font-size: 1.3rem; letter-spacing: -.05em; line-height: 1;
}
.logo-mark { width: 1.08em; height: 1.08em; flex: none; overflow: visible; }
.logo-mark path { fill: none; stroke-width: 8.5; stroke-linecap: round; stroke-linejoin: round; }
.logo-mark .lm-a { stroke: currentColor; }
.logo-mark .lm-b { stroke: var(--accent); }
.logo-ia { color: var(--accent); }
.paper .logo-ia { color: var(--accent-deep); }
.paper .logo-mark .lm-b { stroke: var(--accent-deep); }
.paper .about-card .logo-ia { color: var(--accent); }
.paper .about-card .logo-mark .lm-b { stroke: var(--accent); }

/* ---- Nav ---- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 80;
  transition: background .4s var(--ease-out), border-color .4s var(--ease-out), backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled { background: rgba(14,13,11,.9); border-bottom-color: var(--line); }
@supports (backdrop-filter: blur(12px)) {
  .nav.is-scrolled { background: rgba(14,13,11,.68); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); }
}
.nav-inner {
  height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  max-width: calc(var(--wrap) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter);
}
.nav-links { display: none; gap: 1.8rem; font-size: .92rem; color: var(--ink-2); }
.nav-links a { position: relative; padding-block: .4rem; transition: color .3s; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--accent);
  transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: .6rem; }
.nav-wa {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--line-2); transition: background .3s, color .3s, border-color .3s;
}
.nav-wa svg { width: 19px; height: 19px; }
.nav-wa:hover { background: rgba(37,211,102,.1); color: var(--wa); border-color: rgba(37,211,102,.55); }
.nav-cta { display: none; }
.nav-burger { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border-radius: 50%; border: 1px solid var(--line-2); }
.nav-burger span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform .4s var(--ease-out); }
.nav-burger[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.nav-sheet {
  display: flex; flex-direction: column; gap: .2rem; padding: 1rem var(--gutter) 1.6rem;
  background: var(--bg-2); border-bottom: 1px solid var(--line);
  max-height: calc(100svh - var(--nav-h)); overflow: auto;
}
.nav-sheet a:not(.btn) { font-size: 1.35rem; font-weight: 500; letter-spacing: -.02em; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.nav-sheet .btn { margin-top: 1rem; }

/* ---- Forms ---- */
.field { display: grid; gap: .4rem; }
.field label { font-size: .86rem; font-weight: 500; }
.field label small { font-weight: 400; color: var(--on-paper-mute); }
.field input, .field select, .cfg-search input, .cfg-other input {
  width: 100%; padding: .85rem 1rem; border-radius: 12px; border: 1px solid var(--line-ink);
  background: #fff; color: var(--on-paper); outline: none;
  transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .cfg-search input:focus, .cfg-other input:focus {
  border-color: var(--on-paper); box-shadow: 0 0 0 4px rgba(200,255,61,.55);
}
.field input.is-bad, .field select.is-bad { border-color: #D2411E; box-shadow: 0 0 0 3px rgba(210,65,30,.15); }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .84rem; line-height: 1.45; color: var(--on-paper-2); margin-top: 1rem; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--on-paper); flex: none; }
.consent a { text-decoration: underline; }
.form-error { margin-top: .9rem; padding: .7rem .9rem; border-radius: 10px; background: #FFE6DD; color: #8A240C; font-size: .88rem; }
.form-error a { text-decoration: underline; font-weight: 600; }

/* ---- Segmented control ---- */
.seg { display: inline-flex; flex-wrap: wrap; gap: 4px; padding: 4px; border-radius: 999px; background: var(--bg-4); border: 1px solid var(--line); }
.seg button { padding: .55rem 1rem; border-radius: 999px; font-size: .9rem; font-weight: 500; color: var(--ink-2); transition: background .3s var(--ease-out), color .3s; }
.seg button:hover { color: var(--ink); }
.seg button.is-on { background: var(--accent); color: var(--on-accent); }

/* =============================================================
   6. Sections
   ============================================================= */
.section { position: relative; padding-block: clamp(88px, 12vw, 160px); }
.dark { background: var(--bg); color: var(--ink); }
.dark-2 { background: var(--bg-2); color: var(--ink); }
.paper { background: var(--paper); color: var(--on-paper); }
.sec-head { margin-bottom: clamp(40px, 6vw, 72px); }
.sec-head .sec-title { margin-bottom: 1.2rem; }

/* ---------------- HERO ---------------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  padding-top: calc(var(--nav-h) + clamp(28px, 6vw, 64px));
  overflow: clip; isolation: isolate; background: var(--bg);
}
.hero-gradient {
  position: absolute; inset: -15%; z-index: -2; pointer-events: none;
  background:
    radial-gradient(38vmax 34vmax at var(--mx, 68%) var(--my, 26%), rgba(200,255,61,.20), transparent 62%),
    radial-gradient(30vmax 30vmax at calc(100% - var(--mx, 68%)) calc(88% - var(--my, 26%) * .4), rgba(53,224,192,.13), transparent 62%),
    radial-gradient(60vmax 40vmax at 50% 110%, rgba(200,255,61,.07), transparent 70%);
  filter: blur(30px);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(to right, rgba(243,240,232,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(243,240,232,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(70% 55% at 50% 30%, #000 20%, transparent 75%);
          mask-image: radial-gradient(70% 55% at 50% 30%, #000 20%, transparent 75%);
}
.hero-inner { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-live {
  display: inline-flex; align-items: center; gap: .65rem; max-width: 100%;
  font-family: var(--mono); font-size: .76rem; letter-spacing: .02em; color: var(--ink-2);
  padding: .5rem .95rem; border: 1px solid var(--line-2); border-radius: 999px; background: rgba(255,255,255,.03);
  margin-bottom: clamp(22px, 3.5vw, 36px);
}
.hero-live b { color: var(--accent); font-weight: 500; font-variant-numeric: tabular-nums; }
.pulse { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; }
.pulse::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid var(--accent); animation: pulse 2s var(--ease-out) infinite; }
@keyframes pulse { from { transform: scale(.4); opacity: 1; } to { transform: scale(1.6); opacity: 0; } }

.hero-title {
  font-size: clamp(2.45rem, 7.4vw, 6.6rem);
  line-height: .96; letter-spacing: -0.052em; font-weight: 600;
  max-width: 15.5ch; margin-inline: auto;
}
.hero-title .line { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.hero-title .line-in { display: inline-block; animation: lineUp 1.15s var(--ease-out) both; }
.hero-title .line:nth-child(2) .line-in { animation-delay: .12s; }
.hero-title .line:nth-child(3) .line-in { animation-delay: .24s; }
@keyframes lineUp { from { transform: translateY(105%); } to { transform: none; } }
.hero-title em { font-size: 1.06em; padding-right: .04em; }
.hl-24 { position: relative; color: var(--accent); white-space: nowrap; }
.hl-24::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .02em; height: .07em; border-radius: 99px;
  background: var(--accent); transform-origin: left; animation: underline 1.2s .9s var(--ease-out) both;
}
@keyframes underline { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.hero-sub { margin-top: clamp(20px, 3vw, 30px); max-width: 60ch; font-size: clamp(1.02rem, 1.5vw, 1.2rem); color: var(--ink-2); }
.hero-cta { margin-top: clamp(26px, 3.5vw, 38px); display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.hero-proof { margin-top: 1.4rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.4rem; font-size: .88rem; color: var(--mute); }
.hero-proof li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-proof svg { color: var(--accent); width: 16px; height: 16px; }

/* Stage */
.stage { width: 100%; margin-top: clamp(44px, 7vw, 84px); perspective: 1800px; }
.stage-frame {
  position: relative; aspect-ratio: 4 / 5; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--line-2); background: var(--bg-3);
  box-shadow: 0 60px 140px -50px rgba(0,0,0,.9), 0 0 0 8px rgba(255,255,255,.02), 0 0 120px -40px rgba(200,255,61,.25);
  transform-origin: 50% 0%; will-change: transform;
  text-align: left;
}
.stage-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) brightness(.78); transform: scale(1.04); }
.stage-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,13,11,.55) 0%, rgba(14,13,11,.1) 35%, rgba(14,13,11,.75) 100%); }
.stage-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 44px; display: flex; align-items: center; gap: 7px; padding-inline: 16px;
  background: rgba(14,13,11,.55); border-bottom: 1px solid var(--line);
}
.stage-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(243,240,232,.22); }
.stage-bar b {
  margin-left: 10px; font-family: var(--mono); font-weight: 400; font-size: .72rem; color: var(--ink-2);
  padding: .28rem .8rem; border-radius: 999px; background: rgba(255,255,255,.07);
}
.stage-note { margin-top: .9rem; font-family: var(--mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: var(--mute); }

.hchat {
  position: absolute; left: 12px; right: 12px; bottom: 12px;
  border-radius: 20px; border: 1px solid var(--line-2);
  background: rgba(20,19,16,.92);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.7);
  overflow: hidden;
}
@supports (backdrop-filter: blur(12px)) {
  .hchat { background: rgba(20,19,16,.7); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); }
}
.hchat-head { display: flex; align-items: center; gap: .7rem; padding: .8rem .9rem; border-bottom: 1px solid var(--line); }
.hchat-head strong { display: block; font-size: .88rem; line-height: 1.2; }
.hchat-head small { display: flex; align-items: center; gap: .35rem; font-size: .72rem; color: var(--mute); }
.hchat-head small i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hchat-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--accent); color: var(--on-accent); }
.hchat-avatar svg { width: 18px; height: 18px; }
.hchat-tag { margin-left: auto; font-family: var(--mono); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; padding: .25rem .55rem; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2); }
.hchat-body { display: flex; flex-direction: column; gap: .55rem; padding: .9rem; min-height: 188px; }
.msg { max-width: 88%; padding: .6rem .8rem; font-size: .86rem; line-height: 1.42; border-radius: 16px; }
.msg-user { align-self: flex-end; background: var(--accent); color: var(--on-accent); border-bottom-right-radius: 5px; }
.msg-bot { align-self: flex-start; background: var(--bg-4); color: var(--ink); border-bottom-left-radius: 5px; }
.msg-action {
  align-self: flex-start; display: inline-flex; align-items: center; gap: .45rem;
  font-size: .76rem; font-weight: 500; color: var(--accent); padding: .38rem .7rem; border-radius: 999px;
  border: 1px solid rgba(200,255,61,.4); background: var(--accent-soft);
}
.msg-action svg { width: 14px; height: 14px; }
.msg-typing { align-self: flex-start; display: inline-flex; gap: 4px; padding: .75rem .85rem; border-radius: 16px; background: var(--bg-4); }
.msg-typing i, .mc-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-2); animation: typing 1.1s infinite ease-in-out; }
.msg-typing i:nth-child(2), .mc-typing i:nth-child(2) { animation-delay: .15s; }
.msg-typing i:nth-child(3), .mc-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%, 60%, 100% { transform: translateY(0); opacity: .45; } 30% { transform: translateY(-4px); opacity: 1; } }
.is-pop { animation: pop .55s var(--ease-out) both; }
@keyframes pop { from { opacity: 0; transform: translateY(10px) scale(.97); } to { opacity: 1; transform: none; } }

.toast {
  position: absolute; display: flex; align-items: center; gap: .65rem;
  padding: .6rem .9rem .6rem .6rem; border-radius: 16px; border: 1px solid var(--line-2);
  background: rgba(27,25,21,.92); box-shadow: 0 20px 40px -18px rgba(0,0,0,.8);
  opacity: 0; transform: translateY(12px) scale(.96);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
@supports (backdrop-filter: blur(12px)) {
  .toast { background: rgba(27,25,21,.66); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
}
.toast.is-show { opacity: 1; transform: none; }
.toast b { display: block; font-size: .82rem; line-height: 1.2; }
.toast small { font-size: .72rem; color: var(--mute); }
.toast-ico { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); }
.toast-ico svg { width: 18px; height: 18px; }
.toast-a { top: 60px; left: 12px; }
.toast-b, .toast-c { display: none; }

/* Marquee */
.marquee { margin-top: clamp(56px, 8vw, 100px); border-block: 1px solid var(--line); overflow: hidden; padding-block: 1.1rem; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 1.6rem; animation: marquee 60s linear infinite; }
.marquee-track span { font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 500; letter-spacing: -.02em; color: var(--ink-2); white-space: nowrap; }
.marquee-track i { font-style: normal; color: var(--accent); font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------------- PROBLEMAS ---------------- */
.problems { display: grid; gap: 16px; }
.prob {
  background: var(--card); border: 1px solid var(--line-ink); border-radius: 24px; padding: 14px 14px 26px;
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
}
.prob:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(18,17,14,.35); }
.prob-vis { position: relative; height: 204px; border-radius: 16px; background: var(--on-paper); color: var(--ink); overflow: hidden; margin-bottom: 22px; padding: 18px; }
.prob-n { display: block; font-family: var(--mono); font-size: .72rem; color: var(--on-paper-mute); margin: 0 10px .5rem; }
.prob h3 { font-size: 1.34rem; letter-spacing: -.03em; margin: 0 10px .6rem; }
.prob p { font-size: .96rem; color: var(--on-paper-2); margin-inline: 10px; }

.vis-old { display: grid; place-items: center; }
.old-browser { width: 80%; max-width: 260px; background: #d4d0c8; border: 2px solid #fff; border-right-color: #808080; border-bottom-color: #808080; transform: rotate(-3deg); box-shadow: 8px 8px 0 rgba(0,0,0,.35); }
.old-bar { display: flex; gap: 4px; padding: 4px; background: linear-gradient(90deg, #0a246a, #a6caf0); }
.old-bar span { width: 9px; height: 9px; background: #d4d0c8; }
.old-body { background: #fff; color: #000; padding: 8px 10px; font-family: "Times New Roman", Times, serif; }
.old-title { font-size: .74rem; line-height: 1.25; color: #0000EE; text-decoration: underline; font-weight: 700; }
.old-marq { font-family: "Comic Sans MS", cursive; font-size: .7rem; color: #d00; animation: blinkOld 1s steps(1) infinite; }
@keyframes blinkOld { 50% { opacity: .2; } }
.old-img { height: 22px; margin: 5px 0; background: repeating-linear-gradient(45deg, #ddd 0 6px, #eee 6px 12px); border: 1px solid #aaa; }
.old-count { font-size: .7rem; }
.old-count b { font-family: monospace; background: #000; color: #0f0; padding: 0 3px; }

.vis-msgs { display: flex; flex-direction: column; gap: 8px; }
.wa-row { display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 12px; background: rgba(255,255,255,.05); }
.wa-row i { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #3a372f, #5a564b); flex: none; }
.wa-row div { min-width: 0; flex: 1; }
.wa-row b { display: block; font-size: .78rem; line-height: 1.2; }
.wa-row small { display: block; font-size: .72rem; color: var(--mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.badge { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 99px; background: var(--wa); color: #06210F; font-size: .68rem; font-weight: 700; }
.wa-seen { margin-top: auto; font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: #FF8A6B; }

.vis-calls { display: flex; flex-direction: column; justify-content: space-between; gap: 6px; padding-block: 14px 12px; }
.call-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 6px; border-bottom: 1px dashed rgba(243,240,232,.15); line-height: 1.2; }
.call-row span { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--ink-2); }
.call-row b { font-size: 1.3rem; line-height: 1; letter-spacing: -.04em; color: var(--accent); font-variant-numeric: tabular-nums; }
.call-row b::before { content: "×"; font-size: .9rem; margin-right: 2px; color: var(--mute); }
.call-note { font-family: var(--mono); font-size: .6rem; letter-spacing: .04em; text-transform: uppercase; color: var(--mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.vis-rival { display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.rival small { display: block; font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--mute); }
.rival b { display: block; font-size: 1.05rem; margin: 2px 0 7px; }
.rival .bar { display: block; height: 8px; border-radius: 99px; background: rgba(255,255,255,.08); overflow: hidden; }
.rival .bar em { display: block; height: 100%; width: var(--w); border-radius: inherit; transform-origin: left; transition: transform 1.4s .3s var(--ease-out); }
.rival-you .bar em { background: #7A7468; }
.rival-them .bar em { background: var(--accent); }
.reveal-on .prob:not(.is-in) .bar em { transform: scaleX(0); }

.problems-close { margin-top: clamp(48px, 6vw, 72px); text-align: center; font-size: clamp(1.4rem, 3vw, 2.2rem); letter-spacing: -.035em; line-height: 1.2; color: var(--on-paper-2); }
.problems-close strong { color: var(--on-paper); font-weight: 600; background: linear-gradient(transparent 62%, var(--accent) 62%, var(--accent) 92%, transparent 92%); }

/* ---------------- SECTORES ---------------- */
.sectors {
  display: grid; grid-auto-flow: column; grid-auto-columns: 84%; gap: 14px;
  overflow-x: auto; overflow-y: visible; scroll-snap-type: x mandatory;
  margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 22px; scrollbar-width: none;
}
.sectors::-webkit-scrollbar { display: none; }
.sector {
  position: relative; display: flex; flex-direction: column; scroll-snap-align: center;
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
  transition: transform .6s var(--ease-out), border-color .4s;
}
.sector::before, .tile::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; transition: opacity .5s;
  background: radial-gradient(420px circle at var(--sx, 50%) var(--sy, 50%), rgba(200,255,61,.10), transparent 45%);
}
.sector:hover::before, .tile:hover::before { opacity: 1; }
.sector:hover { transform: translateY(-6px); border-color: rgba(200,255,61,.3); }
.sector-img { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--bg-4); }
.sector-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out), filter .6s; filter: saturate(.9); }
.sector-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(27,25,21,.95)); }
.sector:hover .sector-img img { transform: scale(1.06); filter: saturate(1.05); }
.sector-body { position: relative; z-index: 3; display: flex; flex-direction: column; flex: 1; padding: 0 22px 22px; margin-top: -26px; }
.sector-kicker { font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: .6rem; }
.sector h3 { font-size: 1.36rem; letter-spacing: -.03em; line-height: 1.12; margin-bottom: .7rem; }
.sector p { font-size: .95rem; color: var(--ink-2); }
.bubble { margin: 1rem 0 1.2rem; }
.bubble span {
  display: inline-block; padding: .55rem .85rem; border-radius: 16px 16px 16px 5px; background: var(--bg-4); border: 1px solid var(--line);
  font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--ink); line-height: 1.3;
}
.sector-link { margin-top: auto; display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; font-size: .92rem; color: var(--accent); }
.sector-link svg { width: 16px; height: 16px; transition: transform .45s var(--ease-out); }
.sector-link:hover svg { transform: translateX(5px); }
.sector-other { border: 1px dashed rgba(200,255,61,.45); background: linear-gradient(160deg, rgba(200,255,61,.08), var(--bg-3) 50%); }
.sector-other h3 em { color: var(--accent); }
.sector-other .btn { align-self: flex-start; margin-top: 1.3rem; }

/* ---------------- MINI DEMOS EN TARJETAS DE SECTOR ----------------
   Cada tarjeta imita la web de un negocio distinto: los colores y tipos
   salen de las variables --m-* de su tema (.t-marea, .t-box…). */
/* Valores por defecto con prioridad cero (:where) para que cada tema los sustituya */
:where(.sector-img.is-mini) {
  --m-bg: #1F1D19; --m-surface: #27241F; --m-ink: #F3F0E8; --m-mute: #A39D90; --m-accent: #C8FF3D; --m-on-accent: #0E0D0B;
  --m-line: rgba(243,240,232,.12); --m-soft: rgba(200,255,61,.14); --m-ok: #C8FF3D; --m-no: #FF8A6B;
  --m-radius: 10px; --m-title: var(--sans); --m-grid: rgba(243,240,232,.035);
}
.sector-img.is-mini { aspect-ratio: auto; height: 256px; background: var(--m-bg); color: var(--m-ink); }
.m-bar.has-live { padding-right: 108px; }
/* Corte limpio, como una captura: sin degradado y sin montar el texto de la tarjeta encima */
.sector-img.is-mini { border-bottom: 1px solid var(--line); }
.sector-img.is-mini::after { display: none; }
.sector-img.is-mini + .sector-body { margin-top: 0; padding-top: 20px; }
.mini {
  position: absolute; inset: 0; padding: 12px 16px 16px; display: flex; flex-direction: column; gap: 8px;
  font-size: .76rem; line-height: 1.35; color: var(--m-mute); overflow: hidden;
  background-image: linear-gradient(to right, var(--m-grid) 1px, transparent 1px), linear-gradient(to bottom, var(--m-grid) 1px, transparent 1px);
  background-size: 24px 24px;
}
.m-bar { display: flex; align-items: center; gap: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--m-line); min-height: 30px; }
.m-logo { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 4px; border-radius: calc(var(--m-radius) * .6); background: var(--m-accent); color: var(--m-on-accent); font-size: .6rem; font-weight: 800; letter-spacing: -.02em; flex: none; }
.m-logo svg { width: 14px; height: 14px; }
.m-bar b { font-family: var(--m-title); font-weight: 600; font-size: .92rem; letter-spacing: -.02em; color: var(--m-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-bar small { margin-left: auto; font-family: var(--mono); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; color: var(--m-mute); padding: .12rem .45rem; border: 1px solid var(--m-line); border-radius: 999px; }
.mini-live {
  position: absolute; top: 12px; right: 14px; z-index: 4; display: inline-flex; align-items: center; gap: .3rem;
  padding: .28rem .6rem; border-radius: 999px; font-size: .66rem; font-weight: 700; letter-spacing: -.01em;
  background: var(--m-ink); color: var(--m-bg); box-shadow: 0 6px 16px -8px rgba(0,0,0,.5); transition: transform .3s var(--ease-out);
}
.mini-live:hover { transform: translateY(-2px); }
.m-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.m-chip { padding: .2rem .55rem; border-radius: calc(var(--m-radius) * 3); border: 1px solid var(--m-line); color: var(--m-mute); font-size: .68rem; white-space: nowrap; background: transparent; }
.m-sel, .m-sel2, .m-on { background: var(--m-accent); color: var(--m-on-accent); border-color: var(--m-accent); }
.m-list { display: grid; gap: 5px; }
.m-item { display: grid; grid-template-columns: 1fr auto; column-gap: 8px; padding: 5px 8px; border-radius: calc(var(--m-radius) * .8); background: var(--m-surface); border: 1px solid var(--m-line); }
.m-item span { color: var(--m-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-item b { color: var(--m-ink); font-weight: 600; }
.m-item em { grid-column: 1 / -1; font-style: normal; font-size: .64rem; }
.m-ok { color: var(--m-ok); font-style: normal; font-size: .68rem; font-weight: 600; }
.m-no { color: var(--m-no); }
.m-dim { opacity: .4; }
.m-bubble { max-width: 88%; padding: 6px 9px; border-radius: var(--m-radius); font-size: .72rem; line-height: 1.35; }
.m-bubble.u { align-self: flex-end; background: var(--m-accent); color: var(--m-on-accent); border-bottom-right-radius: 4px; }
.m-bubble.b { align-self: flex-start; background: var(--m-surface); color: var(--m-ink); border: 1px solid var(--m-line); border-bottom-left-radius: 4px; }
.m-stack { display: grid; }
.m-stack > * { grid-area: 1 / 1; }
.m-typing { display: none; align-self: start; justify-self: start; gap: 3px; padding: 8px 10px; border-radius: var(--m-radius); background: var(--m-surface); border: 1px solid var(--m-line); }
.m-typing i { width: 5px; height: 5px; border-radius: 50%; background: var(--m-mute); animation: typing 1.1s infinite ease-in-out; }
.m-typing i:nth-child(2) { animation-delay: .15s; }
.m-typing i:nth-child(3) { animation-delay: .3s; }
.m-cta { font-style: normal; font-weight: 700; font-size: .7rem; color: var(--m-accent); }
.m-result { display: grid; gap: 2px; padding: 8px 10px; border-radius: var(--m-radius); border: 1px solid var(--m-accent); background: var(--m-soft); }
.m-result b { color: var(--m-ink); font-size: .8rem; }
.m-result span { font-size: .68rem; color: var(--m-mute); }
.m-result em { font-style: normal; font-weight: 700; font-size: .68rem; color: var(--m-accent); }
.m-split { display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: center; }
.m-photo, .m-doc, .m-window, .m-shoe { position: relative; height: 84px; border-radius: var(--m-radius); overflow: hidden; border: 1px solid var(--m-line); }
.m-photo { display: grid; place-items: center; background: radial-gradient(circle at 50% 55%, #2c1511, #0b0a09 70%); }
.m-photo svg { width: 44px; height: 44px; color: #FF5B3B; filter: drop-shadow(0 0 8px rgba(255,91,59,.7)); }
.m-out { display: grid; gap: 5px; align-content: center; min-width: 0; }
.m-out p { color: var(--m-ink); font-size: .72rem; }
.m-hot, .m-tag { justify-self: start; padding: .16rem .5rem; border-radius: calc(var(--m-radius) * 3); font-size: .64rem; font-weight: 700; white-space: nowrap; }
.m-hot { background: rgba(217,45,15,.14); color: var(--m-no); }
.m-tag { background: var(--m-soft); color: var(--m-accent); }
.m-price { color: var(--m-ink); font-size: .98rem; letter-spacing: -.02em; }
.m-search { display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: calc(var(--m-radius) * 3); background: var(--m-surface); border: 1px solid var(--m-line); font-family: var(--mono); font-size: .7rem; color: var(--m-ink); }
.m-search svg { width: 14px; height: 14px; color: var(--m-accent); }
.m-type { display: inline-block; overflow: hidden; white-space: nowrap; max-width: 19ch; border-right: 1px solid var(--m-accent); padding-right: 2px; }
.m-homes { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.m-home { display: grid; gap: 2px; padding: 6px; border-radius: var(--m-radius); background: var(--m-surface); border: 1px solid var(--m-line); min-width: 0; }
.m-home i { height: 24px; border-radius: calc(var(--m-radius) * .6); background: linear-gradient(135deg, #C9D6E3, #8FA3B8); }
.m-home span { font-size: .64rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-home b { font-size: .72rem; color: var(--m-ink); }
.m-mort { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; font-size: .68rem; }
.m-track { position: relative; height: 4px; border-radius: 99px; background: var(--m-line); }
.m-fill { position: absolute; inset: 0 auto 0 0; width: 62%; border-radius: inherit; background: var(--m-accent); }
.m-mort b { color: var(--m-ink); }
.m-window { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 8px; background: linear-gradient(160deg, #DCE7EA, #B9CBD1); }
.m-window i { border: 3px solid #fff; border-radius: 2px; background: linear-gradient(160deg, rgba(255,255,255,.7), rgba(120,160,175,.35)); box-shadow: inset 0 0 0 1px rgba(30,43,36,.25); }
.m-field { display: flex; justify-content: space-between; gap: 6px; padding: 3px 0; border-bottom: 1px dashed var(--m-line); font-size: .68rem; }
.m-field b { color: var(--m-ink); font-weight: 600; white-space: nowrap; }
.m-total { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 7px 10px; border-radius: var(--m-radius); background: var(--m-accent); color: var(--m-on-accent); font-weight: 600; font-size: .7rem; }
.m-total b { font-size: .86rem; white-space: nowrap; }
.m-doc { display: grid; gap: 5px; align-content: start; padding: 10px 9px; background: #F6F3EC; }
.m-doc i { display: block; height: 5px; border-radius: 99px; background: #D6D0C3; }
.m-doc i.h { width: 55%; height: 7px; background: #9D9586; }
.m-doc i:nth-child(3) { width: 85%; }
.m-doc i:nth-child(4) { width: 70%; }
.m-doc i:nth-child(5) { width: 80%; }
.m-shoe { display: grid; place-items: center; background: var(--m-surface); }
.m-shoe svg { width: 68px; height: auto; color: var(--m-ink); }
.m-shoe .m-sole { stroke: var(--m-accent); }
.m-list3 { display: grid; gap: 6px; }
.m-line { display: flex; align-items: center; gap: 8px; padding: 7px 8px; border-radius: 10px; min-width: 0; }
.m-line p { font-size: .72rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-line .m-chip { font-weight: 700; }

/* ---- Temas: cada tarjeta, un negocio ---- */
.t-marea { --m-bg: #F3ECE0; --m-surface: #FBF7F0; --m-ink: #1D1A16; --m-mute: #7A6F62; --m-accent: #C8553D; --m-on-accent: #FFFFFF; --m-line: rgba(29,26,22,.14); --m-soft: rgba(200,85,61,.12); --m-ok: #2B6B4F; --m-no: #C8553D; --m-radius: 10px; --m-title: var(--serif); --m-grid: transparent; }
.t-marea .m-bar b { font-size: 1.1rem; font-weight: 400; }
.t-box { --m-bg: #0D0F14; --m-surface: #171B24; --m-ink: #F5F7FF; --m-mute: #8B93A7; --m-accent: #4C6FFF; --m-on-accent: #FFFFFF; --m-line: rgba(245,247,255,.12); --m-soft: rgba(76,111,255,.18); --m-ok: #7CF29A; --m-no: #FF6B6B; --m-radius: 4px; --m-grid: rgba(76,111,255,.07); }
.t-box .m-bar b { font-style: italic; font-weight: 800; text-transform: uppercase; letter-spacing: -.03em; }
.t-box .m-logo { transform: skewX(-10deg); }
.t-km0 { --m-bg: #EDEBE6; --m-surface: #FFFFFF; --m-ink: #111111; --m-mute: #5F5B54; --m-accent: #FF5B14; --m-on-accent: #111111; --m-line: rgba(17,17,17,.9); --m-soft: rgba(255,91,20,.16); --m-ok: #1E7A3C; --m-no: #D92D0F; --m-radius: 0px; --m-grid: rgba(17,17,17,.06); }
.t-km0 .m-bar { border-bottom-width: 2px; }
.t-km0 .m-bar b { font-family: var(--mono); font-weight: 700; text-transform: uppercase; font-size: .74rem; letter-spacing: .02em; }
.t-km0 .m-logo { background: #111; color: #FF5B14; font-family: var(--mono); }
.t-km0 .m-price { font-weight: 800; font-size: 1.05rem; }
.t-alba { --m-bg: #F4F7F5; --m-surface: rgba(255,255,255,.85); --m-ink: #0F3D3E; --m-mute: #5E7C7B; --m-accent: #0F3D3E; --m-on-accent: #FFFFFF; --m-line: rgba(15,61,62,.14); --m-soft: rgba(158,216,208,.35); --m-ok: #0F3D3E; --m-radius: 16px; --m-title: var(--serif); --m-grid: transparent; }
.sector-img.t-alba { background: radial-gradient(70% 90% at 100% 0%, rgba(158,216,208,.55), transparent 60%), radial-gradient(60% 70% at 0% 100%, rgba(242,184,162,.45), transparent 60%), #F7F5F2; }
.t-alba .m-bar b { font-size: 1.1rem; font-weight: 400; }
.t-alba .m-logo { border-radius: 50%; }
.t-alba .m-cta { color: #0F3D3E; text-decoration: underline; text-decoration-color: #F2B8A2; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.t-norte { --m-bg: #F8F6F1; --m-surface: #FFFFFF; --m-ink: #14213D; --m-mute: #6B7280; --m-accent: #14213D; --m-on-accent: #F8F6F1; --m-line: rgba(20,33,61,.12); --m-soft: rgba(201,162,39,.18); --m-radius: 6px; --m-title: var(--serif); --m-grid: transparent; }
.t-norte .m-bar b { font-size: 1.1rem; font-weight: 400; letter-spacing: 0; }
.t-norte .m-logo { background: transparent; color: #C9A227; border: 1.5px solid #C9A227; font-family: var(--serif); font-weight: 400; font-size: .72rem; }
.t-norte .m-fill { background: #C9A227; }
.t-norte .m-search svg { color: #C9A227; }
.t-norte .m-type { border-color: #C9A227; }
.t-rivera { --m-bg: #F2EFE6; --m-surface: #FFFFFF; --m-ink: #1E2B24; --m-mute: #6E7A70; --m-accent: #F2B705; --m-on-accent: #1E2B24; --m-line: rgba(30,43,36,.16); --m-soft: rgba(242,183,5,.2); --m-radius: 4px; --m-grid: rgba(30,43,36,.05); }
.t-rivera .m-bar b { font-weight: 800; text-transform: uppercase; letter-spacing: .02em; font-size: .8rem; }
.t-rivera .m-logo { background: #1E2B24; color: #F2B705; }
.t-rivera .m-total { background: repeating-linear-gradient(-45deg, #F2B705 0 14px, #E8AD00 14px 28px); }
.t-ortega { --m-bg: #0F1726; --m-surface: #18223A; --m-ink: #EEF1F6; --m-mute: #9AA6BD; --m-accent: #D4B26A; --m-on-accent: #0F1726; --m-line: rgba(238,241,246,.12); --m-soft: rgba(212,178,106,.16); --m-radius: 4px; --m-title: var(--serif); --m-grid: transparent; }
.t-ortega .m-bar b { font-size: 1.1rem; font-weight: 400; letter-spacing: .01em; }
.t-ortega .m-logo { background: transparent; color: #D4B26A; border: 1px solid #D4B26A; font-family: var(--serif); font-weight: 400; }
.t-paso { --m-bg: #FFF1E6; --m-surface: #FFFFFF; --m-ink: #1F1B1B; --m-mute: #7C6E68; --m-accent: #FF4F8B; --m-on-accent: #FFFFFF; --m-line: rgba(31,27,27,.1); --m-soft: rgba(255,79,139,.14); --m-ok: #1F9D55; --m-radius: 18px; --m-grid: transparent; }
.t-paso .m-bar b { font-weight: 800; font-size: 1.05rem; letter-spacing: -.05em; }
.t-paso .m-logo { border-radius: 50%; font-size: .8rem; }
.t-varios .r-pelu { background: #15130F; border: 1px solid rgba(201,162,39,.35); }
.t-varios .r-pelu .m-chip { background: #C9A227; color: #15130F; border-color: #C9A227; }
.t-varios .r-pelu p { color: #EFE7D2; }
.t-varios .r-acad { background: #EAF1FF; }
.t-varios .r-acad .m-chip { background: #2F5BEA; color: #fff; border-color: #2F5BEA; }
.t-varios .r-acad p { color: #1B2A4E; }
.t-varios .r-vet { background: #E6F4EA; }
.t-varios .r-vet .m-chip { background: #2E8B57; color: #fff; border-color: #2E8B57; }
.t-varios .r-vet p { color: #173B26; }

/* Animación: solo cuando la tarjeta está a la vista (main.js añade .is-live) */
.mini.is-live .ma { animation: mA 8s var(--ease-out) infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .mb { animation: mB 8s var(--ease-out) infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .mc { animation: mC 8s var(--ease-out) infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .md { animation: mD 8s var(--ease-out) infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .m-sel { animation: mSel 8s infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .m-sel2 { animation: mSel2 8s infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .m-dim { animation: mDim 8s infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .m-blink { display: flex; animation: mBlink 8s infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .m-type { animation: mType 8s steps(19) infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .m-fill { animation: mFill 8s var(--ease-out) infinite both; animation-delay: var(--mdl, 0s); }
.mini.is-live .mh1 { animation: mH1 9s infinite both; }
.mini.is-live .mh2 { animation: mH2 9s infinite both; }
.mini.is-live .mh3 { animation: mH3 9s infinite both; }
.mini.is-paused, .mini.is-paused * { animation-play-state: paused !important; }
@keyframes mA { 0%, 10% { opacity: 0; transform: translateY(6px); } 16%, 90% { opacity: 1; transform: none; } 97%, 100% { opacity: 0; } }
@keyframes mB { 0%, 26% { opacity: 0; transform: translateY(6px); } 32%, 90% { opacity: 1; transform: none; } 97%, 100% { opacity: 0; } }
@keyframes mC { 0%, 44% { opacity: 0; transform: translateY(6px); } 50%, 90% { opacity: 1; transform: none; } 97%, 100% { opacity: 0; } }
@keyframes mD { 0%, 62% { opacity: 0; transform: translateY(6px); } 68%, 90% { opacity: 1; transform: none; } 97%, 100% { opacity: 0; } }
@keyframes mSel {
  0%, 12% { background: transparent; color: var(--m-mute); border-color: var(--m-line); }
  16%, 90% { background: var(--m-accent); color: var(--m-on-accent); border-color: var(--m-accent); }
  96%, 100% { background: transparent; color: var(--m-mute); border-color: var(--m-line); }
}
@keyframes mSel2 {
  0%, 30% { background: transparent; color: var(--m-mute); border-color: var(--m-line); }
  34%, 90% { background: var(--m-accent); color: var(--m-on-accent); border-color: var(--m-accent); }
  96%, 100% { background: transparent; color: var(--m-mute); border-color: var(--m-line); }
}
@keyframes mDim { 0%, 28% { opacity: 1; } 34%, 90% { opacity: .4; } 96%, 100% { opacity: 1; } }
@keyframes mBlink { 0%, 24% { opacity: 0; } 28%, 44% { opacity: 1; } 48%, 100% { opacity: 0; } }
@keyframes mType { 0%, 4% { max-width: 0; } 26%, 90% { max-width: 19ch; } 96%, 100% { max-width: 0; } }
@keyframes mFill { 0%, 48% { width: 22%; } 70%, 90% { width: 62%; } 97%, 100% { width: 22%; } }
@keyframes mH1 { 0%, 30% { opacity: 1; } 34%, 96% { opacity: .38; } 100% { opacity: 1; } }
@keyframes mH2 { 0%, 30% { opacity: .38; } 34%, 63% { opacity: 1; } 67%, 100% { opacity: .38; } }
@keyframes mH3 { 0%, 63% { opacity: .38; } 67%, 96% { opacity: 1; } 100% { opacity: .38; } }

/* ---------------- DEMOS ---------------- */
.demos { display: grid; gap: 18px; }
.demo-main { display: grid; gap: 26px; padding: 14px; border-radius: 28px; background: var(--bg-3); border: 1px solid var(--line); }
.demo-shot { position: relative; display: block; border-radius: 18px; overflow: hidden; border: 1px solid var(--line-2); background: var(--bg); transition: transform .7s var(--ease-out), box-shadow .7s; }
.demo-shot:hover { transform: translateY(-4px); box-shadow: 0 40px 80px -40px rgba(200,255,61,.25); }
.demo-shot img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; transition: transform 1.4s var(--ease-out); }
.demo-shot:hover img { transform: scale(1.03); }
.demo-chrome { display: flex; align-items: center; gap: 6px; height: 34px; padding-inline: 12px; background: var(--bg-4); border-bottom: 1px solid var(--line); }
.demo-chrome i { width: 9px; height: 9px; border-radius: 50%; background: rgba(243,240,232,.2); }
.demo-chrome b { margin-left: 8px; font-family: var(--mono); font-weight: 400; font-size: .68rem; color: var(--mute); }
.demo-info { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; padding: 4px 10px 12px; }
.demo-info h3 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); letter-spacing: -.04em; }
.demo-info p { color: var(--ink-2); }
.demo-info .ticks { font-size: .95rem; color: var(--ink-2); }
.demo-slot { padding: 12px 12px 20px; border-radius: 22px; border: 1px dashed var(--line-2); background: rgba(255,255,255,.015); display: flex; flex-direction: column; gap: .7rem; }
.slot-shot { border-radius: 12px; overflow: hidden; margin-bottom: .4rem; }
.slot-shot img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; opacity: .85; }
.demo-slot .tag { align-self: flex-start; margin-inline: 6px; }
.demo-slot h3 { font-size: 1.12rem; letter-spacing: -.02em; margin-inline: 6px; }
.slot-note { font-size: .84rem; color: var(--mute); margin-inline: 6px; }
.demo-live { border-style: solid; border-color: var(--line); background: var(--bg-3); transition: border-color .4s, transform .6s var(--ease-out); }
.demo-live:hover { border-color: rgba(200,255,61,.3); transform: translateY(-4px); }
.demo-live .slot-shot { display: block; border: 1px solid var(--line); }
.demo-live .slot-shot img { opacity: 1; object-position: top; transition: transform 1.2s var(--ease-out); }
.demo-live:hover .slot-shot img { transform: scale(1.04); }
.demo-live .slot-note { color: var(--ink-2); }
.demo-live .sector-link { margin: .2rem 6px 0; }

/* ---------------- INCLUYE (bento) ---------------- */
.bento { display: grid; gap: 14px; grid-template-columns: 1fr; grid-auto-flow: row dense; }
.tile-full { display: grid; grid-template-columns: auto 1fr; column-gap: 1.1rem; row-gap: .2rem; align-items: center; }
.tile-full .tile-ico { grid-row: 1 / span 2; margin: 0; }
.tile {
  position: relative; overflow: hidden; padding: 26px; border-radius: 22px; background: var(--bg-3); border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: .7rem; transition: border-color .4s, transform .6s var(--ease-out);
}
.tile:hover { border-color: rgba(200,255,61,.28); transform: translateY(-4px); }
.tile-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--accent-soft); color: var(--accent); margin-bottom: .5rem; }
.tile-ico svg { width: 22px; height: 22px; }
.tile h3 { font-size: 1.28rem; letter-spacing: -.03em; }
.tile p { color: var(--ink-2); font-size: .95rem; }
.tile-ai { background: radial-gradient(120% 90% at 100% 0%, rgba(200,255,61,.13), transparent 55%), var(--bg-3); }
.tile-ai h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.tile-ai .btn { align-self: flex-start; margin-top: auto; }
.mini-chat { display: flex; flex-direction: column; gap: .5rem; margin: .8rem 0 1.2rem; }
.mini-chat p { max-width: 80%; padding: .55rem .8rem; border-radius: 14px; font-size: .88rem; }
.tile .mc-u { align-self: flex-end; background: var(--accent); color: var(--on-accent); border-bottom-right-radius: 4px; font-size: .88rem; }
.tile .mc-b { background: var(--bg-4); color: var(--ink); border-bottom-left-radius: 4px; font-size: .88rem; }
.mc-typing { display: inline-flex !important; gap: 4px; background: var(--bg-4); width: auto; }
.mini-range { display: flex; align-items: center; gap: 1rem; margin-top: auto; padding-top: .6rem; }
.mini-range i { position: relative; flex: 1; height: 6px; border-radius: 99px; background: rgba(255,255,255,.08); }
.mini-range em { position: absolute; inset: 0 auto 0 0; width: 62%; border-radius: inherit; background: var(--accent); animation: range 5s var(--ease-soft) infinite alternate; }
.mini-range em::after { content: ""; position: absolute; right: -9px; top: 50%; width: 18px; height: 18px; margin-top: -9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(200,255,61,.18); }
.mini-range b { font-size: 1.3rem; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
@keyframes range { from { width: 28%; } to { width: 78%; } }
.mini-doc { position: relative; margin-top: auto; padding: 14px; border-radius: 12px; background: var(--paper); display: grid; gap: 7px; overflow: hidden; }
.mini-doc i { display: block; height: 7px; border-radius: 99px; background: #D6D0C3; }
.mini-doc i:nth-child(1) { width: 45%; background: #BDB6A7; }
.mini-doc i:nth-child(2) { width: 90%; }
.mini-doc i:nth-child(3) { width: 72%; }
.mini-doc i:nth-child(4) { width: 58%; }
.scanline { position: absolute; left: 0; right: 0; height: 26px; top: -26px; background: linear-gradient(180deg, transparent, rgba(200,255,61,.55) 80%, var(--accent-deep)); animation: scan 2.8s var(--ease-soft) infinite; }
@keyframes scan { to { top: 100%; } }

/* ---------------- PRECIOS ---------------- */
.plans { display: grid; gap: 16px; align-items: stretch; }
.plan {
  position: relative; display: flex; flex-direction: column; gap: 1.1rem;
  padding: 30px; border-radius: 28px; background: var(--card); border: 1px solid var(--line-ink);
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
}
.plan:hover { transform: translateY(-6px); box-shadow: 0 40px 70px -40px rgba(18,17,14,.4); }
.plan-name { font-family: var(--mono); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--on-paper-mute); }
.plan-price { display: flex; align-items: baseline; gap: .3rem; line-height: 1; }
.plan-price small { font-size: .9rem; color: var(--on-paper-mute); margin-right: .2rem; }
.plan-price b { font-size: clamp(3rem, 5vw, 4rem); font-weight: 600; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.plan-price span { font-size: 1.6rem; font-weight: 500; }
.plan-desc { color: var(--on-paper-2); font-size: .98rem; }
.plan .ticks { font-size: .95rem; margin-bottom: .5rem; }
.plan .btn { margin-top: auto; }
.plan-star { background: var(--on-paper); color: var(--ink); border-color: var(--on-paper); box-shadow: 0 40px 80px -40px rgba(18,17,14,.7), 0 0 0 1px rgba(200,255,61,.25) inset; }
.plan-star .plan-name, .plan-star .plan-price small { color: var(--mute); }
.plan-star .plan-desc { color: var(--ink-2); }
.plan-star .ticks svg { background: var(--accent); color: var(--on-accent); }
.plan-star strong { color: var(--accent); font-weight: 600; }
.plan-badge {
  position: absolute; top: -14px; left: 30px; display: inline-flex; align-items: center; gap: .4rem;
  padding: .42rem .85rem; border-radius: 999px; background: var(--accent); color: var(--on-accent);
  font-size: .78rem; font-weight: 700; box-shadow: 0 10px 30px -10px rgba(200,255,61,.7);
}
.plan-badge svg { width: 14px; height: 14px; }
.maint {
  margin-top: 18px; display: flex; flex-direction: column; gap: 1.2rem; align-items: flex-start;
  padding: 26px 30px; border-radius: 24px; background: var(--paper-2); border: 1px solid var(--line-ink);
}
.maint-title { font-size: 1.3rem; letter-spacing: -.03em; font-weight: 600; margin-bottom: .3rem; }
.maint-title b { background: linear-gradient(transparent 60%, var(--accent) 60%, var(--accent) 92%, transparent 92%); }
.maint p:not(.maint-title) { color: var(--on-paper-2); max-width: 62ch; }
.fineprint { margin-top: 1rem; font-size: .84rem; color: var(--on-paper-mute); }

/* ---------------- PRECIOS: detalles de conversión ---------------- */
.plan-once { display: block; margin-top: -.5rem; font-family: var(--mono); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--on-paper-mute); }
.plan-star .plan-once { color: var(--mute); }
.plan-save {
  display: flex; gap: .5rem; align-items: flex-start; padding: .6rem .75rem; border-radius: 12px; font-size: .86rem; line-height: 1.4;
  background: var(--accent-soft); color: var(--accent); border: 1px solid rgba(200,255,61,.35);
}
.plan:not(.plan-star) .plan-save { background: var(--paper-2); color: var(--on-paper); border-color: var(--line-ink); }
.plan-save svg { width: 16px; height: 16px; margin-top: 2px; flex: none; }

.guarantee {
  margin-top: 18px; display: grid; gap: 18px; align-items: center; padding: clamp(22px, 3vw, 32px); border-radius: 24px;
  background: var(--on-paper); color: var(--ink); position: relative; overflow: hidden;
}
.guarantee::before { content: ""; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(closest-side, rgba(200,255,61,.22), transparent 70%); pointer-events: none; }
.g-seal {
  position: relative; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; flex: none;
  background: var(--accent); color: var(--on-accent); box-shadow: 0 0 0 8px rgba(200,255,61,.14);
  font-family: var(--mono); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; text-align: center; line-height: 1.2; font-weight: 500;
}
.g-seal b { display: block; font-family: var(--sans); font-size: 1.3rem; letter-spacing: -.04em; line-height: 1; }
.g-title { font-size: clamp(1.25rem, 2.4vw, 1.6rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.15; margin-bottom: .4rem; }
.g-title em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.guarantee p:not(.g-title) { color: var(--ink-2); }
.g-list { display: grid; gap: .5rem; font-size: .92rem; color: var(--ink-2); position: relative; }
.g-list li { display: flex; gap: .55rem; align-items: flex-start; }
.g-list svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: var(--accent); color: var(--on-accent); margin-top: 1px; flex: none; }

.launch { display: inline-flex; align-items: center; margin: 0 .4rem .35rem 0; padding: .28rem .7rem; border-radius: 999px; background: var(--on-paper); color: var(--accent); font-family: var(--mono); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; vertical-align: middle; }

/* ---------------- COMPARATIVA ---------------- */
.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: .95rem; }
.compare th, .compare td { padding: 1rem 1.1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare thead th { font-family: var(--mono); font-weight: 400; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.compare tbody th { font-weight: 500; color: var(--ink); width: 24%; }
.compare td { color: var(--ink-2); }
.compare .is-us { background: rgba(200,255,61,.07); color: var(--ink); font-weight: 500; }
.compare thead .is-us { color: var(--accent); background: rgba(200,255,61,.12); border-radius: 16px 16px 0 0; }
.compare tbody tr:last-child .is-us { border-radius: 0 0 16px 16px; }
.compare .yes::before { content: "✓ "; color: var(--accent); font-weight: 700; }
.compare .no::before { content: "✕ "; color: #FF8A6B; }
.compare-note { margin-top: 1rem; font-size: .8rem; color: var(--mute); }
.compare-cta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }

/* ---------------- QUIÉN HAY DETRÁS ---------------- */
.about-card { position: relative; width: 100%; max-width: 440px; padding: clamp(22px, 3vw, 30px); border-radius: 28px; background: var(--on-paper); color: var(--ink); box-shadow: 0 50px 90px -50px rgba(18,17,14,.7); overflow: hidden; isolation: isolate; }
.about-card::before { content: ""; position: absolute; right: -90px; top: -90px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(closest-side, rgba(200,255,61,.22), transparent 70%); z-index: -1; }
.ac-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: .5rem; }
.ac-top .logo { font-size: 1.7rem; }
.ac-live { display: flex; align-items: center; gap: .45rem; font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); white-space: nowrap; }
.ac-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(200,255,61,.15); }
.ac-role { color: var(--ink-2); margin-bottom: 1.4rem; }
.ac-facts { display: grid; gap: 10px; margin-bottom: 1.4rem; }
.ac-facts li { display: grid; grid-template-columns: 5.4rem 1fr; align-items: center; gap: .8rem; padding: .8rem 1rem; border-radius: 16px; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.ac-facts b { font-size: 1.7rem; font-weight: 600; letter-spacing: -.05em; line-height: 1; color: var(--accent); }
.ac-facts span { font-size: .9rem; line-height: 1.35; color: var(--ink-2); }
.ac-note { margin-top: .9rem; font-size: .8rem; text-align: center; color: var(--mute); }
.about { display: grid; gap: 36px; align-items: center; }
.about-photo { position: relative; max-width: 420px; }
.about-ph {
  aspect-ratio: 4 / 5; border-radius: 28px; display: flex; flex-direction: column; justify-content: flex-end; gap: .3rem; padding: 24px;
  background: repeating-linear-gradient(-45deg, var(--paper-2) 0 18px, var(--card) 18px 36px); border: 1.5px dashed var(--on-paper-mute);
}
.about-ph span { align-self: flex-start; font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; padding: .2rem .5rem; border-radius: 6px; background: #FFF1D6; color: #7A4A00; border: 1px solid #F0C06A; }
.about-ph b { font-size: 1.4rem; letter-spacing: -.03em; }
.about-ph small { font-family: var(--mono); font-size: .72rem; color: var(--on-paper-mute); }
.about-sign { position: absolute; right: -14px; bottom: 28px; padding: .6rem .9rem; border-radius: 14px; background: var(--on-paper); color: var(--ink); font-size: .82rem; box-shadow: 0 20px 40px -20px rgba(18,17,14,.6); }
.about-sign b { color: var(--accent); }
.about .ticks { margin-top: 1.6rem; font-size: 1rem; color: var(--on-paper-2); }
.pending-inline { font-family: var(--mono); font-size: .88em; padding: 0 .3em; border-radius: 4px; background: #FFF1D6; color: #7A4A00; }
.paper .pending { color: #7A4A00; }
.paper .pending b { background: #FFF1D6; border-color: #F0C06A; }

.form-sub { margin: -.6rem 0 .2rem; font-size: .9rem; color: var(--on-paper-2); }
.form-sub b { color: var(--on-paper); }

@media (max-width: 719px) {
  .compare thead { display: none; }
  .compare, .compare tbody, .compare tr, .compare th, .compare td { display: block; width: 100%; }
  .compare tr { margin-bottom: 14px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--bg-3); }
  .compare tbody th { width: 100%; padding: .9rem 1rem .6rem; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .compare td { display: grid; grid-template-columns: 7.5rem 1fr; gap: .6rem; padding: .6rem 1rem; font-size: .9rem; }
  .compare td::after { content: none; }
  .compare td[data-l]::before { content: attr(data-l); font-family: var(--mono); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; color: var(--mute); padding-top: .15rem; }
  .compare .yes::before, .compare .no::before { content: attr(data-l); }
  .compare .yes, .compare .no { position: relative; }
  .compare tbody tr:last-child .is-us { border-radius: 0; }
}
@media (min-width: 720px) {
  .guarantee { grid-template-columns: auto 1fr auto; gap: 28px; }
}
@media (min-width: 960px) {
  .about { grid-template-columns: 5fr 7fr; gap: 64px; }
}

/* ---------------- ROI ---------------- */
.roi { overflow: clip; text-align: center; }
.roi-glow { position: absolute; left: 50%; top: 40%; width: 90vmax; height: 60vmax; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(200,255,61,.13), transparent 70%); pointer-events: none; }
.roi-inner { position: relative; }
.roi-title { font-size: clamp(2.3rem, 6.4vw, 5.8rem); letter-spacing: -.055em; line-height: .98; max-width: 16ch; margin: 0 auto clamp(40px, 5vw, 64px); }
.roi-n {
  display: inline-block; min-width: .7em; color: var(--on-accent); background: var(--accent);
  padding: 0 .16em; border-radius: .14em; font-variant-numeric: tabular-nums; transition: transform .4s var(--ease-bounce);
}
.roi-n.is-bump { transform: scale(1.12) rotate(-2deg); }
.roi-panel {
  display: grid; gap: 30px; text-align: left; max-width: 1000px; margin-inline: auto;
  padding: clamp(22px, 3.5vw, 40px); border-radius: 28px; background: rgba(27,25,21,.8); border: 1px solid var(--line-2);
}
.roi-field label, .roi-label { display: block; font-size: .9rem; color: var(--ink-2); margin-bottom: .6rem; }
.roi-out { display: block; font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 600; letter-spacing: -.05em; line-height: 1; margin-bottom: 1rem; font-variant-numeric: tabular-nums; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 28px; background: transparent; cursor: pointer; }
input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 99px; background: linear-gradient(90deg, var(--accent) var(--fill, 50%), rgba(255,255,255,.1) var(--fill, 50%)); }
input[type="range"]::-moz-range-track { height: 6px; border-radius: 99px; background: rgba(255,255,255,.1); }
input[type="range"]::-moz-range-progress { height: 6px; border-radius: 99px; background: var(--accent); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; margin-top: -10px; border-radius: 50%; background: var(--accent); border: 4px solid var(--bg); box-shadow: 0 0 0 1px var(--accent), 0 0 24px rgba(200,255,61,.6); }
input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 4px solid var(--bg); box-shadow: 0 0 0 1px var(--accent); }
.roi-presets { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 1rem; }
.roi-presets button { font-size: .8rem; padding: .4rem .75rem; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2); transition: all .3s; }
.roi-presets button:hover { border-color: var(--accent); color: var(--accent); }
.roi .seg { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 18px; width: 100%; }
.roi .seg button { padding: .6rem .3rem; font-size: .88rem; border-radius: 14px; }
.roi-math { margin-top: 1.4rem; font-family: var(--mono); font-size: .88rem; color: var(--ink-2); padding: .9rem 1rem; border-radius: 12px; background: var(--bg); border: 1px solid var(--line); }
.roi-note { margin-top: 1.4rem; font-size: .84rem; color: var(--mute); }

/* ---------------- PROCESO ---------------- */
.steps-box { position: relative; }
.steps { display: grid; gap: 28px; position: relative; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step-n {
  position: relative; z-index: 1; display: grid; place-items: center; flex: none;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--bg-2);
  font-family: var(--mono); font-size: .95rem; color: var(--ink-2);
  transition: background .5s var(--ease-out), color .5s, border-color .5s, box-shadow .5s;
}
.step.is-active .step-n { background: var(--accent); color: var(--on-accent); border-color: var(--accent); box-shadow: 0 0 0 8px rgba(200,255,61,.12); }
.step-time { font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin: .7rem 0 .35rem; }
.step h3 { font-size: 1.3rem; letter-spacing: -.03em; margin-bottom: .45rem; }
.step p:not(.step-time) { color: var(--ink-2); font-size: .95rem; }
.steps-line { position: absolute; left: 23.5px; top: 24px; bottom: 24px; width: 1px; background: var(--line-2); }
.steps-line i { position: absolute; inset: 0; background: var(--accent); transform-origin: top; transform: scaleY(var(--p, 0)); box-shadow: 0 0 12px rgba(200,255,61,.6); }

/* ---------------- TESTIMONIOS ---------------- */
.sec-lead .tag { margin-right: .4rem; vertical-align: middle; }
.quotes { display: grid; gap: 16px; }
.quote { position: relative; display: flex; flex-direction: column; gap: 1.6rem; padding: 30px; border-radius: 24px; background: var(--bg-3); border: 1px solid var(--line); }
.quote .tag { position: absolute; top: 18px; right: 18px; }
.quote blockquote { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.28; letter-spacing: -.005em; color: var(--ink); padding-top: 1.2rem; }
.quote figcaption { margin-top: auto; display: flex; align-items: center; gap: .8rem; }
.quote figcaption b { display: block; font-size: .95rem; }
.quote figcaption small { font-size: .82rem; color: var(--mute); }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-weight: 600; border: 1px solid rgba(200,255,61,.3); }

/* ---------------- CONFIGURADOR ---------------- */
.noscript { padding: 1rem; border-radius: 12px; background: var(--card); }
.cfg { background: var(--card); border: 1px solid var(--line-ink); border-radius: 32px; padding: clamp(16px, 3vw, 40px); box-shadow: 0 50px 100px -60px rgba(18,17,14,.45); }
.cfg-steps { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; margin-bottom: clamp(20px, 3vw, 34px); padding-bottom: 2px; }
.cfg-steps::-webkit-scrollbar { display: none; }
.cfg-steps li {
  display: flex; align-items: center; gap: .5rem; flex: none; padding: .45rem .8rem .45rem .45rem; border-radius: 999px;
  font-size: .82rem; font-weight: 500; color: var(--on-paper-mute); background: var(--paper); transition: background .4s, color .4s;
}
.cfg-steps span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #fff; font-family: var(--mono); font-size: .72rem; border: 1px solid var(--line-ink); }
.cfg-steps li.is-on { background: var(--on-paper); color: var(--paper); }
.cfg-steps li.is-on span { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.cfg-steps li.is-done { color: var(--on-paper); }
.cfg-steps li.is-done span { background: var(--on-paper); color: var(--accent); border-color: var(--on-paper); }

.cfg-main { display: grid; gap: 22px; align-items: start; }
.cfg-form { min-width: 0; }
.cfg-panel { display: none; border: 0; padding: 0; min-width: 0; }
.cfg-panel.is-on { display: block; animation: panelIn .6s var(--ease-out) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.cfg-panel legend { font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -.04em; font-weight: 600; line-height: 1.1; margin-bottom: 1.2rem; padding: 0; }
.cfg-hint { color: var(--on-paper-2); font-size: .95rem; margin: -.4rem 0 1.2rem; }
.cfg-search { margin-bottom: .9rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; max-height: 320px; overflow: auto; padding: 2px; }
.chip {
  display: inline-flex; align-items: center; gap: .45rem; padding: .6rem .9rem; border-radius: 999px;
  border: 1px solid var(--line-ink); background: #fff; color: var(--on-paper); font-size: .9rem; line-height: 1.2;
  transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease-out);
}
.chip:hover { border-color: var(--on-paper); transform: translateY(-1px); }
.chip.is-on { background: var(--on-paper); color: var(--paper); border-color: var(--on-paper); }
.chip-ico { font-size: 1rem; line-height: 1; }
.chips-empty { font-size: .9rem; color: var(--on-paper-mute); padding: .5rem; }
.cfg-other { margin-top: 1.1rem; display: grid; gap: .4rem; font-size: .88rem; font-weight: 500; }
.cfg-ideas { margin-top: 1.4rem; padding: 22px; border-radius: 20px; background: var(--on-paper); color: var(--ink); animation: panelIn .6s var(--ease-out) both; }
.ideas-title { font-size: 1.12rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: .9rem; }
.ideas-title em { font-family: var(--serif); font-weight: 400; color: var(--accent); font-size: 1.15em; }
.cfg-ideas .ticks { font-size: .94rem; color: var(--ink-2); margin-bottom: 1rem; }
.ideas-meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: .82rem; color: var(--mute); }
.pill { display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .65rem; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-size: .78rem; font-weight: 500; border: 1px solid rgba(200,255,61,.3); }

.cfg-nav { display: flex; justify-content: space-between; align-items: center; gap: .8rem; margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line-ink); }

.packs { display: grid; gap: 12px; }
.pack {
  position: relative; display: flex; flex-direction: column; gap: .4rem; padding: 20px; border-radius: 20px; cursor: pointer;
  border: 1.5px solid var(--line-ink); background: #fff; transition: border-color .3s, box-shadow .3s, transform .4s var(--ease-out);
}
.pack:hover { transform: translateY(-2px); border-color: var(--on-paper-mute); }
.pack input { position: absolute; opacity: 0; pointer-events: none; }
.pack.is-on { border-color: var(--on-paper); box-shadow: 0 0 0 4px rgba(200,255,61,.6); }
.pack-name { font-weight: 600; font-size: 1.15rem; letter-spacing: -.02em; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.pack-check { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--line-ink); color: transparent; flex: none; }
.pack-check svg { width: 14px; height: 14px; }
.pack.is-on .pack-check { background: var(--on-paper); border-color: var(--on-paper); color: var(--accent); }
.pack-price { font-size: 1.8rem; font-weight: 600; letter-spacing: -.05em; line-height: 1.1; }
.pack-price small { font-size: .8rem; font-weight: 400; color: var(--on-paper-mute); letter-spacing: 0; margin-right: .2rem; }
.pack-desc { font-size: .88rem; color: var(--on-paper-2); }
.rec { align-self: flex-start; display: inline-flex; align-items: center; gap: .3rem; font-size: .72rem; font-weight: 600; padding: .25rem .6rem; border-radius: 999px; background: var(--accent); color: var(--on-accent); }
.rec svg { width: 12px; height: 12px; }

.feats { display: grid; gap: 10px; }
.feat {
  position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: .9rem; align-items: center;
  padding: 16px; border-radius: 16px; border: 1.5px solid var(--line-ink); background: #fff; cursor: pointer; transition: border-color .3s, background .3s;
}
.feat:hover { border-color: var(--on-paper-mute); }
.feat input[type="checkbox"] { width: 20px; height: 20px; accent-color: var(--on-paper); }
.feat.is-on { border-color: var(--on-paper); }
.feat.is-rec { background: linear-gradient(90deg, rgba(200,255,61,.22), #fff 60%); }
.feat.is-inc { background: var(--paper); cursor: default; }
.feat-t { display: block; font-weight: 600; font-size: .98rem; letter-spacing: -.01em; }
.feat-d { display: block; font-size: .84rem; color: var(--on-paper-2); line-height: 1.4; }
.feat-flags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: .35rem; }
.flag { font-size: .68rem; font-weight: 600; padding: .15rem .5rem; border-radius: 999px; background: var(--on-paper); color: var(--accent); }
.flag-inc { background: var(--paper-2); color: var(--on-paper-2); }
.feat-p { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; font-size: .95rem; }
.feat-p small { display: block; text-align: right; font-weight: 400; font-size: .72rem; color: var(--on-paper-mute); }
.qty { display: inline-flex; align-items: center; gap: 4px; border: 1px solid var(--line-ink); border-radius: 999px; padding: 3px; background: #fff; }
.qty button { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 1.1rem; background: var(--paper); }
.qty button:hover { background: var(--on-paper); color: var(--paper); }
.qty output { min-width: 1.6rem; text-align: center; font-weight: 600; font-variant-numeric: tabular-nums; }

.cfg-row { margin-bottom: 1.4rem; }
.cfg-q { font-weight: 600; margin-bottom: .6rem; }
.opts { display: flex; flex-wrap: wrap; gap: 8px; }
.opt { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1rem; border-radius: 999px; border: 1.5px solid var(--line-ink); background: #fff; font-size: .9rem; cursor: pointer; transition: all .3s; }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt.is-on { background: var(--on-paper); color: var(--paper); border-color: var(--on-paper); }
.opts-cards { display: grid; grid-template-columns: 1fr; gap: 8px; }
.opts-cards .opt { border-radius: 16px; flex-direction: column; align-items: flex-start; gap: .15rem; padding: .9rem 1rem; }
.opt-t { font-weight: 600; display: flex; width: 100%; justify-content: space-between; gap: .5rem; }
.opt-d { font-size: .82rem; opacity: .75; line-height: 1.4; }

.analyzer { margin-top: 1.8rem; padding: clamp(18px, 2.5vw, 26px); border-radius: 22px; background: var(--on-paper); color: var(--ink); }
.an-head { display: flex; gap: .9rem; margin-bottom: 1.1rem; }
.an-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--accent); color: var(--on-accent); flex: none; }
.an-ico svg { width: 20px; height: 20px; }
.an-title { font-weight: 600; font-size: 1.05rem; letter-spacing: -.02em; }
.an-sub { font-size: .9rem; color: var(--ink-2); }
.an-type { margin-bottom: .9rem; }
.drop {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: .35rem; text-align: center;
  padding: 24px 16px; border-radius: 16px; border: 1.5px dashed var(--line-2); cursor: pointer; transition: border-color .3s, background .3s;
}
.drop:hover, .drop.is-drag { border-color: var(--accent); background: rgba(200,255,61,.06); }
.drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.drop svg { width: 28px; height: 28px; color: var(--accent); }
.drop span { font-size: .92rem; color: var(--ink-2); }
.drop b { color: var(--ink); }
.drop small { font-size: .76rem; color: var(--mute); }
.an-privacy { display: flex; gap: .5rem; align-items: flex-start; font-size: .78rem; color: var(--mute); margin-top: .8rem; }
.an-privacy svg { width: 14px; height: 14px; margin-top: 3px; }
.an-result { margin-top: 1.2rem; }
.an-loading { display: flex; align-items: center; gap: 1rem; padding: 14px; border-radius: 14px; background: var(--bg-3); }
.an-thumb { position: relative; width: 64px; height: 64px; border-radius: 10px; overflow: hidden; flex: none; background: var(--bg-4); }
.an-thumb img { width: 100%; height: 100%; object-fit: cover; }
.an-thumb .scanline { height: 18px; top: -18px; animation-duration: 1.6s; }
.an-loading p { font-size: .92rem; color: var(--ink-2); }
.an-summary { font-size: 1rem; color: var(--ink); margin-bottom: 1rem; }
.scores { display: grid; gap: 8px; margin-bottom: 1.1rem; }
.score { display: grid; grid-template-columns: 9.5rem 1fr 2.4rem; gap: .7rem; align-items: center; font-size: .86rem; }
.score span { color: var(--ink-2); }
.score i { height: 7px; border-radius: 99px; background: rgba(255,255,255,.09); overflow: hidden; }
.score em { display: block; height: 100%; border-radius: inherit; background: var(--accent); width: 0; transition: width 1.1s var(--ease-out); }
.score em.lo { background: #FF8A6B; }
.score em.mid { background: var(--warn); }
.score b { text-align: right; font-variant-numeric: tabular-nums; }
.improve { display: grid; gap: .55rem; margin-bottom: 1.1rem; }
.improve li { display: grid; grid-template-columns: auto 1fr; gap: .6rem; font-size: .9rem; color: var(--ink-2); }
.improve li b { font-family: var(--mono); font-weight: 400; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); padding-top: .25rem; min-width: 5.6rem; }
.an-colors { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; font-size: .84rem; color: var(--ink-2); margin-bottom: 1.1rem; }
.an-colors i { width: 22px; height: 22px; border-radius: 6px; border: 1px solid var(--line-2); }
.an-rec { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .9rem; padding: 14px 16px; border-radius: 14px; background: var(--bg-3); border: 1px solid rgba(200,255,61,.3); }
.an-rec p { font-size: .92rem; }
.an-rec b { color: var(--accent); }
.an-err { font-size: .9rem; color: #FFB29C; }

.fields { display: grid; gap: 14px; }
.money { position: relative; }
.money input { padding-right: 2.4rem; }
.money span { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--on-paper-mute); font-weight: 600; }

.cfg-summary {
  position: sticky; bottom: 76px; z-index: 5; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .1rem .8rem;
  padding: 14px 18px; border-radius: 18px; background: var(--on-paper); color: var(--ink); box-shadow: 0 20px 40px -20px rgba(0,0,0,.6);
}
.sum-label, .sum-list, .sum-note { display: none; }
.sum-sector { font-size: .84rem; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; grid-column: 1; }
.sum-price { grid-column: 2; grid-row: 1 / span 2; display: flex; align-items: baseline; gap: .2rem; line-height: 1; }
.sum-price small { font-size: .74rem; color: var(--mute); margin-right: .2rem; }
.sum-price b { font-size: 1.8rem; font-weight: 600; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.sum-month { font-size: .78rem; color: var(--mute); grid-column: 1; }

/* Resultado */
.cfg-result:focus { outline: none; }
.res-warn {
  display: flex; gap: .8rem; align-items: flex-start; padding: 14px 16px; border-radius: 14px;
  background: #FFF1D6; border: 1.5px solid #F0C06A; color: #5E3A00; font-size: .94rem; line-height: 1.45; margin-bottom: 1.4rem;
}
.res-warn b { color: #3E2600; }
.res-warn-ico { font-size: 1.2rem; line-height: 1.2; }
.res-kicker { font-family: var(--mono); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--on-paper-mute); }
.res-range { font-size: clamp(2.2rem, 5.5vw, 4rem); font-weight: 600; letter-spacing: -.055em; line-height: 1.02; margin: .4rem 0 .5rem; font-variant-numeric: tabular-nums; }
.res-range em { font-family: var(--serif); font-weight: 400; font-size: .7em; color: var(--on-paper-mute); letter-spacing: 0; padding-inline: .15em; }
.res-month { font-size: 1.05rem; color: var(--on-paper-2); margin-bottom: 1.6rem; }
.res-month b { color: var(--on-paper); }
.res-grid { display: grid; gap: 14px; margin-bottom: 1.4rem; }
.res-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.res-table caption { text-align: left; font-weight: 600; margin-bottom: .6rem; font-size: 1rem; }
.res-table td { padding: .7rem 0; border-bottom: 1px solid var(--line-ink); vertical-align: top; }
.res-table td:last-child { text-align: right; white-space: nowrap; font-weight: 600; font-variant-numeric: tabular-nums; padding-left: 1rem; }
.res-table td small { display: block; font-size: .78rem; color: var(--on-paper-mute); font-weight: 400; }
.res-table tfoot td { border-bottom: 0; padding-top: .9rem; font-size: 1rem; }
.res-inc { color: var(--accent-deep); }
.res-roi { padding: 22px; border-radius: 20px; background: var(--on-paper); color: var(--ink); }
.res-roi-n { font-size: clamp(2.6rem, 6vw, 3.8rem); font-weight: 600; letter-spacing: -.06em; line-height: 1; color: var(--accent); margin: .5rem 0; }
.res-roi p { color: var(--ink-2); font-size: .94rem; }
.res-roi small { display: block; margin-top: .8rem; font-size: .78rem; color: var(--mute); }
.res-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.res-save { font-size: .84rem; color: var(--on-paper-mute); margin-top: 1rem; }
.res-save.is-bad { color: #8A240C; }

/* ---------------- FAQ ---------------- */
.faq-wrap { display: grid; gap: 20px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.35rem 0; font-size: clamp(1.05rem, 1.6vw, 1.22rem); font-weight: 500; letter-spacing: -.02em; transition: color .3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; display: grid; place-items: center; flex: none; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line-2); font-size: 1.2rem; font-weight: 400; color: var(--accent); transition: transform .45s var(--ease-out), background .3s, color .3s;
}
.faq summary:hover { color: var(--accent); }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.faq details > div { padding: 0 3rem 1.5rem 0; color: var(--ink-2); }
.faq details[open] > div { animation: panelIn .5s var(--ease-out) both; }

/* ---------------- CONTACTO ---------------- */
.contact { background: var(--bg); overflow: clip; }
.contact-glow { position: absolute; right: -20vmax; top: -10vmax; width: 70vmax; height: 70vmax; background: radial-gradient(closest-side, rgba(200,255,61,.12), transparent 70%); pointer-events: none; }
.contact-grid { position: relative; display: grid; gap: 40px; }
.contact-copy .sec-title { margin-bottom: 1.2rem; }
.direct { display: grid; gap: 10px; margin-top: 2rem; }
.direct-btn { display: flex; align-items: center; gap: 1rem; padding: 16px 20px; border-radius: 20px; transition: transform .5s var(--ease-out), box-shadow .5s; }
.direct-btn svg { width: 30px; height: 30px; }
.direct-btn small { display: block; font-size: .78rem; opacity: .75; font-weight: 500; }
.direct-btn b { display: block; font-size: clamp(1.4rem, 3vw, 1.9rem); letter-spacing: -.04em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.direct-btn:hover { transform: translateY(-3px); }
.direct-wa { background: var(--bg-3); border: 1px solid rgba(37,211,102,.45); color: var(--ink); }
.direct-wa svg { color: var(--wa); }
.direct-wa:hover { border-color: var(--wa); box-shadow: 0 20px 40px -22px rgba(37,211,102,.45); }
.direct-tel { background: var(--bg-3); border: 1px solid var(--line-2); }
.direct-tel svg { color: var(--accent); }
.pending { display: flex; gap: .6rem; align-items: center; margin-top: .9rem; font-size: .82rem; color: #FFD08A; }
.pending b { font-family: var(--mono); font-weight: 500; font-size: .66rem; letter-spacing: .08em; padding: .2rem .45rem; border-radius: 6px; background: rgba(255,181,71,.16); border: 1px solid rgba(255,181,71,.45); }
.contact-photo { display: none; margin-top: 2rem; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.contact-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.demo-form {
  position: relative; align-self: start; display: grid; gap: 14px; padding: clamp(22px, 3.5vw, 36px); border-radius: 28px;
  background: var(--paper); color: var(--on-paper); box-shadow: 0 50px 100px -40px rgba(0,0,0,.8);
}
.form-title { font-size: 1.6rem; font-weight: 600; letter-spacing: -.04em; margin-bottom: .2rem; }
.demo-form .consent { margin-top: .2rem; }
.demo-form .form-error { margin-top: 0; }
.form-ok {
  position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem;
  text-align: center; padding: 30px; border-radius: inherit; background: var(--paper); animation: panelIn .6s var(--ease-out) both;
}
.form-ok p { font-size: 1.1rem; max-width: 30ch; }
.ok-check { width: 76px; height: 76px; }
.ok-check circle { fill: var(--accent); stroke: none; }
.ok-check path { fill: none; stroke: var(--on-accent); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .7s .25s var(--ease-out) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

/* ---------------- FOOTER ---------------- */
.footer { background: #080806; border-top: 1px solid var(--line); padding: clamp(56px, 8vw, 100px) 0 calc(28px + 64px); }
.footer-top { display: grid; gap: 1.2rem; padding-bottom: clamp(36px, 5vw, 60px); border-bottom: 1px solid var(--line); }
.logo-lg { font-size: clamp(3.2rem, 13vw, 11rem); letter-spacing: -.06em; gap: .22em; }
.logo-lg .logo-mark path { stroke-width: 7.5; }
.footer-claim { color: var(--mute); max-width: 44ch; }
.footer-bottom { display: flex; flex-direction: column; gap: 1rem; padding-top: 1.6rem; font-size: .86rem; color: var(--mute); }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; }
.footer-bottom a:hover, .footer-bottom .link-btn:hover { color: var(--ink); }
.footer-bottom .link-btn { color: var(--mute); text-decoration: none; }

/* ---------------- BARRA MÓVIL ---------------- */
.mbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 6px;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); background: rgba(14,13,11,.94); border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .5s var(--ease-out);
}
@supports (backdrop-filter: blur(12px)) { .mbar { background: rgba(14,13,11,.75); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); } }
.mbar.is-show { transform: none; }
.mbar a { display: flex; align-items: center; justify-content: center; gap: .4rem; height: 46px; border-radius: 14px; font-size: .86rem; font-weight: 600; background: var(--bg-3); border: 1px solid var(--line); }
.mbar a svg { width: 17px; height: 17px; }
.mbar a:nth-child(2) svg { color: var(--wa); }
.mbar .mbar-cta { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }

/* ---------------- ASISTENTE ---------------- */
.chat-launch {
  position: fixed; right: 14px; bottom: calc(76px + env(safe-area-inset-bottom)); z-index: 75;
  display: flex; align-items: center; gap: .6rem; padding: 6px; border-radius: 999px;
  background: var(--accent); color: var(--on-accent); box-shadow: 0 18px 40px -14px rgba(200,255,61,.55), 0 0 0 1px rgba(0,0,0,.2);
  transition: transform .5s var(--ease-out), opacity .4s;
}
.chat-launch:hover { transform: translateY(-3px); }
.chat-launch-ico { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--on-accent); color: var(--accent); }
.chat-launch-ico svg { width: 22px; height: 22px; }
.chat-launch-ico::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--on-accent); opacity: 0; animation: ring 2.6s var(--ease-out) infinite; }
@keyframes ring { 0% { transform: scale(.8); opacity: .5; } 70%, 100% { transform: scale(1.25); opacity: 0; } }
.chat-launch-txt { display: none; font-size: .9rem; padding-right: .7rem; line-height: 1.15; text-align: left; }
.chat-launch-txt b { font-weight: 700; }
.chat-launch.is-hidden { opacity: 0; pointer-events: none; transform: scale(.8); }

.chat {
  position: fixed; inset: 0; z-index: 90; display: flex; flex-direction: column;
  background: var(--bg-2); border: 1px solid var(--line-2);
  animation: chatIn .45s var(--ease-out) both;
}
@keyframes chatIn { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: none; } }
.chat-head { display: flex; align-items: center; gap: .75rem; padding: 14px 16px; border-bottom: 1px solid var(--line); padding-top: calc(14px + env(safe-area-inset-top)); }
.chat-av { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--accent); color: var(--on-accent); flex: none; }
.chat-av svg { width: 20px; height: 20px; }
.chat-id b { display: block; font-size: .95rem; line-height: 1.2; }
.chat-id small { display: flex; align-items: center; gap: .35rem; font-size: .76rem; color: var(--mute); }
.chat-id small i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.chat-x { margin-left: auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); }
.chat-x svg { width: 16px; height: 16px; }
.chat-x:hover { background: rgba(255,255,255,.08); }
.chat-body { flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: .7rem; padding: 16px; overscroll-behavior: contain; }
.cmsg { max-width: 88%; padding: .7rem .95rem; border-radius: 18px; font-size: .93rem; line-height: 1.5; word-wrap: break-word; }
.cmsg-bot { align-self: flex-start; background: var(--bg-4); border-bottom-left-radius: 6px; }
.cmsg-user { align-self: flex-end; background: var(--accent); color: var(--on-accent); border-bottom-right-radius: 6px; }
.cmsg a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.cmsg ul { margin: .4rem 0; display: grid; gap: .25rem; }
.cmsg li { position: relative; padding-left: 1rem; }
.cmsg li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.cmsg-cta { align-self: flex-start; display: flex; flex-wrap: wrap; gap: 6px; }
.chat-sugs { display: flex; gap: 6px; overflow-x: auto; padding: 0 16px 10px; scrollbar-width: none; }
.chat-sugs::-webkit-scrollbar { display: none; }
.chat-sugs button { flex: none; font-size: .8rem; padding: .5rem .8rem; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2); max-width: 280px; text-align: left; transition: all .3s; }
.chat-sugs button:hover { border-color: var(--accent); color: var(--accent); }
.chat-form { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--line); }
.chat-form input { flex: 1; min-width: 0; padding: .8rem 1rem; border-radius: 999px; border: 1px solid var(--line-2); background: var(--bg); color: var(--ink); outline: none; font-size: 16px; }
.chat-form input:focus { border-color: var(--accent); }
.chat-form button { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: var(--on-accent); flex: none; }
.chat-form button svg { width: 19px; height: 19px; }
.chat-form button[disabled] { opacity: .5; }
.chat-legal { font-size: .7rem; color: var(--mute); padding: 0 16px calc(10px + env(safe-area-inset-bottom)); }
.chat-legal a { text-decoration: underline; }

/* ---------------- COOKIES ---------------- */
.cookies {
  position: fixed; left: 10px; right: 10px; bottom: calc(72px + env(safe-area-inset-bottom)); z-index: 95;
  padding: 18px; border-radius: 20px; background: var(--bg-3); border: 1px solid var(--line-2); box-shadow: 0 30px 60px -20px rgba(0,0,0,.8);
  font-size: .88rem; color: var(--ink-2); animation: chatIn .5s var(--ease-out) both;
}
.cookies b { color: var(--ink); }
.cookies a { text-decoration: underline; color: var(--ink); }
.cookies-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-top: .9rem; }
.cookies .btn-line { color: var(--ink); }
.cookies .btn-line:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* ---------------- PÁGINAS LEGALES ---------------- */
.legal-page { padding: calc(var(--nav-h) + 60px) 0 100px; }
.legal { max-width: 760px; }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -.05em; margin-bottom: 1rem; }
.legal h2 { font-size: 1.4rem; letter-spacing: -.03em; margin: 2.4rem 0 .8rem; }
.legal p, .legal li { color: var(--ink-2); margin-bottom: .8rem; }
.legal ul { list-style: disc; padding-left: 1.2rem; }
.legal a { color: var(--accent); text-decoration: underline; }
.legal .updated { font-family: var(--mono); font-size: .76rem; color: var(--mute); letter-spacing: .06em; text-transform: uppercase; }
.legal .ph { color: #FFD08A; background: rgba(255,181,71,.12); border-radius: 4px; padding: 0 .25em; font-family: var(--mono); font-size: .9em; }
.legal table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: .9rem; }
.legal th, .legal td { text-align: left; padding: .7rem .6rem; border-bottom: 1px solid var(--line); color: var(--ink-2); vertical-align: top; }
.legal th { color: var(--ink); font-weight: 600; }
.legal-table { overflow-x: auto; }
.back-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--ink-2); margin-bottom: 2rem; font-size: .92rem; }
.back-link svg { width: 16px; height: 16px; transform: rotate(180deg); }

/* =============================================================
   7. Reveal (solo cuando el JS arranca: .reveal-on en <html>)
   ============================================================= */
.reveal-on .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform 1.1s var(--ease-out); transition-delay: var(--d, 0s); }
.reveal-on .reveal.is-in { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }

/* =============================================================
   8. Responsive
   ============================================================= */
@media (min-width: 540px) {
  .stage-frame { aspect-ratio: 4 / 3.4; }
  .hchat { left: auto; right: 16px; bottom: 16px; width: 360px; }
  .toast-b { display: flex; left: 16px; bottom: 70px; }
  .toast-a { left: 16px; top: 64px; }
  .direct { grid-template-columns: 1fr 1fr; }
  .cookies { left: 20px; right: auto; bottom: calc(76px + env(safe-area-inset-bottom)); max-width: 470px; }
}

@media (min-width: 720px) {
  .stage-frame { aspect-ratio: 16 / 10; border-radius: 26px; }
  .hchat { top: 70px; bottom: auto; width: min(390px, 46%); right: 4%; }
  .toast-a { left: 5%; top: 18%; }
  .toast-b { left: 9%; bottom: 14%; top: auto; }
  .toast-c { display: flex; left: 28%; top: 52%; }
  .problems { grid-template-columns: repeat(2, 1fr); }
  .sectors { grid-auto-flow: row; grid-template-columns: repeat(2, 1fr); grid-auto-columns: auto; overflow: visible; margin-inline: 0; padding: 0; scroll-snap-type: none; gap: 16px; }
  .demos { grid-template-columns: repeat(3, 1fr); }
  .demo-main { grid-column: 1 / -1; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile-xl, .tile-wide, .tile-full { grid-column: span 2; }
  .quotes { grid-template-columns: repeat(2, 1fr); }
  .packs { grid-template-columns: repeat(3, 1fr); }
  .feats { grid-template-columns: repeat(2, 1fr); }
  .opts-cards { grid-template-columns: repeat(2, 1fr); }
  .fields { grid-template-columns: repeat(2, 1fr); }
  .field-full { grid-column: 1 / -1; }
  .res-grid { grid-template-columns: 1.35fr 1fr; align-items: start; }
  .maint { flex-direction: row; align-items: center; justify-content: space-between; }
  .roi-panel { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
  .footer { padding-bottom: 28px; }
  .mbar { display: none; }
  .chat-launch { right: 22px; bottom: 22px; }
  .chat-launch-txt { display: block; }
  .chat { inset: auto 22px 22px auto; width: 400px; height: min(660px, calc(100svh - 120px)); border-radius: 24px; overflow: hidden; box-shadow: 0 40px 100px -30px rgba(0,0,0,.9); }
  .chat-head { padding-top: 14px; }
  .chat-legal { padding-bottom: 12px; }
  .cookies { bottom: 20px; }
  .cfg-summary { bottom: 20px; }
}

@media (min-width: 960px) {
  :root { --nav-h: 78px; }
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .nav-burger, .nav-sheet { display: none !important; }
  .hero-title { max-width: none; font-size: clamp(3.2rem, 5.4vw, 5.2rem); }
  .hero-title .line-in { white-space: nowrap; }
  .sec-head-split { display: grid; grid-template-columns: 7fr 5fr; column-gap: 48px; align-items: end; }
  .sec-head-split .eyebrow { grid-column: 1 / -1; justify-self: start; }
  .sec-head-split .sec-title { margin-bottom: 0; }
  .sec-head-split .sec-lead { justify-self: end; }
  .sectors { grid-template-columns: repeat(3, 1fr); }
  .demo-main { grid-template-columns: 1.45fr 1fr; align-items: center; padding: 18px; gap: 36px; }
  .bento { grid-template-columns: repeat(4, 1fr); }
  .tile-xl { grid-row: span 2; }
  .tile-full { grid-column: 1 / -1; }
  .plans { grid-template-columns: repeat(3, 1fr); }
  .plan-star { transform: translateY(-14px); }
  .plan-star:hover { transform: translateY(-20px); }
  .steps { grid-template-columns: repeat(5, 1fr); gap: 24px; }
  .step { flex-direction: column; gap: 0; }
  .steps-line { left: 24px; right: 24px; top: 23.5px; bottom: auto; width: auto; height: 1px; }
  .steps-line i { transform-origin: left; transform: scaleX(var(--p, 0)); }
  .cfg-main { grid-template-columns: minmax(0, 1fr) 300px; gap: 32px; }
  .cfg-summary {
    top: calc(var(--nav-h) + 20px); bottom: auto; display: block; padding: 24px; border-radius: 22px;
  }
  .sum-label { display: block; font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); margin-bottom: .5rem; }
  .sum-sector { white-space: normal; font-size: .95rem; color: var(--ink); margin-bottom: 1rem; }
  .sum-price { margin-bottom: .4rem; }
  .sum-price b { font-size: 2.6rem; }
  .sum-month { margin-bottom: 1rem; }
  .sum-list { display: grid; gap: .45rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .84rem; color: var(--ink-2); }
  .sum-list li { display: flex; justify-content: space-between; gap: .6rem; }
  .sum-list li span:last-child { color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
  .sum-note { display: block; margin-top: 1rem; font-size: .76rem; color: var(--mute); line-height: 1.45; }
  .faq-wrap { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
  .faq-wrap .sec-head { position: sticky; top: calc(var(--nav-h) + 30px); margin-bottom: 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
  .contact-photo { display: block; }
  .demo-form { position: sticky; top: calc(var(--nav-h) + 24px); }
  .footer-top { grid-template-columns: 1fr auto; align-items: end; }
}

@media (min-width: 1280px) {
  .problems { grid-template-columns: repeat(4, 1fr); }
  .prob-vis { height: 176px; }
  .stage-frame { aspect-ratio: 16 / 9; }
  .hchat { width: 400px; }
}

/* =============================================================
   8b. Páginas por sector (generadas por tools/seo.py)
   ============================================================= */
.sector-page-link { transition: color .3s; }
.sector-page-link:hover { color: var(--accent); }
.footer-sectors { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem 1.1rem; padding-top: 1.6rem; font-size: .86rem; color: var(--mute); }
.footer-sectors span { font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-sectors a:hover { color: var(--ink); }

.sp-hero { position: relative; overflow: clip; isolation: isolate; padding: calc(var(--nav-h) + clamp(24px, 4vw, 44px)) 0 clamp(64px, 9vw, 110px); }
.sp-crumbs { display: flex; flex-wrap: wrap; gap: .45rem; font-family: var(--mono); font-size: .72rem; letter-spacing: .03em; color: var(--mute); margin-bottom: clamp(22px, 3vw, 34px); }
.sp-crumbs a:hover { color: var(--ink); }
.sp-crumbs [aria-current] { color: var(--ink-2); }
.sp-hero-grid { display: grid; gap: 40px; align-items: center; }
.sp-title { font-size: clamp(2.1rem, 5vw, 4.1rem); letter-spacing: -.05em; line-height: 1; margin-bottom: 1.2rem; }
.sp-title em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); letter-spacing: -.01em; }
.sp-sub { color: var(--ink-2); font-size: clamp(1.02rem, 1.4vw, 1.16rem); max-width: 56ch; }
.sp-hero .hero-cta, .sp-hero .hero-proof { justify-content: flex-start; }
.sp-visual {
  position: relative; aspect-ratio: 4 / 5; border-radius: 26px; overflow: hidden; border: 1px solid var(--line-2); background: var(--bg-3);
  box-shadow: 0 50px 120px -50px rgba(0,0,0,.9), 0 0 100px -40px rgba(200,255,61,.25);
}
.sp-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.72) saturate(.9); }
.sp-visual .hchat { position: absolute; left: 12px !important; right: 12px !important; top: auto !important; bottom: 12px !important; width: auto !important; }
.sp-visual .hchat-body { min-height: 0; }

.sp-probs { display: grid; gap: 14px; }
.sp-prob { padding: 26px; border-radius: 22px; background: var(--card); border: 1px solid var(--line-ink); transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out); }
.sp-prob:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px rgba(18,17,14,.35); }
.sp-prob .prob-n { margin: 0 0 .6rem; }
.sp-prob h3 { font-size: 1.3rem; letter-spacing: -.03em; margin-bottom: .55rem; }
.sp-prob p { color: var(--on-paper-2); font-size: .96rem; }

.sp-feats { display: grid; gap: 14px; }
.sp-pack { display: grid; gap: 18px; align-items: stretch; }
.sp-roi { display: flex; flex-direction: column; justify-content: center; padding: 30px; border-radius: 28px; background: var(--card); border: 1px solid var(--line-ink); }
.sp-roi .eyebrow { margin-bottom: .6rem; }
.sp-roi-n { font-size: clamp(4rem, 10vw, 7rem); font-weight: 600; letter-spacing: -.07em; line-height: .9; }
.sp-roi-n::after { content: ""; display: block; width: 64px; height: 8px; margin-top: .7rem; border-radius: 99px; background: var(--accent); }
.sp-roi-t { font-size: 1.4rem; font-weight: 600; letter-spacing: -.03em; margin: .9rem 0 .6rem; }
.sp-roi p:not(.sp-roi-n):not(.sp-roi-t):not(.eyebrow) { color: var(--on-paper-2); }
.sp-roi small { margin-top: 1rem; font-size: .8rem; color: var(--on-paper-mute); }

.sp-cta { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.sp-cta .sec-title { margin-bottom: 1rem; }
.sp-cta .sec-lead { margin-inline: auto; }
.sp-cta .hero-cta { justify-content: center; }
.sp-related { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: clamp(40px, 6vw, 64px); max-width: 860px; }
.sp-related span { width: 100%; font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); margin-bottom: .3rem; }
.sp-related a { font-size: .86rem; padding: .45rem .85rem; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2); transition: all .3s; }
.sp-related a:hover { border-color: var(--accent); color: var(--accent); }

@media (min-width: 540px) {
  .sp-visual { aspect-ratio: 4 / 3.6; }
  .sp-visual .hchat { left: auto !important; width: 360px !important; }
}
@media (min-width: 720px) {
  .sp-probs { grid-template-columns: repeat(3, 1fr); }
  .sp-feats { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .sp-hero-grid { grid-template-columns: 1.1fr .9fr; gap: 56px; }
  .sp-visual { aspect-ratio: 4 / 4.6; }
  .sp-visual .hchat { left: 16px !important; right: 16px !important; bottom: 16px !important; width: auto !important; }
  .sp-pack { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1280px) {
  .sp-feats { grid-template-columns: repeat(4, 1fr); }
}

/* =============================================================
   9. Reduced motion — solo lo intrusivo
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pulse::after, .chat-launch-ico::after, .old-marq { animation: none; }
  .scanline { animation-duration: 5s; }
}

/* ---- Secciones claras: demos y comparativa (ajuste Vurtia) ---- */
.paper .btn-ghost { color: var(--on-paper); border-color: rgba(18,17,14,.25); background: transparent; }
.paper .btn-ghost:hover { background: var(--on-paper); color: var(--paper); border-color: var(--on-paper); }
.paper .sector-link { color: var(--accent-deep); }
.paper .demo-main { background: var(--on-paper); color: var(--ink); border-color: transparent; box-shadow: 0 50px 90px -60px rgba(18,17,14,.6); }
.paper .demo-main .ticks svg { background: var(--accent-soft); color: var(--accent); }
.paper .demo-main .sector-link { color: var(--accent); }
.paper .demo-main .tag-warn { background: rgba(255,181,71,.12); border-color: rgba(255,181,71,.4); color: #FFD08A; }
.paper .demo-slot { border-color: rgba(18,17,14,.22); background: rgba(18,17,14,.02); }
.paper .demo-slot h3 { color: var(--on-paper); }
.paper .slot-note { color: var(--on-paper-mute); }
.paper .demo-live { background: var(--card); border-color: var(--line-ink); }
.paper .demo-live:hover { border-color: rgba(92,122,0,.45); }
.paper .demo-live .slot-shot { border-color: var(--line-ink); }
.paper .demo-live .slot-note { color: var(--on-paper-2); }
.paper .compare th, .paper .compare td { border-bottom-color: var(--line-ink); }
.paper .compare thead th { color: var(--on-paper-mute); }
.paper .compare tbody th { color: var(--on-paper); }
.paper .compare td { color: var(--on-paper-2); }
.paper .compare .is-us { background: var(--on-paper); color: var(--ink); border-bottom-color: rgba(243,240,232,.1); }
.paper .compare thead .is-us { background: var(--on-paper); color: var(--accent); }
.paper .compare .no::before { color: #C2410C; }
.paper .compare-note { color: var(--on-paper-mute); }
@media (max-width: 719px) {
  .paper .compare tr { background: var(--card); border-color: var(--line-ink); }
  .paper .compare tbody th { border-bottom-color: var(--line-ink); }
  .paper .compare td[data-l]::before { color: var(--on-paper-mute); }
  .paper .compare .is-us[data-l]::before { color: var(--mute); }
}
.direct-mail { margin-top: 1rem; font-size: .95rem; color: var(--ink-2); }
.direct-mail a { color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 4px; }
.direct-mail a:hover { color: var(--accent); }

/* ---- Marca personal (bloque bajo sectores) ---- */
.personal { margin-top: 18px; display: grid; gap: 1.6rem; padding: clamp(24px, 3.4vw, 44px); border-radius: 28px; background: linear-gradient(135deg, rgba(200,255,61,.09), rgba(255,255,255,.015) 60%); border: 1px solid var(--line-2); }
.personal h3 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); letter-spacing: -.045em; line-height: 1.02; margin-bottom: .9rem; }
.personal h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; color: var(--accent); }
.personal-copy p:not(.sector-kicker) { color: var(--ink-2); max-width: 54ch; margin-bottom: 1.3rem; }
.personal-list { font-size: 1rem; color: var(--ink); }
@media (min-width: 900px) { .personal { grid-template-columns: 1.35fr 1fr; align-items: center; column-gap: clamp(28px, 5vw, 72px); } }

/* ---- Logo dentro del asistente ---- */
.chat-av .logo-mark, .chat-launch-ico .logo-mark { width: 60%; height: 60%; }
.chat-av .logo-mark path, .chat-launch-ico .logo-mark path { stroke: currentColor; stroke-width: 9; }

/* ---- Precio después de los 10 primeros ---- */
.plan-later { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: .1rem 0 .35rem; font-size: .9rem; color: var(--on-paper-2); }
.plan-later span { font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; padding: .22rem .55rem; border-radius: 99px; background: var(--accent); color: var(--on-accent); }
.plan-later b { font-weight: 600; color: var(--on-paper); }
.plan-star .plan-later { color: var(--ink-2); }
.plan-star .plan-later b { color: var(--ink); }

/* ---- Ejemplo de marca personal ---- */
.personal-side { display: grid; gap: 1.2rem; }
.personal-example { display: block; border-radius: 18px; overflow: hidden; border: 1px solid var(--line-2); background: var(--bg); transition: transform .6s var(--ease-out), box-shadow .6s; }
.personal-example:hover { transform: translateY(-4px); box-shadow: 0 40px 80px -40px rgba(200,255,61,.25); }
.personal-example img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.pe-cap { display: flex; flex-direction: column; gap: .2rem; padding: .8rem 1rem .9rem; }
.pe-cap b { font-size: .98rem; }
.pe-cap span { display: inline-flex; align-items: center; gap: .4rem; font-size: .84rem; color: var(--ink-2); }
.pe-cap svg { width: 14px; height: 14px; color: var(--accent); }

/* ---- Consejo de paquete en el configurador ---- */
.upsell { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; margin: 0 0 1.2rem; padding: 14px 16px; border-radius: 16px; background: var(--on-paper); color: var(--ink); }
.upsell p { flex: 1 1 260px; margin: 0; font-size: .92rem; line-height: 1.45; color: var(--ink-2); }
.upsell p b { color: var(--ink); }
.upsell-ico { display: grid; place-items: center; width: 34px; height: 34px; flex: none; border-radius: 50%; background: var(--accent); color: var(--on-accent); }
.upsell-ico svg { width: 17px; height: 17px; }
.sum-upsell { display: none; }
@media (min-width: 960px) {
  .sum-upsell { display: grid; gap: .7rem; margin-top: 1rem; padding: 14px; border-radius: 14px; background: rgba(200,255,61,.08); border: 1px solid rgba(200,255,61,.3); }
  .sum-upsell[hidden] { display: none; }
  .sum-upsell p { margin: 0; font-size: .82rem; line-height: 1.45; color: var(--ink-2); }
  .sum-upsell p b { color: var(--ink); }
}

/* ---- Extras visibles en precios y configurador ---- */
.plan-extras { display: inline-flex; align-items: center; gap: .45rem; margin: .2rem 0 .8rem; font-size: .88rem; font-weight: 600; color: var(--on-paper); text-decoration: underline; text-decoration-color: rgba(18,17,14,.25); text-underline-offset: 4px; }
.plan-extras svg { width: 16px; height: 16px; padding: 2px; border-radius: 50%; background: var(--on-paper); color: var(--accent); flex: none; }
.plan-extras:hover { text-decoration-color: currentColor; }
.plan-star .plan-extras { color: var(--ink); text-decoration-color: rgba(243,240,232,.3); }
.plan-star .plan-extras svg { background: var(--accent); color: var(--on-accent); }
.flag-up { background: rgba(92,122,0,.12); color: var(--accent-deep); }
.pack-later { display: block; font-family: var(--mono); font-size: .66rem; letter-spacing: .04em; text-transform: uppercase; color: var(--accent-deep); margin: .1rem 0 .3rem; }

/* ---- Sin teléfono real todavía: ocultar llamar/WhatsApp y dar email ---- */
[data-mail-alt] { display: none !important; }
.no-phone [data-wa-link], .no-phone [data-phone-link], .no-phone .direct, .no-phone #contacto .pending { display: none !important; }
.no-phone .mbar [data-mail-alt] { display: flex !important; }
.no-phone .mbar { grid-template-columns: 1fr 1.6fr; }
.no-phone .direct-mail { margin-top: 1.6rem; font-size: 1.15rem; }

