/* =====================================================================
   LISSTOS · Home premium  (tema BLANCO PERLA, encapsulado en .home-shell)
   Todo scopeado a .home-shell para NO afectar el resto del sitio.
   Paleta de marca: navy #001a70 · teal #2bb3c4 / #5ed7cf
   ===================================================================== */

.home-shell{
  --navy:#001a70;
  --navy-soft:#22347a;
  --teal:#2bb3c4;
  --teal-2:#5ed7cf;
  --ink:#17223e;
  --muted:#5b6478;
  --line:rgba(0,26,112,0.09);
  --card:#ffffff;
  --pearl-2:#eef1f8;
  --shadow:0 18px 44px rgba(6,20,60,0.08);
  --shadow-lg:0 30px 70px rgba(6,20,60,0.12);

  position:relative;
  overflow:hidden;
  padding-top:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(47,183,200,0.10), transparent 30%),
    radial-gradient(circle at 88% 6%, rgba(0,26,112,0.06), transparent 32%),
    linear-gradient(180deg, #f8f9fd 0%, #eef1f8 100%);
}
.home-shell *{box-sizing:border-box;}
.home-shell .section{padding:92px 5%; position:relative;}
.home-shell .section-shell{max-width:1240px; margin:0 auto; position:relative; z-index:2;}

/* ---- Barra de progreso; glow del cursor oculto en tema claro ---- */
.home-shell .scroll-progress{
  position:fixed; inset:0 0 auto 0; height:3px; transform-origin:left center; transform:scaleX(0);
  z-index:1200; background:linear-gradient(90deg, var(--navy), var(--teal)); box-shadow:0 0 14px rgba(43,179,196,0.4); transition:transform .1s linear;}
.home-shell .cursor-glow{display:none;}

/* ---- Botones ---- */
.home-shell .btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; cursor:pointer;
  font-weight:700; font-size:15px; padding:14px 26px; border-radius:14px; border:1px solid transparent; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;}
.home-shell .btn-primary{background:linear-gradient(135deg, var(--navy) 0%, var(--teal) 130%); color:#fff; box-shadow:0 14px 30px rgba(0,26,112,0.20);}
.home-shell .btn-primary:hover{transform:translateY(-2px); box-shadow:0 20px 42px rgba(0,26,112,0.28);}
.home-shell .btn-outline{background:#fff; color:var(--navy); border-color:rgba(0,26,112,0.22);}
.home-shell .btn-outline:hover{border-color:var(--teal); color:var(--teal); transform:translateY(-2px);}
.home-shell .btn-wa{background:#25D366; color:#04210f; box-shadow:0 14px 30px rgba(37,211,102,0.22);}
.home-shell .btn-wa:hover{transform:translateY(-2px);}

/* ---- HERO ---- */
.home-shell .hero-section{position:relative; min-height:100vh; padding:132px 5% 80px; display:flex; align-items:center; overflow:hidden;}
.home-shell .hero-grid{position:absolute; inset:0; opacity:.5;
  background-image:linear-gradient(rgba(0,26,112,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,26,112,0.035) 1px, transparent 1px);
  background-size:76px 76px; -webkit-mask-image:linear-gradient(180deg, #000, transparent 88%); mask-image:linear-gradient(180deg, #000, transparent 88%);}
.home-shell .hero-inner{position:relative; z-index:2; max-width:1280px; width:100%; margin:0 auto;
  display:grid; grid-template-columns:1.04fr .96fr; gap:56px; align-items:center;}

.home-shell .badge-pill{display:inline-flex; align-items:center; gap:9px; padding:8px 15px; border-radius:999px;
  border:1px solid rgba(43,179,196,0.35); background:rgba(43,179,196,0.10); color:#0d7f8c;
  font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase;}
.home-shell .badge-pill .dot{width:8px; height:8px; border-radius:50%; background:var(--teal); box-shadow:0 0 0 5px rgba(43,179,196,0.16); animation:nsPulse 2s infinite;}

.home-shell .hero-title{font-size:clamp(38px, 5vw, 68px); line-height:1.04; font-weight:800; letter-spacing:-.03em; margin:20px 0 20px; max-width:660px; color:var(--navy);}
.home-shell .hero-title .accent{background:linear-gradient(90deg, var(--navy) 0%, var(--teal) 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;}
.home-shell .tp-line{color:var(--muted); font-weight:700;}
.home-shell .hero-title-logo{height:clamp(54px, 7vw, 94px); width:auto; vertical-align:middle; display:inline-block; margin:8px 0 0 4px;
  filter:drop-shadow(0 10px 22px rgba(0,26,112,0.16));}
.home-shell .hero-copy > p, .home-shell .hero-section p.reveal{font-size:17px; line-height:1.8; max-width:600px; color:var(--muted); margin-bottom:28px;}
.home-shell .hero-actions{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:28px;}
.home-shell .hero-actions .btn{min-width:190px;}
.home-shell .hero-metrics{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:12px; max-width:560px;}
.home-shell .metric-pill{padding:15px 14px; border-radius:16px; border:1px solid var(--line); background:#fff; box-shadow:var(--shadow);}
.home-shell .metric-pill strong{display:block; font-size:22px; margin-bottom:4px; color:var(--navy);}
.home-shell .metric-pill span{font-size:11px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted);}

/* Visual del hero: panel/dashboard LISSTOS */
.home-shell .hero-visual{position:relative; min-height:560px; display:flex; align-items:center; justify-content:center;}
.home-shell .hero-glow{position:absolute; width:min(80%, 520px); aspect-ratio:1; border-radius:50%; z-index:0;
  background:radial-gradient(circle, rgba(43,179,196,0.18), rgba(0,26,112,0.06) 44%, transparent 70%); filter:blur(30px);}
.home-shell .hero-ring{position:absolute; width:min(78%, 470px); aspect-ratio:1; border-radius:50%; z-index:0;
  border:1px solid rgba(0,26,112,0.08); animation:nsSpin 26s linear infinite;}
.home-shell .hero-ring::before{content:""; position:absolute; inset:16%; border-radius:50%; border:1px dashed rgba(43,179,196,0.22);}

.home-shell .app-mock{position:relative; z-index:2; width:min(420px, 92%); padding:20px; border-radius:26px;
  background:#fff; border:1px solid var(--line); box-shadow:var(--shadow-lg); animation:nsFloat2 8s ease-in-out infinite;}
.home-shell .app-top{display:flex; align-items:center; justify-content:space-between; margin-bottom:16px;}
.home-shell .app-logo{height:26px; width:auto;}
.home-shell .app-live{display:inline-flex; align-items:center; gap:7px; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#0d7f8c;}
.home-shell .app-live-dot{width:8px; height:8px; border-radius:50%; background:var(--teal); box-shadow:0 0 0 4px rgba(43,179,196,0.16); animation:nsPulse 2s infinite;}
.home-shell .app-kpis{display:grid; grid-template-columns:auto 1fr; gap:14px; align-items:center; margin-bottom:16px;}
.home-shell .app-ring{width:104px; height:104px; border-radius:50%; display:grid; place-items:center; flex:0 0 104px;
  background:conic-gradient(var(--teal) calc(var(--v)*1%), #e7ebf4 0);}
.home-shell .app-ring .ring-in{width:82px; height:82px; border-radius:50%; display:grid; place-items:center; text-align:center; background:#fff; box-shadow:inset 0 0 0 1px var(--line);}
.home-shell .app-ring strong{font-size:22px; color:var(--navy); line-height:1;}
.home-shell .app-ring span{font-size:9px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); margin-top:3px;}
.home-shell .app-tiles{display:grid; grid-template-columns:1fr 1fr; gap:8px;}
.home-shell .app-tile{padding:9px 11px; border-radius:12px; background:var(--pearl-2); border:1px solid var(--line);}
.home-shell .app-tile strong{display:block; font-size:16px; color:var(--navy); line-height:1.1;}
.home-shell .app-tile span{font-size:10px; color:var(--muted);}
.home-shell .app-chart{display:flex; align-items:flex-end; gap:7px; height:70px; padding:10px 4px; margin-bottom:14px; border-radius:12px; background:var(--pearl-2);}
.home-shell .app-chart span{flex:1; border-radius:5px 5px 2px 2px; background:linear-gradient(180deg, var(--teal-2), var(--teal)); animation:nsGrow .9s ease both;}
.home-shell .app-chart span:nth-child(2){animation-delay:.06s} .home-shell .app-chart span:nth-child(3){animation-delay:.12s} .home-shell .app-chart span:nth-child(4){animation-delay:.18s} .home-shell .app-chart span:nth-child(5){animation-delay:.24s} .home-shell .app-chart span:nth-child(6){animation-delay:.3s} .home-shell .app-chart span:nth-child(7){animation-delay:.36s}
.home-shell .app-rows{display:grid; gap:8px;}
.home-shell .app-row{display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:12px; font-size:12.5px; color:var(--ink); background:var(--pearl-2); border:1px solid var(--line);}
.home-shell .app-row .r-dot{width:9px; height:9px; flex:0 0 9px; border-radius:50%;}
.home-shell .app-row .r-dot.ok{background:#1fb877;} .home-shell .app-row .r-dot.warn{background:#e8951c;}
.home-shell .app-row .r-tag{margin-left:auto; font-size:10px; font-weight:800; letter-spacing:.03em; padding:3px 9px; border-radius:999px; color:#0d7f8c; background:rgba(43,179,196,0.14);}
.home-shell .app-row .r-tag.warn{color:#a86611; background:rgba(232,149,28,0.16);}
.home-shell .float-chip{position:absolute; z-index:3; display:inline-flex; align-items:center; gap:9px; padding:11px 15px; border-radius:14px; font-size:12.5px; font-weight:700; color:var(--navy);
  background:#fff; border:1px solid var(--line); box-shadow:var(--shadow);}
.home-shell .float-chip .fc-ico{width:26px; height:26px; flex:0 0 26px; display:grid; place-items:center; border-radius:8px; color:#fff; background:linear-gradient(135deg, var(--teal), var(--navy));}
.home-shell .float-chip .fc-ico svg{width:16px; height:16px;}
.home-shell .chip-alert{top:14px; right:-6px; animation:nsFloat 6s ease-in-out infinite;}
.home-shell .chip-doc{bottom:22px; left:-10px; animation:nsFloat 7s ease-in-out infinite .8s;}

/* ---- Encabezados de sección ---- */
.home-shell .section-heading{display:flex; flex-direction:column; gap:10px; margin-bottom:34px; max-width:780px;}
.home-shell .section-kicker{font-size:11px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; color:#0d7f8c;}
.home-shell .section-heading h2{font-size:clamp(27px, 3.1vw, 40px); line-height:1.12; margin:0; color:var(--navy);}
.home-shell .section-heading p{font-size:15px; line-height:1.8; color:var(--muted); margin:0;}

/* Tarjetas base (blancas premium) */
.home-shell .about-card,
.home-shell .services-card,
.home-shell .stat-card,
.home-shell .faq-item,
.home-shell .ecosystem-card,
.home-shell .automation-card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:24px; box-shadow:var(--shadow);
}

/* ---- Quiénes somos (foto en marco blanco) ---- */
.home-shell .about-panel{display:grid; grid-template-columns:1fr .9fr; gap:36px; align-items:center;}
.home-shell .about-stage{position:relative; display:flex; align-items:center; justify-content:center;}
.home-shell .about-stage-glow,
.home-shell .about-stage-ring{display:none;}
.home-shell .about-stage img{position:relative; z-index:2; width:100%; max-width:460px; height:auto; display:block; border-radius:22px;
  background:#fff; border:1px solid var(--line); box-shadow:var(--shadow-lg);}
.home-shell .about-photo-badge{position:absolute; z-index:3; left:22px; bottom:22px; display:inline-flex; align-items:center; gap:8px; padding:9px 14px; border-radius:999px; background:var(--navy); color:#fff; font-size:10.5px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; box-shadow:0 12px 28px rgba(0,26,112,0.28);}
.home-shell .about-photo-badge::before{content:""; width:8px; height:8px; border-radius:50%; background:var(--teal-2);}
.home-shell .about-stack{display:grid; gap:16px;}
.home-shell .about-stack .about-card{padding:22px 24px;}
.home-shell .about-stack .about-card strong{display:block; font-size:15px; color:var(--navy); margin-bottom:6px;}
.home-shell .about-stack .about-card span{font-size:13px; line-height:1.75; color:var(--muted);}

/* ---- Servicios ---- */
.home-shell .services-grid{display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:18px;}
.home-shell .services-card{padding:26px 22px; cursor:pointer; position:relative; overflow:hidden; transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;}
.home-shell .services-card:hover{transform:translateY(-6px); border-color:rgba(43,179,196,0.4); box-shadow:var(--shadow-lg);}
.home-shell .services-card .icon{width:46px; height:46px; display:grid; place-items:center; border-radius:14px; margin-bottom:16px; color:#fff; background:linear-gradient(135deg, var(--teal), var(--navy));}
.home-shell .services-card .icon svg{width:24px; height:24px;}
.home-shell .services-card h3{font-size:17px; color:var(--navy); margin:0 0 8px; display:flex; align-items:center; gap:8px; flex-wrap:wrap;}
.home-shell .services-card p{font-size:13px; line-height:1.7; color:var(--muted); margin:0 0 14px;}
.home-shell .services-card .card-link{font-size:12px; font-weight:800; letter-spacing:.02em; color:#0d7f8c;}
.home-shell .services-card .card-link::after{content:" \2192";}
.home-shell .tag-free{font-size:9.5px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; padding:3px 8px; border-radius:999px; color:#fff; background:var(--teal);}

/* ---- Qué es LISSTOS (holográfico 3D, versión clara) ---- */
.home-shell .ecosystem-panel{display:grid; grid-template-columns:1.08fr .92fr; gap:30px; align-items:center;}
.home-shell .ecosystem-card{padding:26px; position:relative; min-height:540px; overflow:hidden; background:linear-gradient(180deg,#ffffff,#f4f6fc);}
.home-shell .ecosystem-card::before{content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 50% 46%, rgba(43,179,196,0.12), transparent 52%);}
.home-shell .ecosystem-shell{position:relative; height:500px; display:flex; align-items:center; justify-content:center; perspective:1250px;}
.home-shell .eco-grid-bg{position:absolute; inset:0; border-radius:20px; opacity:.7; pointer-events:none;
  background-image:linear-gradient(rgba(0,26,112,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,26,112,0.05) 1px,transparent 1px);
  background-size:38px 38px; -webkit-mask-image:radial-gradient(circle at 50% 50%, #000 30%, transparent 78%); mask-image:radial-gradient(circle at 50% 50%, #000 30%, transparent 78%);}
.home-shell .eco-halo{position:absolute; width:300px; height:300px; border-radius:50%; z-index:1; pointer-events:none;
  background:conic-gradient(from 0deg, rgba(43,179,196,0), rgba(43,179,196,0.4), rgba(0,26,112,0) 55%, rgba(94,215,207,0.34), rgba(43,179,196,0));
  filter:blur(10px); opacity:.6; animation:nsSpin 14s linear infinite;}
.home-shell .ecosystem-center{position:relative; z-index:4; width:162px; height:162px; border-radius:50%; display:grid; place-items:center; padding:30px;
  background:#fff; border:1px solid rgba(0,26,112,0.10);
  box-shadow:0 0 0 8px rgba(43,179,196,0.10), 0 22px 50px rgba(0,26,112,0.16);}
.home-shell .ecosystem-center img{width:100%; height:auto; display:block;}
.home-shell .eco-ring{--R:186px; position:absolute; inset:0; z-index:3; transform-style:preserve-3d; transform:rotateX(18deg);}
.home-shell .eco-node{position:absolute; left:50%; top:50%; width:126px; min-height:82px; margin:-41px -63px; padding:12px 10px; cursor:pointer;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; text-align:center; font-size:12.5px; font-weight:700; color:var(--navy);
  border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow);
  transform:rotate(var(--a)) translateY(calc(-1 * var(--R))) rotate(calc(-1 * var(--a))) rotateX(-18deg);
  transition:border-color .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;}
.home-shell .eco-node::after{content:""; position:absolute; inset:0; border-radius:16px; pointer-events:none; opacity:0; transition:opacity .3s ease;
  box-shadow:inset 0 0 0 1px rgba(43,179,196,0.5);}
.home-shell .eco-node:hover::after{opacity:1;}
.home-shell .eco-node .en-ic{width:30px; height:30px; display:grid; place-items:center; border-radius:9px; color:#fff; background:linear-gradient(135deg, var(--teal), var(--navy));}
.home-shell .eco-node .en-ic svg{width:17px; height:17px;}
.home-shell .eco-node.active{background:linear-gradient(150deg, var(--navy), var(--teal)); color:#fff; border-color:transparent;
  box-shadow:0 18px 40px rgba(0,26,112,0.28); z-index:6;}
.home-shell .eco-node.active .en-ic{background:rgba(255,255,255,0.2); color:#fff;}

.home-shell .ecosystem-copy{display:flex; flex-direction:column; gap:14px;}
.home-shell .eco-tag{font-size:10px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:#0d7f8c;}
.home-shell .ecosystem-copy h3{font-size:26px; color:var(--navy); margin:0;}
.home-shell .ecosystem-copy > p{font-size:15px; line-height:1.8; color:var(--muted); margin:0;}
.home-shell .ecosystem-copy ul{display:grid; gap:9px; margin:2px 0 0; padding:0; list-style:none;}
.home-shell .ecosystem-copy li{display:flex; gap:10px; align-items:flex-start; font-size:14px; color:var(--ink);}
.home-shell .ecosystem-copy li::before{content:""; margin-top:8px; width:14px; height:2px; flex:0 0 14px; border-radius:2px; background:var(--teal);}
.home-shell .eco-hint{font-size:12px; color:var(--muted); font-style:italic; margin:4px 0 0;}

/* ---- Cómo funciona ---- */
.home-shell .automation-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:stretch;}
.home-shell .automation-card{padding:30px;}
.home-shell .automation-card > p{font-size:15.5px; line-height:1.85; color:var(--muted); margin:0 0 16px;}
.home-shell .automation-stack{display:grid; gap:12px;}
.home-shell .automation-stack .chip{display:flex; align-items:center; gap:11px; padding:11px 14px; border-radius:14px; background:var(--pearl-2); border:1px solid var(--line); color:var(--ink); font-size:13px;}
.home-shell .automation-stack .chip span{flex:0 0 26px; display:grid; place-items:center; width:26px; height:26px; border-radius:50%; background:linear-gradient(135deg, var(--teal), var(--navy)); color:#fff; font-size:12px; font-weight:800;}

/* ---- Beneficios ---- */
.home-shell .benefits-grid{display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:18px;}
.home-shell .stat-card{padding:24px; min-height:170px;}
.home-shell .stat-card .number{font-size:32px; font-weight:800; margin-bottom:8px; background:linear-gradient(90deg, var(--navy), var(--teal)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;}
.home-shell .stat-card h3{font-size:15px; color:var(--navy); margin:0 0 8px;}
.home-shell .stat-card p{font-size:12.5px; line-height:1.7; color:var(--muted); margin:0;}

/* ---- FAQ ---- */
.home-shell .faq-list{display:grid; gap:12px; max-width:900px;}
.home-shell .faq-item{padding:4px 22px;}
.home-shell .faq-item header{display:flex; justify-content:space-between; align-items:center; gap:12px; padding:18px 0; color:var(--navy); font-weight:700; font-size:15px; cursor:pointer;}
.home-shell .faq-item .icon{flex:0 0 30px; width:30px; height:30px; border-radius:50%; display:grid; place-items:center; background:rgba(43,179,196,0.14); color:#0d7f8c; font-size:18px; transition:transform .2s ease;}
.home-shell .faq-item .answer{max-height:0; overflow:hidden; opacity:0; transition:max-height .3s ease, opacity .3s ease, padding .3s ease; font-size:14px; line-height:1.8; color:var(--muted);}
.home-shell .faq-item.active .answer{max-height:320px; opacity:1; padding:0 0 18px;}
.home-shell .faq-item.active .icon{transform:rotate(45deg);}

/* ---- Clientes (cinta) ---- */
.home-shell .clients-section{padding-top:40px;}
.home-shell .marquee{position:relative; overflow:hidden; padding:10px 0;
  -webkit-mask-image:linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image:linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);}
.home-shell .marquee-track{display:flex; width:max-content; gap:26px; animation:nsMarquee 34s linear infinite;}
.home-shell .marquee:hover .marquee-track{animation-play-state:paused;}
.home-shell .client-chip{flex:0 0 auto; width:180px; height:92px; display:grid; place-items:center; padding:16px 22px; border-radius:16px;
  background:#fff; border:1px solid var(--line); box-shadow:var(--shadow); transition:transform .3s ease, box-shadow .3s ease, filter .3s ease;
  filter:grayscale(1) opacity(.6);}
.home-shell .client-chip img{max-width:100%; max-height:100%; object-fit:contain; display:block;}
.home-shell .client-chip:hover{filter:grayscale(0) opacity(1); transform:translateY(-5px); box-shadow:0 20px 40px rgba(0,26,112,0.16);}

/* ---- CTA (panel navy premium para contraste) ---- */
.home-shell .cta-panel{padding:48px 34px; text-align:center; position:relative; overflow:hidden; border-radius:26px;
  background:linear-gradient(135deg, #001a70 0%, #0a2a8f 52%, #147a86 130%); box-shadow:0 30px 70px rgba(0,26,112,0.28);}
.home-shell .cta-panel::before{content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 50% 0%, rgba(94,215,207,0.28), transparent 46%);}
.home-shell .cta-panel h3{font-size:clamp(23px, 2.7vw, 32px); color:#fff; margin:0 0 10px; position:relative; z-index:2;}
.home-shell .cta-panel p{font-size:15px; line-height:1.8; color:rgba(255,255,255,0.85); max-width:680px; margin:0 auto 24px; position:relative; z-index:2;}
.home-shell .cta-actions{display:flex; justify-content:center; flex-wrap:wrap; gap:12px; position:relative; z-index:2;}
.home-shell .cta-panel .btn-primary{background:linear-gradient(135deg, var(--teal-2), var(--teal)); color:#04232a;}

/* ---- Animaciones ---- */
@keyframes nsMarquee{from{transform:translateX(0);}to{transform:translateX(calc(-50% - 13px));}}
@keyframes nsPulse{0%,100%{transform:scale(1); opacity:1;}50%{transform:scale(1.1); opacity:.65;}}
@keyframes nsFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}
@keyframes nsFloat2{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
@keyframes nsSpin{from{transform:rotate(0);}to{transform:rotate(360deg);}}
@keyframes nsGrow{from{transform:scaleY(0); transform-origin:bottom;}to{transform:scaleY(1); transform-origin:bottom;}}

@media (prefers-reduced-motion: reduce){
  .home-shell .hero-ring, .home-shell .app-mock, .home-shell .float-chip, .home-shell .eco-halo,
  .home-shell .app-chart span, .home-shell .badge-pill .dot, .home-shell .app-live-dot, .home-shell .marquee-track{animation:none;}
}

/* ---- Responsive ---- */
@media (max-width:980px){
  .home-shell .hero-inner,
  .home-shell .about-panel,
  .home-shell .ecosystem-panel,
  .home-shell .automation-grid{grid-template-columns:1fr; gap:26px;}
  .home-shell .services-grid,
  .home-shell .benefits-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
  .home-shell .hero-visual{min-height:480px; margin-top:14px;}
  .home-shell .eco-ring{--R:170px;}
}
@media (max-width:640px){
  .home-shell .section{padding:70px 5%;}
  .home-shell .hero-section{padding:112px 6% 60px;}
  .home-shell .hero-metrics{grid-template-columns:1fr;}
  .home-shell .services-grid,
  .home-shell .benefits-grid{grid-template-columns:1fr;}
  .home-shell .hero-actions .btn{width:100%;}
  .home-shell .ecosystem-shell{height:420px;}
  .home-shell .ecosystem-center{width:120px; height:120px; padding:22px;}
  .home-shell .eco-ring{--R:140px;}
  .home-shell .eco-node{width:96px; min-height:66px; margin:-33px -48px; padding:9px 7px; font-size:11px; gap:5px;}
  .home-shell .eco-node .en-ic{width:24px; height:24px;}
  .home-shell .eco-node .en-ic svg{width:14px; height:14px;}
  .home-shell .client-chip{width:150px; height:80px; padding:14px 18px;}
}
