:root{ --bg:224 64% 4%; --surface:218 48% 9%; --surface-2:217 44% 13%; --text:210 32% 96%; --muted:213 18% 62%; --stroke:216 36% 16%; }
    html{ scroll-behavior:smooth; } body{ -webkit-font-smoothing:antialiased; overflow-x:hidden; }
    h1,h2,h3{ letter-spacing:-0.02em; }
    .accent-gradient{ background:linear-gradient(90deg,#71C0FE 0%,#2E78C2 100%); }
    .accent-text{ background:linear-gradient(90deg,#9BD0FF 0%,#5FA8E8 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
    .serif-i{ font-family:"Instrument Serif",serif; font-style:italic; letter-spacing:0; }
    .h-hero{ font-size:clamp(2.4rem,5.4vw,4.4rem); line-height:1.02; letter-spacing:-0.035em; font-weight:700; }

    .aurora{ position:absolute; inset:0; overflow:hidden; pointer-events:none; opacity:.55; will-change:transform; }
    .aurora span{ position:absolute; border-radius:50%; will-change:transform; transform:translateZ(0); }
    .a1{ width:58vw; height:58vw; left:-14vw; top:-22vw; background:radial-gradient(circle, rgba(46,120,194,.5), transparent 68%); animation:float1 22s ease-in-out infinite; }
    .a2{ width:50vw; height:50vw; right:-12vw; top:-10vw; background:radial-gradient(circle, rgba(113,192,254,.38), transparent 68%); animation:float2 26s ease-in-out infinite; }
    @keyframes float1{ 0%,100%{ transform:translate3d(0,0,0) scale(1);} 50%{ transform:translate3d(3vw,2vw,0) scale(1.08);} }
    @keyframes float2{ 0%,100%{ transform:translate3d(0,0,0) scale(1);} 50%{ transform:translate3d(-2.5vw,1.5vw,0) scale(.92);} }
    .grid-overlay{ background-image:linear-gradient(hsl(var(--stroke)/.45) 1px, transparent 1px), linear-gradient(90deg, hsl(var(--stroke)/.45) 1px, transparent 1px); background-size:64px 64px; mask-image:radial-gradient(ellipse 80% 65% at 50% 35%, #000 30%, transparent 78%); }
    #net{ position:absolute; inset:0; width:100%; height:100%; display:block; z-index:1; pointer-events:none; }

    .gborder{ position:relative; }
    .gborder::before{ content:""; position:absolute; inset:-1.5px; border-radius:inherit; padding:1.5px; background:linear-gradient(90deg,#71C0FE,#2E78C2); -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; opacity:0; transition:opacity .3s; }
    .gborder:hover::before{ opacity:1; }

    .reveal{ opacity:0; transform:translateY(40px); }
    .reveal-words .w{ display:inline-block; overflow:hidden; vertical-align:top; padding-bottom:.08em; }
    .reveal-words .w > i{ display:inline-block; font-style:inherit; transform:translateY(116%); opacity:0; transition:transform .95s cubic-bezier(.22,1,.36,1), opacity .95s; will-change:transform; }
    .reveal-words.in .w > i{ transform:none; opacity:1; }
    .reveal-words .w.accent-word > i{ background:linear-gradient(90deg,#9BD0FF 0%,#5FA8E8 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }

    .magnetic{ display:inline-block; will-change:transform; } .magnetic > *{ transition:transform .35s cubic-bezier(.22,1,.36,1); }
    .tilt{ transition:transform .3s cubic-bezier(.22,1,.36,1); transform-style:preserve-3d; will-change:transform; }

    #progress{ position:fixed; top:0; left:0; height:2px; width:100%; transform:scaleX(0); transform-origin:left; z-index:60; background:linear-gradient(90deg,#71C0FE,#2E78C2); box-shadow:0 0 10px rgba(113,192,254,.5); }
    #spotlight{ position:fixed; inset:0; z-index:-1; pointer-events:none; opacity:0; transition:opacity .5s ease; background:radial-gradient(600px circle at var(--sx,50%) var(--sy,40%), rgba(95,168,232,.07), transparent 60%); }
    .card-spot{ position:relative; }
    .card-spot::after{ content:""; position:absolute; inset:0; border-radius:inherit; background:radial-gradient(260px circle at var(--mx,50%) var(--my,50%), rgba(95,168,232,.15), transparent 60%); opacity:0; transition:opacity .35s ease; pointer-events:none; z-index:0; }
    .card-spot:hover::after{ opacity:1; }
    .card-spot > *:not(.absolute){ position:relative; z-index:1; }

    /* Nav dropdown */
    .nav-item{ position:relative; }
    .nav-item > .nav-link svg{ transition:transform .3s ease; }
    .nav-item.open > .nav-link svg{ transform:rotate(180deg); }
    .mega{ position:absolute; top:calc(100% + 16px); left:50%; transform:translateX(-50%) translateY(8px); width:min(620px,90vw); padding:1.2rem; border-radius:1.25rem; background:hsl(var(--surface)); border:1px solid hsl(var(--stroke)); box-shadow:0 30px 70px rgba(0,0,0,.5); display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; opacity:0; visibility:hidden; pointer-events:none; transition:opacity .3s ease, transform .3s ease, visibility .3s; }
    .nav-item.open .mega{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); pointer-events:auto; }
    .mega h4{ font-size:.68rem; letter-spacing:.16em; text-transform:uppercase; color:#5FA8E8; margin-bottom:.7rem; display:flex; align-items:center; gap:.4rem; }
    .mega h4 .dot{ width:7px; height:7px; border-radius:50%; background:#71C0FE; }
    .mega a{ display:block; padding:.5rem .6rem; border-radius:.6rem; font-size:.9rem; color:hsl(var(--muted)); transition:background .2s, color .2s, padding-left .2s; }
    .mega a:hover{ background:hsl(var(--surface-2)); color:hsl(var(--text)); padding-left:.85rem; }
    .mega-tag{ grid-column:1/-1; border-top:1px solid hsl(var(--stroke)); padding-top:.9rem; font-family:Manrope; font-size:.78rem; letter-spacing:.04em; text-transform:uppercase; color:hsl(var(--text)); }
    .mega-tag b{ color:#5FA8E8; }

    .faq-item{ border-bottom:1px solid hsl(var(--stroke)); }
    .faq-q{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:1rem; padding:1.3rem 0; text-align:left; font-family:Manrope; font-weight:600; font-size:1.05rem; color:hsl(var(--text)); }
    .faq-q .ico{ flex-shrink:0; width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:hsl(var(--surface-2)); color:#5FA8E8; transition:.35s ease; }
    .faq-item.open .faq-q .ico{ background:#5FA8E8; color:hsl(var(--bg)); transform:rotate(135deg); }
    .faq-a{ max-height:0; overflow:hidden; transition:max-height .4s ease; }
    .faq-a p{ padding-bottom:1.3rem; color:hsl(var(--muted)); }

    #mobileMenu{ opacity:0; pointer-events:none; transform:translateY(-8px); transition:opacity .4s ease, transform .4s ease; }
    #mobileMenu.open{ opacity:1; pointer-events:auto; transform:translateY(0); }

    @media (prefers-reduced-motion: reduce){
      html{ scroll-behavior:auto; }
      .reveal{ opacity:1 !important; transform:none !important; }
      .reveal-words .w > i{ opacity:1 !important; transform:none !important; }
      .aurora span{ animation:none !important; } #net{ display:none; }
    }

/* ---- Tabla comparativa ---- */
.compare{ width:100%; border-collapse:separate; border-spacing:0; border-radius:1.25rem; overflow:hidden; border:1px solid hsl(var(--stroke)); background:hsl(var(--surface)); }
.compare th,.compare td{ padding:1rem 1.1rem; text-align:left; font-size:.92rem; border-bottom:1px solid hsl(var(--stroke)); vertical-align:top; }
.compare thead th{ background:hsl(var(--surface-2)); font-family:Manrope,sans-serif; font-weight:700; color:hsl(var(--text)); font-size:.82rem; letter-spacing:.02em; }
.compare thead th.win{ background:linear-gradient(90deg,#71C0FE,#2E78C2); color:#06121f; }
.compare tbody td:first-child{ font-weight:600; color:hsl(var(--text)); }
.compare tr.win td{ background:rgba(95,168,232,.08); color:hsl(var(--text)); }
.compare tr.win td:first-child{ color:#9BD0FF; }
.compare tr:last-child td{ border-bottom:none; }

/* ---- Placeholder [DATO]/[CASO] ---- */
.placeholder-tag{ display:inline-block; padding:.1rem .5rem; border:1px dashed #5FA8E8; border-radius:6px; color:#9BD0FF; font-family:Manrope,sans-serif; font-weight:600; font-size:.85em; background:rgba(95,168,232,.08); }

/* ---- Pills de enlaces relacionados ---- */
.relpill{ display:inline-flex; align-items:center; gap:.4rem; padding:.5rem .95rem; border-radius:999px; border:1px solid hsl(var(--stroke)); background:hsl(var(--surface)); color:hsl(var(--muted)); font-size:.85rem; transition:color .2s,border-color .2s,transform .2s; }
.relpill:hover{ color:hsl(var(--text)); border-color:rgba(95,168,232,.45); transform:translateY(-2px); }


/* ---- Formularios ---- */
.field{ background:hsl(var(--surface-2)); border:1px solid hsl(var(--stroke)); border-radius:12px; padding:.85rem 1rem; color:hsl(var(--text)); width:100%; font-size:.92rem; transition:border-color .2s, box-shadow .2s; }
.field::placeholder{ color:hsl(var(--muted)); }
.field:focus{ outline:none; border-color:#5FA8E8; box-shadow:0 0 0 3px rgba(95,168,232,.18); }
select.field{ appearance:none; -webkit-appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238A93A0' stroke-width='2.4'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 1rem center; }

/* ============================================================
   MEJORAS DE CLASE MUNDIAL — grain, cursor, hero2, visuales
   ============================================================ */
.grain{ position:fixed; inset:0; z-index:70; pointer-events:none; opacity:.045; 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='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
@media (hover:hover) and (pointer:fine){
  .cursor-dot{ position:fixed; top:0; left:0; width:24px; height:24px; border:1.5px solid rgba(149,196,247,.85); border-radius:50%; pointer-events:none; z-index:9998; mix-blend-mode:difference; transition:width .25s ease,height .25s ease,background .25s ease; will-change:transform; }
  .cursor-dot.is-active{ width:60px; height:60px; background:rgba(149,196,247,.18); }
}

/* hero asimétrico a 2 columnas */
.hero2{ position:relative; min-height:100svh; display:flex; align-items:center; overflow:hidden; padding:7.5rem 0 4rem; }
.hero2 .h-wrap{ position:relative; z-index:10; width:100%; max-width:1240px; margin:0 auto; padding-inline:clamp(1.25rem,4vw,2.5rem); display:grid; gap:clamp(2.5rem,5vw,4rem); align-items:center; }
@media(min-width:1024px){ .hero2 .h-wrap{ grid-template-columns:1.04fr .96fr; } }
.htitle{ font-size:clamp(2.4rem,5.4vw,4.8rem); line-height:1.0; letter-spacing:-.038em; font-weight:700; }
.viz{ position:relative; }
@keyframes vIn{ to{ opacity:1; transform:none; } }
@keyframes vPop{ to{ opacity:1; transform:none; } }

/* viz-stack (sistema completo) */
.viz-stack{ display:flex; flex-direction:column; gap:.7rem; padding-left:1.25rem; border-left:1px solid hsl(var(--stroke)); }
.viz-stack .vnode{ display:flex; align-items:center; gap:.8rem; padding:.85rem 1.1rem; border:1px solid hsl(var(--stroke)); border-radius:14px; background:hsl(var(--surface)); font-family:Manrope,sans-serif; font-weight:600; color:hsl(var(--text)); font-size:.95rem; opacity:0; transform:translateX(20px); animation:vIn .7s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.13s + .35s); }
.viz-stack .vdot{ width:9px; height:9px; border-radius:50%; background:linear-gradient(90deg,#71C0FE,#2E78C2); box-shadow:0 0 12px rgba(95,168,232,.7); flex-shrink:0; }

/* viz-funnel (demanda → calificados) */
.viz-funnel{ display:flex; flex-direction:column; align-items:center; gap:.6rem; }
.viz-funnel .frow{ height:50px; border-radius:12px; display:flex; align-items:center; justify-content:center; gap:.5rem; font-family:Manrope,sans-serif; font-weight:600; font-size:.85rem; color:hsl(var(--muted)); border:1px solid hsl(var(--stroke)); background:hsl(var(--surface)); opacity:0; transform:translateY(16px); animation:vIn .65s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.14s + .35s); }
.viz-funnel .frow.win{ color:#06121f; border-color:transparent; background:linear-gradient(90deg,#71C0FE,#2E78C2); box-shadow:0 10px 30px rgba(95,168,232,.35); }

/* viz-accounts (ABM) */
.viz-accounts{ display:grid; grid-template-columns:repeat(4,1fr); gap:.55rem; padding:1.2rem; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); }
.viz-accounts .tile{ aspect-ratio:1.5/1; border-radius:9px; border:1px solid hsl(var(--stroke)); background:hsl(var(--surface-2)); opacity:0; transform:scale(.9); animation:vPop .5s ease forwards; animation-delay:calc(var(--i)*.035s + .3s); }
.viz-accounts .tile.hot{ border-color:transparent; background:linear-gradient(135deg,#2E78C2,#71C0FE); box-shadow:0 0 18px rgba(95,168,232,.55); }
.viz-accounts .tile.hot::after{ content:""; }

/* viz-bars (paid: clics vs pipeline) */
.viz-bars{ display:flex; align-items:flex-end; gap:.7rem; height:300px; padding:1.4rem 1.4rem .9rem; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); }
.viz-bars .bcol{ flex:1; display:flex; flex-direction:column; align-items:center; gap:.5rem; height:100%; justify-content:flex-end; }
.viz-bars .bar{ width:100%; border-radius:8px 8px 0 0; background:hsl(var(--surface-2)); transform:scaleY(0); transform-origin:bottom; animation:barGrow 1s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.1s + .35s); }
.viz-bars .bar.win{ background:linear-gradient(180deg,#71C0FE,#2E78C2); box-shadow:0 0 26px rgba(95,168,232,.45); }
.viz-bars .blab{ font-size:.66rem; letter-spacing:.06em; text-transform:uppercase; color:hsl(var(--muted)); }
@keyframes barGrow{ to{ transform:scaleY(1); } }

/* viz-flow (revops lifecycle) */
.viz-flow{ display:flex; flex-direction:column; gap:.7rem; padding:1.4rem; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); }
.viz-flow .stagechip{ display:flex; align-items:center; justify-content:space-between; padding:.85rem 1.1rem; border-radius:12px; border:1px solid hsl(var(--stroke)); background:hsl(var(--surface-2)); font-family:Manrope,sans-serif; font-weight:600; color:hsl(var(--text)); font-size:.92rem; opacity:0; transform:translateX(-16px); animation:vIn .6s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.16s + .35s); }
.viz-flow .stagechip .score{ font-size:.78rem; color:#9BD0FF; font-family:ui-monospace,monospace; }
.viz-flow .stagechip.win{ border-color:transparent; background:linear-gradient(135deg,#2E78C2,#71C0FE); color:#06121f; } .viz-flow .stagechip.win .score{ color:#06121f; }

/* viz-chart (analytics) */
.viz-chart{ padding:1.4rem; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); }
.viz-chart svg .area{ opacity:0; animation:vIn 1s ease forwards .9s; }
.viz-chart svg .line{ stroke:#71C0FE; stroke-width:2.5; fill:none; stroke-dasharray:1; stroke-dashoffset:1; animation:draw 2.2s cubic-bezier(.22,1,.36,1) forwards .4s; }
@keyframes draw{ to{ stroke-dashoffset:0; } }
.viz-chart .kpis{ display:grid; grid-template-columns:repeat(3,1fr); gap:.6rem; margin-top:1rem; }
.viz-chart .kpi{ border:1px solid hsl(var(--stroke)); border-radius:10px; padding:.7rem; text-align:center; }
.viz-chart .kpi b{ display:block; font-family:Manrope,sans-serif; font-weight:800; color:#9BD0FF; font-size:1rem; }
.viz-chart .kpi span{ font-size:.62rem; letter-spacing:.06em; text-transform:uppercase; color:hsl(var(--muted)); }

/* viz-code (software) + viz-chat (IA) */
.codewin,.chatwin{ border:1px solid hsl(var(--stroke)); border-radius:16px; overflow:hidden; background:rgba(13,20,38,.85); box-shadow:0 30px 70px rgba(0,0,0,.4); }
.win-bar{ display:flex; align-items:center; gap:6px; padding:.6rem .9rem; border-bottom:1px solid hsl(var(--stroke)); }
.win-bar i{ width:10px; height:10px; border-radius:50%; background:hsl(var(--stroke)); }
.win-bar i:nth-child(1){ background:rgba(95,168,232,.6);} .win-bar i:nth-child(2){ background:rgba(113,192,254,.45);} .win-bar i:nth-child(3){ background:rgba(155,208,255,.3);}
.win-bar span{ margin-left:auto; font-family:ui-monospace,monospace; font-size:.68rem; color:hsl(var(--muted)); }
.codewin pre{ font-family:ui-monospace,Menlo,monospace; font-size:.78rem; color:#9BD0FF; padding:1.1rem; line-height:1.8; margin:0; white-space:pre-wrap; }
.codewin .cl{ display:block; opacity:0; transform:translateY(6px); animation:vIn .5s ease forwards; animation-delay:calc(var(--i)*.22s + .4s); }
.chatwin{ padding:1.1rem; display:flex; flex-direction:column; gap:.65rem; }
.bub{ max-width:82%; padding:.7rem .95rem; border-radius:15px; font-size:.86rem; line-height:1.45; opacity:0; transform:translateY(10px); animation:vIn .5s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.5s + .4s); }
.bub.inb{ align-self:flex-start; background:hsl(var(--surface-2)); color:hsl(var(--text)); border-bottom-left-radius:5px; }
.bub.outb{ align-self:flex-end; background:linear-gradient(135deg,#2E78C2,#71C0FE); color:#06121f; border-bottom-right-radius:5px; font-weight:500; }
.bub.typing{ display:inline-flex; gap:4px; align-items:center; } .bub.typing i{ width:6px;height:6px;border-radius:50%;background:hsl(var(--muted)); animation:blink2 1.2s infinite; } .bub.typing i:nth-child(2){animation-delay:.2s} .bub.typing i:nth-child(3){animation-delay:.4s}
@keyframes blink2{ 0%,60%,100%{opacity:.3} 30%{opacity:1} }

/* viz-bigstat (casos) */
.bigstat{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.bigstat .bs b{ display:block; font-family:Manrope,sans-serif; font-weight:800; font-size:clamp(2.6rem,5vw,4.2rem); line-height:1; background:linear-gradient(90deg,#9BD0FF,#5FA8E8); -webkit-background-clip:text; background-clip:text; color:transparent; letter-spacing:-.02em; }
.bigstat .bs span{ display:block; font-size:.8rem; color:hsl(var(--muted)); margin-top:.5rem; }
@media(max-width:640px){ .bigstat{ grid-template-columns:1fr; gap:1rem; } }

/* manifiesto (nosotros) */
.manifesto{ font-size:clamp(2rem,4.4vw,3.8rem); line-height:1.1; letter-spacing:-.03em; font-weight:600; }
.manifesto .dim{ color:hsl(var(--muted)); }

/* ============================================================
   VISUALES BESPOKE — subpáginas de servicio + contacto
   ============================================================ */
/* phone WhatsApp (Agentes IA) */
.viz-phone{ width:266px; max-width:100%; margin-inline:auto; border:1px solid hsl(var(--stroke)); border-radius:32px; background:hsl(var(--surface)); padding:10px; box-shadow:0 30px 70px rgba(0,0,0,.45); }
.viz-phone .scr{ border-radius:24px; overflow:hidden; background:#0c1426; }
.viz-phone .wahead{ display:flex; align-items:center; gap:.6rem; padding:.7rem .85rem; background:linear-gradient(135deg,#1f6f54,#25D366); color:#fff; font-weight:600; font-size:.82rem; }
.viz-phone .waav{ width:28px; height:28px; border-radius:50%; background:rgba(255,255,255,.28); display:grid; place-items:center; }
.viz-phone .wabody{ padding:.85rem; display:flex; flex-direction:column; gap:.45rem; min-height:248px; }
.viz-phone .wb{ max-width:82%; padding:.5rem .7rem; border-radius:13px; font-size:.78rem; line-height:1.35; opacity:0; transform:translateY(8px); animation:vIn .5s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.5s + .4s); }
.viz-phone .wb.inb{ align-self:flex-start; background:rgba(255,255,255,.07); color:hsl(var(--text)); border-bottom-left-radius:4px; }
.viz-phone .wb.outb{ align-self:flex-end; background:rgba(37,211,102,.22); color:#d8ffe9; border-bottom-right-radius:4px; }

/* workflow (Automatización) */
.viz-workflow{ display:flex; flex-direction:column; gap:.4rem; padding:1.4rem; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); }
.viz-workflow .box{ display:flex; align-items:center; gap:.65rem; padding:.85rem 1rem; border:1px solid hsl(var(--stroke)); border-radius:12px; background:hsl(var(--surface-2)); font-family:Manrope,sans-serif; font-weight:600; font-size:.85rem; color:hsl(var(--text)); opacity:0; transform:translateY(12px); animation:vIn .55s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.18s + .35s); }
.viz-workflow .box .tag{ margin-left:auto; font-size:.66rem; letter-spacing:.06em; text-transform:uppercase; color:#9BD0FF; }
.viz-workflow .box.ai{ border-color:transparent; background:linear-gradient(135deg,#2E78C2,#71C0FE); color:#06121f; } .viz-workflow .box.ai .tag{ color:#06121f; }
.viz-workflow .arr{ align-self:center; color:#5FA8E8; opacity:0; animation:vIn .4s ease forwards; animation-delay:calc(var(--i)*.18s + .45s); }

/* cadence (AI SDR) */
.viz-cadence{ padding:1.4rem 1.5rem; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); }
.viz-cadence .step{ display:flex; gap:1rem; opacity:0; transform:translateX(-14px); animation:vIn .55s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.16s + .35s); }
.viz-cadence .rail{ display:flex; flex-direction:column; align-items:center; }
.viz-cadence .dot{ width:13px; height:13px; border-radius:50%; background:linear-gradient(135deg,#71C0FE,#2E78C2); margin-top:5px; box-shadow:0 0 10px rgba(95,168,232,.6); }
.viz-cadence .step.win .dot{ background:#25D366; box-shadow:0 0 12px rgba(37,211,102,.6); }
.viz-cadence .ln{ width:2px; flex:1; background:hsl(var(--stroke)); margin:3px 0; }
.viz-cadence .body{ padding-bottom:1.1rem; }
.viz-cadence .day{ font-family:ui-monospace,monospace; font-size:.68rem; color:#9BD0FF; }
.viz-cadence .body b{ display:block; color:hsl(var(--text)); font-family:Manrope,sans-serif; font-size:.9rem; margin-top:1px; }

/* orbit (AC Velocity) */
.viz-orbit{ position:relative; width:300px; height:300px; max-width:100%; margin-inline:auto; }
.viz-orbit .ring{ position:absolute; border:1px dashed hsl(var(--stroke)); border-radius:50%; inset:0; animation:spin 26s linear infinite; }
.viz-orbit .ring.r2{ inset:46px; animation-duration:20s; animation-direction:reverse; }
.viz-orbit .core{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:104px; height:104px; border-radius:50%; background:linear-gradient(135deg,#2E78C2,#71C0FE); display:grid; place-items:center; text-align:center; color:#06121f; font-family:Manrope,sans-serif; font-weight:800; font-size:.78rem; line-height:1.1; box-shadow:0 0 44px rgba(95,168,232,.5); }
.viz-orbit .mod{ position:absolute; transform:translate(-50%,-50%); padding:.42rem .75rem; border:1px solid hsl(var(--stroke)); border-radius:999px; background:hsl(var(--surface)); font-size:.74rem; color:hsl(var(--text)); white-space:nowrap; opacity:0; animation:vPop .5s ease forwards; animation-delay:calc(var(--i)*.12s + .4s); }
@keyframes spin{ to{ transform:rotate(360deg);} }

/* bento tech (Software a la medida) */
.viz-bento{ display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:74px; gap:.55rem; }
.viz-bento .b{ border:1px solid hsl(var(--stroke)); border-radius:12px; background:hsl(var(--surface)); display:flex; align-items:center; justify-content:center; text-align:center; gap:.4rem; font-family:Manrope,sans-serif; font-weight:600; font-size:.8rem; color:hsl(var(--text)); opacity:0; transform:scale(.92); animation:vPop .55s ease forwards; animation-delay:calc(var(--i)*.08s + .35s); }
.viz-bento .b.big{ grid-column:span 2; } .viz-bento .b.tall{ grid-row:span 2; }
.viz-bento .b.acc{ background:linear-gradient(135deg,#2E78C2,#71C0FE); color:#06121f; border-color:transparent; }

/* hub-spoke (Integraciones) */
.viz-hub{ position:relative; width:330px; height:300px; max-width:100%; margin-inline:auto; }
.viz-hub svg{ position:absolute; inset:0; width:100%; height:100%; }
.viz-hub svg line{ stroke:hsl(var(--stroke)); stroke-width:1.5; stroke-dasharray:4 4; }
.viz-hub .center{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:90px; height:90px; border-radius:20px; background:linear-gradient(135deg,#2E78C2,#71C0FE); color:#06121f; display:grid; place-items:center; font-family:Manrope,sans-serif; font-weight:800; font-size:.85rem; box-shadow:0 0 40px rgba(95,168,232,.45); z-index:2; }
.viz-hub .node{ position:absolute; transform:translate(-50%,-50%); padding:.45rem .7rem; border:1px solid hsl(var(--stroke)); border-radius:999px; background:hsl(var(--surface)); font-size:.72rem; color:hsl(var(--text)); white-space:nowrap; opacity:0; animation:vPop .5s ease forwards; animation-delay:calc(var(--i)*.1s + .4s); z-index:2; }

/* gauges (Web alto rendimiento) */
.viz-gauges{ display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; padding:1.5rem; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); }
.gauge{ width:98px; text-align:center; opacity:0; transform:scale(.92); animation:vPop .6s ease forwards; animation-delay:calc(var(--i)*.12s + .35s); }
.gauge .ring{ position:relative; width:98px; height:98px; border-radius:50%; background:conic-gradient(#71C0FE calc(var(--p)*3.6deg), rgba(255,255,255,.07) 0); margin-bottom:.5rem; }
.gauge .ring::after{ content:""; position:absolute; inset:9px; border-radius:50%; background:hsl(var(--surface)); }
.gauge .ring b{ position:absolute; inset:0; display:grid; place-items:center; z-index:1; font-family:Manrope,sans-serif; font-weight:800; color:hsl(var(--text)); font-size:1.2rem; }
.gauge span{ font-size:.7rem; letter-spacing:.06em; text-transform:uppercase; color:hsl(var(--muted)); }

/* storefront (eCommerce) */
.viz-store{ width:300px; max-width:100%; margin-inline:auto; border:1px solid hsl(var(--stroke)); border-radius:18px; background:hsl(var(--surface)); overflow:hidden; box-shadow:0 30px 70px rgba(0,0,0,.4); }
.viz-store .img{ height:140px; background:linear-gradient(135deg,#16205c,#2E78C2); position:relative; }
.viz-store .img::after{ content:"B2B"; position:absolute; top:12px; left:12px; font-family:Manrope,sans-serif; font-weight:800; color:rgba(255,255,255,.5); font-size:.8rem; letter-spacing:.1em; }
.viz-store .body{ padding:1.1rem; }
.viz-store .srow{ display:flex; justify-content:space-between; align-items:center; }
.viz-store .price{ font-family:Manrope,sans-serif; font-weight:800; color:hsl(var(--text)); font-size:1.2rem; }
.viz-store .addcart{ padding:.5rem .95rem; border-radius:999px; background:linear-gradient(135deg,#2E78C2,#71C0FE); color:#06121f; font-size:.78rem; font-weight:700; }
.viz-store .bar{ margin-top:1rem; height:8px; border-radius:999px; background:hsl(var(--surface-2)); overflow:hidden; }
.viz-store .bar > i{ display:block; height:100%; width:0; background:linear-gradient(90deg,#71C0FE,#2E78C2); animation:barW 1.4s cubic-bezier(.22,1,.36,1) forwards .4s; }
.viz-store .blab{ font-size:.7rem; color:hsl(var(--muted)); margin-top:.5rem; }
@keyframes barW{ to{ width:78%; } }

/* contact channels (Contacto) */
.viz-contact{ display:flex; flex-direction:column; gap:.7rem; }
.viz-contact .ch{ display:flex; align-items:center; gap:.9rem; padding:1rem 1.1rem; border:1px solid hsl(var(--stroke)); border-radius:14px; background:hsl(var(--surface)); color:hsl(var(--text)); transition:border-color .2s, transform .2s; opacity:0; transform:translateY(12px); animation:vIn .55s cubic-bezier(.22,1,.36,1) forwards; animation-delay:calc(var(--i)*.1s + .3s); }
.viz-contact a.ch:hover{ border-color:rgba(95,168,232,.5); transform:translateY(-2px); }
.viz-contact .ch .ic{ width:44px; height:44px; border-radius:12px; background:hsl(var(--surface-2)); display:grid; place-items:center; color:#5FA8E8; flex-shrink:0; }
.viz-contact .ch b{ display:block; font-family:Manrope,sans-serif; font-weight:600; }
.viz-contact .ch span{ font-size:.82rem; color:hsl(var(--muted)); }
