/* ============================================================
   Sonriprev · Landing 08 — réplica estilo "Vexel" (peachworlds)
   Dark espacial · objeto 3D iridiscente · cards glassy · glow
   Marca Sonriprev (turquesa/teal/mint sobre negro)
   ============================================================ */

:root {
  --bg:    #0C0D11;
  --bg-2:  #08080B;
  --bg-3:  #19191F;
  --card:  rgba(255,255,255,0.035);
  --card-2:rgba(255,255,255,0.05);
  --line:  rgba(255,255,255,0.09);
  --line-2:rgba(255,255,255,0.14);

  --ink:   #F6F4EF;
  --muted: rgba(246,244,239,0.62);
  --faint: rgba(246,244,239,0.40);

  --mint:  #E8B931;
  --turq:  #D4A82C;
  --teal:  #A77B17;
  --teal-deep:#C49A24;

  --display: 'Poppins', 'Inter', -apple-system, system-ui, sans-serif;
  --font: 'Inter', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: clamp(20px, 5vw, 64px);
  --maxw: 1200px;
  --grad: linear-gradient(135deg, #E8B931 0%, #A77B17 100%);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink);
  font-family: var(--font); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
::selection { background: rgba(232,185,49,0.28); color: #fff; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; border-radius: 6px; }
body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }

/* ---------------- Background / 3D ---------------- */
.bg-wrap { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.bg-base { position: absolute; inset: 0; background:
  radial-gradient(80% 60% at 50% 0%, rgba(232,185,49,0.22) 0%, transparent 55%),
  radial-gradient(60% 50% at 85% 30%, rgba(232,185,49,0.10) 0%, transparent 50%),
  var(--bg); }
.bg-grid { position: absolute; inset: 0; opacity: 0.5;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(100% 70% at 50% 0%, #000 0%, transparent 75%); }
.bg-grain { position: absolute; inset: -50%; opacity: 0.04; mix-blend-mode: screen;
  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='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
#obj-canvas { }
.funnel-bg { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 1; display: block; pointer-events: none; opacity: 0.82; }
.funnel-scrim { position: fixed; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(120% 85% at 50% 42%, transparent 30%, rgba(15,23,42,0.55) 100%); }
.funnel-fallback { position: fixed; inset: 0; z-index: 1; display: none; pointer-events: none; }
.funnel-fallback i { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); width: min(60vw, 620px); aspect-ratio: 1; border-radius: 46% 54% 52% 48%/55% 50% 50% 45%; background: radial-gradient(50% 50% at 50% 50%, rgba(232,185,49,0.28), transparent 70%); filter: blur(14px); }

/* ---------------- Cursor ---------------- */
.cursor { position: fixed; top:0; left:0; z-index: 9999; pointer-events: none; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); mix-blend-mode: screen; transform: translate(-50%,-50%); transition: width .3s var(--ease), height .3s var(--ease); }
.cursor-ring { position: fixed; top:0; left:0; z-index: 9998; pointer-events: none; width: 38px; height: 38px; border: 1.5px solid rgba(232,185,49,0.5); border-radius: 50%; transform: translate(-50%,-50%); transition: width .4s var(--ease), height .4s var(--ease), background .4s, border-color .4s, opacity .3s; }
.cursor-label { position: fixed; top:0; left:0; z-index: 9999; pointer-events: none; transform: translate(-50%, 22px); font: 600 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--bg); background: var(--mint); padding: 5px 9px; border-radius: 999px; opacity: 0; transition: opacity .25s; white-space: nowrap; }
body.cursor-hover .cursor { width: 0; height: 0; }
body.cursor-hover .cursor-ring { width: 62px; height: 62px; background: rgba(232,185,49,0.08); border-color: var(--mint); }
body.cursor-hover .cursor-label { opacity: 1; }

/* ---------------- Loader ---------------- */
#loader { position: fixed; inset: 0; z-index: 10000; background: var(--bg); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; transition: opacity .8s var(--ease), visibility .8s; }
#loader.done { opacity: 0; visibility: hidden; }
.loader-mark { width: 52px; height: 52px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 50px rgba(232,185,49,0.6); animation: lpulse 1.8s var(--ease) infinite; }
@keyframes lpulse { 0%,100%{ transform: scale(1); opacity: 1;} 50%{ transform: scale(1.12); opacity: .82;} }
.loader-bar { width: 190px; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.loader-bar i { display: block; height: 100%; width: 0%; background: var(--grad); }
.loader-pct { font: 500 12px/1 var(--mono); letter-spacing: .12em; color: var(--muted); }

/* ---------------- Nav ---------------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 16px var(--pad); transition: background .4s, border-color .4s, padding .4s; border-bottom: 1px solid transparent; }
.nav.solid { background: rgba(4,8,10,0.65); backdrop-filter: blur(16px); border-color: var(--line); padding-block: 12px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .logo { width: 30px; height: 30px; }
.brand .wm { font: 600 18px/1 var(--font); letter-spacing: -0.02em; }
.nav-mid { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 999px; padding: 5px; }
.nav-mid a { font-size: 13.5px; color: var(--muted); padding: 9px 16px; border-radius: 999px; transition: color .25s, background .25s; }
.nav-mid a:hover { color: var(--ink); background: rgba(255,255,255,0.05); }
.nav-login { font-size: 13.5px; color: var(--muted); white-space: nowrap; transition: color .25s; }
.nav-login:hover { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; font: 600 13.5px/1 var(--font); padding: 11px 18px; border-radius: 999px; background: var(--mint); color: var(--bg); white-space: nowrap; transition: background .25s, box-shadow .25s; will-change: transform; }
.nav-cta:hover { background: #F2CD55; box-shadow: 0 8px 26px rgba(232,185,49,0.34); }
.nav-cta svg { width: 14px; height: 14px; }

/* ---------------- Shared type ---------------- */
.badge { display: inline-flex; align-items: center; gap: 9px; font: 500 12.5px/1 var(--font); color: var(--ink);
  background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px 8px 9px; }
.badge .ping { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 rgba(232,185,49,0.6); animation: ping 2.2s var(--ease) infinite; }
@keyframes ping { 0%{ box-shadow: 0 0 0 0 rgba(232,185,49,0.5);} 70%,100%{ box-shadow: 0 0 0 8px rgba(232,185,49,0);} }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font: 600 13px/1 'Oswald', sans-serif; letter-spacing: .14em; text-transform: uppercase; color: var(--mint); }

.display { font-family: var(--display); font-weight: 600; font-size: clamp(44px, 6.8vw, 96px); line-height: 1.0; letter-spacing: -0.025em; margin: 0; }
.h2 { font-family: var(--display); font-weight: 600; font-size: clamp(32px, 4.6vw, 60px); line-height: 1.02; letter-spacing: -0.025em; margin: 0; }
.h3 { font-family: var(--display); font-weight: 600; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.1; letter-spacing: -0.02em; margin: 0; }
.lede { color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.line-mask { display: block; overflow: hidden; padding-bottom: 0.14em; margin-bottom: -0.14em; }
.char, .word { display: inline-block; will-change: transform; }

/* ---------------- Buttons ---------------- */
.btn { display: inline-flex; align-items: center; gap: 10px; font: 600 15px/1 var(--font); padding: 15px 24px; border-radius: 999px; cursor: pointer; border: 1px solid transparent; transition: background .3s var(--ease), color .3s, border-color .3s, box-shadow .3s; will-change: transform; }
.btn .arrow { transition: transform .3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--mint); color: var(--bg); box-shadow: 0 10px 34px rgba(232,185,49,0.26); }
.btn-primary:hover { background: #F2CD55; box-shadow: 0 14px 46px rgba(232,185,49,0.4); }
.btn-ghost { border-color: var(--line-2); color: var(--ink); background: rgba(255,255,255,0.02); }
.btn-ghost:hover { border-color: var(--mint); color: var(--mint); }

/* ---------------- Section scaffold ---------------- */
.content { position: relative; z-index: 2; }
.sec { position: relative; padding: clamp(80px, 12vh, 150px) var(--pad); }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; box-sizing: border-box; }
.sec-head { text-align: center; max-width: 60ch; margin: 0 auto clamp(44px, 6vw, 76px); }
.sec-head .h2 { margin-top: 18px; }
.sec-head .lede { margin: 20px auto 0; max-width: 52ch; }

.glass { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: 24px; backdrop-filter: blur(10px); }
.glass::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(160deg, rgba(232,185,49,0.25), transparent 40%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .7; pointer-events: none; }

/* ===== HERO ===== */
#hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 120px var(--pad) 80px; }
.hero-inner { position: relative; z-index: 2; max-width: 1000px; }
#hero .display { font-size: clamp(40px, 5.2vw, 74px); }
.hero .display { margin-top: 26px; }
.hero .lede { margin: 26px auto 0; max-width: 50ch; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.hero-meta { display: flex; gap: 10px 28px; justify-content: center; flex-wrap: wrap; margin-top: 44px; font: 500 13.5px/1 var(--font); letter-spacing: .01em; color: rgba(246,244,239,0.78); }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content:''; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 9px; font: 600 10px/1 var(--mono); letter-spacing: .24em; text-transform: uppercase; color: var(--faint); z-index: 3; }
.scroll-cue .ln { width: 1px; height: 40px; background: var(--line-2); position: relative; overflow: hidden; }
.scroll-cue .ln::after { content:''; position:absolute; inset:0 0 auto 0; height: 40%; background: var(--mint); animation: cue 2.3s var(--ease) infinite; }
@keyframes cue { 0%{ transform: translateY(-100%);} 60%,100%{ transform: translateY(240%);} }

/* ===== HERO DASHBOARD MOCKUP ===== */
.hero-dash-wrap { position: relative; width: min(100%, 1160px); margin: 60px auto 0; perspective: 1900px; }
.dash { position: relative; z-index: 2; border-radius: 16px; overflow: hidden; text-align: left;
  background: linear-gradient(180deg, #19191F 0%, #0C0D11 100%); border: 1px solid var(--line-2);
  box-shadow: 0 50px 140px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.02), inset 0 1px 0 rgba(255,255,255,0.05);
  transform: rotateX(7deg); transform-origin: top center; }
.dash-glow { position: absolute; left: 50%; top: 30%; width: 70%; height: 80%; transform: translateX(-50%); z-index: 1;
  background: radial-gradient(50% 50% at 50% 30%, rgba(45,212,191,0.35), transparent 70%); filter: blur(30px); pointer-events: none; }
.dash-top { display: flex; align-items: center; gap: 18px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.dash-brand { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 13.5px; letter-spacing: -0.01em; }
.dash-brand .logo { width: 20px; height: 20px; }
.dash-search { flex: 1; max-width: 300px; display: flex; align-items: center; gap: 9px; color: var(--faint); font-size: 12px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; }
.dash-user { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.dash-bell { position: relative; color: var(--muted); }
.dash-bell::after { content: ''; position: absolute; top: -1px; right: -1px; width: 6px; height: 6px; border-radius: 50%; background: #f87171; }
.dash-who { display: flex; align-items: center; gap: 9px; }
.dash-who .av { width: 28px; height: 28px; border-radius: 50%; background: var(--grad); flex: none; }
.dash-who .txt { display: flex; flex-direction: column; line-height: 1.25; }
.dash-who b { font-weight: 600; font-size: 11.5px; white-space: nowrap; }
.dash-who .txt i { color: var(--faint); font-size: 10px; font-style: normal; }
.dash-body { display: grid; grid-template-columns: 184px 1fr; min-height: 430px; }
.dash-side { padding: 16px 12px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
.dash-side-label { font: 600 9.5px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin: 12px 8px 8px; }
.dash-side-label:first-child { margin-top: 2px; }
.dash-nav { display: flex; align-items: center; gap: 11px; padding: 9px 10px; border-radius: 8px; color: var(--muted); font-size: 12.5px; }
.dash-nav svg { width: 15px; height: 15px; opacity: .85; flex: none; }
.dash-nav.active { background: rgba(232,185,49,0.1); color: var(--ink); box-shadow: inset 2px 0 0 var(--mint); }
.dash-nav .ncount { margin-left: auto; background: var(--turq); color: #0C0D11; font: 700 9px/1 var(--font); border-radius: 999px; padding: 3px 6px; }
.dash-main { padding: 20px 22px; position: relative; }
.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.dash-head .ttl { display: flex; align-items: center; gap: 12px; }
.dash-head h3 { font-family: var(--font); font-weight: 600; font-size: 18px; margin: 0; }
.dash-drop { font-size: 11px; color: var(--muted); border: 1px solid var(--line); border-radius: 7px; padding: 5px 9px; }
.dash-genbtn { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; background: var(--turq); color: #0C0D11; font: 600 11.5px/1 var(--font); border: 0; border-radius: 8px; padding: 9px 13px; cursor: pointer; }
.dash-genbtn svg { width: 14px; height: 14px; }
.dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; position: relative; z-index: 2; }
.scell { padding: 13px 14px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.scell .lab { font-size: 10.5px; color: var(--muted); }
.scell .val { font-size: 19px; font-weight: 600; margin-top: 7px; display: flex; align-items: baseline; gap: 6px; letter-spacing: -0.01em; }
.scell .chg { font-size: 10px; font-weight: 600; }
.chg.up { color: #10B981; } .chg.down { color: #f87171; }
.scell .cmp { font-size: 9px; color: var(--faint); margin-top: 5px; }
.dash-lower { display: grid; grid-template-columns: 1fr 156px; gap: 14px; margin-top: 14px; position: relative; z-index: 2; }
.dash-chart { border: 1px solid var(--line); border-radius: 12px; padding: 15px 16px 10px; background: rgba(255,255,255,0.015); }
.dash-chart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.dash-chart-head h4 { font: 600 13px/1 var(--font); margin: 0; }
.dash-legend { display: flex; gap: 14px; font-size: 10.5px; color: var(--muted); }
.dash-legend span { display: inline-flex; align-items: center; gap: 6px; }
.dash-legend .d { width: 8px; height: 8px; border-radius: 50%; }
.dash-chart svg { width: 100%; height: auto; display: block; }
.dash-mini { border: 1px solid var(--line); border-radius: 12px; padding: 15px; background: rgba(255,255,255,0.015); display: flex; flex-direction: column; }
.dash-mini .mlab { font-size: 10px; color: var(--muted); }
.dash-mini .mval { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin-top: 6px; }
.dash-mini .mfoot { font-size: 10px; color: var(--faint); margin-top: auto; padding-top: 10px; }
.dash-mini .mfoot b { color: #10B981; font-weight: 600; }
@media (max-width: 860px) {
  .dash { transform: none; }
  .dash-side { display: none; }
  .dash-body { grid-template-columns: 1fr; min-height: auto; }
  .dash-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dash-lower { grid-template-columns: 1fr; }
  .dash-search { display: none; }
  .dash-who .txt { display: none; }
  .dash-chart > div:last-child span:nth-child(even) { display: none; }
  .scell .val { font-size: 17.5px; letter-spacing: -0.02em; }
}

/* ===== ENGINE (funnel is a fixed full-screen backdrop, see .funnel-bg) ===== */

/* ===== ENGINE — 3 feature cards ===== */
.feat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fcard { padding: 32px 28px; border-radius: 24px; min-height: 270px; display: flex; flex-direction: column; transition: transform .4s var(--ease), border-color .4s; }
.fcard:hover { border-color: rgba(232,185,49,0.3); }
.fcard .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: var(--mint); background: rgba(232,185,49,0.08); border: 1px solid var(--line); }
.fcard h3 { margin: 28px 0 0; }
.fcard p { color: var(--muted); font-size: 15px; margin: 12px 0 0; line-height: 1.55; }

/* ===== SPLIT FEATURE ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.split.rev .split-media { order: -1; }
.split-copy .h2 { margin-top: 18px; }
.split-copy p { color: var(--muted); font-size: clamp(15px,1.3vw,18px); margin: 22px 0 0; max-width: 46ch; line-height: 1.6; }
.split-copy .disc { margin-top: 16px; font: 500 12px/1.5 var(--mono); color: var(--faint); }
.split-copy .btn { margin-top: 30px; }
.media-frame { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--line);
  background: radial-gradient(80% 80% at 30% 20%, rgba(232,185,49,0.18), transparent 60%), linear-gradient(160deg, rgba(255,255,255,0.05), rgba(4,8,10,0.4)); }
.media-frame .ph { position: absolute; inset: 0; display: grid; place-items: center; }
.media-frame .ph span { font: 500 11px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
/* faux UI cards floating in the frame */
.fux { position: absolute; background: rgba(8,18,20,0.82); border: 1px solid var(--line-2); border-radius: 14px; padding: 14px 16px; backdrop-filter: blur(8px); box-shadow: 0 18px 50px rgba(0,0,0,0.5); }
.fux .row { display: flex; align-items: center; gap: 11px; }
.fux .av { width: 30px; height: 30px; border-radius: 8px; background: var(--grad); flex: none; }
.fux .ln1 { height: 8px; width: 90px; border-radius: 4px; background: rgba(255,255,255,0.22); }
.fux .ln2 { height: 7px; width: 60px; border-radius: 4px; background: rgba(255,255,255,0.12); margin-top: 7px; }
.fux .tag { font: 600 10px/1 var(--mono); letter-spacing: .08em; color: var(--mint); border: 1px solid rgba(232,185,49,0.3); border-radius: 999px; padding: 5px 8px; display: inline-block; }

/* ===== BENTO (security/payments) ===== */
.bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.bcard { padding: 30px; border-radius: 24px; display: flex; flex-direction: column; gap: 14px; transition: border-color .4s; min-height: 220px; }
.bcard:hover { border-color: rgba(232,185,49,0.3); }
.bcard .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: var(--mint); background: rgba(232,185,49,0.08); border: 1px solid var(--line); }
.bcard h3 { margin: 0; }
.bcard p { color: var(--muted); font-size: 14.5px; margin: 0; line-height: 1.55; max-width: 42ch; }
.bcard.tall { grid-row: span 1; }

/* ===== STATS ===== */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scard { text-align: center; padding: 44px 24px; border-radius: 24px; }
.scard .num { font-family: var(--display); font-weight: 700; font-size: clamp(44px, 5.5vw, 72px); letter-spacing: -0.03em; line-height: 0.95; }
.scard .num .u { font-size: 0.4em; color: var(--mint); letter-spacing: 0; margin-left: 4px; }
.scard p { color: var(--muted); font-size: 14.5px; margin: 14px 0 0; }

/* ===== PRICING (single free plan) ===== */
.price-wrap { display: flex; justify-content: center; }
.price-card { width: min(96vw, 720px); border-radius: 30px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.price-left { padding: clamp(34px, 4vw, 50px); border-right: 1px solid var(--line); position: relative; }
.price-badge { display: inline-flex; align-items: center; gap: 8px; font: 600 11px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mint); background: rgba(232,185,49,0.1); border: 1px solid rgba(232,185,49,0.28); padding: 7px 11px; border-radius: 999px; }
.price-name { font-family: var(--display); font-weight: 600; font-size: 28px; letter-spacing: -0.02em; margin: 22px 0 0; }
.price-amt { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 0; }
.price-amt b { font-family: var(--display); font-weight: 700; font-size: clamp(54px, 6.4vw, 84px); letter-spacing: -0.03em; line-height: 0.9; }
.price-amt .per { color: var(--muted); font-size: 15px; }
.price-sub { color: var(--muted); font-size: 14.5px; margin: 16px 0 0; max-width: 28ch; }
.price-left .btn { margin-top: 28px; width: 100%; justify-content: center; }
.price-foot { margin-top: 14px; font: 500 12px/1.4 var(--mono); color: rgba(246,244,239,0.75); text-align: center; }
.price-right { padding: clamp(34px, 4vw, 50px); background: transparent; }
.price-right h4 { font: 600 11px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin: 0 0 20px; }
.price-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.price-list li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.price-list li:first-child { border-top: 0; }
.price-list li svg { flex: none; margin-top: 2px; color: var(--mint); }
.price-upsell { margin-top: 24px; padding: 16px 18px; border-radius: 14px; background: rgba(232,185,49,0.06); border: 1px solid rgba(232,185,49,0.18); display: flex; gap: 12px; align-items: flex-start; }
.price-upsell svg { flex: none; color: var(--mint); margin-top: 1px; }
.price-upsell p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.price-upsell b { color: var(--mint); font-weight: 600; }

/* ===== CTA ===== */
#cta { text-align: center; overflow: hidden; }
#cta .wrap { position: relative; z-index: 2; }
.cta-card { position: relative; border-radius: 26px; padding: clamp(32px, 4.5vw, 48px) var(--pad); overflow: hidden;
  background: radial-gradient(70% 120% at 50% 0%, rgba(232,185,49,0.4), transparent 60%), rgba(255,255,255,0.025); border: 1px solid var(--line); }
#cta .display { font-size: clamp(34px, 4.6vw, 64px); }
.cta-card .display { max-width: 16ch; margin: 0 auto; }
.cta-card .lede { margin: 18px auto 0; max-width: 46ch; }
.cta-actions { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-fine { margin-top: 18px; font: 500 12px/1 var(--mono); letter-spacing: .06em; color: var(--faint); }

/* ===== Footer ===== */
footer { position: relative; z-index: 2; border-top: 1px solid var(--line); padding: 56px var(--pad) 36px; background: #060608; }
.foot { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.foot p { color: var(--muted); font-size: 14px; max-width: 34ch; margin: 18px 0 0; }
.foot h4 { font: 600 12px/1 'Oswald', sans-serif; letter-spacing: .12em; text-transform: uppercase; color: rgba(246,244,239,0.75); margin: 0 0 14px; }
.foot a.fl { display: block; color: var(--muted); font-size: 14.5px; padding: 6px 0; transition: color .2s; }
.foot a.fl:hover { color: var(--mint); }
.foot-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--faint); font-size: 12px; line-height: 1.6; }
.foot-bottom .legal { max-width: 74ch; }

/* ===== DEMO · buscar paciente (mini video de producto en loop) ===== */
.demo-frame { aspect-ratio: 4/3; }
.demo-ui { position: absolute; inset: 0; padding: clamp(16px, 2.2vw, 26px); display: flex; flex-direction: column; gap: 12px;
  background: linear-gradient(180deg, #19191F 0%, #0C0D11 100%); text-align: left; }
.demo-label { font: 600 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: rgba(246,244,239,0.45); display: flex; align-items: center; gap: 8px; }
.demo-label .dot { width: 6px; height: 6px; border-radius: 50%; background: #E8B931; animation: ping 2.2s var(--ease) infinite; }
.demo-searchbox { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px; padding: 12px 14px; color: #F6F4EF; font: 500 13px/1 var(--mono); letter-spacing: .04em; min-height: 41px; }
.demo-searchbox svg { flex: none; color: rgba(246,244,239,0.5); }
.demo-caret { width: 2px; height: 15px; background: #E8B931; animation: demoBlink 0.9s steps(1) infinite; }
@keyframes demoBlink { 50% { opacity: 0; } }
.demo-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 14px 16px; display: flex; flex-direction: column; }
.demo-card .top { display: flex; gap: 11px; align-items: center; padding-bottom: 12px; }
.demo-av { width: 36px; height: 36px; border-radius: 50%; background: var(--grad); flex: none; }
.demo-name { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.demo-name b { font: 600 13.5px/1.2 var(--font); color: #F6F4EF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-name span { font: 500 10.5px/1 var(--mono); color: rgba(246,244,239,0.5); letter-spacing: .04em; }
.demo-badge { margin-left: auto; font: 600 9.5px/1 var(--mono); letter-spacing: .06em; color: #10B981; border: 1px solid rgba(16,185,129,0.4); background: rgba(16,185,129,0.08); padding: 5px 9px; border-radius: 999px; white-space: nowrap; }
.demo-row { display: flex; justify-content: space-between; align-items: center; font: 500 12px/1 var(--font); color: rgba(246,244,239,0.65); padding: 9px 0; border-top: 1px solid rgba(255,255,255,0.07); }
.demo-row b { color: #F6F4EF; font-weight: 600; }
.demo-row .mono { font-family: var(--mono); font-size: 11px; }
.demo-btn { margin-top: 12px; background: #D4A82C; color: #0C0D11; font: 600 12.5px/1 var(--font); border-radius: 9px; padding: 11px; text-align: center; will-change: transform; }
.demo-toast { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); display: flex; gap: 9px; align-items: center;
  background: rgba(8,18,20,0.92); border: 1px solid rgba(16,185,129,0.4); color: #F6F4EF; font: 500 12px/1.3 var(--font);
  padding: 10px 14px; border-radius: 10px; white-space: nowrap; box-shadow: 0 14px 40px rgba(0,0,0,0.45); }
.demo-toast svg { color: #10B981; flex: none; }
@media (max-width: 480px) { .demo-toast { white-space: normal; width: 86%; } }

/* ===== DASH SPOTLIGHT · light skin revealed under the cursor ===== */
.hero-dash-wrap .dash { cursor: none; }
.dash-cursor { position: absolute; left: 0; top: 0; z-index: 8; pointer-events: none;
  margin: -17px 0 0 -17px; opacity: 0; transition: opacity .25s var(--ease); will-change: transform;
  filter: drop-shadow(0 2px 6px rgba(6,21,26,0.3)); }
.dash-cursor.on { opacity: 1; }
.dash-skin { position: absolute; inset: 0; z-index: 6; pointer-events: none;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F1EC 100%);
  -webkit-mask-image: radial-gradient(circle var(--sr, 0px) at var(--sx, 50%) var(--sy, 50%), #000 0%, #000 80%, transparent 100%);
  mask-image: radial-gradient(circle var(--sr, 0px) at var(--sx, 50%) var(--sy, 50%), #000 0%, #000 80%, transparent 100%);
  color: #0C0D11; }
.dash-skin .dash-top { border-color: rgba(15,23,42,0.08); }
.dash-skin .dash-brand { color: #0C0D11; }
.dash-skin .dash-search { background: rgba(15,23,42,0.04); border-color: rgba(15,23,42,0.10); color: #64748B; }
.dash-skin .dash-bell { color: #64748B; }
.dash-skin .dash-who .txt i { color: #94A3B8; }
.dash-skin .dash-side { border-color: rgba(15,23,42,0.08); }
.dash-skin .dash-side-label { color: #94A3B8; }
.dash-skin .dash-nav { color: #475569; }
.dash-skin .dash-nav.active { background: rgba(232,185,49,0.10); color: #0C0D11; box-shadow: inset 2px 0 0 #D4A82C; }
.dash-skin .dash-nav .ncount { background: #D4A82C; color: #fff; }
.dash-skin .dash-drop { color: #64748B; border-color: rgba(15,23,42,0.12); }
.dash-skin .dash-genbtn { background: #D4A82C; color: #fff; }
.dash-skin .scell { background: #FFFFFF; border-color: rgba(15,23,42,0.08); }
.dash-skin .scell .lab { color: #64748B; }
.dash-skin .scell .cmp { color: #94A3B8; }
.dash-skin .dash-chart, .dash-skin .dash-mini { background: #FFFFFF; border-color: rgba(15,23,42,0.08); }
.dash-skin .dash-legend { color: #64748B; }
.dash-skin .dash-chart svg g { stroke: rgba(15,23,42,0.08); }
.dash-skin .dash-chart svg circle { stroke: #FFFFFF; }
.dash-skin .dash-chart > div, .dash-skin .dash-mini .mfoot { color: #94A3B8 !important; }
.dash-skin .dash-mini .mlab { color: #64748B; }
.dash-skin path[stroke="#E8B931"] { stroke: #C49A24; }

/* ===== DEMO 2 · asistente IA (dictado → ficha) ===== */
.demo2-dictate { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 10px 14px; min-height: 41px; }
.demo2-mic { width: 26px; height: 26px; border-radius: 50%; background: rgba(232,185,49,0.12); border: 1px solid rgba(232,185,49,0.35); display: grid; place-items: center; color: #E8B931; flex: none; }
.demo2-dictate.rec .demo2-mic { animation: ping 1.6s var(--ease) infinite; }
.demo2-wave { display: flex; align-items: center; gap: 3px; height: 18px; }
.demo2-wave i { width: 3px; height: 5px; border-radius: 2px; background: #E8B931; opacity: .5; }
.demo2-dictate.rec .demo2-wave i { animation: demoWv .7s ease-in-out infinite alternate; opacity: 1; }
.demo2-wave i:nth-child(2) { animation-delay: .1s; } .demo2-wave i:nth-child(3) { animation-delay: .25s; }
.demo2-wave i:nth-child(4) { animation-delay: .05s; } .demo2-wave i:nth-child(5) { animation-delay: .3s; }
.demo2-wave i:nth-child(6) { animation-delay: .18s; } .demo2-wave i:nth-child(7) { animation-delay: .12s; }
@keyframes demoWv { from { height: 4px; } to { height: 16px; } }
.demo2-state { margin-left: auto; font: 600 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: rgba(246,244,239,0.55); white-space: nowrap; }
.demo2-transcript { font: 500 12px/1.5 var(--font); color: rgba(246,244,239,0.75); font-style: italic; min-height: 38px; display: flex; align-items: flex-start; gap: 2px; padding: 0 2px; }
.demo2-disc { font: 500 9.5px/1.4 var(--mono); letter-spacing: .03em; color: rgba(246,244,239,0.4); text-align: center; margin-top: auto; }
.demo2-fhead { display: flex; justify-content: space-between; align-items: center; gap: 10px; font: 600 12px/1 var(--font); color: #F6F4EF; padding-bottom: 10px; }

/* ===== FAQ ===== */
.faq-wrap { max-width: 780px; margin-inline: auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 18px;
  padding: 22px 4px; font: 600 16.5px/1.4 var(--font); letter-spacing: -0.01em; color: var(--ink);
  transition: color .25s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--mint); }
.faq-item summary .faq-x { margin-left: auto; flex: none; width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--muted);
  transition: transform .35s var(--ease), border-color .3s, color .3s; }
.faq-item[open] summary { color: var(--mint); }
.faq-item[open] summary .faq-x { transform: rotate(45deg); border-color: var(--mint); color: var(--mint); }
.faq-a { overflow: hidden; }
.faq-a p { margin: 0; padding: 0 40px 22px 4px; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 62ch; }
.faq-a b { color: var(--ink); font-weight: 600; }

/* ===== DEMO 3 · liquidación semanal ===== */
.demo3-total { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; margin-top: 2px; border-top: 1px solid rgba(255,255,255,0.14); font: 600 12.5px/1 var(--font); color: #F6F4EF; }
.demo3-total b { font: 700 18px/1 var(--font); letter-spacing: -0.02em; color: #E8B931; }
.demo3-bank { display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 11px 14px; }
.demo3-bank .bic { width: 28px; height: 28px; border-radius: 8px; background: rgba(232,185,49,0.1); border: 1px solid rgba(232,185,49,0.3); display: grid; place-items: center; color: #E8B931; flex: none; }
.demo3-bank .btxt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.demo3-bank .btxt b { font: 600 12px/1 var(--font); color: #F6F4EF; }
.demo3-bank .btxt span { font: 500 10px/1 var(--mono); color: rgba(246,244,239,0.5); letter-spacing: .04em; }
.demo3-bank .bstat { margin-left: auto; font: 600 9.5px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: rgba(246,244,239,0.55); white-space: nowrap; }

/* mini stats row in pay section copy */
.pay-stats { display: flex; flex-wrap: wrap; gap: 14px 36px; margin-top: 30px; }
.pay-stat .n { font: 700 26px/1 var(--font); letter-spacing: -0.03em; color: var(--ink); }
.pay-stat .n .u { font-size: 13px; color: var(--mint); margin-left: 3px; font-weight: 600; }
.pay-stat p { margin: 7px 0 0; font-size: 12.5px; color: var(--muted); max-width: 18ch; line-height: 1.45; }

/* ---------------- Reveals ---------------- */
.reveal { opacity: 0; transform: translateY(28px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .9s var(--ease), transform .9s var(--ease); }

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
  .feat3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.rev .split-media { order: 0; }
  .bento { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .price-card { grid-template-columns: 1fr; }
  .price-left { border-right: 0; border-bottom: 1px solid var(--line); }
  .foot { grid-template-columns: 1fr; gap: 30px; }
  .nav-mid { display: none; }
  .nav-login { display: none; }
}
@media (max-width: 760px) {
  body { font-size: 15px; }
  #obj-canvas { opacity: 0.6 !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .scroll-cue .ln::after, .loader-mark, .badge .ping, .fallback-orb i { animation: none !important; }
}
