:root{color-scheme:dark;--cyan:#22e8ff;--blue:#087fff;--navy:#020915}
*{box-sizing:border-box} html,body{margin:0;width:100%;height:100%;background:#020915;color:#fff;font-family:Inter,"Segoe UI",Arial,sans-serif} body{overflow-x:hidden;overflow-y:auto} button,a{font:inherit}
.page-shell,.visual-stage{position:relative;width:100vw;height:100svh;overflow:hidden;background:#020915}
.master-art{display:block;width:100%;height:100%;object-fit:fill;user-select:none;-webkit-user-drag:none}
.interaction-layer{position:absolute;inset:0;line-height:normal}.hotspot{position:absolute;z-index:7;border:0;background:transparent;padding:0;margin:0;cursor:pointer;text-decoration:none;border-radius:12px}.hotspot:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.hero-node{
  transition:transform .28s ease,box-shadow .28s ease,filter .28s ease;
  animation:widgetBreathe 4.6s ease-in-out infinite;
  transform-origin:center;
}
.hero-node:hover,.hero-node.active{
  box-shadow:0 0 28px rgba(34,232,255,.38),inset 0 0 20px rgba(34,232,255,.08);
  transform:translateY(-3px) scale(1.018);
}
.hero-node.active{animation:widgetActivePulse 1.55s ease-in-out infinite}
@keyframes widgetBreathe{0%,100%{filter:drop-shadow(0 0 0 rgba(34,232,255,0))}50%{filter:drop-shadow(0 0 8px rgba(34,232,255,.20))}}
@keyframes widgetActivePulse{0%,100%{box-shadow:0 0 18px rgba(34,232,255,.22)}50%{box-shadow:0 0 34px rgba(34,232,255,.52),inset 0 0 22px rgba(34,232,255,.10)}}
/* New master is 1535x1024 and already contains the smaller 3D app widgets and statistics strip. */
.nav-home{left:23.6%;top:1.4%;width:8.0%;height:6.5%}.nav-products{left:31.7%;top:1.4%;width:10.0%;height:6.5%}.nav-solutions{left:42.0%;top:1.4%;width:10.0%;height:6.5%}.nav-pricing{left:52.5%;top:1.4%;width:8.0%;height:6.5%}.nav-about{left:61.3%;top:1.4%;width:7.4%;height:6.5%}.nav-support{left:69.0%;top:1.4%;width:9.2%;height:6.5%}.nav-login{left:78.7%;top:1.4%;width:8.0%;height:6.5%}.nav-signup{left:87.1%;top:1.0%;width:11.2%;height:6.0%}
.watch{left:2.6%;top:61.0%;width:13%;height:7%}
.flow-overlay,.connector-path,.ambient-trace,.active-trace,.flow-pulse{display:none!important}
/* Live stats: mask ONLY the baked-in placeholder value, never the label text. */
.live-stat{
  position:absolute;
  z-index:9;
  top:79.85%;
  height:4.25%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  font-weight:800;
  font-size:clamp(16px,1.95vw,34px);
  line-height:1;
  color:#108bff;
  text-shadow:0 0 12px rgba(0,127,255,.35);
  background:#061426;
  box-shadow:0 0 0 3px #061426;
  border-radius:3px;
  padding:0 .35%;
  pointer-events:none;
  white-space:nowrap;
  overflow:hidden;
}
.stat-solutions{left:14.25%;width:5.25%}
.stat-clients{left:36.55%;width:6.20%}
.stat-online{left:57.15%;width:6.20%}
.stat-uptime{left:78.85%;width:7.00%}
.stats-note{
  position:absolute;
  z-index:9;
  left:50%;
  bottom:2.55%;
  transform:translateX(-50%);
  font-size:clamp(8px,.8vw,13px);
  color:#7d94aa;
  white-space:nowrap;
  pointer-events:none
}.flow-status{position:fixed;right:12px;bottom:12px;z-index:30;background:#031526;border:1px solid #1eaeea;border-radius:8px;color:#57e8ff;padding:7px 10px;font-size:11px;opacity:0;transform:translateY(8px);transition:.2s}.flow-status.show{opacity:1;transform:none}
@media (max-aspect-ratio:4/3){.master-art{object-fit:cover;object-position:center}.stats-note{display:none}.flow-status{display:none}}

.product-modal[hidden],.info-modal[hidden]{display:none}.product-modal,.info-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:22px}.modal-backdrop{position:absolute;inset:0;background:rgba(0,4,12,.78);backdrop-filter:blur(10px)}
.modal-card,.info-card{position:relative;width:min(900px,94vw);max-height:90vh;overflow:auto;border:1px solid rgba(40,170,255,.5);border-radius:20px;background:linear-gradient(145deg,#07182d,#020a16 70%);box-shadow:0 28px 100px #000b,0 0 60px rgba(0,130,255,.14)}
.modal-card{display:grid;grid-template-columns:minmax(260px,40%) 1fr}.modal-close{position:absolute;right:13px;top:10px;z-index:5;width:38px;height:38px;border:1px solid #31597d;border-radius:50%;background:#061528;color:#fff;font-size:27px;line-height:1;cursor:pointer}.modal-close:hover{border-color:#19c9ff;color:#4fe8ff}
.modal-media{display:grid;place-items:center;min-height:400px;padding:28px;background:radial-gradient(circle,rgba(15,133,255,.23),transparent 60%)}.modal-media img{max-width:100%;max-height:350px;object-fit:contain;filter:drop-shadow(0 20px 28px #0008)}
.modal-content{padding:52px 38px 36px}.info-card{padding:48px 42px 36px;width:min(720px,94vw)}.modal-kicker{font-size:11px;letter-spacing:.18em;color:#25cfff;font-weight:800}.modal-content h2,.info-card h2{font-size:34px;margin:10px 0 14px}.modal-content p,.info-card p{color:#bfd0e0;line-height:1.7}.modal-content ul,.info-card ul{padding-left:20px;color:#dce8f2;line-height:1.85}.modal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn-primary,.btn-secondary{border-radius:10px;padding:12px 17px;text-decoration:none;color:#fff;border:1px solid #2e5b88;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#0868ff,#0db9ff);border:0}.btn-secondary{background:#07182a}

/* Responsive behavior: keep the same dashboard composition and scale it to the actual device viewport. */
@media (prefers-reduced-motion:reduce){.hero-node{animation:none}.hero-node.active{animation:none}}
@media (max-width:1100px){
  .live-stat{font-size:clamp(12px,1.9vw,24px);height:4.15%;top:79.9%}
}











/* DIGIPAK V1.6.9 — 80% widgets: lower-center spacing + artifact cleanup. */
.pig{left:62.638%;top:18.817%;width:9.600%;height:12.000%}
.isp{left:75.838%;top:18.657%;width:9.920%;height:12.400%}
.ai{left:39.678%;top:31.697%;width:9.600%;height:12.000%}
.car{left:75.278%;top:32.417%;width:10.880%;height:12.849%}
.studio3d{left:36.478%;top:47.466%;width:9.600%;height:13.640%}
.recorder{left:46.238%;top:53.768%;width:9.920%;height:13.200%}
.inventory{left:61.758%;top:56.408%;width:10.000%;height:13.200%}
.forex{left:74.398%;top:49.226%;width:10.800%;height:14.080%}


/* DIGIPAK V1.7.2 Page 2 — widescreen responsive solution cards. Page 1 remains untouched. */
.solutions-page{
  position:relative;
  min-height:100svh;
  width:100%;
  background:
    radial-gradient(circle at 50% -8%,rgba(0,119,255,.19),transparent 33%),
    linear-gradient(180deg,#020915 0%,#03101e 52%,#020915 100%);
  border-top:1px solid rgba(37,173,255,.18);
  color:#fff;
  overflow:hidden;
}
.solutions-page::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.30;
  background-image:linear-gradient(rgba(40,151,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(40,151,255,.045) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,#000,transparent 82%);
}
.solutions-wrap{
  position:relative;z-index:1;
  width:min(1700px,96vw);
  margin:0 auto;
  padding:clamp(34px,4vh,58px) 0 30px;
}
.solutions-heading{text-align:center;margin:0 auto clamp(26px,3vh,40px);max-width:1180px}
.solutions-kicker{font-size:clamp(11px,.72vw,14px);letter-spacing:.20em;font-weight:800;color:#25cfff;margin-bottom:8px}
.solutions-heading h2{margin:0;font-size:clamp(30px,3vw,56px);line-height:1.05;letter-spacing:.005em}
.solutions-heading p{margin:12px auto 0;max-width:1040px;color:#a9bfd2;font-size:clamp(13px,1vw,18px);line-height:1.55}
.solutions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}
.solution-card{
  width:100%;min-height:176px;display:grid;
  grid-template-columns:clamp(150px,12vw,205px) minmax(0,1fr) 46px;
  align-items:center;gap:22px;
  padding:14px 18px 14px 14px;
  border:1px solid rgba(40,147,216,.34);border-radius:14px;
  background:linear-gradient(110deg,rgba(4,19,35,.86),rgba(2,12,24,.74));
  color:#fff;text-align:left;cursor:pointer;
  box-shadow:inset 0 0 28px rgba(0,113,255,.035),0 8px 28px rgba(0,0,0,.14);
  transition:background .22s ease,transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.solution-card:hover,.solution-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(30,198,255,.72);
  background:linear-gradient(110deg,rgba(4,31,56,.96),rgba(2,17,33,.84));
  box-shadow:0 12px 30px rgba(0,0,0,.24),inset 3px 0 0 #18caff,0 0 24px rgba(0,166,255,.08);
  outline:none;
}
.solution-card img{
  width:100%;height:clamp(132px,10.4vw,170px);object-fit:contain;justify-self:center;
  filter:drop-shadow(0 10px 15px rgba(0,0,0,.52));
}
.solution-copy{display:flex;flex-direction:column;min-width:0}
.solution-copy strong{font-size:clamp(19px,1.35vw,27px);font-weight:750;letter-spacing:.002em;margin-bottom:7px}
.solution-copy small{font-size:clamp(12px,.9vw,16px);color:#b8c8d6;line-height:1.5;font-weight:400;max-width:760px}
.solution-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.solution-tags span{
  display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;
  border:1px solid rgba(20,164,236,.34);border-radius:6px;
  background:rgba(5,68,111,.18);color:#62dfff;
  font-size:clamp(10px,.72vw,12px);font-weight:650;line-height:1;
}
.solution-arrow{
  justify-self:end;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;
  border:1px solid rgba(21,153,230,.42);color:#19c9ff;font-size:36px;font-weight:300;line-height:1;
  text-shadow:0 0 16px rgba(14,191,255,.45);box-shadow:0 0 18px rgba(0,134,255,.07);transition:transform .22s ease,border-color .22s ease;
}
.solution-card:hover .solution-arrow{transform:translateX(3px);border-color:#22d2ff}
.solutions-cta{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding:28px 0 8px}
.solutions-btn{min-width:220px;border:1px solid #0d91d7;border-radius:7px;background:rgba(4,22,40,.68);color:#fff;padding:13px 22px;font-weight:700;cursor:pointer;box-shadow:inset 0 0 18px rgba(0,118,255,.04)}
.solutions-btn.primary{background:linear-gradient(135deg,#0757d8,#068bff);border-color:#128fff;box-shadow:0 0 24px rgba(0,126,255,.14)}
.solutions-btn:hover{border-color:#33d4ff;box-shadow:0 0 22px rgba(0,179,255,.16)}
.solutions-btn span{margin-left:12px;color:#53d9ff}
.solutions-footer{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid rgba(44,130,190,.2);padding:20px max(4vw,24px);color:#6f8699;font-size:12px}
.solutions-footer b{color:#16c7ff;letter-spacing:.06em}
html{scroll-behavior:smooth}
@media (min-width:1500px){
  .solutions-wrap{width:min(1760px,95vw)}
  .solution-card{min-height:190px}
}
@media (max-width:1180px){
  .solutions-wrap{width:min(96vw,980px)}
  .solutions-grid{grid-template-columns:1fr}
  .solution-card{grid-template-columns:clamp(120px,19vw,180px) 1fr 40px;min-height:160px}
  .solution-card img{height:clamp(115px,17vw,155px)}
}
@media (max-width:680px){
  .solutions-wrap{width:94vw;padding-top:30px}
  .solutions-heading{margin-bottom:20px}
  .solutions-grid{gap:9px}
  .solution-card{grid-template-columns:82px 1fr 25px;gap:10px;min-height:130px;padding:10px 9px 10px 7px;border-radius:10px}
  .solution-card img{width:78px;height:88px}
  .solution-copy strong{font-size:15px;margin-bottom:5px}
  .solution-copy small{font-size:11.2px;line-height:1.4}
  .solution-tags{gap:5px;margin-top:8px}
  .solution-tags span{min-height:23px;padding:4px 7px;font-size:9px}
  .solution-arrow{width:25px;height:25px;font-size:25px;border:0}
  .solutions-footer{flex-direction:column;text-align:center;gap:7px;padding:18px 18px 24px}
}
@media (max-width:430px){
  .solution-card{grid-template-columns:68px 1fr 20px}
  .solution-card img{width:64px;height:74px}
  .solution-copy small{font-size:10.5px}
  .solution-tags span:nth-child(3){display:none}
}

/* DIGIPAK V1.7.4 Page 2 clean-card correction — Page 1 untouched. */
.solution-card{
  overflow:hidden;
  grid-template-columns:clamp(165px,12vw,205px) minmax(0,1fr) 46px;
}
.solution-card img{
  display:block;
  max-width:100%;
  object-position:center center;
  align-self:center;
}
.solution-copy{
  position:relative;
  z-index:2;
  padding-left:2px;
}
@media (max-width:1180px){
  .solution-card{grid-template-columns:clamp(125px,19vw,180px) minmax(0,1fr) 40px}
}
@media (max-width:680px){
  .solution-card{grid-template-columns:82px minmax(0,1fr) 25px}
}
@media (max-width:430px){
  .solution-card{grid-template-columns:68px minmax(0,1fr) 20px}
}
