/* ============================================================
   CodeStan — Digital Transformation Landing Page
   transform.css — section system (dtc/tch/tjr/pl/tec/ttx/tsm/tcs/tin/tfn)
   ============================================================ */

.dtc-space,.tch-space,.tjr-space,.tpl-space,.ttx-space,.tcs-space,.tfn-space{position:relative}
.dtc-sticky,.tch-sticky,.tjr-sticky,.tpl-sticky,.ttx-sticky,.tcs-sticky,.tfn-sticky{
  position:sticky;top:0;min-height:100svh;overflow:hidden;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.dtc,.tch,.tjr,.tpl,.ttx,.tcs,.tfn{background:var(--bg-first)}
.tec,.tsm,.tin{padding:110px 0;background:var(--bg-first)}
.sec-head{text-align:center;max-width:820px;margin:0 auto 40px;padding:0 20px}
.sec-eyebrow{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.26em;color:var(--brand);text-transform:uppercase;margin-bottom:14px}
.sec-head h2{font-size:clamp(30px,4vw,50px);line-height:1.08;margin-bottom:16px;color:#f0f6f0}
.sec-head p{font-size:16.5px;color:var(--text-p2);line-height:1.6}

/* ============================================================
   OPENING — THE TRANSFORMATION CUBE
   ============================================================ */
.dtc-space{height:1120svh}
.dtc-grid-bg{
  position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(rgba(162,250,163,.13) 1px,transparent 1.4px);
  background-size:26px 26px;opacity:.5;
  mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 30%,transparent 75%);
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 30%,transparent 75%);
}
.dtc-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.dtc-pt{position:absolute;border-radius:50%;background:rgba(162,250,163,.5);filter:blur(.4px);animation:dtcFloat linear infinite}
@keyframes dtcFloat{from{transform:translateY(12vh)}to{transform:translateY(-112vh)}}

.dtc-stage{
  position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);
  width:min(1120px,96vw);height:min(660px,68svh);
  perspective:1200px;perspective-origin:50% 42%;
}
.dtc-cube{
  --s:280px;
  position:absolute;left:50%;top:50%;width:var(--s);height:var(--s);
  margin:calc(var(--s) / -2) 0 0 calc(var(--s) / -2);
  transform-style:preserve-3d;
}
.dtc-face{
  position:absolute;left:0;top:0;width:var(--s);height:var(--s);
  border-radius:18px;
  background:linear-gradient(155deg,rgba(24,30,24,.66),rgba(10,13,10,.55));
  border:1px solid rgba(162,250,163,.16);
  box-shadow:inset 0 0 40px rgba(162,250,163,.04);
  backdrop-filter:blur(3px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
  transition:border-color .6s,box-shadow .6s,background .6s;
}
.dtc-face svg.dtc-fic{width:34px;height:34px;stroke:#6f8a72;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:stroke .6s,filter .6s}
.dtc-face b{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#7d947f;transition:color .6s}
.dtc-face.is-on{
  background:linear-gradient(155deg,rgba(30,42,30,.72),rgba(14,20,14,.6));
  border-color:rgba(162,250,163,.55);
  box-shadow:inset 0 0 46px rgba(162,250,163,.1),0 0 34px rgba(162,250,163,.12);
}
.dtc-face.is-on svg.dtc-fic{stroke:var(--brand);filter:drop-shadow(0 0 8px rgba(162,250,163,.7))}
.dtc-face.is-on b{color:var(--brand)}
.dtc-face.is-flicker{animation:dtcFlick 2.6s steps(2,jump-none) infinite}
@keyframes dtcFlick{0%,88%{opacity:1}92%{opacity:.35}96%{opacity:.85}100%{opacity:1}}
.dtc-fx{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.dtc-core{
  position:absolute;left:50%;top:50%;width:86px;height:86px;margin:-43px 0 0 -43px;border-radius:50%;
  background:radial-gradient(circle,rgba(162,250,163,.85),rgba(162,250,163,.12) 62%,transparent 72%);
  filter:blur(2px);opacity:0;transform:scale(.4);transition:opacity .8s,transform .8s;
}
.dtc-core.is-on{opacity:1;transform:scale(1);animation:dtcCore 3.2s ease-in-out infinite}
@keyframes dtcCore{0%,100%{transform:scale(1)}50%{transform:scale(1.16)}}
.dtc-shard{
  position:absolute;border-radius:8px;pointer-events:none;
  background:linear-gradient(150deg,rgba(28,34,28,.7),rgba(12,15,12,.55));
  border:1px solid rgba(162,250,163,.14);
}

/* legacy chips — scene 01 */
.dtc-legacy{position:absolute;inset:0;pointer-events:none;z-index:3}
.dtc-lchip{
  position:absolute;transform:translate(-50%,-50%);
  display:flex;align-items:center;gap:7px;padding:7px 12px;border-radius:10px;white-space:nowrap;
  background:rgba(26,20,18,.88);border:1px solid rgba(248,113,113,.28);
  font-size:11px;font-weight:700;color:#c9a49f;letter-spacing:.04em;
}
.dtc-lchip svg{width:12px;height:12px;stroke:#e0807a;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.dtc-lchip i{width:5px;height:5px;border-radius:50%;background:#f87171;flex-shrink:0;animation:dtcBlink 1.6s ease-in-out infinite}
@keyframes dtcBlink{0%,100%{opacity:1}50%{opacity:.25}}

/* scan plane — scene 02 */
.dtc-scan{position:absolute;left:0;right:0;top:0;height:120px;opacity:0;pointer-events:none;z-index:5}
.dtc-scan i{
  position:absolute;left:6%;right:6%;top:56px;height:2px;
  background:linear-gradient(90deg,transparent,var(--brand) 18%,var(--brand) 82%,transparent);
  box-shadow:0 0 24px rgba(162,250,163,.9),0 0 60px rgba(162,250,163,.45);
}
.dtc-scan::before{
  content:'';position:absolute;left:6%;right:6%;top:58px;height:62px;
  background:linear-gradient(180deg,rgba(162,250,163,.14),transparent);
}
.dtc-badges{position:absolute;inset:0;pointer-events:none;z-index:6}
.dtc-badge{
  position:absolute;transform:translate(-50%,-50%);
  padding:6px 11px;border-radius:9px;white-space:nowrap;
  background:rgba(30,16,16,.9);border:1px solid rgba(248,113,113,.4);
  font-size:10.5px;font-weight:800;letter-spacing:.08em;color:#f0a8a3;
  box-shadow:0 0 18px rgba(248,113,113,.14);
}

/* roadmap ring — scene 03 */
.dtc-road{position:absolute;inset:0;pointer-events:none;z-index:4}
.dtc-rchip{
  position:absolute;transform:translate(-50%,-50%) scale(.7);opacity:0;
  display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;white-space:nowrap;
  background:rgba(17,21,17,.92);border:1px solid rgba(162,250,163,.2);
  font-size:10px;font-weight:800;letter-spacing:.1em;color:#8ba58d;text-transform:uppercase;
  transition:opacity .45s,transform .45s,border-color .45s,color .45s,box-shadow .45s;
}
.dtc-rchip em{font-style:normal;font-size:8.5px;color:#5c6f5e}
.dtc-rchip.is-on{
  opacity:1;transform:translate(-50%,-50%) scale(1);
  border-color:rgba(162,250,163,.6);color:var(--brand);
  box-shadow:0 0 16px rgba(162,250,163,.22);
}
.dtc-rchip.is-on em{color:var(--brand)}
.dtc-rchip.is-done{opacity:.55;transform:translate(-50%,-50%) scale(1);color:#7d947f}

/* HUD + hero */
.dtc-hud{
  position:absolute;z-index:8;display:flex;align-items:center;gap:9px;
  padding:9px 14px;border-radius:11px;background:rgba(14,17,14,.78);
  border:1px solid rgba(162,250,163,.16);backdrop-filter:blur(8px);
  font-size:10.5px;font-weight:800;letter-spacing:.14em;color:#8ba58d;text-transform:uppercase;
}
.dtc-hud i{width:7px;height:7px;border-radius:50%;background:#5c6f5e;transition:background .4s}
.dtc-hud.is-live i{background:var(--brand);box-shadow:0 0 12px rgba(162,250,163,.8)}
.dtc-hud-status{top:calc(64px + 3vh);inset-inline-start:max(24px,4vw)}
.dtc-hud-scene{top:calc(64px + 3vh);inset-inline-end:max(24px,4vw);flex-direction:column;align-items:flex-end;gap:2px}
.dtc-hud-scene b{font-size:19px;color:var(--brand);letter-spacing:.06em}
.dtc-hud-scene span{font-size:10px}
.dtc-hero{
  position:absolute;left:50%;bottom:calc(3.5vh);transform:translateX(-50%);
  width:min(700px,92vw);text-align:center;z-index:7;pointer-events:none;
}
.dtc-hero h1{font-size:clamp(34px,4.6vw,58px);margin-bottom:14px;color:#f0f6f0}
.dtc-hero p{font-size:16.5px;color:var(--text-p2);line-height:1.6}
.dtc-cue{margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:10.5px;font-weight:800;letter-spacing:.24em;color:#6f8a72;text-transform:uppercase}
.dtc-cue i{width:2px;height:34px;background:linear-gradient(180deg,var(--brand),transparent);animation:dtcCue 1.8s ease-in-out infinite}
@keyframes dtcCue{0%,100%{transform:scaleY(.4);transform-origin:top;opacity:.5}50%{transform:scaleY(1);opacity:1}}

/* ============================================================
   BUSINESS CHALLENGES
   ============================================================ */
.tch-space{height:560svh}
.tch-sticky{justify-content:flex-start;padding-top:0}
.tch-sticky .sec-head{padding-top:calc(64px + 5vh);margin-bottom:2vh}
.tch-stage{display:flex;align-items:center;justify-content:center;gap:3vw;width:100%;max-width:1240px;padding:0 4vw;flex:1}
.tch-rail{display:flex;flex-direction:column;gap:10px;width:230px;flex-shrink:0}
.tch-rail-item{
  display:flex;align-items:center;gap:12px;padding:13px 16px;border-radius:13px;text-align:start;
  background:rgba(17,20,17,.6);border:1px solid rgba(162,250,163,.1);cursor:pointer;
  font-size:13.5px;font-weight:700;color:#9db39f;transition:all .4s;
}
.tch-rail-item b{
  display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;
  border-radius:9px;background:rgba(162,250,163,.08);border:1px solid rgba(162,250,163,.16);
  font-size:11px;color:var(--brand);font-variant-numeric:tabular-nums;
}
.tch-rail-item.is-on{background:rgba(162,250,163,.1);border-color:rgba(162,250,163,.4);color:#eef5ee;box-shadow:0 0 22px rgba(162,250,163,.1)}
.tch-rail-item.is-done{color:#7d947f}
.tch-machine{width:330px;flex-shrink:0;display:flex;flex-direction:column;align-items:center}
.tch-before,.tch-after{width:100%;padding:16px;border-radius:16px;display:flex;flex-direction:column;gap:8px}
.tch-before{background:rgba(28,18,16,.5);border:1px solid rgba(248,113,113,.18)}
.tch-after{background:rgba(16,26,17,.55);border:1px solid rgba(162,250,163,.2)}
.tch-blbl{font-size:9.5px;font-weight:800;letter-spacing:.2em;display:flex;align-items:center;gap:6px}
.tch-before .tch-blbl{color:#e0807a}
.tch-after .tch-blbl{color:var(--brand)}
.tch-blbl i{width:6px;height:6px;border-radius:50%;background:currentColor}
.tch-paper{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:8px 11px;border-radius:9px;background:rgba(20,14,12,.7);
  border:1px solid rgba(248,113,113,.14);font-size:11px;color:#b9938d;
}
.tch-paper em{font-style:normal;font-size:8.5px;font-weight:800;letter-spacing:.1em;color:#e0807a}
.tch-chip{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:8px 11px;border-radius:9px;background:rgba(14,22,15,.7);
  border:1px solid rgba(162,250,163,.16);font-size:11px;color:#a9bdaa;
}
.tch-chip svg{width:11px;height:11px;stroke:var(--brand);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.tch-beam{position:relative;height:96px;width:60px}
.tch-beam svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.tch-beam-line{stroke:var(--brand);stroke-width:2.4;stroke-dasharray:1;filter:drop-shadow(0 0 6px rgba(162,250,163,.7))}
.tch-beam-arrow{stroke:var(--brand);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px rgba(162,250,163,.7))}
.tch-beam-lbl{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap;
  padding:7px 13px;border-radius:9px;background:rgba(14,24,15,.92);
  border:1px solid rgba(162,250,163,.5);font-size:10.5px;font-weight:800;letter-spacing:.16em;color:var(--brand);
  box-shadow:0 0 20px rgba(162,250,163,.25);text-transform:uppercase;
}
.tch-bviz{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.9}
.tch-copy{width:280px;flex-shrink:0}
.tch-num{font-size:12px;font-weight:800;letter-spacing:.2em;color:#6f8a72;font-variant-numeric:tabular-nums}
.tch-copy h3{font-size:24px;margin:10px 0 12px;color:#eef5ee}
.tch-copy p{font-size:14.5px;color:var(--text-p2);line-height:1.65}
@keyframes tchRise{0%{transform:translateY(16px);opacity:0}100%{transform:none;opacity:1}}
@keyframes tchSpin{to{transform:rotate(360deg)}}
@keyframes tchPulse{0%,100%{opacity:.4}50%{opacity:1}}

/* ============================================================
   TRANSFORMATION JOURNEY
   ============================================================ */
.tjr-space{height:680svh}
.tjr-sticky{justify-content:flex-start}
.tjr-sticky .sec-head{padding-top:calc(64px + 5vh);margin-bottom:0}
.tjr-stage{display:flex;align-items:center;justify-content:center;gap:4vw;width:100%;max-width:1200px;padding:0 4vw;flex:1}
.tjr-mapwrap{position:relative;flex:0 0 auto;width:min(560px,50vw)}
.tjr-map{width:100%;height:auto;display:block;overflow:visible}
.tjr-rail{fill:none;stroke:#263026;stroke-width:2;stroke-dasharray:3 6}
.tjr-rail-acc{fill:none;stroke:var(--brand);stroke-width:2.6;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(162,250,163,.5))}
.tjr-node circle{fill:#11140f;stroke:#3a4536;stroke-width:2;transition:all .4s}
.tjr-node text{fill:#7d947f;font-size:11px;font-weight:800;text-anchor:middle;font-variant-numeric:tabular-nums}
.tjr-node .tjr-nlbl{fill:#66795f;font-size:10px;font-weight:700;letter-spacing:.03em}
.tjr-node.is-done circle{fill:rgba(162,250,163,.14);stroke:#4a6b4e}
.tjr-node.is-done text{fill:#a9bdaa}
.tjr-node.is-done .tjr-nlbl{fill:#8ba58d}
.tjr-node.is-now circle{fill:rgba(162,250,163,.2);stroke:var(--brand);filter:drop-shadow(0 0 14px rgba(162,250,163,.7))}
.tjr-node.is-now text{fill:var(--brand)}
.tjr-node.is-now .tjr-nlbl{fill:var(--brand)}
.tjr-pen{fill:var(--brand);filter:drop-shadow(0 0 10px rgba(162,250,163,.9))}
.tjr-builds{
  position:absolute;left:50%;bottom:-14px;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:2px;
  padding:12px 22px;border-radius:14px;background:rgba(14,17,14,.85);
  border:1px solid rgba(162,250,163,.18);backdrop-filter:blur(8px);
}
.tjr-builds b{font-size:30px;color:var(--brand);font-variant-numeric:tabular-nums;line-height:1}
.tjr-builds span{font-size:9.5px;font-weight:800;letter-spacing:.18em;color:#6f8a72;text-transform:uppercase}
.tjr-panel{
  width:330px;flex-shrink:0;padding:26px 28px;border-radius:20px;
  background:linear-gradient(160deg,rgba(22,26,22,.85),rgba(13,15,13,.8));
  border:1px solid rgba(162,250,163,.14);
}
.tjr-num{font-size:34px;font-weight:800;color:var(--brand);font-variant-numeric:tabular-nums;line-height:1}
.tjr-panel h3{font-size:21px;margin:12px 0 10px;color:#eef5ee}
.tjr-panel p{font-size:13.5px;color:var(--text-p2);line-height:1.6;min-height:66px}
.tjr-del{
  display:inline-block;margin-top:6px;padding:7px 13px;border-radius:9px;
  background:rgba(162,250,163,.1);border:1px solid rgba(162,250,163,.22);
  font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--brand);
}
.tjr-dots{display:flex;gap:6px;margin-top:18px}
.tjr-dots i{width:16px;height:4px;border-radius:2px;background:#28312a;transition:background .3s}
.tjr-dots i.is-on{background:var(--brand)}

/* ============================================================
   TRANSFORMATION PILLARS
   ============================================================ */
.tpl-space{height:320svh}
.tpl-sticky .sec-head{margin-bottom:5vh}
.tpl-sticky{padding-bottom:9vh}
.tpl-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:16px;align-items:end;
  width:min(1100px,94vw);height:min(460px,52svh);
}
.tpl-pillar{position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:100%}
.tpl-col{
  position:relative;width:100%;border-radius:14px 14px 10px 10px;overflow:hidden;
  background:rgba(16,20,16,.75);border:1px solid rgba(162,250,163,.12);
  height:100%;display:flex;align-items:flex-end;
}
.tpl-fill{
  width:100%;height:0%;border-radius:12px 12px 8px 8px;
  background:linear-gradient(180deg,rgba(162,250,163,.75),rgba(162,250,163,.14));
  box-shadow:0 0 24px rgba(162,250,163,.14);
  transition:height .1s linear;
}
.tpl-pct{
  position:absolute;top:10px;left:50%;transform:translateX(-50%);
  font-size:15px;font-weight:800;color:var(--brand);font-variant-numeric:tabular-nums;
}
.tpl-meta{position:absolute;left:0;right:0;bottom:-4px;transform:translateY(100%);text-align:center;padding-top:12px}
.tpl-meta svg{width:22px;height:22px;stroke:#8ba58d;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-bottom:6px}
.tpl-meta b{display:block;font-size:12.5px;font-weight:800;letter-spacing:.1em;color:#c9d8ca;text-transform:uppercase}
.tpl-meta span{display:block;font-size:10.5px;color:#7d947f;margin-top:3px;line-height:1.4}
.tpl-pillar.is-hot .tpl-meta svg{stroke:var(--brand);filter:drop-shadow(0 0 8px rgba(162,250,163,.6))}

/* ============================================================
   CONNECTED ECOSYSTEM
   ============================================================ */
.tec-map{position:relative;width:min(880px,96vw);height:min(560px,64svh);margin:0 auto}
.tec-links{position:absolute;inset:0;width:100%;height:100%}
.tec-edge{fill:none;stroke:rgba(162,250,163,.16);stroke-width:.35}
.tec-edge-p{fill:none;stroke:rgba(162,250,163,.5);stroke-width:.5;stroke-dasharray:2 5;animation:tecFlow 3.2s linear infinite}
@keyframes tecFlow{to{stroke-dashoffset:-14}}
.tec-self{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;
  width:132px;height:132px;border-radius:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;
  background:linear-gradient(160deg,rgba(30,40,30,.95),rgba(14,18,14,.92));
  border:1px solid rgba(162,250,163,.45);box-shadow:0 0 44px rgba(162,250,163,.18);
}
.tec-self b{font-size:26px;color:var(--brand);letter-spacing:.04em}
.tec-self span{font-size:9px;font-weight:800;letter-spacing:.16em;color:#8ba58d;text-transform:uppercase;max-width:100px;text-align:center;line-height:1.4}
.tec-node{
  position:absolute;transform:translate(-50%,-50%);z-index:3;
  display:flex;flex-direction:column;align-items:center;gap:6px;padding:13px 16px;border-radius:16px;min-width:118px;
  background:rgba(17,21,17,.92);border:1px solid rgba(162,250,163,.14);
  text-decoration:none;transition:all .35s;cursor:pointer;
}
.tec-node:hover{border-color:rgba(162,250,163,.55);transform:translate(-50%,-50%) scale(1.07);box-shadow:0 0 26px rgba(162,250,163,.18)}
.tec-node svg{width:20px;height:20px;stroke:var(--brand);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tec-node b{font-size:12.5px;font-weight:800;color:#e2efe2;letter-spacing:.03em}
.tec-node span{font-size:9.5px;color:#7d947f;letter-spacing:.06em}

/* ============================================================
   TECHNOLOGY ECOSYSTEM
   ============================================================ */
.ttx-space{height:420svh}
.ttx-sticky{justify-content:flex-start}
.ttx-sticky .sec-head{padding-top:calc(64px + 5vh);margin-bottom:0}
.ttx-stage{display:flex;align-items:center;justify-content:center;gap:4vw;width:100%;max-width:1240px;padding:0 4vw;flex:1}
.ttx-graph{position:relative;flex:0 0 auto;width:min(600px,56vw);height:min(600px,58svh)}
.ttx-edges{position:absolute;inset:0;width:100%;height:100%}
.ttx-edge{fill:none;stroke:#263026;stroke-width:1.6;stroke-dasharray:3 5;transition:stroke .5s}
.ttx-edge.is-lit{stroke:rgba(162,250,163,.55)}
.ttx-hub{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;
  width:118px;height:118px;border-radius:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  background:linear-gradient(160deg,rgba(30,40,30,.95),rgba(14,18,14,.92));
  border:1px solid rgba(162,250,163,.4);box-shadow:0 0 40px rgba(162,250,163,.16);
}
.ttx-hub b{font-size:15px;color:var(--brand);letter-spacing:.03em}
.ttx-hub span{font-size:8.5px;font-weight:800;letter-spacing:.14em;color:#8ba58d;text-transform:uppercase;max-width:92px;text-align:center;line-height:1.4}
.ttx-node{
  position:absolute;transform:translate(-50%,-50%);z-index:3;
  padding:9px 15px;border-radius:12px;white-space:nowrap;
  background:rgba(17,21,17,.92);border:1px solid rgba(162,250,163,.12);
  font-size:12.5px;font-weight:700;color:#7d8f80;transition:all .5s;
}
.ttx-node.is-lit{
  color:#c9d8ca;border-color:rgba(162,250,163,.35);
  background:rgba(20,28,20,.94);box-shadow:0 0 16px rgba(162,250,163,.1);
}
.ttx-node.is-hot{
  color:#0c140c;background:var(--brand);border-color:var(--brand);
  box-shadow:0 0 26px rgba(162,250,163,.5);transform:translate(-50%,-50%) scale(1.08);
}
.ttx-panel{
  width:320px;flex-shrink:0;padding:26px 28px;border-radius:20px;
  background:linear-gradient(160deg,rgba(22,26,22,.85),rgba(13,15,13,.8));
  border:1px solid rgba(162,250,163,.14);
}
.ttx-clkick{font-size:11px;font-weight:800;letter-spacing:.2em;color:#6f8a72}
.ttx-panel h3{font-size:22px;margin:10px 0 10px;color:#eef5ee}
.ttx-panel p{font-size:13.5px;color:var(--text-p2);line-height:1.6;min-height:66px}
.ttx-cldots{display:flex;gap:6px;margin-top:16px}
.ttx-cldots i{width:22px;height:4px;border-radius:2px;background:#28312a;transition:background .3s}
.ttx-cldots i.is-on{background:var(--brand)}

/* ============================================================
   SUCCESS METRICS
   ============================================================ */
.tsm-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tsm-card{
  position:relative;padding:22px;border-radius:18px;overflow:hidden;
  background:linear-gradient(165deg,rgba(24,27,24,.8),rgba(14,16,14,.7));
  border:1px solid rgba(162,250,163,.12);
}
.tsm-card > span{font-size:11px;color:#7d947f;letter-spacing:.08em;font-weight:700;text-transform:uppercase;display:block}
.tsm-card b{display:block;font-size:32px;color:#eef5ee;margin:8px 0 4px;font-variant-numeric:tabular-nums}
.tsm-card b em{font-style:normal;font-size:16px;color:var(--brand);margin-inline-start:3px}
.tsm-trend{font-size:11px;color:#8ba58d}
.tsm-card:nth-child(1) b{font-size:38px}
.tsm-spark{width:100%;height:40px;margin-top:12px;display:block}
.tsm-bar-row{display:flex;gap:4px;margin-top:14px}
.tsm-bar-row i{flex:1;height:5px;border-radius:3px;background:#263026;transition:background .5s}
.tsm-bar-row i.is-lit{background:var(--brand);box-shadow:0 0 8px rgba(162,250,163,.4)}
.tsm-live{position:absolute;top:18px;inset-inline-end:18px;display:flex;align-items:center;gap:5px;font-size:8.5px;font-weight:800;letter-spacing:.14em;color:#6f8a72}
.tsm-live i{width:5px;height:5px;border-radius:50%;background:var(--brand);animation:dtcBlink 1.8s ease-in-out infinite}

/* ============================================================
   CASE STUDIES
   ============================================================ */
.tcs-space{height:620svh}
.tcs-sticky{justify-content:flex-start}
.tcs-sticky .sec-head{padding-top:calc(64px + 5vh);margin-bottom:2vh}
.tcs-nav{position:relative;width:min(1160px,94vw);flex:1;max-height:74svh;min-height:480px}
.tcase{
  position:absolute;inset:0;display:flex;gap:3vw;align-items:center;
  opacity:0;transform:translateY(26px);transition:opacity .55s,transform .55s;pointer-events:none;
}
.tcase.is-on{opacity:1;transform:none;pointer-events:auto}
.tcase-visual{
  flex:1;position:relative;border-radius:22px;overflow:hidden;
  background:linear-gradient(160deg,rgba(22,26,22,.9),rgba(12,14,12,.85));
  border:1px solid rgba(162,250,163,.13);padding:30px;align-self:stretch;
  display:flex;flex-direction:column;justify-content:center;gap:18px;
}
.tcase-stage-svg{width:100%;height:auto;max-height:44%;display:block;flex-shrink:0}
.tcase-sviz{position:relative;width:100%;flex:1;min-height:170px}
.tcase-sv{position:absolute;inset:0;width:100%;height:100%;opacity:0;transform:translateY(10px) scale(.97);transition:opacity .55s ease,transform .55s ease}
.tcase-sv.is-on{opacity:1;transform:none}
.tcase-stg circle{fill:#11140f;stroke:#3a4536;stroke-width:2}
.tcase-stg text{fill:#7d947f;font-size:9px;font-weight:700;text-anchor:middle;letter-spacing:.02em}
.tcase-stg.is-done circle{fill:rgba(162,250,163,.14);stroke:#4a6b4e}
.tcase-stg.is-done text{fill:#a9bdaa}
.tcase-stg.is-now circle{fill:rgba(162,250,163,.2);stroke:var(--brand);filter:drop-shadow(0 0 12px rgba(162,250,163,.6))}
.tcase-stg.is-now text{fill:var(--brand)}
.tcase-e{fill:none;stroke:#2c362c;stroke-width:2}
.tcase-acc{fill:none;stroke:var(--brand);stroke-width:2.6;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(162,250,163,.45))}
.tcase-kpis{display:flex;gap:12px;flex-wrap:wrap}
.tcase-kpi{
  flex:1;min-width:110px;padding:14px 16px;border-radius:14px;text-align:center;
  background:rgba(16,24,17,.6);border:1px solid rgba(162,250,163,.14);
}
.tcase-kpi b{display:block;font-size:24px;color:var(--brand);font-variant-numeric:tabular-nums}
.tcase-kpi span{font-size:10.5px;font-weight:800;letter-spacing:.12em;color:#8ba58d;text-transform:uppercase}
.tcase-copy{width:400px;flex-shrink:0}
.tcase-tag{font-size:11px;font-weight:800;letter-spacing:.22em;color:var(--brand);text-transform:uppercase}
.tcase-copy h3{font-size:clamp(24px,2.6vw,34px);margin:12px 0 14px;color:#eef5ee}
.tcase-copy p{font-size:14.5px;color:var(--text-p2);line-height:1.65}
.tcase-row{display:flex;gap:14px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(162,250,163,.1)}
.tcase-row div{flex:1}
.tcase-row b{display:block;font-size:11px;font-weight:800;letter-spacing:.14em;color:#6f9576;margin-bottom:6px;text-transform:uppercase}
.tcase-row span{font-size:13px;color:#c9d8ca;line-height:1.5;display:block}

/* ============================================================
   INSIGHTS
   ============================================================ */
.tin-wrap{display:grid;grid-template-columns:380px 1fr;gap:22px;align-items:stretch}
.tin-list{display:flex;flex-direction:column;gap:10px}
.tin-item{
  display:flex;align-items:center;gap:14px;padding:15px 18px;border-radius:15px;text-align:start;
  background:rgba(17,20,17,.6);border:1px solid rgba(162,250,163,.1);cursor:pointer;transition:all .35s;
}
.tin-item b{
  display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;
  border-radius:10px;background:rgba(162,250,163,.08);border:1px solid rgba(162,250,163,.16);
  font-size:11.5px;color:var(--brand);
}
.tin-item h4{font-size:14.5px;color:#dce9dd;margin-bottom:2px}
.tin-item small{font-size:11px;color:#7d947f}
.tin-item.is-on{background:rgba(162,250,163,.09);border-color:rgba(162,250,163,.42);box-shadow:0 0 24px rgba(162,250,163,.1)}
.tin-dia{
  position:relative;padding:30px;border-radius:20px;min-height:420px;
  background:linear-gradient(160deg,rgba(22,26,22,.85),rgba(13,15,13,.8));
  border:1px solid rgba(162,250,163,.14);
}
.tin-dia h3{font-size:21px;color:#eef5ee;margin-bottom:8px}
.tin-dia > p{font-size:13.5px;color:var(--text-p2);line-height:1.65;max-width:560px;margin-bottom:20px}
.tin-dia svg{width:100%;height:auto;display:block}
.tin-pulse{animation:tchPulse 2.6s ease-in-out infinite}
.tin-float{animation:tchRise .6s ease both}

/* ============================================================
   FINAL CTA
   ============================================================ */
.tfn-space{height:340svh}
.tfn-stage{
  position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);
  width:min(520px,88vw);height:min(420px,52svh);
  perspective:1100px;perspective-origin:50% 40%;
}
.tfn-cube{
  --s:230px;
  position:absolute;left:50%;top:50%;width:var(--s);height:var(--s);
  margin:calc(var(--s) / -2) 0 0 calc(var(--s) / -2);
  transform-style:preserve-3d;animation:tfnSpin 16s linear infinite;
}
@keyframes tfnSpin{from{transform:rotateX(-18deg) rotateY(0deg)}to{transform:rotateX(-18deg) rotateY(360deg)}}
.tfn-face{
  position:absolute;left:0;top:0;width:var(--s);height:var(--s);border-radius:16px;
  background:linear-gradient(155deg,rgba(30,42,30,.6),rgba(14,20,14,.5));
  border:1px solid rgba(162,250,163,.5);
  box-shadow:inset 0 0 42px rgba(162,250,163,.1),0 0 30px rgba(162,250,163,.1);
  display:flex;align-items:center;justify-content:center;
}
.tfn-face b{font-size:11px;font-weight:800;letter-spacing:.2em;color:var(--brand);text-transform:uppercase}
.tfn-copy{
  position:relative;z-index:5;text-align:center;max-width:760px;padding:0 20px;margin-top:48svh;
  opacity:0;transform:translateY(60px);
}
.tfn-copy h2{font-size:clamp(32px,4.4vw,56px);margin-bottom:16px;color:#f0f6f0}
.tfn-copy p{font-size:17px;color:var(--text-p2);line-height:1.6;max-width:620px;margin-inline:auto}
.tfn-btns{display:flex;gap:14px;justify-content:center;margin-top:30px;flex-wrap:wrap}
.tfn-all{display:inline-block;margin-top:22px;font-size:13px;font-weight:700;color:#8ba58d;text-decoration:none;letter-spacing:.04em}
.tfn-all:hover{color:var(--brand)}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width:860px){
  .sec-head{margin-bottom:24px}
  .sec-head h2{font-size:clamp(24px,7vw,32px)}
  .sec-head p{font-size:14px}
  .tec,.tsm,.tin{padding:76px 0}

  /* opening cube */
  .dtc-stage{width:100vw;height:60svh;top:42%}
  .dtc-cube{--s:188px}
  .dtc-face{gap:6px;border-radius:12px}
  .dtc-face svg.dtc-fic{width:24px;height:24px}
  .dtc-face b{font-size:9px;letter-spacing:.12em}
  .dtc-core{width:60px;height:60px;margin:-30px 0 0 -30px}
  .dtc-shard{display:none}
  .dtc-lchip{font-size:8.5px;padding:5px 8px;gap:5px}
  .dtc-lchip svg{width:9px;height:9px}
  .dtc-badge{font-size:8px;padding:4px 7px;letter-spacing:.04em}
  .dtc-rchip{font-size:7.5px;padding:4px 6px;gap:4px}
  .dtc-rchip em{font-size:6.5px}
  .dtc-hud{padding:7px 10px;font-size:8.5px;gap:6px}
  .dtc-hud-status{top:calc(60px + 2vh);inset-inline-start:12px;max-width:46vw}
  .dtc-hud-status span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}
  .dtc-hud-scene{top:calc(60px + 2vh);inset-inline-end:12px}
  .dtc-hud-scene b{font-size:14px}
  .dtc-hero{bottom:3vh;padding-inline:18px;width:100%}
  .dtc-hero h1{font-size:clamp(26px,7.4vw,34px);margin-bottom:8px}
  .dtc-hero p{font-size:13.5px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .dtc-cue{margin-top:12px;font-size:9px}
  .dtc-cue i{height:22px}

  /* challenges */
  .tch-sticky .sec-head{padding-top:calc(60px + 2.5vh);margin-bottom:1vh}
  .tch-stage{flex-direction:column;gap:10px;padding:0 14px;justify-content:flex-start}
  .tch-rail{flex-direction:row;width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .tch-rail::-webkit-scrollbar{display:none}
  .tch-rail-item{padding:9px 12px;font-size:11.5px;flex-shrink:0}
  .tch-rail-item b{width:24px;height:24px;font-size:9.5px}
  .tch-machine{width:100%;max-width:340px}
  .tch-before,.tch-after{padding:11px;gap:6px}
  .tch-paper,.tch-chip{font-size:10px;padding:6px 9px}
  .tch-beam{height:52px}
  .tch-beam-lbl{font-size:9px;padding:5px 9px}
  .tch-copy{width:100%;max-width:340px;text-align:center}
  .tch-copy h3{font-size:19px;margin:6px 0 8px}
  .tch-copy p{font-size:12.5px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

  /* journey */
  .tjr-sticky .sec-head{padding-top:calc(60px + 2.5vh)}
  .tjr-stage{flex-direction:column;gap:8px;padding:0 14px;justify-content:flex-start}
  .tjr-mapwrap{width:min(340px,86vw)}
  .tjr-builds{bottom:-6px;padding:8px 14px}
  .tjr-builds b{font-size:20px}
  .tjr-panel{width:100%;max-width:340px;padding:16px 18px;margin-top:18px}
  .tjr-num{font-size:24px}
  .tjr-panel h3{font-size:17px;margin:8px 0 6px}
  .tjr-panel p{font-size:12px;min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .tjr-del{font-size:9.5px;padding:5px 9px;margin-top:4px}
  .tjr-dots{margin-top:10px}
  .tjr-dots i{width:12px}

  /* pillars */
  .tpl-grid{grid-template-columns:repeat(3,1fr);gap:10px;height:auto;align-items:stretch}
  .tpl-pillar{height:auto}
  .tpl-col{height:120px}
  .tpl-meta{position:static;transform:none;margin-top:8px;padding-top:0}
  .tpl-pct{font-size:12px}
  .tpl-meta svg{width:16px;height:16px;margin-bottom:3px}
  .tpl-meta b{font-size:9.5px;letter-spacing:.06em}
  .tpl-meta span{font-size:8.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

  /* connected ecosystem */
  .tec-map{height:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:0 6px}
  .tec-links{display:none}
  .tec-self{position:static;transform:none;width:100%;max-width:200px;height:96px;border-radius:20px;margin-bottom:6px}
  .tec-self b{font-size:20px}
  .tec-node{position:static;transform:none;min-width:0;padding:10px 12px}
  .tec-node:hover{transform:scale(1.05)}
  .tec-node svg{width:16px;height:16px}
  .tec-node b{font-size:11px}
  .tec-node span{font-size:8.5px}

  /* tech ecosystem */
  .ttx-sticky .sec-head{padding-top:calc(60px + 2.5vh)}
  .ttx-stage{flex-direction:column;gap:10px;padding:0 14px;justify-content:flex-start}
  .ttx-graph{width:100%;height:auto;min-height:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
  .ttx-edges{display:none}
  .ttx-hub{position:static;transform:none;width:100%;max-width:190px;height:70px;border-radius:18px;flex-direction:row;gap:10px}
  .ttx-node{position:static;transform:none;font-size:10.5px;padding:7px 11px}
  .ttx-node.is-hot{transform:scale(1.05)}
  .ttx-panel{width:100%;max-width:340px;padding:16px 18px}
  .ttx-panel h3{font-size:17px;margin:6px 0}
  .ttx-panel p{font-size:12px;min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .ttx-cldots{margin-top:10px}

  /* metrics */
  .tsm-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .tsm-card{padding:16px}
  .tsm-card > span{padding-inline-end:46px}
  .tsm-card b{font-size:22px}
  .tsm-card:nth-child(1) b{font-size:26px}
  .tsm-live{top:14px;inset-inline-end:14px;font-size:0;gap:0}
  .tsm-live i{width:6px;height:6px}

  /* cases */
  .tcs-sticky .sec-head{padding-top:calc(60px + 2.5vh);margin-bottom:1vh}
  .tcs-nav{max-height:none;min-height:0;height:auto;flex:none}
  .tcase{flex-direction:column;gap:10px}
  .tcase-visual{padding:14px;gap:10px;align-self:auto;width:100%}
  .tcase-sviz{flex:none;height:120px;min-height:0}
  .tcase-kpis{gap:8px}
  .tcase-kpi{min-width:0;padding:9px 10px}
  .tcase-kpi b{font-size:17px}
  .tcase-kpi span{font-size:8.5px}
  .tcase-copy{width:100%}
  .tcase-copy h3{font-size:19px;margin:8px 0 8px}
  .tcase-copy p{font-size:12.5px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .tcase-row{margin-top:10px;padding-top:10px;gap:10px}
  .tcase-row b{font-size:9px}
  .tcase-row span{font-size:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

  /* insights */
  .tin-wrap{grid-template-columns:1fr;gap:14px}
  .tin-list{flex-direction:row;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}
  .tin-list::-webkit-scrollbar{display:none}
  .tin-item{flex-shrink:0;padding:11px 14px;max-width:220px}
  .tin-item b{width:26px;height:26px;font-size:10px}
  .tin-item h4{font-size:12px}
  .tin-item small{display:none}
  .tin-dia{padding:18px;min-height:0}
  .tin-dia h3{font-size:17px}
  .tin-dia > p{font-size:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}

  /* finale */
  .tfn-stage{top:38%}
  .tfn-cube{--s:150px}
  .tfn-face b{font-size:8.5px;letter-spacing:.12em}
  .tfn-copy{margin-top:44svh;opacity:1!important;transform:none!important}
  .tfn-copy h2{font-size:clamp(24px,7vw,32px)}
  .tfn-copy p{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
}

/* ============================================================
   REDUCED MOTION — static, fully assembled end-state
   ============================================================ */
@media (prefers-reduced-motion: reduce){
  .dtc-space,.tch-space,.tjr-space,.tpl-space,.ttx-space,.tcs-space,.tfn-space{height:auto;display:block}
  .dtc-sticky,.tch-sticky,.tjr-sticky,.tpl-sticky,.ttx-sticky,.tcs-sticky,.tfn-sticky{position:static;height:auto;min-height:0;padding:70px 0;overflow:visible}
  .dtc-particles,.dtc-scan,.dtc-shard,.dtc-cue i{display:none}
  .dtc-stage{position:relative;left:auto;top:auto;transform:none!important;margin:4vh auto 0;perspective:none;height:auto}
  .dtc-cube{--s:100%;width:min(560px,92vw);height:auto;margin:0;transform:none!important;transform-style:flat;display:block;position:relative;left:auto;top:auto}
  .dtc-face{transform:none!important;position:relative;width:100%;height:auto;padding:18px 22px;margin-bottom:12px;flex-direction:row;gap:14px;justify-content:flex-start}
  .dtc-face svg.dtc-fic{width:26px;height:26px;flex-shrink:0}
  .dtc-face b{font-size:12px}
  .dtc-fx{display:none}
  .dtc-core{display:none}
  .dtc-legacy,.dtc-badges{display:none}
  .dtc-road{position:relative;inset:auto;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px}
  .dtc-rchip{position:static;transform:none!important;opacity:1!important}
  .dtc-hud{position:static;margin:10px auto 0;width:fit-content}
  .dtc-hud-status,.dtc-hud-scene{display:none}
  .dtc-hero{position:static;transform:none!important;margin:5vh auto 0;opacity:1!important}
  .tch-sticky .sec-head,.tjr-sticky .sec-head,.ttx-sticky .sec-head,.tcs-sticky .sec-head{padding-top:0;margin-bottom:34px}
  .tch-stage,.tjr-stage,.ttx-stage{flex:none;flex-wrap:wrap;justify-content:center;row-gap:26px}
  .tch-rail{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}
  .tch-machine,.tch-copy,.tjr-panel,.ttx-panel{width:100%;max-width:640px;flex-shrink:1}
  .tch-beam svg *{stroke-dashoffset:0!important}
  .tjr-mapwrap{width:min(560px,94vw)}
  .tpl-grid{height:auto;align-items:stretch}
  .tpl-pillar{height:200px}
  .tpl-fill{height:100%!important}
  .ttx-graph{width:min(600px,94vw);height:min(600px,80svh)}
  .tsm-grid{padding:0 4vw}
  .tcs-nav{position:static;height:auto;max-height:none;display:flex;flex-direction:column;gap:40px}
  .tcase{position:static;opacity:1;transform:none;pointer-events:auto;flex-wrap:wrap}
  .tcase-copy{width:100%;max-width:640px;flex-shrink:1}
  .tcase-sv{position:relative;opacity:1;transform:none;display:none}
  .tcase-sv:last-child{opacity:1;transform:none;display:block}
  .tin-wrap,.tin-dia{min-height:0}
  .tfn-stage{position:relative;left:auto;top:auto;transform:none;margin:0 auto}
  .tfn-cube{animation:none;transform:rotateX(-18deg) rotateY(32deg)}
  .tfn-copy{opacity:1!important;transform:none!important;margin-top:5vh}
}
