/* ============================================================
   POS NECS — HOME "Contraste" (v4 + sección de precios)
   Piel híbrida: hero y banda en vivo OSCUROS, cuerpo CLARO.
   Tipografía única Geist · acentos cyan #00b8fc + azul #1d4ed8.
   ============================================================ */
:root{
  --bg-dark:#0a0a0a; --black:#000; --panel-dark:#18181b;
  --line-dark:#27272a; --line-dark-soft:#1f1f23;
  --text-dark:#f1f1f1; --text-dark-2:#ededed; --muted-dark:#a1a1aa;
  --white:#fff; --gris:#f2f5f6;
  --text:rgba(0,0,0,.9); --text-sec:rgba(0,0,0,.62);
  --hairline:rgba(0,0,0,.14);
  --cyan:#00b8fc; --blue:#1d4ed8; --blue-ink:#0077b6;
  --grad:linear-gradient(90deg,#00b8fc,#1d4ed8);
  --grad-light:linear-gradient(90deg,#0077b6,#1d4ed8);
  --green-bg:#e6f3e4; --green-ink:#1c6116;
  --r-card:16px; --r-soft:24px; --r-mock:20px;
  --shadow-blue:0 10px 15px -3px rgba(29,78,216,.25);
  --maxw:1240px;
}
.necs-home *,.necs-home *::before,.necs-home *::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .necs-home *,.necs-home *::before,.necs-home *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
body{margin:0}
.necs-home{background:var(--white);color:var(--text);font-family:'Geist',Arial,sans-serif;font-size:16.5px;line-height:1.55;-webkit-font-smoothing:antialiased}
.necs-home img{max-width:100%;height:auto;display:block}
.necs-home a{color:inherit}
.necs-home [hidden]{display:none!important}
.necs-home :focus-visible{outline:2px solid var(--cyan);outline-offset:3px;border-radius:4px}
.necs-home .container{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.necs-home .mono{font-family:'Geist Mono',monospace}
.necs-home .skip{position:absolute;left:-9999px;top:0;background:var(--blue);color:#fff;padding:12px 22px;z-index:200;font-weight:600;border-radius:0 0 10px 0}
.necs-home .skip:focus{left:0}

.necs-home h1,.necs-home h2,.necs-home h3{margin:0;letter-spacing:-.02em}
.necs-home h1{font-size:clamp(2rem,3.8vw,2.9rem);line-height:1.07;font-weight:800;letter-spacing:-.025em}
.necs-home h2{font-size:clamp(1.8rem,3.6vw,2.8rem);line-height:1.08;font-weight:800;color:var(--text)}
.necs-home h3{font-size:1.15rem;font-weight:700;color:var(--text)}
.necs-home .dark h2{color:#fff}
.necs-home .grad-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.necs-home .grad-text-light{background:var(--grad-light);-webkit-background-clip:text;background-clip:text;color:transparent}
.necs-home .key{color:#64748b}
.necs-home .lead{color:var(--text-sec);font-size:1.1rem;line-height:1.6}
.necs-home .dark .lead{color:var(--muted-dark)}
/* Kicker / eyebrow: pill con tinte cyan suave (sin punto, sin borde) */
.necs-home .kicker{display:inline-flex;align-items:center;border:1px solid transparent;border-radius:999px;padding:7px 16px;font-size:.8rem;font-weight:600;letter-spacing:.005em;color:var(--blue-ink);background:#e3f4fd}
.necs-home .kicker .dot{display:none}
.necs-home .dark .kicker{background:rgba(0,184,252,.13);color:#8fd6fb}
.necs-home .section{padding:clamp(64px,9vw,118px) 0}
.necs-home .sec-gris{background:var(--gris)}
.necs-home .sec-white{background:var(--white)}
.necs-home .hairline-top{border-top:1px solid var(--hairline)}
.necs-home .sec-head{max-width:760px;margin:0 0 48px}
.necs-home .sec-head .kicker{margin-bottom:18px}
.necs-home .sec-head p{color:var(--text-sec);font-size:1.05rem;margin:16px 0 0}
.necs-home .dark .sec-head p{color:var(--muted-dark)}
.necs-home .center .sec-head{margin-left:auto;margin-right:auto;text-align:center}

.necs-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:600;font-size:1rem;text-decoration:none;padding:0 32px;height:50px;border:1px solid transparent;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,color .2s;font-family:inherit}
.necs-home .btn:hover{transform:translateY(-1px)}
.necs-home .btn-primary{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue)}
.necs-home .btn-primary:hover{background:#2456e8}
.necs-home .btn-ghost{background:var(--bg-dark);border-color:var(--line-dark);color:#fff}
.necs-home .btn-ghost:hover{border-color:#3f3f46}
.necs-home .btn-outline{background:transparent;border-color:var(--blue);color:var(--blue);box-shadow:none}
.necs-home .btn-outline:hover{background:rgba(29,78,216,.07)}
.necs-home .btn-lg{height:56px;padding:0 30px;font-size:1.05rem}
.necs-home .btn .arr{display:inline-flex;transition:transform .25s ease}
.necs-home .btn:hover .arr,.necs-home .btn:focus-visible .arr{transform:translateX(6px)}
.necs-home .cta-note{font-size:.85rem;color:var(--muted-dark);margin-top:14px}
.necs-home .cta-note b{color:var(--text-dark-2)}
.necs-home .textlink{color:var(--blue);font-weight:600;text-decoration:none;border-bottom:2px solid var(--cyan)}
.necs-home .textlink:hover{color:var(--text)}

/* Nav dark */
.necs-home .nav{background:var(--black);border-bottom:1px solid var(--line-dark);position:sticky;top:0;z-index:50}
.necs-home .nav .container{display:flex;align-items:center;gap:24px;height:68px}
.necs-home .brand{display:flex;align-items:center;text-decoration:none;flex:none}
.necs-home .brand img{width:112px;height:48px;object-fit:contain}
.necs-home .nav-links{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.necs-home .nav-links a{text-decoration:none;color:var(--muted-dark);font-size:.92rem;font-weight:500;padding:8px 14px;border-radius:999px;transition:background .2s,color .2s}
.necs-home .nav-links a:hover{background:var(--panel-dark);color:#fff}
.necs-home .nav-right{margin-left:auto;display:flex;align-items:center;gap:16px}
.necs-home .btn-nav{height:40px;padding:0 22px;font-size:.9rem}
.necs-home .nav-burger{display:none;background:none;border:1px solid var(--line-dark);border-radius:8px;color:#fff;width:42px;height:42px;font-size:1.1rem;cursor:pointer;margin-left:auto}
.necs-home .nav-mobile{display:none;background:var(--black);border-bottom:1px solid var(--line-dark);padding:12px 20px 20px}
.necs-home .nav-mobile.open{display:block}
.necs-home .nav-mobile a{display:block;color:var(--text-dark-2);text-decoration:none;padding:12px 4px;border-bottom:1px solid var(--line-dark-soft);font-weight:500}
.necs-home .nav-mobile .btn{display:flex;margin-top:16px;width:100%}

/* Hero dark — mesh de glows + grano para profundidad */
.necs-home .hero{background:radial-gradient(900px 520px at 88% -12%,rgba(0,184,252,.18),transparent 58%),radial-gradient(760px 520px at 6% 112%,rgba(29,78,216,.16),transparent 60%),radial-gradient(500px 380px at 50% 50%,rgba(124,58,237,.06),transparent 70%),var(--black);color:var(--text-dark);padding:clamp(56px,8vw,104px) 0 clamp(56px,8vw,96px);overflow:hidden;position:relative}
.necs-home .hero::before{content:"";position:absolute;top:-220px;right:-160px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(0,184,252,.16),transparent 65%);pointer-events:none}
.necs-home .grain::after,.necs-home .hero::after,.necs-home .sec-live::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.necs-home .hero > *,.necs-home .sec-live > *{position:relative;z-index:1}
/* Aura sutil en secciones claras (profundidad, no plano) */
.necs-home #soluciones{background:radial-gradient(720px 460px at 96% -5%,rgba(0,184,252,.06),transparent 60%),var(--gris)}
.necs-home #precios{background:radial-gradient(720px 480px at 4% 102%,rgba(0,184,252,.05),transparent 60%),var(--white)}
.necs-home .partner{position:relative;overflow:hidden;background:radial-gradient(680px 420px at 88% 12%,rgba(0,184,252,.09),transparent 62%),radial-gradient(560px 380px at 2% 96%,rgba(29,78,216,.07),transparent 65%),var(--white)}
.necs-home .hero-grid{display:grid;grid-template-columns:48fr 52fr;gap:clamp(32px,5vw,56px);align-items:center;position:relative}
.necs-home .hero h1{margin:0 0 20px;color:#fff}
.necs-home .hero .lead{max-width:480px}
.necs-home .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.necs-home .composite{position:relative;padding:24px 0 56px}
.necs-home .mock-browser{background:#fafafa;border:1px solid var(--line-dark);border-radius:var(--r-mock);overflow:hidden;box-shadow:0 30px 60px -20px rgba(0,0,0,.7)}
.necs-home .mock-bar{display:flex;align-items:center;gap:8px;background:#ececec;padding:9px 14px;border-bottom:1px solid #ddd}
.necs-home .mock-dots{display:flex;gap:6px}
.necs-home .mock-dots i{width:11px;height:11px;border-radius:50%}
.necs-home .mock-dots i:nth-child(1){background:#ff5f57}.necs-home .mock-dots i:nth-child(2){background:#febc2e}.necs-home .mock-dots i:nth-child(3){background:#28c840}
.necs-home .mock-url{flex:1;background:#fff;border:1px solid #ddd;border-radius:999px;padding:4px 14px;font-family:'Geist Mono',monospace;font-size:.72rem;color:#555;text-align:center;max-width:320px;margin:0 auto}
.necs-home .mock-browser img{width:100%}
.necs-home .mock-phone{position:absolute;right:-6px;bottom:0;width:clamp(120px,15vw,172px);border-radius:22px;border:4px solid #2a2a2e;box-shadow:0 24px 48px -12px rgba(0,0,0,.8);overflow:hidden;background:#fff;z-index:2}
.necs-home .mock-phone img{width:100%}
.necs-home .note{position:absolute;display:flex;align-items:center;gap:8px;background:#fff;color:#111;border-radius:999px;padding:6px 14px 6px 6px;font-size:.78rem;font-weight:600;box-shadow:0 8px 20px rgba(0,0,0,.45);white-space:nowrap;z-index:3}
.necs-home .note i{width:22px;height:22px;border-radius:50%;background:var(--grad);color:#fff;font-style:normal;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.72rem;flex:none}
.necs-home .note-1{top:8px;left:6%}
.necs-home .note-2{top:42%;left:-18px}
.necs-home .note-3{bottom:30px;left:12%}

.necs-home .dl-cut{background:var(--black);line-height:0}
.necs-home .dl-cut svg{display:block;width:100%;height:clamp(56px,9vw,110px)}

/* Cards claras */
.necs-home .grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.necs-home .card{background:var(--white);border-radius:var(--r-soft);padding:36px 32px;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.necs-home .card h3{font-size:1.35rem;margin:0 0 10px}
.necs-home .card > p{color:var(--text-sec);margin:0 0 24px}
.necs-home .card .btn{align-self:center;text-align:center;margin-bottom:28px;height:46px;font-size:.95rem}
.necs-home .card-etiqueta{font-size:.9rem;color:var(--text-sec);margin:0 0 4px}
.necs-home .checklist{list-style:none;margin:4px 0 0;padding:0}
.necs-home .checklist li{position:relative;padding:6px 0 6px 30px;font-size:.97rem}
.necs-home .checklist li::before{content:"✓";position:absolute;left:0;top:6px;color:var(--blue);font-weight:900;font-size:1.05rem}
.necs-home .linea-trust{font-weight:700;margin:auto 0 0;padding-top:20px;font-size:.97rem}
/* Cards de Soluciones — versión con icono + stat + CTA al pie */
.necs-home .sol-card{padding:32px 30px 30px}
.necs-home .sol-card > p{margin-bottom:22px}
.necs-home .sol-ico{width:54px;height:54px;border-radius:15px;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 0 18px;box-shadow:0 8px 20px -8px rgba(0,184,252,.6)}
.necs-home .sol-ico svg{width:27px;height:27px}
.necs-home .sol-card .checklist li{font-size:.95rem}
.necs-home .sol-foot{margin-top:auto;padding-top:22px}
.necs-home .sol-stat{border-top:1px solid var(--hairline);padding-top:20px;font-size:.9rem;color:var(--text-sec)}
.necs-home .sol-stat strong{display:block;font-size:1.7rem;font-weight:800;color:var(--blue-ink);letter-spacing:-.03em;line-height:1.1;margin-bottom:2px}
.necs-home .sol-tags{display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid var(--hairline);padding-top:20px}
.necs-home .sol-tags span{font-size:.82rem;font-weight:600;color:var(--blue-ink);background:#e3f4fd;border-radius:999px;padding:6px 13px}
.necs-home .sol-cta{margin-top:20px;align-self:stretch;width:100%;height:48px}
.necs-home .franja-logos{margin-top:72px;text-align:center}
.necs-home .franja-logos > p{display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,22px);font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:#9aa3ad;margin:0 0 34px}
.necs-home .franja-logos > p::before,.necs-home .franja-logos > p::after{content:"";height:1px;width:clamp(28px,7vw,72px);background:linear-gradient(90deg,transparent,var(--hairline))}
.necs-home .franja-logos > p::after{background:linear-gradient(90deg,var(--hairline),transparent)}
.necs-home .logo-marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}
.necs-home .logo-track{display:flex;align-items:center;gap:clamp(40px,6vw,76px);width:max-content;animation:logo-scroll 40s linear infinite}
.necs-home .logo-marquee:hover .logo-track{animation-play-state:paused}
.necs-home .logo-track img{height:38px;width:auto;flex:none;filter:grayscale(1);opacity:.42;transition:opacity .25s,filter .25s}
.necs-home .logo-track img:hover{opacity:.85;filter:grayscale(0)}
@keyframes logo-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){
  .necs-home .logo-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto;gap:40px}
  .necs-home .logo-marquee{-webkit-mask-image:none;mask-image:none}
}

/* Módulos (tabs Núcleo/Extras) */
.necs-home .mod-tabs{display:inline-flex;gap:6px;background:var(--white);border:1px solid var(--hairline);border-radius:999px;padding:5px;margin-bottom:36px}
.necs-home .mod-tabs [role=tab]{border:none;background:transparent;font-family:inherit;font-weight:600;font-size:.95rem;color:var(--text-sec);border-radius:999px;padding:9px 22px;cursor:pointer;display:inline-flex;align-items:center;gap:9px;transition:background .2s,color .2s,box-shadow .2s}
.necs-home .mod-tabs [role=tab]:hover{color:var(--text)}
.necs-home .mod-tabs [role=tab][aria-selected=true]{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue)}
.necs-home .mod-tabs .count{font-family:'Geist Mono',monospace;font-size:.68rem;background:rgba(0,0,0,.07);border-radius:999px;padding:2px 8px;color:inherit}
.necs-home .mod-tabs [aria-selected=true] .count{background:rgba(255,255,255,.22)}
.necs-home .mod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}
.necs-home .mod{background:var(--white);border:1px solid transparent;border-radius:var(--r-card);padding:24px 22px 22px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .2s,border-color .2s,box-shadow .2s}
.necs-home .mod:hover{transform:translateY(-2px);border-color:rgba(29,78,216,.3);box-shadow:0 10px 24px -12px rgba(24,26,39,.18)}
.necs-home .mod-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px}
.necs-home .mod-ico{width:40px;height:40px;border-radius:11px;background:#e3f4fd;color:var(--blue-ink);display:flex;align-items:center;justify-content:center;flex:none}
.necs-home .mod-ico svg{width:20px;height:20px}
.necs-home .mod h3{font-size:1.02rem;margin:0 0 6px;letter-spacing:-.01em}
.necs-home .mod p{font-size:.88rem;color:var(--text-sec);margin:0;line-height:1.5}

/* Zig-zag SUNAT */
.necs-home .zig .wrap-grid{display:grid;gap:56px;align-items:center}
.necs-home .zig-copy h2{max-width:18ch}
.necs-home .zig-copy .lead{margin:24px 0 34px;max-width:560px}
.necs-home .collage{position:relative;padding:0 8px 56px}
.necs-home .shot{border-radius:var(--r-card);overflow:hidden;border:1px solid var(--hairline);box-shadow:0 18px 50px rgba(24,26,39,.13);background:#fff}
.necs-home .circle{position:absolute;border-radius:50%;overflow:hidden;border:6px solid #fff;box-shadow:0 14px 40px rgba(24,26,39,.22);width:clamp(120px,22vw,225px);height:clamp(120px,22vw,225px)}
.necs-home .circle img{width:100%;height:100%;object-fit:cover}
.necs-home .circle--bl{left:-4px;bottom:0}
.necs-home .mini{position:absolute;background:#fff;border:1px solid var(--hairline);border-radius:10px;box-shadow:0 12px 34px rgba(24,26,39,.16);padding:14px 16px;max-width:min(320px,78%)}
.necs-home .mini--br{bottom:8px;right:-4px}
.necs-home .mini .row{display:flex;align-items:center;gap:10px}
.necs-home .mini .row + .row{margin-top:10px;padding-top:10px;border-top:1px solid var(--hairline)}
.necs-home .mini strong{font-size:.9rem;color:var(--text);font-weight:600;display:block;line-height:1.3}
.necs-home .mini small{font-size:.78rem;color:var(--text-sec);display:block;line-height:1.35}
.necs-home .chip{flex-shrink:0;font-size:.69rem;font-weight:600;letter-spacing:.02em;border-radius:30px;padding:4px 10px;white-space:nowrap}
.necs-home .chip--ok{background:var(--green-bg);color:var(--green-ink)}
.necs-home .chip--info{background:#e3f4fd;color:#075e86}

/* Dispositivos */
.necs-home .devices-head{display:grid;gap:28px;margin-bottom:clamp(44px,6vw,72px)}
.necs-home .devices-head h2{max-width:22ch}
.necs-home .devices-head .side p{color:var(--text-sec);margin:0}
.necs-home .devices-row{display:grid;gap:clamp(28px,4vw,48px);align-items:end}
.necs-home .device{margin:0}
.necs-home .device figcaption{margin-top:16px;font-size:.92rem;color:var(--text-sec)}
.necs-home .device figcaption b{display:block;font-weight:700;color:var(--text);font-size:1rem}
.necs-home .browser{border:1px solid var(--hairline);border-radius:14px;overflow:hidden;box-shadow:0 2px 3px rgba(0,0,0,.06);background:var(--white)}
.necs-home .browser-bar{display:flex;gap:6px;padding:11px 14px;border-bottom:1px solid var(--hairline);background:#f6f7f9}
.necs-home .browser-bar i{width:10px;height:10px;border-radius:50%;background:#d6dadf}
.necs-home .tabframe{border:10px solid #15181c;border-radius:22px;overflow:hidden;background:#15181c;box-shadow:0 2px 3px rgba(0,0,0,.1)}
.necs-home .tabframe img{border-radius:12px}
.necs-home .phoneframe{border:7px solid #15181c;border-radius:30px;overflow:hidden;background:#15181c;box-shadow:0 2px 3px rgba(0,0,0,.1);max-width:250px}
.necs-home .phoneframe img{border-radius:20px}

/* Multi-sucursal */
.necs-home .split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,72px);align-items:center}
.necs-home .split .visual{position:relative}
.necs-home .checks{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}
.necs-home .checks li{display:flex;gap:12px;align-items:flex-start;color:var(--text);font-size:.98rem}
.necs-home .checks .ck{width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;flex:none;margin-top:1px}
.necs-home .checks .ck svg{width:12px;height:12px}
.necs-home .demo-tag{position:absolute;top:-12px;right:18px;background:var(--white);border:1px solid var(--hairline);color:var(--text-sec);font-size:.7rem;border-radius:999px;padding:4px 12px;letter-spacing:.04em;text-transform:uppercase;z-index:2}
.necs-home .branches{background:var(--white);border:1px solid var(--hairline);border-radius:var(--r-card);overflow:hidden;box-shadow:0 14px 40px rgba(24,26,39,.08)}
.necs-home .branch-head{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid var(--hairline);font-size:.85rem;color:var(--text-sec)}
.necs-home .branch{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:14px;align-items:center;padding:15px 20px;border-bottom:1px solid rgba(0,0,0,.07);font-size:.88rem}
.necs-home .branch:last-child{border-bottom:none}
.necs-home .branch .b-name{font-weight:600;color:var(--text)}
.necs-home .branch .b-name small{display:block;font-weight:400;color:var(--text-sec);font-size:.74rem}
.necs-home .branch .b-num{font-family:'Geist Mono',monospace;color:var(--text)}
.necs-home .branch .b-num small{color:var(--text-sec);font-family:'Geist',sans-serif;display:block;font-size:.7rem}
.necs-home .b-sync{font-size:.68rem;font-weight:700;border-radius:999px;padding:3px 10px;background:var(--green-bg);color:var(--green-ink);border:1px solid rgba(28,97,22,.25);white-space:nowrap}

/* Simulación en vivo (dark) */
.necs-home .sec-live{background:var(--bg-dark);color:var(--text-dark);border-top:1px solid var(--line-dark-soft);border-bottom:1px solid var(--line-dark-soft)}
.necs-home .live{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(24px,4vw,48px);align-items:start}
.necs-home .live-kpis{display:flex;flex-direction:column;gap:14px}
.necs-home .kpi{background:var(--panel-dark);border:1px solid var(--line-dark);border-radius:var(--r-card);padding:20px 24px}
.necs-home .kpi .k-lbl{font-size:.78rem;color:var(--muted-dark);text-transform:uppercase;letter-spacing:.07em}
.necs-home .kpi .k-val{font-size:1.7rem;font-weight:800;letter-spacing:-.02em;color:#fff;font-variant-numeric:tabular-nums}
.necs-home .kpi .k-val.ok{color:#4ade80}
.necs-home .fineprint{font-size:.75rem;color:var(--muted-dark);margin-top:4px;line-height:1.5}
.necs-home .feed-wrap{background:var(--panel-dark);border:1px solid var(--line-dark);border-radius:var(--r-card);overflow:hidden}
.necs-home .feed-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--line-dark)}
.necs-home .feed-head .t{font-weight:600;font-size:.92rem;display:flex;align-items:center;gap:9px;color:var(--text-dark)}
.necs-home .pulse{width:9px;height:9px;border-radius:50%;background:#4ade80;animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(74,222,128,.5)}55%{box-shadow:0 0 0 7px rgba(74,222,128,0)}}
.necs-home .feed-pause{background:none;border:1px solid var(--line-dark);color:var(--muted-dark);border-radius:999px;font-size:.75rem;padding:5px 14px;cursor:pointer;font-family:inherit}
.necs-home .feed-pause:hover{color:#fff;border-color:#3f3f46}
.necs-home .feed{list-style:none;margin:0;padding:8px}
.necs-home .feed li{display:flex;align-items:center;gap:14px;padding:13px 14px;border-radius:10px;font-size:.86rem}
.necs-home .feed li+li{margin-top:2px}
.necs-home .feed li.fresh{animation:slidein .45s ease}
@keyframes slidein{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}
.necs-home .f-doc{font-family:'Geist Mono',monospace;color:var(--cyan);font-size:.78rem;flex:none;width:118px}
.necs-home .f-desc{flex:1;color:var(--text-dark-2);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.necs-home .f-amt{font-family:'Geist Mono',monospace;color:#fff;font-weight:600;flex:none}
.necs-home .f-st{flex:none;font-size:.68rem;font-weight:700;border-radius:999px;padding:3px 10px;background:rgba(74,222,128,.12);color:#4ade80;border:1px solid rgba(74,222,128,.3)}

/* ===== PRECIOS (estilo cards, card central destacada) ===== */
.necs-home .precio-toggle{display:inline-flex;gap:4px;background:#fff;border:1px solid var(--hairline);border-radius:999px;padding:5px;margin:0 auto 46px}
.necs-home .precio-toggle button{border:none;background:transparent;font-family:inherit;font-weight:600;font-size:.95rem;color:var(--text-sec);border-radius:999px;padding:10px 26px;cursor:pointer;display:inline-flex;align-items:center;gap:9px;transition:background .2s,color .2s}
.necs-home .precio-toggle button[aria-pressed=true]{background:#0a0a0a;color:#fff}
.necs-home .precio-toggle .save{font-size:.72rem;font-weight:700;background:var(--green-bg);color:var(--green-ink);border-radius:999px;padding:2px 9px}
.necs-home .precio-toggle button[aria-pressed=true] .save{background:rgba(255,255,255,.2);color:#fff}
.necs-home .precio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left;align-items:start}
.necs-home .plan{background:#fff;border:1px solid var(--hairline);border-radius:var(--r-soft);padding:34px 30px;display:flex;flex-direction:column;height:100%}
.necs-home .plan--best{background:#0a0a0a;color:#fff;border-color:#0a0a0a;box-shadow:0 30px 60px -22px rgba(0,0,0,.5);position:relative}
.necs-home .plan--best .plan-desc,.necs-home .plan--best .plan-cred{color:var(--muted-dark)}
.necs-home .badge-best{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--grad);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:6px 18px;white-space:nowrap;box-shadow:0 8px 20px -6px rgba(0,184,252,.5)}
.necs-home .plan-name{font-size:1.05rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin:0 0 8px}
.necs-home .plan--best .plan-name{color:#fff}
.necs-home .plan-desc{color:var(--text-sec);font-size:.92rem;margin:0 0 22px;min-height:40px}
.necs-home .plan-price{display:flex;align-items:baseline;gap:3px;margin-bottom:6px}
.necs-home .plan-price .cur{font-size:1.5rem;font-weight:600}
.necs-home .plan-price .amt{font-size:3.2rem;font-weight:800;letter-spacing:-.03em;line-height:1}
.necs-home .plan-price .per{color:var(--text-sec);font-size:1rem;font-weight:500}
.necs-home .plan--best .plan-price .per{color:var(--muted-dark)}
.necs-home .plan-cred{font-size:.9rem;color:var(--text-sec);font-weight:600;margin:0 0 24px}
.necs-home .plan > .btn{width:100%;margin-bottom:26px}
.necs-home .plan--best > .btn{background:#fff;color:#0a0a0a;border-color:#fff;box-shadow:none}
.necs-home .plan--best > .btn:hover{background:#f2f5f6}
.necs-home .plan-inc{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-sec);margin:0 0 16px;padding-top:18px;border-top:1px solid var(--hairline)}
.necs-home .plan--best .plan-inc{border-color:#27272a;color:var(--muted-dark)}
.necs-home .plan-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.necs-home .plan-list li{position:relative;padding-left:30px;font-size:.93rem}
.necs-home .plan-list li::before{content:"✓";position:absolute;left:0;top:1px;width:19px;height:19px;border-radius:50%;background:var(--blue);color:#fff;font-size:.68rem;font-weight:900;display:flex;align-items:center;justify-content:center}
.necs-home .plan--best .plan-list li::before{background:var(--cyan);color:#0a0a0a}
.necs-home .precio-foot{text-align:center;margin:42px 0 0;color:var(--text-sec);font-size:.95rem}

/* Cierre con marker cyan */
.necs-home .partner-grid{display:grid;gap:clamp(32px,5vw,72px)}
.necs-home .partner h2{font-size:clamp(2.2rem,5.5vw,3.7rem);line-height:1.08}
.necs-home .partner-side p{margin:0 0 14px;max-width:44ch;color:var(--text-sec)}
.necs-home .partner-side .btn{margin:14px 14px 0 0}
.necs-home .partner-side .after{margin-top:22px;font-size:.92rem;color:var(--text-sec)}
.necs-home .partner-photo{position:relative}
.necs-home .partner-photo img{width:100%;display:block;border-radius:22px;object-fit:cover;aspect-ratio:4/5;box-shadow:0 30px 70px -34px rgba(2,12,27,.5)}
.necs-home .partner-badge{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:11px;background:#fff;border-radius:14px;padding:11px 16px 11px 13px;box-shadow:0 14px 34px -14px rgba(2,12,27,.42)}
.necs-home .partner-badge strong{display:block;font-size:.93rem;color:var(--text)}
.necs-home .partner-badge small{display:block;font-size:.78rem;color:var(--text-sec)}
.necs-home .pb-dot{width:11px;height:11px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.16);flex:0 0 auto}
/* Rubros (fotos reales) */
.necs-home .rubros-grid{display:grid;gap:22px;grid-template-columns:1fr;margin-top:clamp(28px,4vw,46px)}
.necs-home .rubro-card{position:relative;margin:0;border-radius:22px;overflow:hidden;box-shadow:0 26px 60px -34px rgba(2,12,27,.46)}
.necs-home .rubro-card img{width:100%;height:clamp(280px,38vw,400px);object-fit:cover;display:block;transition:transform .6s ease}
.necs-home .rubro-card:hover img{transform:scale(1.04)}
.necs-home .rubro-card figcaption{position:absolute;inset:auto 0 0 0;padding:clamp(18px,2.4vw,28px);background:linear-gradient(transparent,rgba(2,12,27,.86));color:#fff}
.necs-home .rubro-card figcaption p{margin:.5em 0 0;max-width:34ch;color:rgba(255,255,255,.88);font-size:.98rem}
.necs-home .rubro-tag{display:inline-block;background:var(--cyan);color:#04243a;font-weight:700;font-size:.82rem;letter-spacing:.01em;padding:5px 13px;border-radius:999px}
.necs-home .marker{position:relative;white-space:nowrap}
.necs-home .marker svg{position:absolute;left:-2%;bottom:-.14em;width:104%;height:.2em;overflow:visible;pointer-events:none}
.necs-home .marker svg path{fill:none;stroke:var(--cyan);stroke-width:7;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:0}
.js .necs-home .marker svg path{stroke-dashoffset:1;transition:stroke-dashoffset .9s ease .35s}
.js .necs-home .marker.in svg path{stroke-dashoffset:0}

.js .necs-home .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.js .necs-home .reveal.in{opacity:1;transform:none}
.js .necs-home .reveal.d1{transition-delay:.12s}
.js .necs-home .reveal.d2{transition-delay:.24s}
@media (prefers-reduced-motion:reduce){
  .js .necs-home .reveal{opacity:1;transform:none;transition:none}
  .js .necs-home .marker svg path{stroke-dashoffset:0;transition:none}
}

/* FAQ — layout 2 columnas (aside sticky + acordeón) */
.necs-home .faq-layout{display:grid;gap:40px}
@media (min-width:920px){
  .necs-home .faq-layout{grid-template-columns:.82fr 1.18fr;gap:clamp(48px,6vw,88px);align-items:start}
  .necs-home .faq-aside{position:sticky;top:96px}
}
.necs-home .faq-aside .kicker{margin-bottom:18px}
.necs-home .faq-aside h2{max-width:14ch}
.necs-home .faq-aside p{color:var(--text-sec);font-size:1.02rem;line-height:1.6;margin:18px 0 26px;max-width:38ch}
.necs-home .faq{max-width:820px;margin:0 auto}
.necs-home .faq-layout .faq{max-width:none;margin:0}
.necs-home .faq-item{border:1px solid var(--hairline);border-radius:16px;background:var(--white);margin-bottom:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.necs-home .faq-item:hover{border-color:#cdd6df}
.necs-home .faq-item:has(.faq-q[aria-expanded=true]){border-color:rgba(29,78,216,.35);box-shadow:0 10px 30px -14px rgba(29,78,216,.25)}
.necs-home .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;color:var(--text);font-family:inherit;font-size:1.02rem;font-weight:600;text-align:left;padding:20px 22px;cursor:pointer;transition:color .15s}
.necs-home .faq-q:hover{color:var(--blue)}
.necs-home .faq-q .pm{flex:none;width:28px;height:28px;border-radius:50%;border:1px solid var(--hairline);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:1.05rem;transition:transform .25s,background .2s,color .2s,border-color .2s}
.necs-home .faq-q[aria-expanded=true] .pm{transform:rotate(45deg);border-color:var(--blue);background:var(--blue);color:#fff}
.necs-home .faq-a{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}
.necs-home .faq-a p{color:var(--text-sec);font-size:.95rem;margin:0;padding:2px 22px 20px;line-height:1.65}
html:not(.js) .necs-home .faq-a{max-height:none}

/* Footer dark */
.necs-home .footer{background:var(--black);color:var(--text-dark);border-top:1px solid var(--line-dark);padding:64px 0 32px;font-size:.88rem}
.necs-home .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:32px}
.necs-home .foot-brand img{width:120px;height:52px;object-fit:contain;margin-bottom:16px}
.necs-home .foot-brand p{color:var(--muted-dark);line-height:1.6;margin:0 0 14px;max-width:30ch}
.necs-home .foot-contact{list-style:none;margin:0;padding:0;color:var(--muted-dark);display:flex;flex-direction:column;gap:8px}
.necs-home .foot-contact a{color:var(--text-dark-2);text-decoration:none}
.necs-home .foot-contact a:hover{color:var(--cyan)}
.necs-home .footer h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0 0 16px}
.necs-home .footer ul.links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.necs-home .footer ul.links a{color:var(--muted-dark);text-decoration:none}
.necs-home .footer ul.links a:hover{color:#fff}
.necs-home .foot-bottom{border-top:1px solid var(--line-dark-soft);margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:#71717a;font-size:.8rem}
.necs-home .foot-bottom a{color:#a1a1aa;text-decoration:none}

/* ===== Formularios reutilizables (register, contact, etc.) ===== */
.necs-home .form-control,.necs-home .form-select{display:block;width:100%;font-family:inherit;font-size:.95rem;color:var(--text);background:var(--white);border:1px solid var(--hairline);border-radius:11px;padding:12px 14px;transition:border-color .15s,box-shadow .15s}
.necs-home .form-control::placeholder{color:#9aa3ad}
.necs-home .form-control:focus,.necs-home .form-select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(29,78,216,.12)}
.necs-home .form-control.is-invalid{border-color:#dc2626}
.necs-home .form-label{display:block;font-size:.86rem;font-weight:600;color:var(--text);margin-bottom:7px}
.necs-home .form-text{font-size:.8rem;color:var(--text-sec)}
.necs-home .form-check{display:flex;align-items:flex-start;gap:9px}
.necs-home .form-check-input{width:18px;height:18px;margin-top:2px;accent-color:var(--blue);flex:none}
.necs-home .form-check-label{font-size:.9rem;color:var(--text-sec)}
.necs-home .input-group{display:flex;gap:8px;align-items:stretch}
.necs-home .input-group .form-control{flex:1}
.necs-home .input-group .btn{white-space:nowrap;flex:none;height:auto;padding:0 18px}
.necs-home .invalid-feedback,.necs-home .text-danger{color:#dc2626;font-size:.82rem}
.necs-home .text-success{color:var(--green-ink)}
.necs-home .text-muted,.necs-home .text-secondary{color:var(--text-sec)}
.necs-home .collapse{display:none}
.necs-home .collapse.show{display:block}
.necs-home .badge{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;border-radius:999px;padding:6px 12px;background:#e3f4fd;color:var(--blue-ink)}
.necs-home .spinner-border{display:inline-block;width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .6s linear infinite;vertical-align:-2px}
.necs-home .spinner-border.d-none,.necs-home .d-none{display:none!important}
@keyframes spin{to{transform:rotate(360deg)}}
.necs-home .reg-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.necs-home .reg-grid .full{grid-column:1/-1}
@media (max-width:560px){.necs-home .reg-grid{grid-template-columns:1fr}}
.necs-home .reg-sec{border:1px solid var(--hairline);border-radius:var(--r-card);padding:22px;margin-bottom:18px;background:var(--white)}
.necs-home .reg-sec__head{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;margin-bottom:16px;color:var(--text)}
.necs-home .reg-sec__head .ic{width:32px;height:32px;border-radius:9px;background:#e3f4fd;color:var(--blue-ink);display:flex;align-items:center;justify-content:center;flex:none}
.necs-home .reg-sec__head .ic svg{width:17px;height:17px}
.necs-home .reg-sec__step{margin-left:auto;font-size:.72rem;font-weight:700;color:var(--text-sec);background:var(--gris);border-radius:999px;padding:3px 10px}
.necs-home .reg-toggle{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-sec);text-decoration:none;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}
.necs-home .reg-toggle:hover{color:var(--blue)}
.necs-home .reg-toggle svg{width:14px;height:14px;transition:transform .2s}
.necs-home .reg-toggle[aria-expanded=true] svg{transform:rotate(180deg)}
/* modal vanilla (T&C) */
.necs-home .modal-vanilla{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.55)}
.necs-home .modal-vanilla.open{display:flex}
.necs-home .modal-vanilla .mbox{background:#fff;border-radius:18px;max-width:620px;width:100%;max-height:85vh;overflow:auto}
.necs-home .modal-vanilla .mhead{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--hairline)}
.necs-home .modal-vanilla .mhead h4{font-size:1.1rem}
.necs-home .modal-vanilla .mclose{background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--text-sec);line-height:1}
.necs-home .modal-vanilla .mbody{padding:24px;color:var(--text-sec);font-size:.92rem;line-height:1.6}

@media (min-width:1080px){
  .necs-home .zig .wrap-grid{grid-template-columns:1fr 1.08fr;gap:80px}
  .necs-home .zig.flip .zig-copy{order:2}
  .necs-home .zig.flip .collage{order:1}
}
@media (min-width:880px){
  .necs-home .devices-head{grid-template-columns:1.25fr 1fr;align-items:end}
  .necs-home .devices-head .side{justify-self:end;max-width:38ch}
  .necs-home .devices-row{grid-template-columns:1.6fr 1.1fr .7fr}
}
@media (min-width:760px){
  .necs-home .rubros-grid{grid-template-columns:1fr 1fr}
}
@media (min-width:920px){
  .necs-home .partner-grid{grid-template-columns:.82fr 1.18fr;align-items:center}
}
@media (max-width:1080px){
  .necs-home .nav-links{display:none}
  .necs-home .nav-burger{display:block;margin-left:0}
  .necs-home .grid-cards,.necs-home .precio-grid{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}
}
/* Guarda anti-overflow móvil: colapsa grids de 2col a 1col (incluye overrides inline) */
@media (max-width:560px){
  .necs-home .mod-grid{grid-template-columns:1fr!important}
}
@media (max-width:860px){
  .necs-home .hero-grid,.necs-home .split,.necs-home .live{grid-template-columns:1fr}
  .necs-home .composite{margin-top:8px}
  .necs-home .note-2{left:0}
  .necs-home .branch{grid-template-columns:1.2fr 1fr 1fr;row-gap:6px}
  .necs-home .branch .b-sync{display:none}
  .necs-home .foot-grid{grid-template-columns:1fr 1fr}
  .necs-home .franja-logos .logos{gap:28px}
  .necs-home .franja-logos img{height:36px}
  .necs-home .precio-grid{max-width:420px}
}
@media (max-width:600px){
  .necs-home .nav-right .btn-nav{display:none}
  .necs-home .foot-grid{grid-template-columns:1fr}
  .necs-home .mod-tabs{width:100%;justify-content:center}
  .necs-home .mod-tabs [role=tab]{flex:1;justify-content:center;padding:9px 10px}
  .necs-home .feed li{flex-wrap:wrap;gap:6px 10px}
  .necs-home .f-doc{width:auto}
  .necs-home .f-amt{margin-left:auto}
  .necs-home .f-desc{order:5;flex:0 0 100%;color:var(--muted-dark);font-size:.82rem}
}
