:root{
  --bg:#080b14;
  --panel:rgba(255,255,255,.08);
  --panel-strong:rgba(255,255,255,.13);
  --text:#f7f7fb;
  --muted:#aeb5c8;
  --line:rgba(255,255,255,.14);
  --accent:#0f766e;
  --accent-2:#38bdf8;
  --success:#34d399;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 18% 0%,rgba(15,118,110,.32),transparent 31%),radial-gradient(circle at 80% 10%,rgba(56,189,248,.25),transparent 28%),linear-gradient(180deg,#080b14 0%,#0b1220 100%);color:var(--text);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.035),transparent);transform:translateX(-100%);animation:ambientSweep 9s ease-in-out infinite;pointer-events:none;z-index:-1}
@keyframes ambientSweep{0%,30%{transform:translateX(-100%)}70%,100%{transform:translateX(100%)}}
.page-shell{width:min(1180px,92vw);margin:auto;padding:48px 0 80px}.glass{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.06));border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 80px rgba(0,0,0,.3);backdrop-filter:blur(24px)}
.hero{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:stretch;min-height:440px;overflow:hidden;border-radius:34px}.hero:after{content:"";position:absolute;inset:auto 5% 6% auto;width:260px;height:260px;background:radial-gradient(circle,rgba(56,189,248,.16),transparent 65%);filter:blur(8px);pointer-events:none}.hero-copy{position:relative;z-index:2;padding:54px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#7dd3fc;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.hero h1{font-size:clamp(42px,7vw,82px);line-height:.92;margin:18px 0 22px;letter-spacing:-.06em}.hero p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.65}.hero-card{position:relative;z-index:2;padding:36px;align-self:center}.hero-card h2{font-size:34px;letter-spacing:-.04em;margin:10px 0 16px}.mini-label{margin:0;color:#93c5fd;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;text-decoration:none;color:var(--text);font-weight:800;border-radius:999px;padding:14px 20px;border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(56,189,248,.14)}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border:0}.btn.secondary{background:rgba(255,255,255,.08)}#nodeCanvas{position:absolute;inset:0;width:100%;height:100%;opacity:.42;z-index:1;pointer-events:none}
.pricing-section{margin-top:28px;padding:30px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font-size:42px;margin:8px 0 0;letter-spacing:-.04em}.state-select{display:grid;gap:8px;color:var(--muted);font-weight:700}.state-select select{appearance:none;background:#101525;color:var(--text);border:1px solid var(--line);border-radius:16px;padding:14px 44px 14px 16px;font-size:16px;min-width:260px}.tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background:rgba(255,255,255,.06);padding:8px;border-radius:20px;margin-bottom:18px}.tab{border:0;color:var(--muted);background:transparent;padding:14px 10px;border-radius:15px;font-weight:900;font-size:15px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.tab:hover{transform:translateY(-1px);color:#fff}.tab.active{background:linear-gradient(135deg,rgba(15,118,110,.95),rgba(56,189,248,.85));color:white;box-shadow:0 12px 30px rgba(56,189,248,.2)}
.pricing-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:18px}.price-card,.formula-card{background:rgba(8,11,20,.55);border:1px solid var(--line);border-radius:24px;padding:26px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.price-card:hover,.formula-card:hover,.module-card:hover,.timeline-grid div:hover{transform:translateY(-3px);border-color:rgba(125,211,252,.34);box-shadow:0 18px 60px rgba(0,0,0,.22)}.price-card h3{font-size:48px;margin:8px 0 22px;letter-spacing:-.05em}.price-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.price-row div{padding:22px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.06)}.price-row span,.metrics span{display:block;color:var(--muted);font-weight:700;font-size:14px}.price-row strong{display:block;font-size:34px;margin-top:8px;letter-spacing:-.04em}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.metrics div{padding:16px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid var(--line)}.metrics strong{display:block;margin-top:6px;font-size:20px}.disclaimer{color:var(--muted);font-size:13px;line-height:1.5;margin:18px 0 0}.formula-card h4{font-size:26px;margin:0 0 12px}.formula-card p,.formula-card li{color:var(--muted);line-height:1.55}.formula{border:1px dashed rgba(255,255,255,.28);border-radius:18px;padding:16px;color:#bae6fd;background:rgba(14,165,233,.08);font-weight:900;margin:18px 0}.formula-card ul{padding-left:18px}
.modules-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;margin-top:28px}.module-card{padding:30px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.module-card h2,.timeline h2{font-size:38px;letter-spacing:-.04em;margin:8px 0 22px}.module-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.module-card h3{margin:18px 0 6px}.module-card p,.premium-list li{color:var(--muted);line-height:1.55}.premium{background:linear-gradient(135deg,rgba(15,118,110,.15),rgba(56,189,248,.08))}.premium-list{display:grid;gap:14px;padding-left:20px;font-size:18px}.timeline{padding:30px;margin-top:28px}.timeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.timeline-grid div{padding:20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.05);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.timeline-grid strong,.timeline-grid span{display:block}.timeline-grid span{color:var(--muted);margin-top:8px;line-height:1.5}
@media(max-width:900px){.hero,.pricing-grid,.modules-grid,.module-columns,.timeline-grid{grid-template-columns:1fr}.hero-copy{padding:28px 0}.section-head{align-items:stretch;flex-direction:column}.tabs{grid-template-columns:1fr 1fr}.price-row,.metrics{grid-template-columns:1fr}.price-card h3{font-size:38px}.state-select select{min-width:100%}}
.state-select{position:relative}.state-select:after{content:"▾";position:absolute;right:16px;bottom:14px;color:var(--muted);font-size:14px;pointer-events:none;line-height:1}.module-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:10px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid var(--line);font-size:16px;vertical-align:middle}.module-icon.small{width:30px;height:30px;margin-right:10px}.premium-list li{list-style:none;display:flex;align-items:center}.premium-list{padding-left:0}.product-kicker{margin:14px 0 0;color:#e0f2fe;font-weight:800;font-size:16px;letter-spacing:.02em}.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}


/* --- Premium tactical refinements --- */
.hero{
  grid-template-columns:1.02fr .98fr;
  min-height:560px;
}
.hero-intel{
  position:relative;
  z-index:2;
  padding:22px;
  align-self:stretch;
  min-height:500px;
  display:grid;
  grid-template-rows:1fr auto;
  overflow:hidden;
}
.intel-map{
  position:relative;
  min-height:330px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(125,211,252,.18);
  background:
    radial-gradient(circle at 72% 18%, rgba(56,189,248,.20), transparent 24%),
    radial-gradient(circle at 38% 66%, rgba(52,211,153,.18), transparent 22%),
    linear-gradient(135deg, rgba(7,16,26,.92), rgba(13,27,42,.72));
  box-shadow:inset 0 0 60px rgba(56,189,248,.06), 0 24px 70px rgba(0,0,0,.26);
}
.intel-grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(125,211,252,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125,211,252,.055) 1px, transparent 1px);
  background-size:34px 34px;
  mask-image:radial-gradient(circle at center, black 42%, transparent 82%);
}
.intel-grid:after{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    linear-gradient(28deg, transparent 12%, rgba(56,189,248,.13) 13%, transparent 15%),
    linear-gradient(142deg, transparent 28%, rgba(52,211,153,.12) 29%, transparent 31%),
    linear-gradient(78deg, transparent 48%, rgba(125,211,252,.10) 49%, transparent 51%);
  opacity:.9;
}
.intel-scan{
  position:absolute;
  left:0;
  right:0;
  height:120px;
  top:-130px;
  background:linear-gradient(to bottom, transparent, rgba(52,211,153,.16), transparent);
  animation:intelScan 6s linear infinite;
}
@keyframes intelScan{
  to{transform:translateY(520px)}
}
.intel-shape{
  position:absolute;
  border:1px solid rgba(125,211,252,.24);
  background:rgba(56,189,248,.04);
  filter:drop-shadow(0 0 18px rgba(56,189,248,.12));
  clip-path:polygon(10% 12%, 76% 0, 100% 34%, 86% 88%, 34% 100%, 0 62%);
}
.shape-a{width:210px;height:150px;left:11%;top:20%;transform:rotate(-12deg)}
.shape-b{width:180px;height:145px;right:10%;top:36%;transform:rotate(15deg)}
.shape-c{width:150px;height:115px;left:36%;bottom:12%;transform:rotate(8deg)}
.intel-node{
  position:absolute;
  width:10px;height:10px;border-radius:50%;
  background:#34d399;
  box-shadow:0 0 0 6px rgba(52,211,153,.12),0 0 20px rgba(52,211,153,.75);
  animation:intelPulse 2.8s ease-in-out infinite;
}
@keyframes intelPulse{
  50%{transform:scale(1.45);opacity:.66}
}
.n1{left:18%;top:25%}.n2{left:56%;top:20%;animation-delay:.3s}.n3{left:72%;top:52%;animation-delay:.7s}.n4{left:34%;top:73%;animation-delay:1s}.n5{left:82%;top:76%;animation-delay:1.3s}
.intel-line{
  position:absolute;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(125,211,252,.72), transparent);
  transform-origin:left center;
  opacity:.74;
}
.l1{left:20%;top:27%;width:250px;transform:rotate(-8deg)}
.l2{left:35%;top:72%;width:270px;transform:rotate(-21deg)}
.l3{left:57%;top:22%;width:230px;transform:rotate(43deg)}
.intel-hud{
  position:absolute;
  padding:8px 10px;
  border-radius:10px;
  background:rgba(8,11,20,.58);
  border:1px solid rgba(125,211,252,.16);
  color:#bae6fd;
  font-weight:900;
  letter-spacing:.12em;
  font-size:10px;
  backdrop-filter:blur(14px);
}
.intel-hud.top{top:18px;left:18px}
.intel-hud.bottom{right:18px;bottom:18px}
.hero-intel-copy{
  padding:22px 6px 4px;
}
.hero-intel-copy h2{
  margin:8px 0 10px;
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.05em;
}
.hero-intel-copy p{
  color:var(--muted);
  line-height:1.55;
  margin:0;
}

/* Product screenshot showcase */
.showcase-section{
  margin-top:28px;
}
.section-head.compact{
  align-items:flex-end;
}
.section-note{
  max-width:520px;
  color:var(--muted);
  line-height:1.55;
  margin:0;
}
.showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.showcase-card{
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.showcase-card:hover{
  transform:translateY(-4px);
  border-color:rgba(125,211,252,.34);
  box-shadow:0 18px 60px rgba(0,0,0,.24);
}
.showcase-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  object-position:left top;
  display:block;
  border-bottom:1px solid var(--line);
}
.showcase-card div{
  padding:22px;
}
.showcase-card h3{
  margin:0 0 8px;
  font-size:23px;
  letter-spacing:-.03em;
}
.showcase-card p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
}

/* Symmetric 4-card ecosystem */
.ecosystem-section{
  margin-top:28px;
}
.ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.ecosystem-card{
  padding:22px;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.ecosystem-card:hover{
  transform:translateY(-4px);
  border-color:rgba(125,211,252,.34);
  box-shadow:0 18px 60px rgba(0,0,0,.22);
}
.ecosystem-icon{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
  margin-bottom:14px;
  font-size:21px;
}
.ecosystem-card h3{
  margin:0 0 8px;
  font-size:20px;
}
.ecosystem-card p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:14px;
}

/* Keep pricing compact */
.pricing-section{
  margin-top:28px;
}

@media(max-width:1100px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-intel{min-height:440px}
  .showcase-grid,.ecosystem-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .showcase-grid,.ecosystem-grid{grid-template-columns:1fr}
  .hero-intel{min-height:390px}
  .intel-map{min-height:260px}
}


/* --- Corrected hero height and Campeche tactical map --- */
.hero{
  min-height: calc(100vh - 96px) !important;
  align-items:center !important;
}

.hero-copy{
  padding:34px 0 !important;
}

.hero-intel{
  height: min(520px, calc(100vh - 170px)) !important;
  min-height: 0 !important;
  align-self:center !important;
  display:grid !important;
  grid-template-rows: 1fr auto !important;
  padding:18px !important;
}

.intel-map{
  min-height:0 !important;
  height:100% !important;
  max-height:330px !important;
}

.hero-intel-copy{
  padding:16px 6px 0 !important;
}

.hero-intel-copy h2{
  font-size:27px !important;
  line-height:1.05 !important;
  margin:7px 0 8px !important;
}

.hero-intel-copy p{
  font-size:15px !important;
  line-height:1.45 !important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.campeche-map-img{
  position:absolute;
  left:50%;
  top:50%;
  width:66%;
  max-width:390px;
  transform:translate(-50%,-50%);
  opacity:.82;
  mix-blend-mode:screen;
  filter:
    drop-shadow(0 0 16px rgba(255,255,255,.18))
    drop-shadow(0 0 28px rgba(125,211,252,.10));
  z-index:3;
  pointer-events:none;
}

.intel-shape,
.intel-node,
.intel-line,
.intel-hud,
.intel-scan{
  z-index:4;
}

.intel-grid{
  z-index:1;
}

.intel-shape{
  opacity:.52;
}

.intel-node{
  background:#34d399 !important;
  box-shadow:0 0 0 6px rgba(52,211,153,.14),0 0 20px rgba(52,211,153,.8) !important;
}

@media(max-height:780px) and (min-width:901px){
  .hero h1{
    font-size:clamp(40px,6vw,70px) !important;
  }

  .hero p{
    font-size:16px !important;
    line-height:1.55 !important;
  }

  .hero-actions{
    margin-top:24px !important;
  }

  .hero-intel{
    height:500px !important;
  }

  .intel-map{
    max-height:300px !important;
  }
}


/* --- Hero v2 code-only correction --- */
/* Right panel slightly taller, map viewport bigger, Campeche node map smaller */
.hero-intel{
  height: min(565px, calc(100vh - 130px)) !important;
  padding:18px !important;
}

.intel-map{
  max-height:385px !important;
  min-height:340px !important;
}

.campeche-map-img{
  width:56% !important;
  max-width:335px !important;
  opacity:.84 !important;
}

.hero-intel-copy{
  padding:14px 6px 0 !important;
}

.hero-intel-copy h2{
  font-size:27px !important;
  margin:6px 0 8px !important;
}

.hero-intel-copy p{
  font-size:15px !important;
  line-height:1.42 !important;
}

@media(max-height:780px) and (min-width:901px){
  .hero-intel{
    height:540px !important;
  }

  .intel-map{
    max-height:365px !important;
    min-height:325px !important;
  }

  .campeche-map-img{
    width:54% !important;
    max-width:315px !important;
  }
}


/* --- Final requested edits --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap');

.top-brand{
  position:fixed;
  top:24px;
  left:34px;
  z-index:50;
  font-family:'Montserrat', system-ui, sans-serif;
  font-weight:900;
  font-size:25px;
  letter-spacing:.035em;
  color:#fff;
  text-decoration:none;
  text-shadow:0 10px 30px rgba(0,0,0,.35);
}
.top-brand span{color:#34d399}
.page-shell{padding-top:86px!important}
#nodeCanvas{opacity:.72!important}

.heat-spot{
  position:absolute;
  width:88px;
  height:88px;
  border-radius:999px;
  z-index:4;
  pointer-events:none;
  background:radial-gradient(circle, rgba(255,55,40,.92) 0%, rgba(255,198,41,.82) 18%, rgba(52,211,153,.62) 42%, rgba(52,211,153,.10) 72%, transparent 100%);
  filter:blur(1px) saturate(1.4);
  mix-blend-mode:screen;
  opacity:.8;
  animation:heatPulse 4.8s ease-in-out infinite;
}
.heat-a{left:43%;top:38%}
.heat-b{left:58%;top:56%;animation-delay:1.2s}
.heat-c{left:32%;top:64%;animation-delay:2.1s}
@keyframes heatPulse{
  0%,100%{transform:scale(.86);opacity:.58}
  50%{transform:scale(1.12);opacity:.9}
}

.showcase-slider{position:relative;display:flex;align-items:center;gap:12px}
.showcase-viewport{overflow:hidden;width:100%}
.showcase-track{display:flex;gap:18px;transition:transform .65s cubic-bezier(.22,1,.36,1);will-change:transform}
.showcase-track .showcase-card{flex:0 0 calc((100% - 36px) / 3)}
.slider-arrow{
  flex:0 0 auto;width:46px;height:46px;border-radius:999px;border:1px solid rgba(52,211,153,.45);
  background:rgba(8,11,20,.72);color:#dff;font-size:34px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease,border-color .2s ease
}
.slider-arrow:hover{transform:translateY(-2px);background:rgba(52,211,153,.12);border-color:rgba(52,211,153,.85)}

.ecosystem-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.ecosystem-product{padding:30px}
.ecosystem-product h3{font-size:28px;margin:0 0 10px;letter-spacing:-.04em}
.ecosystem-product p{color:var(--muted);line-height:1.6;margin:0}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.pill-row span{
  display:inline-flex;padding:9px 12px;border-radius:999px;border:1px solid var(--line);
  background:rgba(255,255,255,.05);color:#d8eef8;font-size:13px;font-weight:800
}

@media(max-width:900px){
  .top-brand{position:absolute;top:22px;left:22px;font-size:22px}
  .showcase-track .showcase-card{flex:0 0 100%}
  .ecosystem-product-grid{grid-template-columns:1fr}
  .slider-arrow{width:40px;height:40px;font-size:30px}
}


.showcase-track{gap:22px!important}
.showcase-card{
overflow:hidden;
position:relative;
border:1px solid rgba(255,255,255,.08)!important;
box-shadow:0 20px 60px rgba(0,0,0,.28)
}
.showcase-card:hover{
transform:translateY(-6px) scale(1.01)!important;
box-shadow:0 30px 80px rgba(0,0,0,.45)
}
.showcase-card img{
transition:transform .5s ease
}
.showcase-card:hover img{
transform:scale(1.04)
}
.showcase-track .showcase-card{
flex:0 0 calc((100% - 44px) / 3)!important
}


/* --- v4 named-card carousel correction --- */
.showcase-slider{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
}
.showcase-viewport{
  overflow:hidden;
  width:100%;
}
.showcase-track{
  display:flex;
  gap:22px!important;
  transition:transform .65s cubic-bezier(.22,1,.36,1);
  will-change:transform;
}
.showcase-track .showcase-card{
  flex:0 0 calc((100% - 44px) / 3)!important;
}
.showcase-card{
  overflow:hidden;
  position:relative;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.showcase-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  object-position:left top;
  display:block;
  transition:transform .5s ease;
}
.showcase-card:hover{
  transform:translateY(-6px) scale(1.01)!important;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.showcase-card:hover img{
  transform:scale(1.04);
}
.slider-arrow{
  flex:0 0 auto;
  backdrop-filter:blur(20px);
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
@media(max-width:900px){
  .showcase-track .showcase-card{flex:0 0 100%!important}
}

/* --- SICE mobile app device showcase update --- */
.hero-copy > p:not(.product-kicker){
  max-width:720px;
}
.device-showcase{
  grid-template-rows:auto 1fr !important;
  gap:18px;
  overflow:visible !important;
}
.device-copy{
  position:relative;
  z-index:5;
  padding:4px 6px 0;
}
.device-copy h2{
  margin:8px 0 10px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.05em;
}
.device-copy p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:15px;
}
.device-stage{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate;
}
.device-stage:before{
  content:"";
  position:absolute;
  inset:12% 0 5% 10%;
  border-radius:999px;
  background:radial-gradient(circle at 40% 45%, rgba(52,211,153,.20), transparent 34%), radial-gradient(circle at 80% 30%, rgba(56,189,248,.18), transparent 32%);
  filter:blur(18px);
  z-index:-2;
}
.desktop-mock{
  position:absolute;
  right:-18px;
  top:40px;
  width:76%;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:#0b1220;
  box-shadow:0 30px 90px rgba(0,0,0,.42);
  transform:perspective(900px) rotateY(-5deg) rotateX(2deg);
}
.desktop-topbar{
  height:34px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 14px;
  background:rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.desktop-topbar span{
  width:9px;
  height:9px;
  border-radius:999px;
  background:rgba(255,255,255,.35);
}
.desktop-mock img{
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:left top;
  display:block;
  opacity:.92;
}
.phone-mock{
  position:absolute;
  left:8px;
  bottom:4px;
  width:210px;
  height:404px;
  border:9px solid #05070c;
  border-radius:38px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 28px 75px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.28) inset;
  z-index:4;
}
.phone-mock img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.phone-notch{
  position:absolute;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  width:72px;
  height:18px;
  border-radius:999px;
  background:#05070c;
  z-index:3;
}
.phone-home{
  position:absolute;
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  width:76px;
  height:5px;
  border-radius:999px;
  background:rgba(0,0,0,.70);
  z-index:3;
}
.sync-badge{
  position:absolute;
  left:170px;
  top:210px;
  z-index:6;
  padding:12px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(15,118,110,.95), rgba(52,211,153,.90));
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 16px 34px rgba(52,211,153,.22);
  white-space:nowrap;
}
.device-orbit{
  position:absolute;
  border:1px dashed rgba(52,211,153,.35);
  border-radius:999px;
  z-index:-1;
}
.orbit-a{width:360px;height:360px;left:38px;top:10px;animation:orbitSpin 18s linear infinite}
.orbit-b{width:460px;height:460px;right:-30px;bottom:-70px;animation:orbitSpin 26s linear infinite reverse}
@keyframes orbitSpin{to{transform:rotate(360deg)}}

@media(max-width:1100px){
  .device-showcase{min-height:560px!important;height:auto!important}
  .device-stage{min-height:430px}
  .desktop-mock{right:0;width:70%}
  .phone-mock{left:6%;}
}
@media(max-width:700px){
  .device-stage{min-height:500px}
  .desktop-mock{width:96%;right:2%;top:22px;transform:none}
  .desktop-mock img{height:210px}
  .phone-mock{left:50%;transform:translateX(-50%);bottom:0;width:190px;height:366px}
  .sync-badge{left:50%;top:260px;transform:translateX(-50%)}
  .device-copy h2{font-size:25px}
}

/* --- Correction: app preview belongs in Ecosistema, hero keeps tactical heatmap --- */
.enhanced-ecosystem{
  grid-template-columns:.82fr 1.18fr!important;
  align-items:stretch;
}
.app-product{
  position:relative;
  display:grid;
  grid-template-columns:1fr 230px;
  gap:24px;
  align-items:center;
  overflow:hidden;
}
.app-product:after{
  content:"";
  position:absolute;
  right:-70px;
  top:-90px;
  width:270px;
  height:270px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(52,211,153,.22), transparent 62%);
  pointer-events:none;
}
.app-product-copy{position:relative;z-index:2}
.ecosystem-phone{
  position:relative;
  z-index:2;
  width:210px;
  height:404px;
  justify-self:center;
  border:9px solid #05070c;
  border-radius:38px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 28px 75px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.28) inset;
}
.ecosystem-phone img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.web-product{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
@media(max-width:900px){
  .enhanced-ecosystem{grid-template-columns:1fr!important}
  .app-product{grid-template-columns:1fr;justify-items:center;text-align:left}
  .app-product-copy{width:100%}
  .ecosystem-phone{width:190px;height:366px}
}

/* --- Update: MacBook preview inside Sistema web card --- */
.web-product{
  justify-content:space-between!important;
  gap:26px;
  overflow:hidden;
}
.web-product-copy{position:relative;z-index:2}
.ecosystem-laptop{
  position:relative;
  z-index:2;
  width:100%;
  max-width:430px;
  margin:8px auto 0;
  padding-bottom:18px;
}
.laptop-screen{
  position:relative;
  border:10px solid #05070c;
  border-bottom-width:16px;
  border-radius:18px 18px 12px 12px;
  overflow:hidden;
  background:#06080d;
  box-shadow:0 24px 70px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.10) inset;
}
.laptop-camera{
  position:absolute;
  top:4px;
  left:50%;
  transform:translateX(-50%);
  width:5px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.35);
  z-index:3;
}
.laptop-screen img{
  width:100%;
  height:230px;
  object-fit:cover;
  object-position:left top;
  display:block;
}
.laptop-base{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:108%;
  height:18px;
  border-radius:0 0 28px 28px;
  background:linear-gradient(180deg,#1c2430,#06080d 70%);
  box-shadow:0 18px 34px rgba(0,0,0,.26);
}
.laptop-base:after{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:90px;
  height:5px;
  border-radius:0 0 10px 10px;
  background:rgba(255,255,255,.16);
}
@media(max-width:900px){
  .laptop-screen img{height:190px}
  .ecosystem-laptop{max-width:360px}
}
