/* SSB Digital Premium Light Redesign
   Primary type is declared as Alliance No.2 / Alliance No.1 with safe fallbacks. */
:root{
  --font-alliance:"Alliance No.2","Alliance No.1",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-main:var(--font-alliance);
    --font-accent:var(--font-alliance);
  --white:#fff;
  --ivory:#FAF9F6;
  --cream:#F6F1EA;
  --cream-2:#FFF8F1;
  --ink:#080D1A;
  --graphite:#485166;
  --muted:#6F7888;
  --line:rgba(8,13,26,.10);
  --line-soft:rgba(8,13,26,.07);
  --red:#FE0000;
  --ruby:#B90B14;
  --coral:#FF5B62;
  --blush:#FFF1F2;
  --sage:#DDEADF;
  --sand:#E9D8BB;
  --sky:#DDF0FF;
  --lavender:#EEE7FF;
  --green:#88A98F;
  --blue:#7CBDF0;
  --shadow-soft:0 18px 50px rgba(8,13,26,.075),0 2px 10px rgba(8,13,26,.035);
  --shadow-lux:0 34px 100px rgba(8,13,26,.12),0 2px 10px rgba(8,13,26,.04);
  --glass:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.62));
  --glass-strong:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.72));
  --cta:linear-gradient(135deg,#FE0000 0%,#D90A16 48%,#FF6B70 100%);
  --hero-gradient:
    radial-gradient(circle at 18% 12%,rgba(254,0,0,.095),transparent 30%),
    radial-gradient(circle at 80% 16%,rgba(221,240,255,.88),transparent 34%),
    radial-gradient(circle at 73% 82%,rgba(238,231,255,.72),transparent 36%),
    linear-gradient(180deg,#fff 0%,#FAF9F6 100%);
  --radius-xl:44px;
  --radius-lg:32px;
  --radius-md:24px;
  --radius-sm:16px;
  --header-h:92px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{
  margin:0;
  font-family:var(--font-main);
  font-weight:400;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 2%,rgba(254,0,0,.08),transparent 22%),
    radial-gradient(circle at 90% 10%,rgba(221,240,255,.72),transparent 32%),
    linear-gradient(180deg,#fff 0%,var(--ivory) 38%,#fff 100%);
  min-height:100vh;
  overflow-x:hidden;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}
body.no-scroll{overflow:hidden}
body::before{
  content:"";
  position:fixed;inset:0;z-index:-4;pointer-events:none;
  background-image:
    linear-gradient(rgba(8,13,26,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.035) 1px,transparent 1px);
  background-size:84px 84px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,.02) 52%,transparent);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea{font:inherit}
button{cursor:pointer}
::selection{background:rgba(254,0,0,.14);color:var(--ink)}
.skip-link{position:absolute;left:16px;top:-80px;z-index:9999;background:#fff;padding:12px 16px;border-radius:999px;box-shadow:var(--shadow-soft)}
.skip-link:focus{top:16px}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.ambient-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:-3;pointer-events:none;opacity:.9}
.ambient-gradient{position:fixed;inset:auto -15vw -35vh -15vw;height:62vh;z-index:-2;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(254,0,0,.055),transparent 55%);filter:blur(22px)}
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,var(--red),var(--coral),var(--lavender));z-index:9999}
.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;border-radius:999px;pointer-events:none;z-index:9998;opacity:0;transition:opacity .18s ease}
.cursor-dot{width:7px;height:7px;background:var(--red);transform:translate(-50%,-50%)}
.cursor-ring{width:32px;height:32px;border:1px solid rgba(254,0,0,.35);transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease,border-color .2s ease,opacity .18s ease}
@media (pointer:fine){body:hover .cursor-dot,body:hover .cursor-ring{opacity:1}}

/* Preloader */
.preloader{position:fixed;inset:0;background:var(--hero-gradient);z-index:9997;display:grid;place-items:center;transition:opacity .45s ease,visibility .45s ease}
.preloader.done{opacity:0;visibility:hidden}
.preloader-card{width:min(440px,calc(100% - 36px));border-radius:32px;background:rgba(255,255,255,.76);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-lux);padding:28px;backdrop-filter:blur(26px)}
.preloader-logo{display:flex;align-items:center;gap:13px;font-family:var(--font-accent);font-size:18px;letter-spacing:-.02em}.preloader-logo img{width:42px}.preloader-logo b{color:var(--red)}
.bootline{margin:22px 0;color:var(--graphite);line-height:1.65}.bootline strong{color:var(--ink)}
.progress-track{height:8px;border-radius:999px;background:rgba(8,13,26,.06);overflow:hidden}.progress-bar{height:100%;width:0;background:var(--cta);border-radius:inherit;box-shadow:0 0 28px rgba(254,0,0,.28)}
.progress-num{margin-top:10px;font-family:var(--font-accent);font-size:12px;color:var(--muted);letter-spacing:.12em;text-align:right}

/* Header */
.site-header{position:fixed;top:18px;left:0;right:0;z-index:1000;transition:top .3s ease,transform .3s ease}.site-header.is-scrolled{top:10px}.site-header.is-scrolled .nav-shell{box-shadow:0 14px 42px rgba(8,13,26,.09);background:rgba(255,255,255,.78)}
.nav-shell{width:min(1240px,calc(100% - 34px));margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid rgba(8,13,26,.08);border-radius:999px;background:rgba(255,255,255,.64);box-shadow:0 10px 40px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(24px);transition:.3s ease}
.logo{display:inline-flex;align-items:center;gap:12px;min-width:max-content;font-family:var(--font-accent);font-weight:600;letter-spacing:.02em}.logo img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(254,0,0,.12))}.logo span span{font-size:15px}.logo small{display:block;margin-top:1px;font-size:10px;line-height:1;letter-spacing:.08em;color:var(--muted);font-weight:500}.brand-red{color:var(--red)}.brand-black{color:var(--ink)}
.desktop-nav{display:flex;align-items:center;gap:3px;padding:5px;border-radius:999px;background:rgba(250,249,246,.7);border:1px solid rgba(8,13,26,.055)}
.nav-link{position:relative;padding:11px 14px;border-radius:999px;color:rgba(8,13,26,.66);font-size:14px;letter-spacing:-.01em;transition:.25s ease}.nav-link:hover,.nav-link.active{color:var(--ink);background:#fff;box-shadow:0 8px 22px rgba(8,13,26,.055)}.nav-link::after{content:"";position:absolute;left:50%;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--red);opacity:0;transform:translateX(-50%) scale(.5);transition:.25s ease}.nav-link:hover::after,.nav-link.active::after{opacity:1;transform:translateX(-50%) scale(1)}
.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:46px;height:46px;border:1px solid rgba(8,13,26,.08);border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center;box-shadow:0 8px 22px rgba(8,13,26,.05)}.hamburger{display:none}.hamburger span{width:18px;height:2px;border-radius:999px;background:var(--ink);display:block;margin:2px 0;transition:.25s ease}.hamburger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-family:var(--font-accent);font-size:14px;font-weight:600;letter-spacing:-.01em;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;color:var(--ink);overflow:hidden;white-space:nowrap}.btn::before{content:"";position:absolute;inset:-1px;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.65) 40%,transparent 75%);transform:translateX(-120%);transition:transform .8s ease}.btn:hover::before{transform:translateX(120%)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--cta);color:#fff;box-shadow:0 16px 36px rgba(254,0,0,.22),inset 0 1px 0 rgba(255,255,255,.38)}.btn-primary:hover{box-shadow:0 24px 58px rgba(254,0,0,.28),0 0 0 6px rgba(254,0,0,.07)}.btn-ghost{background:rgba(255,255,255,.76);border-color:rgba(8,13,26,.09);box-shadow:0 10px 26px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.9)}.btn-ghost:hover{border-color:rgba(254,0,0,.22);box-shadow:0 18px 46px rgba(8,13,26,.08),0 0 0 6px rgba(254,0,0,.045)}.btn-large{min-height:58px;padding:0 26px;font-size:15px}
.menu-backdrop{position:fixed;inset:0;background:rgba(8,13,26,.28);border:0;z-index:1001;opacity:0;visibility:hidden;transition:.3s ease}.menu-backdrop.open{opacity:1;visibility:visible}.mobile-panel{position:fixed;right:16px;top:16px;bottom:16px;width:min(420px,calc(100% - 32px));z-index:1002;border-radius:34px;background:rgba(255,255,255,.86);backdrop-filter:blur(28px);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-lux);padding:18px;display:flex;flex-direction:column;gap:8px;transform:translateX(calc(100% + 24px));transition:transform .36s cubic-bezier(.2,.8,.2,1)}.mobile-panel.open{transform:translateX(0)}.mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.close-menu{width:44px;height:44px;border-radius:50%;border:1px solid rgba(8,13,26,.08);background:#fff;font-size:24px}.mobile-panel a:not(.logo){padding:18px 16px;border-radius:20px;color:var(--ink);font-size:26px;letter-spacing:-.04em}.mobile-panel a:not(.logo):hover,.mobile-panel a.active{background:var(--blush);color:var(--ruby)}.mobile-panel .mobile-cta{margin-top:auto;text-align:center;background:var(--cta)!important;color:#fff!important;font-size:16px!important;border-radius:999px!important}

/* Core type */
.kicker,.eyeline{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-accent);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ruby);margin-bottom:16px}.kicker span,.eyeline::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px rgba(254,0,0,.08)}
.section{position:relative;padding:110px 0}.section-title{margin:0;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:400;color:var(--ink)}.section-title.small-title{font-size:clamp(38px,5vw,62px)}.section-copy{margin:22px 0 0;color:var(--graphite);font-size:clamp(17px,2vw,20px);line-height:1.7;letter-spacing:-.015em}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:42px}.section-head .section-copy{max-width:430px}.section-head.centered{justify-content:center;text-align:center}.section-head.centered .section-copy{margin-inline:auto}.red{color:var(--red)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.reveal.in-view{opacity:1;transform:translateY(0)}

/* Hero */
.hero{min-height:100vh;padding:160px 0 92px;background:var(--hero-gradient);overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:58px}.hero-copy{position:relative;z-index:2}.hero-title{margin:0;font-size:clamp(54px,8.1vw,112px);line-height:.92;letter-spacing:-.066em;font-weight:400;max-width:840px}.hero-text{max-width:650px;margin:28px 0 0;color:var(--graphite);font-size:clamp(19px,2.2vw,24px);line-height:1.55;letter-spacing:-.025em}.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:34px}.hero-proofline{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.hero-proofline span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.66);border:1px solid rgba(8,13,26,.075);box-shadow:0 8px 24px rgba(8,13,26,.045);font-family:var(--font-accent);font-size:13px;color:var(--graphite)}.hero-proofline span::before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--coral))}.hero-orbit-wrap{position:relative;min-height:650px;display:grid;place-items:center}.orbital-halo{position:absolute;width:610px;height:610px;border-radius:50%;background:radial-gradient(circle,rgba(254,0,0,.12),rgba(221,240,255,.25) 32%,rgba(238,231,255,.32) 52%,transparent 70%);filter:blur(2px);animation:haloBreath 7s ease-in-out infinite}.hero-orbit{position:relative;width:min(640px,100%);aspect-ratio:1;border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.32));border:1px solid rgba(8,13,26,.075);box-shadow:var(--shadow-lux),inset 0 1px 0 rgba(255,255,255,.95);overflow:hidden;backdrop-filter:blur(28px)}.hero-orbit::before{content:"";position:absolute;inset:8%;border-radius:50%;border:1px solid rgba(254,0,0,.15);box-shadow:0 0 0 42px rgba(255,255,255,.22),0 0 80px rgba(254,0,0,.08)}.hero-network{position:absolute;inset:0;width:100%;height:100%}.trust-orb{position:absolute;left:50%;top:50%;width:168px;height:168px;border-radius:50%;transform:translate(-50%,-50%);display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#fff,#FFF2F3 48%,#F5D8DB 100%);border:1px solid rgba(254,0,0,.16);box-shadow:0 24px 70px rgba(254,0,0,.20),inset 0 2px 0 rgba(255,255,255,.96)}.trust-orb img{width:58px;filter:drop-shadow(0 14px 22px rgba(254,0,0,.25))}.trust-orb span{position:absolute;bottom:38px;font-family:var(--font-accent);font-size:13px;color:var(--ruby)}.orbit-chip{position:absolute;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.08);box-shadow:0 10px 28px rgba(8,13,26,.075);font-family:var(--font-accent);font-size:12px;color:var(--graphite);animation:floaty 5s ease-in-out infinite}.chip-one{left:14%;top:18%}.chip-two{right:9%;top:27%;animation-delay:-1s}.chip-three{left:11%;bottom:22%;animation-delay:-2s}.chip-four{right:14%;bottom:14%;animation-delay:-3s}.floating-card{position:absolute;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-soft);backdrop-filter:blur(18px);padding:16px;min-width:170px}.floating-card small{display:block;color:var(--muted);font-size:12px;margin-bottom:6px}.floating-card strong{display:block;font-size:26px;letter-spacing:-.04em}.floating-card span{display:block;color:var(--graphite);font-size:13px}.signal-card{left:28px;bottom:34px}.verified-card{right:24px;top:34px}.stack-card{right:40px;bottom:58px;display:grid;gap:8px}.stack-card b{display:block;padding:9px 12px;border-radius:14px;background:linear-gradient(180deg,#fff,rgba(250,249,246,.8));font-size:12px;color:var(--graphite);font-weight:600}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes haloBreath{0%,100%{transform:scale(.98);opacity:.8}50%{transform:scale(1.04);opacity:1}}

/* Trusted */
.trusted-section{padding:38px 0 70px;background:linear-gradient(180deg,rgba(250,249,246,.2),rgba(250,249,246,.88))}.trusted-title{text-align:center;color:var(--muted);letter-spacing:-.01em;margin:0 0 18px}.trusted-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.trusted-logos span{min-height:70px;display:grid;place-items:center;border-radius:22px;background:rgba(255,255,255,.68);border:1px solid rgba(8,13,26,.075);box-shadow:0 8px 26px rgba(8,13,26,.035);font-family:var(--font-accent);font-size:13px;color:rgba(8,13,26,.52);transition:.25s ease}.trusted-logos span:hover{color:var(--ruby);transform:translateY(-3px);box-shadow:var(--shadow-soft)}.trust-stats{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-stats div{padding:18px;border-radius:22px;background:var(--glass);border:1px solid rgba(8,13,26,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);text-align:center}.trust-stats strong{display:block;font-size:30px;letter-spacing:-.045em}.trust-stats span{font-size:12px;color:var(--muted);font-family:var(--font-accent)}

/* Story */
.story-section{background:linear-gradient(180deg,var(--ivory),#fff)}.story-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center}.story-photo{min-height:600px;border-radius:44px;position:relative;overflow:hidden;background:
  radial-gradient(circle at 40% 30%,rgba(254,0,0,.18),transparent 24%),
  radial-gradient(circle at 72% 22%,rgba(221,240,255,.9),transparent 28%),
  radial-gradient(circle at 44% 80%,rgba(238,231,255,.78),transparent 34%),
  linear-gradient(135deg,#fff,#F7F0E8);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-lux)}.story-photo::before{content:"";position:absolute;inset:54px;border-radius:38px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.28));border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.story-photo::after{content:"";position:absolute;left:16%;right:16%;top:49%;height:2px;background:linear-gradient(90deg,transparent,var(--red),rgba(124,189,240,.6),transparent)}.command-mini-panel{position:absolute;left:42px;right:42px;bottom:42px;z-index:1;display:grid;gap:10px}.command-mini-panel span{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:18px;background:rgba(255,255,255,.76);border:1px solid rgba(8,13,26,.075);box-shadow:0 10px 26px rgba(8,13,26,.055);font-family:var(--font-accent);font-size:12px;color:var(--graphite)}.command-mini-panel span::after{content:"";width:8px;height:8px;border-radius:50%;background:var(--red)}.timeline-pulse{position:absolute;top:49%;left:18%;width:14px;height:14px;border-radius:50%;background:var(--red);box-shadow:0 0 0 10px rgba(254,0,0,.12),0 0 38px rgba(254,0,0,.38);animation:timelineMove 6s ease-in-out infinite}@keyframes timelineMove{0%,100%{left:18%}50%{left:78%}}
.principle-row{display:grid;gap:14px;margin-top:30px}.principle-row article{padding:20px 22px;border-radius:24px;background:var(--glass);border:1px solid rgba(8,13,26,.075);box-shadow:var(--shadow-soft)}.principle-row strong{display:block;font-size:18px;letter-spacing:-.025em}.principle-row span{display:block;margin-top:7px;color:var(--graphite);line-height:1.55}

/* Services */
.services-section{background:linear-gradient(180deg,#fff,var(--ivory))}.solution-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(260px,auto);gap:18px}.solution-card{position:relative;isolation:isolate;overflow:hidden;padding:28px;border-radius:32px;background:var(--glass-strong);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.solution-card::before{content:"";position:absolute;inset:auto -20% -30% auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(238,231,255,.74),transparent 60%);z-index:-1;transition:.35s ease}.solution-card:hover{transform:translateY(-8px);border-color:rgba(254,0,0,.22);box-shadow:var(--shadow-lux)}.solution-card:hover::before{transform:scale(1.25);background:radial-gradient(circle,rgba(254,0,0,.12),transparent 62%)}.solution-card.feature-card{grid-column:span 2;min-height:340px}.solution-card.crimson{background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,241,242,.72))}.num{font-family:var(--font-accent);font-size:12px;letter-spacing:.14em;color:var(--muted)}.cute-icon{width:58px;height:58px;margin:20px 0;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#F7F0E8);border:1px solid rgba(8,13,26,.075);box-shadow:0 14px 32px rgba(8,13,26,.07);color:var(--red);font-size:24px}.solution-card h3{font-size:clamp(24px,2.2vw,34px);line-height:1.05;letter-spacing:-.04em;font-weight:400;margin:0 0 14px}.solution-card p{color:var(--graphite);line-height:1.65;margin:0}.microtags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.microtags span,.mini-kpis span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(8,13,26,.07);font-size:12px;color:var(--graphite)}.text-link{display:inline-flex;align-items:center;gap:7px;margin-top:20px;color:var(--ruby);font-family:var(--font-accent);font-size:14px;font-weight:700}.text-link:hover{color:var(--red)}

/* Edge */
.tech-edge-section{background:linear-gradient(180deg,var(--ivory),#fff)}.edge-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}.edge-list{display:grid;gap:12px;margin-top:32px}.edge-list article{padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.74);border:1px solid rgba(8,13,26,.07);box-shadow:0 10px 28px rgba(8,13,26,.045)}.edge-list strong{display:block;letter-spacing:-.02em}.edge-list span{display:block;color:var(--graphite);margin-top:6px;line-height:1.55}.architecture-stack{position:relative;min-height:610px;display:grid;align-content:center;gap:14px;perspective:1100px}.architecture-stack::before{content:"";position:absolute;inset:8% 12%;border-radius:50%;background:radial-gradient(circle,rgba(254,0,0,.12),transparent 62%);filter:blur(12px)}.architecture-stack div{position:relative;padding:22px 24px;border-radius:24px;background:rgba(255,255,255,.74);border:1px solid rgba(8,13,26,.075);box-shadow:0 22px 54px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.95);transform:translateX(calc(var(--i) * 10px)) rotateX(0deg);transition:.35s ease;backdrop-filter:blur(18px)}.architecture-stack:hover div{transform:translateX(calc(var(--i) * 13px)) translateY(calc(var(--i) * -4px)) rotateX(4deg)}.architecture-stack b{display:block;font-size:18px;letter-spacing:-.02em}.architecture-stack span{display:block;color:var(--muted);font-size:13px;margin-top:5px}.architecture-stack div:nth-child(2n){margin-left:28px}.architecture-stack div:nth-child(3n){margin-right:28px}

/* Blockchain */
.blockchain-section{overflow:hidden;background:radial-gradient(circle at 16% 20%,rgba(254,0,0,.08),transparent 26%),radial-gradient(circle at 84% 32%,rgba(238,231,255,.86),transparent 32%),linear-gradient(180deg,#fff,var(--ivory))}.blockchain-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.blockchain-visual{position:relative;min-height:600px;border-radius:44px;background:linear-gradient(140deg,rgba(255,255,255,.86),rgba(255,255,255,.38));border:1px solid rgba(8,13,26,.075);box-shadow:var(--shadow-lux);overflow:hidden}.blockchain-canvas{position:absolute;inset:0;width:100%;height:100%}.node-label{position:absolute;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.075);box-shadow:0 12px 28px rgba(8,13,26,.06);font-size:12px;font-family:var(--font-accent);color:var(--graphite)}.identity{left:11%;top:20%}.assets{right:12%;top:18%}.contracts{left:38%;top:43%}.audit{right:15%;bottom:20%}.supply{left:10%;bottom:20%}.verified-pill{position:absolute;left:50%;bottom:48px;transform:translateX(-50%);padding:13px 18px;border-radius:999px;background:linear-gradient(135deg,#fff,#FFF1F2);border:1px solid rgba(254,0,0,.16);box-shadow:0 18px 44px rgba(254,0,0,.12);font-family:var(--font-accent);font-size:14px;color:var(--ruby)}.showcase-modules{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.showcase-modules span{padding:12px 14px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(8,13,26,.075);box-shadow:0 8px 22px rgba(8,13,26,.035);color:var(--graphite);font-family:var(--font-accent);font-size:13px}

/* Cases */
.cases-section{background:#fff}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-card{position:relative;padding:16px;border-radius:32px;background:var(--glass-strong);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-soft);overflow:hidden;transition:.3s ease}.case-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lux);border-color:rgba(254,0,0,.18)}.case-art{height:220px;border-radius:24px;margin-bottom:18px;background:radial-gradient(circle at 30% 30%,rgba(254,0,0,.18),transparent 28%),radial-gradient(circle at 70% 60%,rgba(221,240,255,.82),transparent 30%),linear-gradient(135deg,#fff,#F6F1EA);position:relative;overflow:hidden}.case-art::before{content:"";position:absolute;inset:28px;border-radius:24px;border:1px solid rgba(255,255,255,.8);background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.12))}.case-art.chain{background:radial-gradient(circle at 40% 35%,rgba(254,0,0,.16),transparent 28%),radial-gradient(circle at 75% 70%,rgba(238,231,255,.88),transparent 32%),linear-gradient(135deg,#fff,#F9F4EE)}.case-art.erp{background:radial-gradient(circle at 25% 70%,rgba(233,216,187,.8),transparent 32%),radial-gradient(circle at 75% 28%,rgba(221,240,255,.82),transparent 32%),linear-gradient(135deg,#fff,#F8F3EB)}.case-art.wms{background:radial-gradient(circle at 30% 40%,rgba(221,234,223,.9),transparent 32%),radial-gradient(circle at 70% 72%,rgba(254,0,0,.1),transparent 32%),linear-gradient(135deg,#fff,#F7F5EF)}.case-art.gov{background:radial-gradient(circle at 60% 36%,rgba(254,0,0,.14),transparent 32%),radial-gradient(circle at 35% 75%,rgba(238,231,255,.9),transparent 34%),linear-gradient(135deg,#fff,#F7F1F1)}.case-art.iot{background:radial-gradient(circle at 35% 55%,rgba(221,240,255,.9),transparent 34%),radial-gradient(circle at 75% 24%,rgba(221,234,223,.8),transparent 32%),linear-gradient(135deg,#fff,#F5F6F1)}.case-card span{display:inline-block;margin-bottom:10px;font-family:var(--font-accent);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ruby)}.case-card h3{font-size:25px;line-height:1.1;letter-spacing:-.035em;font-weight:400;margin:0 0 10px}.case-card p{margin:0 0 16px;color:var(--graphite)}.case-card div:last-child{font-size:12px;color:var(--muted);font-family:var(--font-accent)}

/* Testimonials */
.testimonials-section{background:linear-gradient(180deg,#fff,var(--ivory))}.testimonial-shell{position:relative;width:min(900px,100%);margin:0 auto}.testimonial-track{position:relative;min-height:430px;border-radius:44px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,255,255,.56));border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-lux);overflow:hidden}.testimonial-slide{position:absolute;inset:0;padding:54px 70px;display:grid;align-content:center;justify-items:center;text-align:center;opacity:0;transform:translateY(18px) scale(.98);transition:.45s ease;pointer-events:none}.testimonial-slide.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.client-photo{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),var(--coral));color:#fff;font-family:var(--font-accent);font-weight:800;box-shadow:0 18px 42px rgba(254,0,0,.18),0 0 0 8px rgba(254,0,0,.08)}blockquote{position:relative;margin:28px 0;font-size:clamp(26px,3vw,40px);line-height:1.16;letter-spacing:-.045em;font-weight:400}blockquote::before{content:"“";position:absolute;left:50%;top:-62px;transform:translateX(-50%);font-size:130px;line-height:1;color:rgba(254,0,0,.08);font-family:Georgia,serif}.testimonial-slide strong{display:block;font-size:18px}.testimonial-slide span{display:block;margin-top:5px;color:var(--muted)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:52px;border-radius:50%;border:1px solid rgba(8,13,26,.08);background:rgba(255,255,255,.78);box-shadow:var(--shadow-soft);color:var(--ink)}.carousel-btn.prev{left:-24px}.carousel-btn.next{right:-24px}.carousel-dots{display:flex;justify-content:center;gap:9px;margin-top:20px}.carousel-dots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(8,13,26,.14);transition:.25s ease}.carousel-dots button.is-active{width:30px;background:var(--red)}

/* Team */
.team-section{background:#fff}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.team-card{padding:18px;border-radius:32px;background:var(--glass-strong);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-soft);transition:.3s ease}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lux)}.team-photo{height:260px;border-radius:26px;display:grid;place-items:center;font-family:var(--font-accent);font-size:52px;font-weight:800;letter-spacing:-.06em;color:var(--ruby);background:radial-gradient(circle at 50% 30%,rgba(254,0,0,.14),transparent 28%),linear-gradient(135deg,#fff,#F6F1EA);border:1px solid rgba(8,13,26,.06);margin-bottom:18px}.team-photo.founder{background:radial-gradient(circle at 50% 30%,rgba(254,0,0,.20),transparent 30%),radial-gradient(circle at 70% 70%,rgba(238,231,255,.7),transparent 32%),linear-gradient(135deg,#fff,#FFF1F2)}.team-card h3{font-size:22px;letter-spacing:-.035em;font-weight:400;margin:0 0 6px}.team-card span{display:block;color:var(--ruby);font-family:var(--font-accent);font-size:13px}.team-card p{color:var(--graphite);line-height:1.55;margin-bottom:0}

/* Final CTA + footer */
.final-cta-section{padding-top:70px}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;border-radius:44px;padding:52px;background:radial-gradient(circle at 18% 20%,rgba(254,0,0,.13),transparent 30%),radial-gradient(circle at 86% 22%,rgba(221,240,255,.82),transparent 34%),linear-gradient(135deg,#fff,#F7F1EA);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-lux);overflow:hidden}.final-cta .section-title{font-size:clamp(36px,5vw,64px)}
.site-footer{position:relative;overflow:hidden;padding:86px 0 30px;background:linear-gradient(180deg,var(--ivory),#F1ECE3);border-top:1px solid rgba(8,13,26,.075)}.footer-watermark{position:absolute;right:-1vw;top:10px;font-family:var(--font-accent);font-size:22vw;font-weight:800;letter-spacing:-.12em;color:rgba(254,0,0,.045);pointer-events:none}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:32px}.footer-brand p{max-width:380px;color:var(--graphite);line-height:1.7}.site-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin:0 0 16px;font-family:var(--font-accent)}.site-footer a,.site-footer span{display:block;color:var(--graphite);font-size:14px;line-height:1.55;margin:10px 0}.site-footer a:hover{color:var(--ruby)}.system-status{display:inline-flex!important;align-items:center;gap:8px;margin-top:16px!important;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(8,13,26,.075);font-family:var(--font-accent);font-size:12px!important;color:var(--graphite)!important}.system-status i{width:8px;height:8px;border-radius:50%;background:#2BC36B;box-shadow:0 0 0 7px rgba(43,195,107,.1)}.footer-bottom{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid rgba(8,13,26,.08);margin-top:54px;padding-top:24px;color:var(--muted);font-size:13px}.footer-bottom a{font-family:var(--font-accent);color:var(--ruby);margin:0}

/* Route pages compatibility */
.page-main{padding-top:120px}.route-hero{padding:90px 0 70px;background:var(--hero-gradient);overflow:hidden}.route-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:52px;align-items:center}.route-hero h1{font-size:clamp(48px,7vw,88px);line-height:.94;letter-spacing:-.06em;font-weight:400;margin:0}.route-hero p{font-size:20px;line-height:1.65;color:var(--graphite);max-width:710px}.route-hero-panel{min-height:380px;border-radius:42px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,255,255,.4));border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-lux);padding:34px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.route-hero-panel strong{font-size:clamp(60px,8vw,112px);letter-spacing:-.08em;color:var(--ruby);font-weight:400}.route-hero-panel>span{color:var(--graphite);font-size:20px}.route-hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.route-hero-metrics div{padding:14px;border-radius:18px;background:rgba(255,255,255,.7);border:1px solid rgba(8,13,26,.07)}.route-hero-metrics b{display:block;font-size:13px}.route-hero-metrics small{color:var(--muted)}.section-tight{padding-top:70px}.route-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:30px;align-items:start}.side-nav{position:sticky;top:120px;display:grid;gap:8px;padding:14px;border-radius:24px;background:rgba(255,255,255,.66);border:1px solid rgba(8,13,26,.075);box-shadow:0 12px 34px rgba(8,13,26,.055);backdrop-filter:blur(18px)}.side-nav a{padding:12px 13px;border-radius:16px;color:var(--graphite);font-size:14px}.side-nav a:hover,.side-nav a.active{background:var(--blush);color:var(--ruby)}.content-stack{display:grid;gap:20px}.content-panel{padding:34px;border-radius:32px;background:var(--glass-strong);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-soft)}.content-panel h2{font-size:clamp(30px,4vw,52px);line-height:1.04;letter-spacing:-.045em;font-weight:400;margin:0 0 16px}.content-panel h3{font-size:22px;letter-spacing:-.03em;font-weight:400;margin:0 0 10px}.content-panel p,.content-panel li{color:var(--graphite);line-height:1.7}.two-col,.three-col,.contact-layout{display:grid;gap:16px;margin-top:20px}.two-col,.contact-layout{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:repeat(3,1fr)}.info-box,.pipe-card,.principle-card,.route-card,.platform-card,.industry-card,.usecase-card,.why-card,.metric-card,.feature-tile{padding:22px;border-radius:24px;background:rgba(255,255,255,.72);border:1px solid rgba(8,13,26,.075);box-shadow:0 8px 24px rgba(8,13,26,.04);transition:.28s ease}.info-box:hover,.pipe-card:hover,.principle-card:hover,.route-card:hover,.platform-card:hover,.industry-card:hover,.usecase-card:hover,.why-card:hover,.feature-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:rgba(254,0,0,.16)}.pipeline-grid,.principle-grid,.route-grid,.platform-grid,.industry-grid,.usecase-grid,.why-grid,.metric-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{padding:26px;border-radius:30px;background:var(--glass-strong);border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-soft);transition:.28s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lux);border-color:rgba(254,0,0,.18)}.service-icon,.feature-icon,.metric-icon{width:50px;height:50px;border-radius:18px;background:linear-gradient(145deg,#fff,#F7F0E8);display:grid;place-items:center;color:var(--red);box-shadow:0 12px 28px rgba(8,13,26,.06);margin:16px 0}.service-card h3,.platform-card h3,.industry-card h3,.usecase-card h3,.why-card h3,.route-card strong,.pipe-card h3,.principle-card strong{font-size:22px;line-height:1.15;letter-spacing:-.035em;font-weight:400;margin:0 0 10px;display:block}.service-card p,.platform-card p,.industry-card p,.usecase-card p,.route-card span,.pipe-card p,.principle-card span{color:var(--graphite);line-height:1.6}.metric-card strong{font-size:38px;letter-spacing:-.05em;display:block}.metric-card span{color:var(--muted)}.mini-chart{display:flex;align-items:flex-end;gap:5px;height:50px;margin-top:18px}.mini-chart i{display:block;width:18px;border-radius:999px;background:linear-gradient(180deg,var(--red),var(--coral));opacity:.8}.contact-card-large{padding:24px;border-radius:28px;background:rgba(255,255,255,.72);border:1px solid rgba(8,13,26,.075);box-shadow:var(--shadow-soft)}.contact-row{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:16px 0;border-bottom:1px solid rgba(8,13,26,.07)}.contact-row:last-child{border-bottom:0}.contact-row b{font-family:var(--font-accent)}.checklist{padding:0;margin:20px 0 0;display:grid;gap:10px}.checklist li{list-style:none;padding:13px 14px 13px 40px;border-radius:16px;background:#fff;position:relative}.checklist li::before{content:"✓";position:absolute;left:15px;color:var(--red);font-weight:800}.expand-content{display:none;margin-top:14px}.expand-content.open{display:block}.widget-experience,.model-wrap,.graph-panel{border-radius:32px;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.45));border:1px solid rgba(8,13,26,.08);box-shadow:var(--shadow-soft);padding:18px;overflow:hidden}.widget-tabs,.model-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.widget-tab,.model-tab{border:1px solid rgba(8,13,26,.08);background:rgba(255,255,255,.72);border-radius:22px;padding:18px;text-align:left;color:var(--graphite)}.widget-tab.is-active,.model-tab.is-active,.model-tab[aria-selected="true"]{background:var(--blush);border-color:rgba(254,0,0,.18);color:var(--ruby)}.widget-panel{display:none;padding:24px}.widget-panel.is-active{display:block}.model-visual,.graph-panel{position:relative;min-height:360px}.network-canvas{width:100%;height:100%}.graph-panel .network-canvas{position:absolute;inset:0}.graph-labels{position:absolute;inset:auto 20px 20px 20px;display:flex;flex-wrap:wrap;gap:10px}.graph-labels span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid rgba(8,13,26,.08);font-size:12px;color:var(--graphite)}.capability-strip,.metric-band,.capability-dock,.hero-intel-rail,.model-node,.pipeline-line,.pulse-dot,.command-visual,.command-shell,.command-panel,.command-card,.command-chip,.command-console,.command-status-strip{display:none!important}

/* Responsive */
@media (max-width:1120px){.desktop-nav{display:none}.hamburger{display:grid}.hero-grid,.story-grid,.edge-grid,.blockchain-grid,.route-hero-grid{grid-template-columns:1fr}.hero-orbit-wrap{min-height:560px}.footer-grid{grid-template-columns:1fr 1fr}.solution-bento{grid-template-columns:repeat(2,1fr)}.solution-card.feature-card{grid-column:span 1}.case-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.route-layout{grid-template-columns:1fr}.side-nav{position:static;grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){:root{--header-h:80px}.container{width:min(100% - 28px,1180px)}.site-header{top:10px}.nav-shell{width:calc(100% - 20px);padding:10px}.logo img{width:36px;height:36px}.logo small{display:none}.nav-actions .btn{display:none}.hero{padding:128px 0 70px;min-height:auto}.hero-grid{gap:28px}.hero-title{font-size:clamp(48px,14vw,64px)}.hero-text{font-size:18px}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.hero-proofline{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.hero-proofline span{white-space:nowrap}.hero-orbit-wrap{min-height:420px}.hero-orbit{border-radius:34px}.trust-orb{width:126px;height:126px}.trust-orb img{width:42px}.trust-orb span{bottom:26px}.orbit-chip{display:none}.floating-card{min-width:138px;padding:12px;border-radius:18px}.signal-card{left:14px;bottom:18px}.verified-card{right:14px;top:18px}.stack-card{display:none}.section{padding:76px 0}.section-head{display:block}.section-title{font-size:clamp(38px,12vw,54px)}.trusted-logos,.trust-stats,.team-grid,.case-grid,.pipeline-grid,.principle-grid,.route-grid,.platform-grid,.industry-grid,.usecase-grid,.why-grid,.metric-grid,.feature-grid,.solution-grid{grid-template-columns:1fr}.solution-bento{grid-template-columns:1fr}.story-photo,.blockchain-visual{min-height:420px}.two-col,.three-col,.contact-layout{grid-template-columns:1fr}.edge-grid,.blockchain-grid,.story-grid{gap:34px}.architecture-stack{min-height:auto}.architecture-stack div,.architecture-stack div:nth-child(2n),.architecture-stack div:nth-child(3n){margin:0!important;transform:none!important}.testimonial-track{min-height:520px}.testimonial-slide{padding:38px 26px}blockquote{font-size:28px}.carousel-btn{top:auto;bottom:-76px}.carousel-btn.prev{left:calc(50% - 64px)}.carousel-btn.next{right:calc(50% - 64px)}.carousel-dots{margin-top:86px}.final-cta{display:block;padding:34px}.final-cta .btn{width:100%;margin-top:26px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.route-hero{padding-top:66px}.route-hero-panel{min-height:290px}.route-hero-metrics{grid-template-columns:1fr}.side-nav{grid-template-columns:1fr}.widget-tabs,.model-tabs{grid-template-columns:1fr}}
@media (max-width:440px){.mobile-panel a:not(.logo){font-size:22px}.hero-orbit-wrap{min-height:360px}.client-photo{width:64px;height:64px}.team-photo{height:220px}.case-art{height:180px}.contact-row{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}.ambient-canvas,.network-canvas{display:none}.cursor-dot,.cursor-ring{display:none!important}}
/* Compatibility for original route-page preloader modules */
.preloader-modules{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.preloader-modules span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(8,13,26,.07);font-family:var(--font-accent);font-size:11px;color:var(--graphite)}

/* --------------------------------------------------------------------------
   Homepage Hero V2 - premium cinematic redesign
   -------------------------------------------------------------------------- */
.hero-v2{
  position:relative;
  min-height:100svh;
  padding:142px 0 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  isolation:isolate;
  background:
    radial-gradient(circle at 18% 20%,rgba(254,0,0,.105),transparent 25%),
    radial-gradient(circle at 76% 12%,rgba(221,240,255,.96),transparent 34%),
    radial-gradient(circle at 78% 84%,rgba(238,231,255,.72),transparent 36%),
    linear-gradient(180deg,#fff 0%,#fffdf9 45%,#FAF9F6 100%);
}
.hero-v2::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:
    linear-gradient(rgba(8,13,26,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.035) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(circle at 50% 28%,rgba(0,0,0,.50),transparent 70%);
}
.hero-v2::after{
  content:"";
  position:absolute;
  inset:auto 8% 0 8%;
  height:190px;
  z-index:-2;
  background:radial-gradient(ellipse at center,rgba(254,0,0,.13),rgba(233,216,187,.12) 38%,transparent 72%);
  filter:blur(28px);
}
.hero-v2-bg{position:absolute;inset:0;overflow:hidden;z-index:-1;pointer-events:none}.mesh{position:absolute;border-radius:999px;filter:blur(8px);opacity:.82;animation:meshFloat 12s ease-in-out infinite}.mesh-a{width:420px;height:420px;left:-130px;top:90px;background:radial-gradient(circle,rgba(254,0,0,.13),transparent 63%)}.mesh-b{width:540px;height:540px;right:-150px;top:60px;background:radial-gradient(circle,rgba(221,240,255,.88),transparent 66%);animation-delay:-3s}.mesh-c{width:520px;height:520px;right:16%;bottom:-210px;background:radial-gradient(circle,rgba(238,231,255,.76),transparent 66%);animation-delay:-6s}.hero-grid-glow{position:absolute;left:50%;top:47%;width:min(980px,90vw);height:520px;transform:translate(-50%,-50%);border-radius:50%;background:conic-gradient(from 110deg,transparent,rgba(254,0,0,.10),transparent,rgba(124,189,240,.14),transparent);filter:blur(34px);opacity:.8;animation:slowSpin 24s linear infinite}
.hero-v2-inner{width:min(1280px,calc(100% - 48px));display:grid;grid-template-columns:minmax(0,.96fr) minmax(500px,1.04fr);align-items:center;gap:54px;margin-top:10px}.hero-v2-copy{position:relative;z-index:3}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 10px 9px 12px;border-radius:999px;background:rgba(255,255,255,.74);border:1px solid rgba(8,13,26,.075);box-shadow:0 14px 38px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(18px);font-family:var(--font-accent);font-size:12px;font-weight:700;letter-spacing:.105em;text-transform:uppercase;color:rgba(8,13,26,.72);margin-bottom:22px}.hero-eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 7px rgba(254,0,0,.10),0 0 24px rgba(254,0,0,.5)}.hero-eyebrow em{font-style:normal;text-transform:none;letter-spacing:0;color:#fff;background:var(--cta);padding:5px 9px;border-radius:999px;box-shadow:0 8px 20px rgba(254,0,0,.18)}.hero-v2-title{margin:0;max-width:760px;font-size:clamp(58px,6.2vw,94px);line-height:.91;letter-spacing:-.072em;font-weight:400;color:var(--ink)}.hero-v2-title span{display:block}.hero-gradient-text{padding-bottom:.05em;background:linear-gradient(100deg,#080D1A 0%,#721018 36%,#FE0000 62%,#FF8A90 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 18px 54px rgba(254,0,0,.08)}.hero-v2-text{max-width:650px;margin:24px 0 0;color:var(--graphite);font-size:clamp(18px,1.55vw,22px);line-height:1.63;letter-spacing:-.018em}.hero-v2-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:32px}.hero-v2-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:650px;margin-top:26px}.hero-v2-proof div{min-height:88px;padding:17px 18px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.56));border:1px solid rgba(8,13,26,.075);box-shadow:0 14px 36px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(18px)}.hero-v2-proof strong{display:block;font-size:clamp(26px,2.4vw,36px);font-weight:400;letter-spacing:-.058em;color:var(--ink)}.hero-v2-proof span{display:block;margin-top:3px;font-family:var(--font-accent);font-size:12px;color:var(--muted)}
.hero-v2-showcase{position:relative;z-index:2;min-height:620px;display:grid;place-items:center}.showcase-glow{position:absolute;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(254,0,0,.15),rgba(221,240,255,.35) 35%,rgba(238,231,255,.44) 58%,transparent 72%);filter:blur(8px);animation:haloBreath 7s ease-in-out infinite}.showcase-shell{position:relative;width:min(650px,100%);border-radius:42px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,255,255,.52));border:1px solid rgba(8,13,26,.085);box-shadow:0 44px 120px rgba(8,13,26,.14),0 10px 36px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(26px);overflow:hidden;transform-style:preserve-3d}.showcase-shell::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.9),transparent 22%,rgba(254,0,0,.18) 48%,transparent 70%,rgba(221,240,255,.8));opacity:.55;pointer-events:none;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);padding:1px;mask-composite:exclude;-webkit-mask-composite:xor}.showcase-topbar{height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;border-bottom:1px solid rgba(8,13,26,.065);background:rgba(255,255,255,.62)}.window-dots{display:flex;gap:7px}.window-dots i{width:10px;height:10px;border-radius:50%;background:rgba(8,13,26,.12)}.window-dots i:first-child{background:rgba(254,0,0,.72)}.window-dots i:nth-child(2){background:rgba(233,216,187,.95)}.window-dots i:nth-child(3){background:rgba(136,169,143,.78)}.showcase-brand{display:flex;align-items:center;gap:9px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.06);box-shadow:0 8px 20px rgba(8,13,26,.04);font-family:var(--font-accent);font-size:12px;font-weight:700;color:var(--ink)}.showcase-brand img{width:23px;height:26px;object-fit:contain}.showcase-live{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-accent);font-size:12px;color:var(--green);font-weight:700}.showcase-live i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(136,169,143,.14)}.showcase-stage{position:relative;height:520px;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(255,241,242,.92),transparent 28%),radial-gradient(circle at 72% 22%,rgba(221,240,255,.72),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.42),rgba(250,249,246,.72))}.showcase-stage::before{content:"";position:absolute;inset:34px;border-radius:50%;border:1px solid rgba(254,0,0,.16);box-shadow:0 0 0 42px rgba(255,255,255,.22),0 0 0 118px rgba(254,0,0,.035)}.showcase-stage::after{content:"";position:absolute;left:-20%;top:52%;width:140%;height:1px;background:linear-gradient(90deg,transparent,rgba(254,0,0,.30),rgba(124,189,240,.28),transparent);transform:rotate(-13deg)}.hero-network-v2{position:absolute;inset:0;width:100%;height:100%;opacity:.82}.luxury-ring{position:absolute;left:50%;top:50%;border-radius:50%;border:1px solid rgba(254,0,0,.13);transform:translate(-50%,-50%);pointer-events:none}.ring-one{width:330px;height:330px;animation:slowSpin 20s linear infinite}.ring-two{width:460px;height:460px;animation:slowSpin 30s linear reverse infinite}.core-system{position:absolute;left:50%;top:49%;width:174px;height:174px;border-radius:42px;transform:translate(-50%,-50%) rotate(-2deg);display:grid;place-items:center;text-align:center;padding:22px;background:linear-gradient(145deg,#fff,#FFF1F2 54%,#F8E2E4);border:1px solid rgba(254,0,0,.17);box-shadow:0 28px 72px rgba(254,0,0,.22),0 16px 44px rgba(8,13,26,.10),inset 0 2px 0 rgba(255,255,255,.98);z-index:3}.core-logo{width:68px;height:68px;border-radius:24px;background:#fff;display:grid;place-items:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 16px 34px rgba(254,0,0,.16)}.core-logo img{width:42px}.core-system strong{font-family:var(--font-accent);font-size:22px;letter-spacing:.08em;color:var(--ruby);margin-top:10px}.core-system span{font-size:11px;color:var(--graphite);font-family:var(--font-accent)}.data-pill{position:absolute;z-index:4;display:grid;gap:2px;min-width:132px;padding:11px 13px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.075);box-shadow:0 18px 44px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(16px);font-family:var(--font-accent);animation:floaty 5s ease-in-out infinite}.data-pill b{font-size:12px;color:var(--ink)}.data-pill span{font-size:11px;color:var(--muted)}.pill-ai{left:62px;top:92px}.pill-contract{right:52px;top:122px;animation-delay:-1.4s}.pill-audit{left:70px;bottom:98px;animation-delay:-2.6s}.glass-metric{position:absolute;z-index:5;border-radius:24px;background:rgba(255,255,255,.80);border:1px solid rgba(8,13,26,.08);box-shadow:0 24px 64px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(20px);padding:16px 18px;min-width:175px}.glass-metric small{display:block;font-family:var(--font-accent);font-size:11px;color:var(--muted);margin-bottom:5px}.glass-metric strong{display:block;font-size:34px;font-weight:400;letter-spacing:-.06em;color:var(--ink);line-height:1}.glass-metric span{display:block;margin-top:5px;color:var(--graphite);font-size:12px}.metric-events{left:22px;bottom:20px}.metric-speed{right:24px;top:220px}.showcase-dock{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:16px;background:rgba(255,255,255,.68);border-top:1px solid rgba(8,13,26,.065)}.showcase-dock span{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;border-radius:16px;background:linear-gradient(180deg,#fff,rgba(250,249,246,.86));border:1px solid rgba(8,13,26,.06);font-family:var(--font-accent);font-size:12px;color:var(--graphite);box-shadow:0 8px 18px rgba(8,13,26,.035)}.showcase-dock i{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--coral))}.hero-v2-trusted{width:min(1280px,calc(100% - 48px));display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:26px}.hero-v2-trusted span{min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:20px;background:rgba(255,255,255,.70);border:1px solid rgba(8,13,26,.07);box-shadow:0 14px 36px rgba(8,13,26,.048),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(18px);font-family:var(--font-accent);font-size:12px;font-weight:700;color:rgba(8,13,26,.62)}.hero-v2-trusted span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(254,0,0,.08)}
@keyframes meshFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(18px,-22px,0) scale(1.04)}}@keyframes slowSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}

@media (max-width:1180px){
  .hero-v2-inner{grid-template-columns:1fr;gap:34px;padding-top:8px}.hero-v2-title{max-width:960px}.hero-v2-text{max-width:760px}.hero-v2-showcase{min-height:auto}.showcase-shell{width:min(760px,100%)}.hero-v2-trusted{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:760px){
  .hero-v2{padding:118px 0 30px;min-height:auto}.hero-v2-inner{width:min(100% - 28px,1280px);gap:26px}.hero-eyebrow{font-size:10px;letter-spacing:.08em;white-space:normal}.hero-v2-title{font-size:clamp(46px,12vw,66px);line-height:.95;letter-spacing:-.06em}.hero-v2-text{font-size:18px;margin-top:20px}.hero-v2-actions{align-items:stretch}.hero-v2-actions .btn{width:100%}.hero-v2-proof{grid-template-columns:1fr;gap:10px}.hero-v2-proof div{min-height:auto;padding:14px 16px}.hero-v2-showcase{min-height:520px}.showcase-shell{border-radius:34px}.showcase-stage{height:430px}.showcase-dock{grid-template-columns:repeat(2,1fr)}.data-pill{min-width:118px}.pill-ai{left:18px;top:78px}.pill-contract{right:16px;top:90px}.pill-audit{display:none}.core-system{width:146px;height:146px;border-radius:34px}.core-logo{width:56px;height:56px}.core-logo img{width:34px}.glass-metric{min-width:150px;padding:13px 14px}.glass-metric strong{font-size:28px}.metric-events{left:12px;bottom:16px}.metric-speed{right:12px;top:auto;bottom:100px}.hero-v2-trusted{width:min(100% - 28px,1280px);grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.hero-v2-trusted span{min-height:50px;font-size:11px}.luxury-ring.ring-two{width:360px;height:360px}.luxury-ring.ring-one{width:260px;height:260px}
}
@media (max-width:440px){
  .hero-v2-title{font-size:43px}.showcase-stage{height:390px}.showcase-dock{display:none}.hero-v2-showcase{min-height:420px}.data-pill{display:none}.metric-speed{right:12px;bottom:84px}.hero-v2-trusted{grid-template-columns:1fr 1fr}.hero-v2-trusted span:nth-child(n+5){display:none}
}

/* ==============================
   Homepage V3: premium reference-inspired redesign
   ============================== */
body.home-v3{
  background:
    radial-gradient(circle at 78% 8%,rgba(221,240,255,.44),transparent 28%),
    radial-gradient(circle at 52% 34%,rgba(254,0,0,.045),transparent 38%),
    linear-gradient(180deg,#fff 0%,#fff 50%,#FAF9F6 100%);
}
body.home-v3::before{opacity:.42;background-size:96px 96px;mask-image:linear-gradient(180deg,rgba(0,0,0,.12),transparent 60%)}
.home-v3 .ambient-canvas{opacity:.24}.home-v3 .ambient-gradient{opacity:.55}
.home-v3 .site-header{top:18px}.home-v3 .site-header.is-scrolled{top:10px}.home-v3 .nav-shell{
  width:min(1510px,calc(100% - 60px));
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.home-v3 .site-header.is-scrolled .nav-shell{
  padding:10px 12px;
  border:1px solid rgba(8,13,26,.08);
  background:rgba(255,255,255,.76);
  border-radius:999px;
  box-shadow:0 16px 48px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter:blur(22px);
}
.home-v3 .logo{gap:10px;letter-spacing:-.02em}.home-v3 .logo img{width:46px;height:46px}.home-v3 .logo span span{font-size:21px;font-weight:700;letter-spacing:.03em}.home-v3 .logo small{display:none}.home-v3 .brand-red{color:var(--red);letter-spacing:.06em}.home-v3 .brand-black{color:#171B25;font-weight:500;letter-spacing:.02em}
.home-v3 .desktop-nav.nav-v3{
  background:transparent;
  border:0;
  padding:0;
  gap:20px;
  box-shadow:none;
}
.home-v3 .nav-v3 .nav-link{
  padding:10px 3px;
  background:transparent!important;
  box-shadow:none!important;
  color:#171B25;
  font-size:14px;
  font-weight:600;
  letter-spacing:.01em;
}
.home-v3 .nav-link::after{bottom:1px;width:5px;height:5px}.home-v3 .nav-caret{font-size:12px;margin-left:4px;color:#080D1A}.home-v3 .nav-actions-v3{gap:12px}.home-v3 .nav-actions-v3 .btn-primary{min-height:48px;padding:0 22px;font-size:14px;background:linear-gradient(135deg,#FE0000 0%,#E3000E 78%,#FF5058 100%);box-shadow:0 16px 34px rgba(254,0,0,.22)}
.home-v3 .btn-login{min-height:46px;padding:0 22px;border:1px solid rgba(8,13,26,.13);background:rgba(255,255,255,.72);box-shadow:0 10px 26px rgba(8,13,26,.045);color:#171B25}.home-v3 .btn-login:hover{border-color:rgba(254,0,0,.20);box-shadow:0 18px 40px rgba(8,13,26,.08)}.home-v3 .search-btn{width:48px;height:48px;background:#fff;border-color:rgba(8,13,26,.10);box-shadow:0 10px 24px rgba(8,13,26,.045)}

.home-hero-pro{
  position:relative;
  min-height:790px;
  padding:120px 0 44px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 28%,rgba(255,241,242,.82),transparent 30%),
    radial-gradient(circle at 70% 12%,rgba(238,231,255,.50),transparent 32%),
    linear-gradient(180deg,#fff 0%,#FEFEFD 100%);
}
.home-hero-pro::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:180px;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(250,249,246,.95));
}
.hero-pro-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hero-noise{position:absolute;inset:0;opacity:.16;background-image:radial-gradient(rgba(8,13,26,.10) .6px,transparent .6px);background-size:18px 18px;mask-image:radial-gradient(circle at 70% 40%,#000,transparent 62%)}.hero-silk{position:absolute;border-radius:999px;filter:blur(18px);opacity:.9}.silk-one{width:760px;height:760px;right:8%;top:-210px;background:radial-gradient(circle,rgba(255,241,242,.95),rgba(254,0,0,.045) 42%,transparent 66%)}.silk-two{width:780px;height:420px;right:-100px;top:300px;background:radial-gradient(ellipse,rgba(221,240,255,.50),transparent 70%);transform:rotate(-12deg)}.silk-three{width:560px;height:560px;left:-210px;top:120px;background:radial-gradient(circle,rgba(233,216,187,.28),transparent 68%)}
.hero-pro-inner{position:relative;z-index:2;width:min(1510px,calc(100% - 60px));display:grid;grid-template-columns:minmax(460px,.78fr) minmax(720px,1.22fr);align-items:center;gap:36px;min-height:600px}.hero-pro-copy{padding-top:22px}.hero-pro-eyebrow{display:inline-flex;align-items:center;gap:12px;height:35px;padding:0 18px;border-radius:999px;border:1px solid rgba(8,13,26,.10);background:rgba(255,255,255,.72);box-shadow:0 12px 34px rgba(8,13,26,.05),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(16px);font-family:var(--font-accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#6B7280}.hero-pro-eyebrow i{width:6px;height:6px;background:var(--red);border-radius:999px;box-shadow:0 0 0 6px rgba(254,0,0,.08)}
.hero-pro-title{margin:34px 0 0;max-width:690px;font-size:clamp(64px,5.2vw,92px);line-height:1.02;letter-spacing:-.061em;font-weight:400;color:#111521;text-wrap:balance}.hero-pro-title span{color:var(--red);letter-spacing:.025em}.hero-pro-text{max-width:520px;margin:23px 0 0;color:#535D6D;font-size:clamp(18px,1.35vw,21px);line-height:1.55;letter-spacing:-.015em}.hero-pro-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:34px}.home-v3 .btn-quiet{background:rgba(255,255,255,.72);border-color:rgba(8,13,26,.12);box-shadow:0 12px 34px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.92);color:#151A25}.play-dot{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;border:1px solid rgba(8,13,26,.12);font-size:9px;line-height:1;padding-left:1px}.capability-rail{display:flex;align-items:center;gap:0;flex-wrap:wrap;margin-top:60px;color:#5F6876}.capability-label{width:100%;margin-bottom:15px;font-family:var(--font-accent);font-size:10px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#969EAA}.capability-rail a{display:inline-flex;align-items:center;gap:9px;padding:0 20px 0 0;margin-right:20px;min-height:24px;border-right:1px solid rgba(8,13,26,.12);font-family:var(--font-accent);font-size:13px;font-weight:600;color:#596272;transition:.25s ease}.capability-rail a:last-child{border-right:0}.capability-rail a:hover{color:var(--red);transform:translateY(-2px)}.capability-rail i{font-style:normal;color:var(--red);font-size:14px}
.hero-pro-visual{position:relative;height:630px;display:grid;place-items:center;overflow:visible}.hero-globe{position:absolute;left:50%;top:48%;width:min(720px,52vw);max-width:760px;transform:translate(-50%,-50%);animation:globeFloat 7s ease-in-out infinite;filter:drop-shadow(0 38px 58px rgba(8,13,26,.14));z-index:2}.orbit-field{position:absolute;inset:-40px -20px;z-index:1;pointer-events:none}.orbit-line{position:absolute;left:50%;top:50%;border-radius:50%;border:1px solid rgba(254,0,0,.16);transform:translate(-50%,-50%)}.orbit-line-a{width:860px;height:210px;transform:translate(-50%,-50%) rotate(-9deg);animation:orbitDrift 16s linear infinite}.orbit-line-b{width:900px;height:280px;border-color:rgba(255,255,255,.85);box-shadow:0 0 36px rgba(255,255,255,.8);transform:translate(-50%,-50%) rotate(17deg);animation:orbitDrift 22s linear reverse infinite}.orbit-line-c{width:600px;height:600px;border-color:rgba(8,13,26,.06);transform:translate(-50%,-50%) rotate(18deg)}.orbit-pulse{position:absolute;width:10px;height:10px;border-radius:999px;background:#fff;border:2px solid rgba(254,0,0,.58);box-shadow:0 0 0 10px rgba(254,0,0,.06),0 10px 28px rgba(254,0,0,.22);z-index:3}.p1{left:46%;top:30%;animation:pulseFloat 5s ease-in-out infinite}.p2{right:20%;top:44%;animation:pulseFloat 6s ease-in-out -2s infinite}.p3{left:37%;bottom:25%;animation:pulseFloat 7s ease-in-out -3s infinite}.floating-tag{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 21px;border-radius:18px;background:rgba(255,255,255,.76);border:1px solid rgba(8,13,26,.09);box-shadow:0 20px 48px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(20px);font-family:var(--font-accent);font-size:16px;font-weight:600;color:#141925;animation:tagFloat 6s ease-in-out infinite}.floating-tag i{font-style:normal;color:var(--red);font-size:18px}.tag-aiml{left:10%;top:12%;animation-delay:-1.5s}.tag-erp{right:18%;top:10%;animation-delay:-3s}.tag-automation{right:3%;top:31%;animation-delay:-.5s}.tag-iot{left:6%;bottom:26%;animation-delay:-2.7s}.tag-wms{left:49%;bottom:11%;animation-delay:-4s}.architecture-card{position:absolute;right:2%;z-index:5;width:310px;min-height:100px;padding:24px 25px;border-radius:20px;background:rgba(255,255,255,.82);border:1px solid rgba(8,13,26,.09);box-shadow:0 26px 64px rgba(8,13,26,.12),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(22px)}.architecture-card::before{content:"";position:absolute;right:15px;top:15px;width:7px;height:7px;border-radius:999px;background:var(--red);box-shadow:0 0 0 6px rgba(254,0,0,.06)}.card-kicker{display:block;margin-bottom:8px;font-family:var(--font-accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:var(--red)}.architecture-card strong{display:block;font-size:18px;letter-spacing:-.02em}.architecture-card small{display:block;margin-top:8px;color:#697282;font-size:14px}.card-backbone{top:45%}.card-signal{top:64%;animation-delay:-2s}.card-signal::after,.card-backbone::after{content:"▱";position:absolute;left:21px;top:27px;transform:translateX(-56px);width:42px;height:42px;border-radius:15px;display:grid;place-items:center;color:var(--red);background:rgba(255,241,242,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.home-proof-and-intro{position:relative;z-index:4;margin-top:-14px;padding:0 0 34px;background:linear-gradient(180deg,rgba(250,249,246,.82),#fff 62%)}.proof-strip{position:relative;z-index:6;width:min(1450px,calc(100% - 60px));display:grid;grid-template-columns:1.45fr repeat(4,1fr);align-items:center;min-height:110px;border-radius:28px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.10);box-shadow:0 24px 70px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(24px);overflow:hidden}.proof-strip::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,241,242,.65),transparent 36%,rgba(221,240,255,.28));pointer-events:none}.proof-intro,.proof-item{position:relative;padding:20px 28px}.proof-item{display:grid;grid-template-columns:42px 1fr;column-gap:16px;border-left:1px solid rgba(8,13,26,.10)}.proof-intro strong,.proof-intro span{display:block}.proof-intro strong{font-size:17px;letter-spacing:-.02em}.proof-intro span{margin-top:4px;color:#4F5866}.proof-icon{grid-row:span 2;width:42px;height:42px;display:grid;place-items:center;color:#6B7280;font-size:30px}.proof-item strong{font-size:25px;line-height:1;font-weight:400;letter-spacing:-.04em}.proof-item small{margin-top:5px;color:#77808F;font-size:13px}.intro-panel{width:min(1510px,calc(100% - 60px));margin-top:24px;display:grid;grid-template-columns:minmax(370px,.68fr) 1.32fr;gap:70px;padding:68px 70px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.70));border:1px solid rgba(8,13,26,.09);box-shadow:0 30px 90px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96);position:relative;overflow:hidden}.intro-panel::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(8,13,26,.10) .7px,transparent .7px);background-size:18px 18px;opacity:.18;mask-image:linear-gradient(90deg,transparent,#000 18%,transparent 92%)}.intro-copy,.intro-points{position:relative;z-index:2}.intro-copy .eyeline{display:flex;align-items:center;gap:10px;color:#5C6471}.intro-copy .eyeline i{width:6px;height:6px;border-radius:999px;background:var(--red);box-shadow:0 0 0 6px rgba(254,0,0,.08)}.intro-copy h2{margin:25px 0 0;font-size:clamp(36px,3vw,52px);line-height:1.14;font-weight:400;letter-spacing:-.045em}.intro-copy h2 span{color:var(--red)}.intro-copy p{margin:22px 0 28px;color:#596273;line-height:1.72;max-width:520px}.intro-points{display:grid;grid-template-columns:1fr 1fr;gap:0}.intro-points article{display:grid;grid-template-columns:72px 1fr;column-gap:22px;align-content:start;min-height:138px;padding:10px 34px 28px;border-bottom:1px solid rgba(8,13,26,.09)}.intro-points article:nth-child(odd){border-right:1px solid rgba(8,13,26,.09)}.intro-points article:nth-child(n+3){padding-top:32px;border-bottom:0}.intro-icon{grid-row:span 2;width:72px;height:72px;border-radius:20px;display:grid;place-items:center;color:var(--red);font-size:32px;background:linear-gradient(145deg,#fff,#FFF1F2);border:1px solid rgba(254,0,0,.09);box-shadow:0 18px 36px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.95)}.intro-points strong{font-size:17px;letter-spacing:-.02em}.intro-points span{margin-top:9px;color:#66707E;font-size:14px;line-height:1.55;max-width:330px}
@keyframes globeFloat{0%,100%{transform:translate(-50%,-50%) translateY(0) scale(1)}50%{transform:translate(-50%,-50%) translateY(-12px) scale(1.01)}}
@keyframes tagFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes pulseFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-16px) scale(1.08)}}
@keyframes orbitDrift{0%{opacity:.66}50%{opacity:1}100%{opacity:.66}}
@media (max-width:1180px){
  .home-v3 .desktop-nav.nav-v3{gap:11px}.home-v3 .nav-v3 .nav-link{font-size:13px}.home-v3 .btn-login,.home-v3 .search-btn{display:none}.hero-pro-inner{grid-template-columns:1fr;gap:0}.hero-pro-copy{padding-top:0}.hero-pro-title{max-width:900px}.hero-pro-text{max-width:720px}.hero-pro-visual{height:590px;margin-top:-10px}.hero-globe{width:min(690px,82vw)}.tag-aiml{left:18%;top:7%}.tag-erp{right:19%;top:8%}.tag-automation{right:10%;top:28%}.architecture-card{right:8%}.proof-strip{grid-template-columns:repeat(2,1fr);}.proof-intro{grid-column:1 / -1;border-bottom:1px solid rgba(8,13,26,.08)}.proof-item:nth-child(2n){border-left:0}.intro-panel{grid-template-columns:1fr;padding:54px 38px;gap:38px}.intro-copy p{max-width:740px}.intro-points article{padding-inline:18px}}
@media (max-width:760px){
  .home-v3 .site-header{top:10px}.home-v3 .nav-shell{width:calc(100% - 22px);padding:10px 12px;border:1px solid rgba(8,13,26,.08);border-radius:999px;background:rgba(255,255,255,.80);box-shadow:0 14px 34px rgba(8,13,26,.075);backdrop-filter:blur(20px)}.home-v3 .logo img{width:38px;height:38px}.home-v3 .logo span span{font-size:16px}.home-v3 .nav-actions-v3 .btn-primary,.home-v3 .btn-login,.home-v3 .search-btn{display:none}.home-v3 .hamburger{display:grid}.home-hero-pro{min-height:auto;padding:114px 0 24px}.hero-pro-inner{width:min(100% - 28px,1510px);min-height:auto}.hero-pro-eyebrow{font-size:9px;letter-spacing:.13em;height:auto;min-height:34px;padding:8px 13px}.hero-pro-title{font-size:clamp(46px,13vw,64px);line-height:1.02;letter-spacing:-.055em;margin-top:24px}.hero-pro-text{font-size:18px;margin-top:20px}.hero-pro-actions{align-items:stretch}.hero-pro-actions .btn{width:100%;min-height:54px}.capability-rail{margin-top:30px;overflow:auto;flex-wrap:nowrap;padding:0 0 10px}.capability-label{position:absolute;width:1px;height:1px;overflow:hidden}.capability-rail a{white-space:nowrap;border-right:0;background:rgba(255,255,255,.72);border:1px solid rgba(8,13,26,.08);border-radius:999px;padding:10px 14px;margin-right:8px;box-shadow:0 10px 24px rgba(8,13,26,.045)}.hero-pro-visual{height:430px;margin-top:10px}.hero-globe{width:520px;max-width:116vw}.orbit-field{inset:0 -80px}.orbit-line-a{width:610px;height:150px}.orbit-line-b{width:640px;height:200px}.floating-tag{min-height:38px;padding:0 13px;font-size:12px;border-radius:14px}.tag-aiml{left:2%;top:8%}.tag-erp{right:1%;top:9%}.tag-automation{right:0;top:30%}.tag-iot{left:0;bottom:28%}.tag-wms{left:42%;bottom:10%}.architecture-card{display:none}.proof-strip{width:min(100% - 28px,1450px);grid-template-columns:1fr;border-radius:24px}.proof-item{border-left:0;border-top:1px solid rgba(8,13,26,.08);grid-template-columns:38px 1fr;padding:18px 22px}.proof-intro{padding:22px}.intro-panel{width:min(100% - 28px,1510px);padding:34px 22px;border-radius:28px}.intro-copy h2{font-size:36px}.intro-points{grid-template-columns:1fr}.intro-points article,.intro-points article:nth-child(odd),.intro-points article:nth-child(n+3){grid-template-columns:58px 1fr;min-height:auto;padding:22px 0;border-right:0;border-bottom:1px solid rgba(8,13,26,.08)}.intro-points article:last-child{border-bottom:0}.intro-icon{width:58px;height:58px;border-radius:17px;font-size:25px}.intro-points span{max-width:none}}
@media (max-width:430px){.hero-pro-title{font-size:43px}.hero-pro-visual{height:375px}.hero-globe{width:480px}.floating-tag{font-size:11px}.tag-automation,.tag-iot{display:none}.proof-item strong{font-size:22px}}

/* v4 homepage refinement: replace hero globe with 3D model and move globe to blockchain section */
.hero-pro-visual{
  position:relative;
  height:660px;
  display:grid;
  place-items:center;
  overflow:visible;
}
.model-stage{
  position:relative;
  width:min(780px,100%);
  height:100%;
  display:grid;
  place-items:center;
}
.model-aura{
  position:absolute;
  width:580px;
  height:580px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.92) 0%,rgba(255,241,242,.75) 33%,rgba(221,240,255,.44) 60%,rgba(238,231,255,.18) 74%,transparent 100%);
  filter:blur(6px);
}
.model-backplate{
  position:absolute;
  inset:44px 58px 56px;
  border-radius:42px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.38));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 30px 80px rgba(8,13,26,.08), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(20px);
}
.model-backplate::before,
.model-backplate::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
}
.model-backplate::before{
  background-image:
    linear-gradient(rgba(8,13,26,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.05) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(circle at 50% 50%,#000 45%,transparent 92%);
  opacity:.38;
}
.model-backplate::after{
  background:radial-gradient(circle at 50% 50%,rgba(254,0,0,.09),transparent 40%);
}
.model-ring{
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  border:1px solid rgba(254,0,0,.17);
  transform:translate(-50%,-50%);
  box-shadow:0 0 0 1px rgba(255,255,255,.55) inset;
}
.ring-a{width:620px;height:188px;transform:translate(-50%,-50%) rotate(-9deg);animation:heroOrbit 18s linear infinite}
.ring-b{width:560px;height:560px;border-color:rgba(8,13,26,.065);animation:heroOrbitReverse 24s linear infinite}
.ring-c{width:420px;height:126px;border-color:rgba(255,107,112,.24);transform:translate(-50%,-50%) rotate(18deg);animation:heroOrbit 15s linear infinite}
.model-node{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:999px;
  background:#fff;
  border:2px solid rgba(254,0,0,.58);
  box-shadow:0 0 0 10px rgba(254,0,0,.06),0 10px 30px rgba(254,0,0,.20);
}
.node-1{left:24%;top:24%;animation:pulseFloat 6s ease-in-out infinite}
.node-2{right:20%;top:31%;animation:pulseFloat 7s ease-in-out -2s infinite}
.node-3{left:29%;bottom:27%;animation:pulseFloat 5.8s ease-in-out -1s infinite}
.node-4{right:30%;bottom:20%;animation:pulseFloat 6.4s ease-in-out -3s infinite}
.node-5{left:50%;top:19%;animation:pulseFloat 5s ease-in-out -2.5s infinite}
.isometric-stack{
  position:relative;
  width:380px;
  height:380px;
  display:grid;
  place-items:center;
  z-index:2;
  animation:heroModelFloat 7.5s ease-in-out infinite;
}
.iso-layer{
  position:absolute;
  left:50%;
  width:310px;
  height:310px;
  border-radius:52px;
  transform:translateX(-50%) rotate(45deg);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 18px 55px rgba(8,13,26,.08), inset 0 1px 0 rgba(255,255,255,.96);
}
.layer-1{top:88px;background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(244,248,255,.32));}
.layer-2{top:60px;width:274px;height:274px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,243,244,.46));}
.layer-3{top:30px;width:230px;height:230px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,245,246,.76));box-shadow:0 26px 60px rgba(254,0,0,.10), inset 0 1px 0 rgba(255,255,255,.98)}
.layer-4{top:8px;width:168px;height:168px;background:linear-gradient(180deg,rgba(255,249,249,.98),rgba(255,234,236,.90));border-color:rgba(254,0,0,.12);box-shadow:0 18px 45px rgba(254,0,0,.14), inset 0 1px 0 rgba(255,255,255,.98)}
.iso-core{
  position:absolute;
  top:75px;
  left:50%;
  transform:translateX(-50%);
  width:176px;
  height:176px;
  border-radius:40px;
  background:linear-gradient(180deg,#fff 0%,#FFF7F7 56%,#FFF0F2 100%);
  border:1px solid rgba(254,0,0,.15);
  box-shadow:0 30px 76px rgba(254,0,0,.18),0 14px 26px rgba(8,13,26,.08), inset 0 1px 0 rgba(255,255,255,.98);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.iso-core::before{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:30px;
  background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.96),rgba(255,241,242,.52) 56%,transparent 92%);
  border:1px solid rgba(254,0,0,.09);
}
.iso-core-ring{
  position:absolute;
  width:120px;
  height:120px;
  border-radius:30px;
  transform:rotate(45deg);
  border:1px solid rgba(254,0,0,.12);
  box-shadow:0 0 0 16px rgba(255,255,255,.40),0 0 0 40px rgba(254,0,0,.04);
}
.iso-core img{position:relative;z-index:2;width:64px;filter:drop-shadow(0 14px 24px rgba(254,0,0,.20))}
.iso-core span{position:absolute;left:0;right:0;bottom:18px;z-index:2;text-align:center;font-family:var(--font-accent);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ruby)}
.hero-float-card{
  position:absolute;
  z-index:5;
  width:270px;
  min-height:98px;
  padding:22px 22px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(8,13,26,.09);
  box-shadow:0 22px 60px rgba(8,13,26,.10), inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter:blur(20px);
}
.hero-float-card::before{
  content:"";
  position:absolute;
  left:18px;
  top:22px;
  width:42px;
  height:42px;
  border-radius:15px;
  background:linear-gradient(145deg,#FFF6F6,#FFF1F2);
  border:1px solid rgba(254,0,0,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
}
.hero-float-card::after{
  position:absolute;
  left:31px;
  top:34px;
  color:var(--red);
  font-size:18px;
}
.card-performance::after{content:"✦"}
.card-security::after{content:"◌"}
.card-orchestration::after{content:"↻"}
.hero-float-card .card-kicker{padding-left:58px;margin-bottom:10px}
.hero-float-card strong{display:block;padding-left:58px;font-size:20px;line-height:1.14;letter-spacing:-.03em;color:#131824}
.hero-float-card small{display:block;padding-left:58px;margin-top:8px;color:#697282;font-size:13px;line-height:1.45}
.card-performance{left:2%;top:40px}
.card-security{right:0;top:134px}
.card-orchestration{right:6%;bottom:50px}
.floating-tag{min-height:46px;padding:0 19px;border-radius:17px}
.tag-aiml{left:16%;top:88px}
.tag-erp{right:18%;top:42px}
.tag-automation{right:8%;top:286px}
.tag-iot{left:12%;bottom:132px}
.tag-wms{left:49%;bottom:28px}
.blockchain-visual{isolation:isolate}
.section-globe{
  position:absolute;
  left:50%;
  top:50%;
  width:min(520px,92%);
  transform:translate(-50%,-50%);
  opacity:.26;
  filter:drop-shadow(0 24px 50px rgba(8,13,26,.08));
  z-index:0;
  animation:globeSectionFloat 8s ease-in-out infinite;
}
.blockchain-canvas,.node-label,.verified-pill{z-index:1;position:absolute}
.verified-pill{z-index:2}
@keyframes heroModelFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes heroOrbit{0%{transform:translate(-50%,-50%) rotate(-9deg)}100%{transform:translate(-50%,-50%) rotate(351deg)}}
@keyframes heroOrbitReverse{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes globeSectionFloat{0%,100%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}

@media (max-width:1180px){
  .hero-pro-visual{height:620px;margin-top:6px}
  .model-stage{width:min(740px,100%)}
  .model-backplate{inset:54px 60px 60px}
  .card-performance{left:6%;top:30px}
  .card-security{right:5%;top:118px}
  .card-orchestration{right:10%;bottom:40px}
  .tag-aiml{left:20%;top:66px}
  .tag-erp{right:16%;top:26px}
  .tag-iot{left:11%;bottom:120px}
  .tag-wms{left:50%;bottom:18px}
}
@media (max-width:760px){
  .hero-pro-visual{height:490px;margin-top:18px}
  .model-stage{width:100%}
  .model-aura{width:360px;height:360px}
  .model-backplate{inset:26px 6px 42px;border-radius:28px}
  .model-backplate::before{background-size:34px 34px}
  .ring-a{width:360px;height:110px}
  .ring-b{width:318px;height:318px}
  .ring-c{width:260px;height:80px}
  .isometric-stack{width:250px;height:250px}
  .iso-layer{width:205px;height:205px;border-radius:30px}
  .layer-1{top:70px}.layer-2{top:48px;width:182px;height:182px}.layer-3{top:25px;width:150px;height:150px}.layer-4{top:9px;width:112px;height:112px}
  .iso-core{top:58px;width:122px;height:122px;border-radius:28px}
  .iso-core::before{inset:12px;border-radius:20px}
  .iso-core-ring{width:76px;height:76px;border-radius:18px;box-shadow:0 0 0 10px rgba(255,255,255,.40),0 0 0 24px rgba(254,0,0,.04)}
  .iso-core img{width:44px}.iso-core span{font-size:9px;bottom:11px;letter-spacing:.11em}
  .hero-float-card{width:200px;padding:16px 16px 14px;border-radius:18px}
  .hero-float-card::before{left:14px;top:16px;width:34px;height:34px;border-radius:12px}
  .hero-float-card::after{left:24px;top:24px;font-size:14px}
  .hero-float-card .card-kicker,.hero-float-card strong,.hero-float-card small{padding-left:45px}
  .hero-float-card strong{font-size:15px}
  .hero-float-card small{font-size:11px;line-height:1.35}
  .card-performance{left:0;top:22px}
  .card-security{right:0;top:88px}
  .card-orchestration{right:8px;bottom:28px}
  .floating-tag{min-height:38px;padding:0 12px;font-size:12px;border-radius:14px;gap:9px}
  .floating-tag i{font-size:14px}
  .tag-aiml{left:10px;top:4px}
  .tag-erp{right:6px;top:0}
  .tag-automation{right:0;top:224px}
  .tag-iot{left:2px;bottom:88px}
  .tag-wms{left:42%;bottom:6px}
  .section-globe{width:min(360px,86%);opacity:.22}
}
@media (max-width:430px){
  .hero-pro-visual{height:420px}
  .hero-float-card{width:170px}
  .hero-float-card strong{font-size:14px}
  .card-performance,.card-security{display:none}
  .tag-automation,.tag-iot{display:none}
  .tag-wms{left:auto;right:12px;bottom:4px}
}

/* v5 homepage hero: more futuristic 3D neural engine */
.hero-visual-v6{
  position:relative;
  height:690px;
  display:grid;
  place-items:center;
  overflow:visible;
  perspective:1600px;
  isolation:isolate;
}
.future-scene{
  position:relative;
  width:min(820px,100%);
  height:100%;
  display:grid;
  place-items:center;
}
.scene-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(24px);
  pointer-events:none;
}
.scene-glow-a{
  width:660px;height:660px;
  background:radial-gradient(circle,rgba(255,255,255,.95) 0%,rgba(255,240,242,.76) 32%,rgba(221,240,255,.40) 58%,rgba(238,231,255,.22) 72%,transparent 100%);
}
.scene-glow-b{
  width:420px;height:420px;bottom:86px;
  background:radial-gradient(circle,rgba(254,0,0,.14),transparent 68%);
}
.scene-grid-floor{
  position:absolute;
  left:50%;
  bottom:56px;
  width:620px;
  height:280px;
  transform:translateX(-50%) perspective(900px) rotateX(72deg);
  border-radius:50%;
  background-image:
    linear-gradient(rgba(254,0,0,.18) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.08) 1px,transparent 1px);
  background-size:34px 34px;
  opacity:.72;
  mask-image:radial-gradient(circle at 50% 50%,#000 42%,transparent 88%);
}
.scene-halo{
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(254,0,0,.15);
  box-shadow:0 0 0 1px rgba(255,255,255,.42) inset;
}
.halo-a{width:660px;height:210px;transform:translate(-50%,-50%) rotate(-9deg);animation:futureHaloSpin 20s linear infinite}
.halo-b{width:560px;height:560px;border-color:rgba(8,13,26,.07);animation:futureHaloReverse 24s linear infinite}
.halo-c{width:420px;height:130px;border-color:rgba(255,107,112,.22);transform:translate(-50%,-50%) rotate(18deg);animation:futureHaloSpinSoft 16s linear infinite}
.scene-node{
  position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid rgba(254,0,0,.65);
  box-shadow:0 0 0 10px rgba(254,0,0,.06),0 10px 26px rgba(254,0,0,.18);
}
.scene-node-1{left:17%;top:17%;animation:pulseFloat 6.2s ease-in-out infinite}
.scene-node-2{right:17%;top:24%;animation:pulseFloat 5.4s ease-in-out -2s infinite}
.scene-node-3{left:24%;bottom:24%;animation:pulseFloat 7s ease-in-out -1.2s infinite}
.scene-node-4{right:25%;bottom:16%;animation:pulseFloat 6.4s ease-in-out -3.1s infinite}
.scene-node-5{left:50%;top:12%;animation:pulseFloat 5s ease-in-out -2.4s infinite}
.scene-node-6{left:52%;bottom:10%;animation:pulseFloat 6.6s ease-in-out -1.6s infinite}
.hero-model-wrap{
  position:relative;
  width:420px;
  height:420px;
  transform-style:preserve-3d;
  animation:futureModelFloat 8s ease-in-out infinite;
  z-index:2;
}
.energy-column{
  position:absolute;
  left:50%;top:48px;bottom:92px;
  width:14px;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(254,0,0,.55),rgba(255,255,255,.12));
  filter:blur(1px);
  box-shadow:0 0 42px rgba(254,0,0,.26),0 0 92px rgba(254,0,0,.16);
}
.platform-shadow{
  position:absolute;
  left:50%;bottom:72px;
  width:340px;height:74px;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(8,13,26,.17),transparent 70%);
  filter:blur(22px);
}
.platform-ring{
  position:absolute;left:50%;bottom:95px;border-radius:50%;transform:translateX(-50%);
  border:1px solid rgba(254,0,0,.18);background:rgba(255,255,255,.25);backdrop-filter:blur(10px);
  box-shadow:0 0 0 1px rgba(255,255,255,.6) inset;
}
.ring-base{width:298px;height:90px;animation:futurePulse 4.2s ease-in-out infinite}
.ring-mid{width:246px;height:74px;bottom:104px;border-color:rgba(255,107,112,.26);animation:futurePulse 4.2s ease-in-out -1.3s infinite}
.ring-top{width:184px;height:56px;bottom:114px;border-color:rgba(8,13,26,.09);animation:futurePulse 4.2s ease-in-out -2.4s infinite}
.hero-model-cube{
  position:absolute;
  left:50%;top:50%;
  width:212px;height:212px;
  transform:translate(-50%,-53%) rotateX(58deg) rotateZ(45deg);
  transform-style:preserve-3d;
}
.cube-face{
  position:absolute;inset:0;border-radius:34px;
  border:1px solid rgba(254,0,0,.18);
  box-shadow:0 16px 52px rgba(8,13,26,.08), inset 0 1px 0 rgba(255,255,255,.96);
}
.face-top{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,243,244,.84));
}
.face-left{
  transform-origin:left center;
  transform:rotateY(-90deg) translateX(-106px);
  background:linear-gradient(180deg,rgba(255,247,248,.96),rgba(255,227,231,.82));
}
.face-right{
  transform-origin:right center;
  transform:rotateX(90deg) translateY(106px);
  background:linear-gradient(180deg,rgba(248,251,255,.92),rgba(237,242,249,.80));
}
.cube-core{
  position:absolute;left:50%;top:50%;width:148px;height:148px;border-radius:38px;transform:translate(-50%,-50%) rotateZ(-45deg);
  background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.98),rgba(255,245,246,.82) 50%,rgba(255,233,236,.94) 100%);
  border:1px solid rgba(254,0,0,.16);
  box-shadow:0 28px 72px rgba(254,0,0,.18), inset 0 1px 0 rgba(255,255,255,.96);
}
.cube-core::before{
  content:"";position:absolute;inset:14px;border-radius:30px;border:1px solid rgba(254,0,0,.10);
  background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.95),rgba(255,241,242,.42) 60%,transparent 100%);
}
.core-orbit{
  position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(254,0,0,.18);
}
.orbit-x{width:116px;height:42px;animation:futureHaloSpin 9s linear infinite}
.orbit-y{width:116px;height:42px;transform:translate(-50%,-50%) rotate(60deg);animation:futureHaloReverse 11s linear infinite}
.orbit-z{width:116px;height:42px;transform:translate(-50%,-50%) rotate(-60deg);animation:futureHaloSpinSoft 8s linear infinite}
.core-center{
  position:absolute;left:50%;top:50%;width:84px;height:84px;border-radius:26px;transform:translate(-50%,-50%);
  display:grid;place-items:center;text-align:center;z-index:2;
  background:linear-gradient(180deg,#fff,#FFF3F4);
  border:1px solid rgba(254,0,0,.12);
  box-shadow:0 16px 34px rgba(254,0,0,.12), inset 0 1px 0 rgba(255,255,255,.98);
}
.core-center img{width:38px;filter:drop-shadow(0 10px 18px rgba(254,0,0,.18))}
.core-center small{position:absolute;left:50%;bottom:-28px;transform:translateX(-50%);width:max-content;font-family:var(--font-accent);font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ruby)}
.mini-cube{
  position:absolute;width:78px;height:78px;transform-style:preserve-3d;
}
.mini-cube span{position:absolute;inset:0;border-radius:20px;border:1px solid rgba(254,0,0,.16);box-shadow:0 10px 24px rgba(8,13,26,.06), inset 0 1px 0 rgba(255,255,255,.95)}
.mini-cube span:nth-child(1){background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,244,246,.78))}
.mini-cube span:nth-child(2){background:linear-gradient(180deg,rgba(255,248,249,.88),rgba(255,230,233,.74));transform:rotateY(-90deg) translateX(-39px)}
.mini-cube span:nth-child(3){background:linear-gradient(180deg,rgba(248,251,255,.88),rgba(235,241,248,.76));transform:rotateX(90deg) translateY(39px)}
.mini-cube-a{left:-16px;top:112px;transform:rotateX(58deg) rotateZ(45deg);animation:miniFloatA 6s ease-in-out infinite}
.mini-cube-b{right:-10px;top:82px;transform:rotateX(58deg) rotateZ(45deg) scale(.84);animation:miniFloatB 7s ease-in-out -2s infinite}
.mini-cube-c{left:42px;bottom:92px;transform:rotateX(58deg) rotateZ(45deg) scale(.7);animation:miniFloatC 5.8s ease-in-out -1.6s infinite}
.hero-panel{
  position:absolute;z-index:4;width:280px;min-height:102px;padding:20px 22px;border-radius:24px;
  background:rgba(255,255,255,.84);border:1px solid rgba(8,13,26,.09);
  box-shadow:0 22px 60px rgba(8,13,26,.10), inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(20px);
}
.hero-panel::before{content:"";position:absolute;left:18px;top:18px;width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,#FFF8F8,#FFF0F2);border:1px solid rgba(254,0,0,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.95)}
.hero-panel::after{position:absolute;left:29px;top:28px;color:var(--red);font-size:17px}
.panel-sync::after{content:"✦"}
.panel-trust::after{content:"◌"}
.panel-speed::after{content:"↻"}
.hero-panel .card-kicker,.hero-panel strong,.hero-panel small{padding-left:52px}
.hero-panel strong{display:block;font-size:20px;line-height:1.14;letter-spacing:-.03em;color:#121722}
.hero-panel small{display:block;margin-top:8px;color:#697282;font-size:13px;line-height:1.45}
.panel-sync{left:2%;top:52px}
.panel-trust{right:0;top:148px}
.panel-speed{right:8%;bottom:48px}
.hero-visual-v6 .floating-tag{z-index:5;min-height:46px;padding:0 19px;border-radius:18px}
.hero-visual-v6 .tag-aiml{left:14%;top:52px}
.hero-visual-v6 .tag-erp{right:18%;top:18px}
.hero-visual-v6 .tag-automation{right:6%;top:292px}
.hero-visual-v6 .tag-iot{left:10%;bottom:128px}
.hero-visual-v6 .tag-wms{left:56%;bottom:10px}
.section-globe{position:absolute;left:50%;top:50%;width:min(520px,92%);transform:translate(-50%,-50%);opacity:.26;filter:drop-shadow(0 24px 50px rgba(8,13,26,.08));z-index:0;animation:globeSectionFloat 8s ease-in-out infinite}
@keyframes futureModelFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes futureHaloSpin{0%{transform:translate(-50%,-50%) rotate(-9deg)}100%{transform:translate(-50%,-50%) rotate(351deg)}}
@keyframes futureHaloReverse{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes futureHaloSpinSoft{0%{transform:translate(-50%,-50%) rotate(18deg)}100%{transform:translate(-50%,-50%) rotate(378deg)}}
@keyframes futurePulse{0%,100%{opacity:.55;transform:translateX(-50%) scale(1)}50%{opacity:1;transform:translateX(-50%) scale(1.06)}}
@keyframes miniFloatA{0%,100%{transform:rotateX(58deg) rotateZ(45deg) translateY(0)}50%{transform:rotateX(58deg) rotateZ(45deg) translateY(-12px)}}
@keyframes miniFloatB{0%,100%{transform:rotateX(58deg) rotateZ(45deg) scale(.84) translateY(0)}50%{transform:rotateX(58deg) rotateZ(45deg) scale(.84) translateY(-14px)}}
@keyframes miniFloatC{0%,100%{transform:rotateX(58deg) rotateZ(45deg) scale(.7) translateY(0)}50%{transform:rotateX(58deg) rotateZ(45deg) scale(.7) translateY(-10px)}}

@media (max-width:1180px){
  .hero-visual-v6{height:640px}
  .future-scene{width:min(760px,100%)}
  .panel-sync{left:5%;top:34px}
  .panel-trust{right:4%;top:134px}
  .panel-speed{right:10%;bottom:44px}
  .hero-visual-v6 .tag-aiml{left:17%;top:32px}
  .hero-visual-v6 .tag-erp{right:16%;top:4px}
}
@media (max-width:760px){
  .hero-visual-v6{height:510px;margin-top:18px}
  .future-scene{width:100%}
  .scene-glow-a{width:380px;height:380px}.scene-glow-b{width:260px;height:260px;bottom:90px}
  .scene-grid-floor{width:340px;height:150px;bottom:44px;background-size:22px 22px}
  .halo-a{width:390px;height:126px}.halo-b{width:320px;height:320px}.halo-c{width:250px;height:78px}
  .hero-model-wrap{width:270px;height:270px}
  .energy-column{top:32px;bottom:60px;width:9px}
  .platform-shadow{width:220px;height:46px;bottom:52px}
  .platform-ring{bottom:60px}.ring-base{width:188px;height:58px}.ring-mid{width:152px;height:46px;bottom:66px}.ring-top{width:118px;height:36px;bottom:72px}
  .hero-model-cube{width:136px;height:136px}
  .face-left{transform:rotateY(-90deg) translateX(-68px)}
  .face-right{transform:rotateX(90deg) translateY(68px)}
  .cube-face{border-radius:22px}
  .cube-core{width:96px;height:96px;border-radius:24px}.cube-core::before{inset:10px;border-radius:18px}
  .orbit-x,.orbit-y,.orbit-z{width:74px;height:26px}.core-center{width:54px;height:54px;border-radius:16px}.core-center img{width:24px}.core-center small{font-size:8px;bottom:-22px}
  .mini-cube{width:44px;height:44px}.mini-cube span{border-radius:12px}.mini-cube span:nth-child(2){transform:rotateY(-90deg) translateX(-22px)}.mini-cube span:nth-child(3){transform:rotateX(90deg) translateY(22px)}
  .mini-cube-a{left:8px;top:82px}.mini-cube-b{right:10px;top:64px}.mini-cube-c{left:22px;bottom:76px}
  .hero-panel{width:204px;min-height:88px;padding:16px 16px 14px;border-radius:18px}
  .hero-panel::before{left:14px;top:14px;width:32px;height:32px;border-radius:12px}
  .hero-panel::after{left:23px;top:21px;font-size:14px}
  .hero-panel .card-kicker,.hero-panel strong,.hero-panel small{padding-left:42px}
  .hero-panel strong{font-size:15px}.hero-panel small{font-size:11px;line-height:1.35}
  .panel-sync{left:0;top:16px}.panel-trust{right:0;top:90px}.panel-speed{right:4px;bottom:24px}
  .hero-visual-v6 .floating-tag{min-height:38px;padding:0 12px;border-radius:14px;font-size:12px;gap:8px}.hero-visual-v6 .floating-tag i{font-size:14px}
  .hero-visual-v6 .tag-aiml{left:2px;top:2px}.hero-visual-v6 .tag-erp{right:0;top:0}.hero-visual-v6 .tag-automation{right:0;top:222px}.hero-visual-v6 .tag-iot{left:0;bottom:88px}.hero-visual-v6 .tag-wms{left:44%;bottom:-2px}
}
@media (max-width:430px){
  .hero-visual-v6{height:430px}
  .panel-sync,.panel-trust{display:none}
  .panel-speed{width:172px;right:4px;bottom:18px}
  .panel-speed strong{font-size:14px}
  .hero-visual-v6 .tag-automation,.hero-visual-v6 .tag-iot{display:none}
  .hero-visual-v6 .tag-wms{left:auto;right:10px;bottom:-2px}
}

/* v5 final homepage hero: quantum 3D engine */
.hero-visual-quantum{
  position:relative;
  height:700px;
  display:grid;
  place-items:center;
  overflow:visible;
  isolation:isolate;
}
.quantum-stage{
  position:relative;
  width:min(840px,100%);
  height:100%;
  display:grid;
  place-items:center;
}
.quantum-bg-panel{
  position:absolute;
  inset:42px 56px 54px;
  border-radius:42px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.34));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 30px 86px rgba(8,13,26,.08), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(20px);
}
.quantum-bg-panel::before{
  content:"";position:absolute;inset:0;border-radius:inherit;
  background-image:linear-gradient(rgba(8,13,26,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(8,13,26,.045) 1px,transparent 1px);
  background-size:42px 42px;opacity:.45;mask-image:radial-gradient(circle at 50% 55%,#000 36%,transparent 88%);
}
.quantum-bg-panel::after{
  content:"";position:absolute;inset:0;border-radius:inherit;
  background:radial-gradient(circle at 50% 45%,rgba(254,0,0,.10),transparent 34%),radial-gradient(circle at 50% 100%,rgba(221,240,255,.24),transparent 40%);
}
.quantum-halo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;filter:blur(10px)}
.halo-red{width:660px;height:660px;background:radial-gradient(circle,rgba(255,241,242,.95),rgba(254,0,0,.08) 42%,transparent 72%)}
.halo-blue{width:560px;height:560px;background:radial-gradient(circle,rgba(221,240,255,.50),transparent 72%)}
.quantum-grid-floor{
  position:absolute;left:50%;bottom:46px;transform:translateX(-50%) perspective(1000px) rotateX(76deg);
  width:620px;height:260px;border-radius:50%;
  background-image:linear-gradient(rgba(254,0,0,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(8,13,26,.08) 1px,transparent 1px);
  background-size:28px 28px;opacity:.75;mask-image:radial-gradient(circle at 50% 50%,#000 40%,transparent 86%);
}
.energy-orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(254,0,0,.15);box-shadow:0 0 0 1px rgba(255,255,255,.45) inset}
.energy-orbit.orbit-x{width:620px;height:190px;transform:translate(-50%,-50%) rotate(-12deg);animation:quantumSpinX 18s linear infinite}
.energy-orbit.orbit-y{width:520px;height:520px;border-color:rgba(8,13,26,.07);animation:quantumSpinY 24s linear infinite}
.energy-orbit.orbit-z{width:410px;height:126px;border-color:rgba(255,107,112,.24);transform:translate(-50%,-50%) rotate(18deg);animation:quantumSpinZ 16s linear infinite}
.energy-orbit.orbit-wide{width:740px;height:240px;border-color:rgba(255,255,255,.8);box-shadow:0 0 42px rgba(255,255,255,.75);transform:translate(-50%,-50%) rotate(9deg);animation:quantumSpinWide 26s linear infinite}
.quantum-engine{position:relative;width:430px;height:430px;transform-style:preserve-3d;z-index:2;animation:quantumFloat 8s ease-in-out infinite}
.engine-shadow{position:absolute;left:50%;bottom:66px;width:330px;height:78px;transform:translateX(-50%);background:radial-gradient(circle,rgba(8,13,26,.16),transparent 70%);filter:blur(22px)}
.data-column{position:absolute;top:44px;bottom:104px;width:18px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}
.column-left{left:42px}.column-right{right:42px}
.data-column span{display:block;width:100%;height:16px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(254,0,0,.65),rgba(255,255,255,.12));box-shadow:0 0 20px rgba(254,0,0,.16)}
.cube-system{position:absolute;inset:0;display:grid;place-items:center;transform-style:preserve-3d}
.cube-scene{position:absolute;width:170px;height:170px;transform-style:preserve-3d}
.cube-scene.cube-primary{transform:rotateX(-24deg) rotateY(36deg)}
.cube-mini{width:74px;height:74px;opacity:.92}
.cube-mini-a{left:34px;top:118px;transform:rotateX(-24deg) rotateY(36deg);animation:miniCubeA 6s ease-in-out infinite}
.cube-mini-b{right:26px;top:92px;transform:rotateX(-24deg) rotateY(-34deg);animation:miniCubeB 6.8s ease-in-out -2s infinite}
.cube-mini-c{left:78px;bottom:100px;transform:rotateX(-20deg) rotateY(30deg) scale(.82);animation:miniCubeC 5.6s ease-in-out -1s infinite}
.cube-face{position:absolute;inset:0;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,244,246,.78));border:1px solid rgba(254,0,0,.16);box-shadow:0 18px 40px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96)}
.cube-front{transform:translateZ(85px);display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,241,243,.82))}
.cube-front img{width:58px;filter:drop-shadow(0 14px 24px rgba(254,0,0,.18))}
.cube-back{transform:rotateY(180deg) translateZ(85px);background:linear-gradient(180deg,rgba(249,252,255,.86),rgba(238,244,251,.74))}
.cube-right{transform:rotateY(90deg) translateZ(85px);background:linear-gradient(180deg,rgba(255,246,248,.88),rgba(255,226,230,.72))}
.cube-left{transform:rotateY(-90deg) translateZ(85px);background:linear-gradient(180deg,rgba(250,252,255,.88),rgba(232,239,248,.74))}
.cube-top{transform:rotateX(90deg) translateZ(85px);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,246,247,.82))}
.cube-bottom{transform:rotateX(-90deg) translateZ(85px);background:linear-gradient(180deg,rgba(247,250,255,.78),rgba(227,234,244,.64))}
.core-badge{position:absolute;left:50%;bottom:44px;transform:translateX(-50%);padding:14px 18px;border-radius:999px;background:rgba(255,255,255,.8);border:1px solid rgba(8,13,26,.08);box-shadow:0 20px 46px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96);text-align:center;backdrop-filter:blur(18px)}
.core-badge strong{display:block;font-family:var(--font-accent);font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#161B26}
.core-badge span{display:block;margin-top:4px;font-size:12px;color:#707988}
.holo-ribbon{position:absolute;left:50%;width:520px;height:52px;transform:translateX(-50%);display:flex;justify-content:space-between;align-items:center;pointer-events:none}
.ribbon-top{top:138px}.ribbon-bottom{bottom:142px}
.holo-ribbon span{display:block;width:74px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(254,0,0,.8),transparent);filter:blur(.2px);box-shadow:0 0 16px rgba(254,0,0,.24)}
.quantum-card{position:absolute;z-index:4;width:256px;min-height:94px;padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.84);border:1px solid rgba(8,13,26,.09);box-shadow:0 22px 60px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(20px)}
.quantum-card::before{content:"";position:absolute;left:18px;top:18px;width:38px;height:38px;border-radius:14px;background:linear-gradient(145deg,#FFF8F8,#FFF0F2);border:1px solid rgba(254,0,0,.09)}
.quantum-card::after{position:absolute;left:29px;top:27px;color:var(--red);font-size:16px}
.card-ai::after{content:"✦"}.card-chain::after{content:"◇"}.card-cloud::after{content:"☁"}.card-flow::after{content:"↻"}
.quantum-card .card-kicker,.quantum-card strong,.quantum-card small{padding-left:50px}.quantum-card strong{display:block;font-size:18px;line-height:1.14;letter-spacing:-.03em;color:#131824}.quantum-card small{display:block;margin-top:7px;color:#697282;font-size:13px;line-height:1.4}
.card-ai{left:0;top:50px}.card-chain{right:2%;top:132px}.card-cloud{left:4%;bottom:114px}.card-flow{right:6%;bottom:38px}
.spark{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 7px rgba(254,0,0,.07),0 0 18px rgba(254,0,0,.18)}
.s1{left:18%;top:20%;animation:tagFloat 6s ease-in-out infinite}.s2{right:21%;top:20%;animation:tagFloat 7s ease-in-out -2s infinite}.s3{left:26%;top:50%;animation:tagFloat 5s ease-in-out -1.4s infinite}.s4{right:27%;top:54%;animation:tagFloat 6.6s ease-in-out -2.6s infinite}.s5{left:34%;bottom:20%;animation:tagFloat 5.8s ease-in-out -3.1s infinite}.s6{right:33%;bottom:17%;animation:tagFloat 6.2s ease-in-out -.8s infinite}
.hero-visual-quantum .floating-tag{z-index:6;min-height:46px;padding:0 19px;border-radius:18px}
.hero-visual-quantum .tag-aiml{left:14%;top:54px}.hero-visual-quantum .tag-erp{right:17%;top:16px}.hero-visual-quantum .tag-automation{right:5%;top:296px}.hero-visual-quantum .tag-iot{left:8%;bottom:130px}.hero-visual-quantum .tag-wms{left:56%;bottom:10px}
@keyframes quantumFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}
@keyframes quantumSpinX{0%{transform:translate(-50%,-50%) rotate(-12deg)}100%{transform:translate(-50%,-50%) rotate(348deg)}}
@keyframes quantumSpinY{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes quantumSpinZ{0%{transform:translate(-50%,-50%) rotate(18deg)}100%{transform:translate(-50%,-50%) rotate(378deg)}}
@keyframes quantumSpinWide{0%{transform:translate(-50%,-50%) rotate(9deg)}100%{transform:translate(-50%,-50%) rotate(-351deg)}}
@keyframes miniCubeA{0%,100%{transform:rotateX(-24deg) rotateY(36deg) translateY(0)}50%{transform:rotateX(-24deg) rotateY(36deg) translateY(-14px)}}
@keyframes miniCubeB{0%,100%{transform:rotateX(-24deg) rotateY(-34deg) translateY(0)}50%{transform:rotateX(-24deg) rotateY(-34deg) translateY(-12px)}}
@keyframes miniCubeC{0%,100%{transform:rotateX(-20deg) rotateY(30deg) scale(.82) translateY(0)}50%{transform:rotateX(-20deg) rotateY(30deg) scale(.82) translateY(-10px)}}
@media (max-width:1180px){
  .hero-visual-quantum{height:650px}
  .card-ai{left:3%;top:28px}.card-chain{right:4%;top:120px}.card-flow{right:10%;bottom:36px}
  .hero-visual-quantum .tag-aiml{left:17%;top:34px}.hero-visual-quantum .tag-erp{right:15%;top:4px}
}
@media (max-width:760px){
  .hero-visual-quantum{height:520px;margin-top:18px}
  .quantum-stage{width:100%}.quantum-bg-panel{inset:28px 6px 42px;border-radius:28px}.quantum-bg-panel::before{background-size:28px 28px}
  .halo-red{width:390px;height:390px}.halo-blue{width:320px;height:320px}.quantum-grid-floor{width:340px;height:140px;bottom:36px;background-size:20px 20px}
  .energy-orbit.orbit-x{width:390px;height:118px}.energy-orbit.orbit-y{width:320px;height:320px}.energy-orbit.orbit-z{width:240px;height:74px}.energy-orbit.orbit-wide{width:430px;height:142px}
  .quantum-engine{width:270px;height:270px}.engine-shadow{width:210px;height:46px;bottom:46px}.data-column{top:30px;bottom:70px;width:10px}.data-column span{height:10px}.column-left{left:18px}.column-right{right:18px}
  .cube-scene.cube-primary{width:108px;height:108px}.cube-mini{width:46px;height:46px}.cube-front,.cube-back,.cube-right,.cube-left,.cube-top,.cube-bottom{border-radius:16px}.cube-front{transform:translateZ(54px)}.cube-back{transform:rotateY(180deg) translateZ(54px)}.cube-right{transform:rotateY(90deg) translateZ(54px)}.cube-left{transform:rotateY(-90deg) translateZ(54px)}.cube-top{transform:rotateX(90deg) translateZ(54px)}.cube-bottom{transform:rotateX(-90deg) translateZ(54px)}.cube-front img{width:34px}
  .cube-mini-a{left:12px;top:82px}.cube-mini-b{right:12px;top:66px}.cube-mini-c{left:42px;bottom:72px}
  .core-badge{bottom:18px;padding:10px 14px}.core-badge strong{font-size:11px}.core-badge span{font-size:10px}
  .holo-ribbon{width:300px;height:34px}.ribbon-top{top:108px}.ribbon-bottom{bottom:104px}.holo-ribbon span{width:42px}
  .quantum-card{width:206px;min-height:86px;padding:15px 16px 14px;border-radius:18px}.quantum-card::before{left:14px;top:14px;width:32px;height:32px;border-radius:12px}.quantum-card::after{left:23px;top:21px;font-size:14px}.quantum-card .card-kicker,.quantum-card strong,.quantum-card small{padding-left:42px}.quantum-card strong{font-size:15px}.quantum-card small{font-size:11px;line-height:1.35}
  .card-ai{left:0;top:14px}.card-chain{right:0;top:88px}.card-cloud{display:none}.card-flow{right:4px;bottom:18px}
  .hero-visual-quantum .floating-tag{min-height:38px;padding:0 12px;border-radius:14px;font-size:12px;gap:8px}.hero-visual-quantum .floating-tag i{font-size:14px}.hero-visual-quantum .tag-aiml{left:0;top:2px}.hero-visual-quantum .tag-erp{right:0;top:0}.hero-visual-quantum .tag-automation{right:0;top:220px}.hero-visual-quantum .tag-iot{left:0;bottom:86px}.hero-visual-quantum .tag-wms{left:44%;bottom:-4px}
}
@media (max-width:430px){
  .hero-visual-quantum{height:430px}
  .card-ai,.card-chain{display:none}
  .card-flow{width:170px;right:2px;bottom:12px}
  .card-flow strong{font-size:14px}
  .hero-visual-quantum .tag-automation,.hero-visual-quantum .tag-iot{display:none}
  .hero-visual-quantum .tag-wms{left:auto;right:8px;bottom:-6px}
}

/* v5: Super-premium futuristic 3D Quantum Intelligence Engine hero */
.hero-visual-quantum{
  position:relative!important;
  height:720px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  isolation:isolate;
  perspective:1800px;
  --mx:0;
  --my:0;
}
.quantum-stage{
  position:relative;
  width:min(860px,100%);
  height:100%;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  transform:rotateX(calc(var(--my) * -4deg)) rotateY(calc(var(--mx) * 5deg));
  transition:transform .25s ease-out;
}
.quantum-bg-panel{
  position:absolute;
  inset:32px 38px 54px;
  border-radius:46px;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.92),rgba(255,241,242,.64) 34%,rgba(221,240,255,.24) 62%,rgba(255,255,255,.32) 100%),
    linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.38));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 34px 94px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(24px);
  transform:translateZ(-90px);
}
.quantum-bg-panel::before,
.quantum-bg-panel::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.quantum-bg-panel::before{background-image:linear-gradient(rgba(254,0,0,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(8,13,26,.055) 1px,transparent 1px);background-size:42px 42px;opacity:.66;mask-image:radial-gradient(circle at 50% 52%,#000 36%,transparent 84%)}.quantum-bg-panel::after{background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.50) 36%,transparent 56%),radial-gradient(circle at 58% 30%,rgba(254,0,0,.08),transparent 44%)}
.quantum-halo{position:absolute;border-radius:50%;filter:blur(22px);pointer-events:none}.halo-red{width:620px;height:620px;background:radial-gradient(circle,rgba(254,0,0,.18),rgba(255,241,242,.42) 36%,transparent 70%);transform:translateZ(-60px)}.halo-blue{width:520px;height:520px;right:22px;top:86px;background:radial-gradient(circle,rgba(221,240,255,.72),rgba(238,231,255,.36) 44%,transparent 76%);transform:translateZ(-120px)}
.quantum-grid-floor{position:absolute;left:50%;bottom:48px;width:640px;height:310px;transform:translateX(-50%) rotateX(72deg) translateZ(-120px);border-radius:50%;background-image:linear-gradient(rgba(254,0,0,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(8,13,26,.09) 1px,transparent 1px);background-size:34px 34px;opacity:.72;mask-image:radial-gradient(circle at 50% 50%,#000 38%,transparent 86%)}
.energy-orbit{position:absolute;left:50%;top:50%;border-radius:50%;transform-style:preserve-3d;border:1px solid rgba(254,0,0,.17);box-shadow:0 0 0 1px rgba(255,255,255,.42) inset,0 0 44px rgba(254,0,0,.06);z-index:3}.hero-visual-quantum .orbit-x{width:675px;height:188px;transform:translate(-50%,-50%) rotateZ(-9deg) rotateX(64deg);animation:quantumSpinX 17s linear infinite}.hero-visual-quantum .orbit-y{width:535px;height:535px;border-color:rgba(8,13,26,.065);transform:translate(-50%,-50%) rotateX(76deg) rotateZ(18deg);animation:quantumSpinY 24s linear infinite}.hero-visual-quantum .orbit-z{width:478px;height:136px;border-color:rgba(255,107,112,.28);transform:translate(-50%,-50%) rotateZ(18deg) rotateY(58deg);animation:quantumSpinZ 13s linear infinite}.orbit-wide{width:780px;height:245px;border-color:rgba(255,255,255,.76);transform:translate(-50%,-50%) rotateZ(10deg) rotateX(68deg);box-shadow:0 0 40px rgba(255,255,255,.9);animation:quantumGlow 6s ease-in-out infinite}
.quantum-engine{position:relative;width:500px;height:500px;display:grid;place-items:center;transform-style:preserve-3d;animation:engineBreathe 7s ease-in-out infinite;z-index:4}.engine-shadow{position:absolute;left:50%;bottom:52px;width:370px;height:88px;transform:translateX(-50%) rotateX(74deg);border-radius:50%;background:radial-gradient(circle,rgba(8,13,26,.19),transparent 70%);filter:blur(20px)}.data-column{position:absolute;top:82px;width:46px;height:310px;display:grid;gap:14px;transform-style:preserve-3d}.data-column span{display:block;border-radius:15px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,241,242,.46));border:1px solid rgba(254,0,0,.10);box-shadow:0 12px 30px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.96);animation:dataBlock 3.8s ease-in-out infinite}.data-column span:nth-child(2){animation-delay:-.8s}.data-column span:nth-child(3){animation-delay:-1.6s}.data-column span:nth-child(4){animation-delay:-2.4s}.column-left{left:30px;transform:rotateY(34deg) rotateZ(-3deg)}.column-right{right:30px;transform:rotateY(-34deg) rotateZ(3deg)}
.cube-system{position:absolute;inset:0;display:grid;place-items:center;transform-style:preserve-3d}.cube-scene{position:absolute;transform-style:preserve-3d;width:var(--size);height:var(--size)}.cube-primary{--size:196px;animation:mainCubeOrbit 12s ease-in-out infinite}.cube-mini{--size:68px;filter:drop-shadow(0 18px 28px rgba(8,13,26,.10))}.hero-visual-quantum .cube-face{position:absolute!important;left:0!important;top:0!important;right:auto!important;bottom:auto!important;width:var(--size)!important;height:var(--size)!important;border-radius:calc(var(--size) * .16)!important;border:1px solid rgba(254,0,0,.18)!important;backface-visibility:visible!important;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,235,238,.68))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 48px rgba(8,13,26,.08)!important;overflow:hidden}.hero-visual-quantum .cube-face::before{content:"";position:absolute;inset:16%;border-radius:inherit;border:1px solid rgba(254,0,0,.08);background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.78),transparent 65%)}.cube-front{transform:translateZ(calc(var(--size) / 2))}.cube-back{transform:rotateY(180deg) translateZ(calc(var(--size) / 2));opacity:.58}.cube-right{transform:rotateY(90deg) translateZ(calc(var(--size) / 2));background:linear-gradient(145deg,rgba(248,251,255,.88),rgba(231,241,250,.62))!important}.cube-left{transform:rotateY(-90deg) translateZ(calc(var(--size) / 2));background:linear-gradient(145deg,rgba(255,246,247,.92),rgba(255,220,225,.66))!important}.cube-top{transform:rotateX(90deg) translateZ(calc(var(--size) / 2));background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,241,242,.72))!important}.cube-bottom{transform:rotateX(-90deg) translateZ(calc(var(--size) / 2));opacity:.5}.cube-front img{position:absolute;left:50%;top:50%;width:70px;transform:translate(-50%,-50%);z-index:3;filter:drop-shadow(0 18px 26px rgba(254,0,0,.23))}.cube-front::after{content:"Neural Trust Core";position:absolute;left:50%;bottom:25px;transform:translateX(-50%);z-index:3;width:max-content;font-family:var(--font-accent);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--ruby)}.cube-mini .cube-face{border-radius:14px!important}.cube-mini-a{left:62px;top:116px;animation:miniCubeA 6.2s ease-in-out infinite}.cube-mini-b{right:56px;top:82px;animation:miniCubeB 7s ease-in-out -2s infinite}.cube-mini-c{left:120px;bottom:104px;animation:miniCubeC 5.6s ease-in-out -1s infinite}.core-badge{position:absolute;left:50%;bottom:58px;transform:translateX(-50%);width:max-content;z-index:5;padding:14px 18px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.09);box-shadow:0 18px 44px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(18px);text-align:center}.core-badge strong{display:block;font-size:13px;letter-spacing:.02em}.core-badge span{display:block;margin-top:3px;font-family:var(--font-accent);font-size:10px;color:#697282}
.holo-ribbon{position:absolute;left:50%;width:580px;height:54px;display:flex;align-items:center;justify-content:center;gap:13px;z-index:2;transform-style:preserve-3d;pointer-events:none}.holo-ribbon span{width:72px;height:16px;border-radius:999px;background:linear-gradient(90deg,rgba(254,0,0,.12),rgba(255,255,255,.82),rgba(139,191,234,.18));border:1px solid rgba(8,13,26,.06);box-shadow:0 10px 24px rgba(8,13,26,.04);animation:ribbonPulse 4s ease-in-out infinite}.holo-ribbon span:nth-child(2){animation-delay:-.4s}.holo-ribbon span:nth-child(3){animation-delay:-.8s}.holo-ribbon span:nth-child(4){animation-delay:-1.2s}.holo-ribbon span:nth-child(5){animation-delay:-1.6s}.ribbon-top{top:110px;transform:translateX(-50%) rotateZ(-9deg) rotateX(62deg)}.ribbon-bottom{bottom:112px;transform:translateX(-50%) rotateZ(12deg) rotateX(62deg)}
.quantum-card{position:absolute;z-index:6;width:282px;min-height:104px;padding:21px 22px 20px;border-radius:24px;background:rgba(255,255,255,.84);border:1px solid rgba(8,13,26,.09);box-shadow:0 24px 64px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(21px);transform:translateZ(60px);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.quantum-card:hover{transform:translateZ(90px) translateY(-8px);border-color:rgba(254,0,0,.18);box-shadow:0 30px 78px rgba(254,0,0,.12),0 24px 64px rgba(8,13,26,.10)}.quantum-card::before{content:"";position:absolute;left:18px;top:20px;width:42px;height:42px;border-radius:15px;background:linear-gradient(145deg,#FFF8F8,#FFF0F2);border:1px solid rgba(254,0,0,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.95)}.quantum-card::after{position:absolute;left:30px;top:30px;color:var(--red);font-size:18px}.card-ai::after{content:"✣"}.card-chain::after{content:"⌘"}.card-cloud::after{content:"☁"}.card-flow::after{content:"↻"}.quantum-card .card-kicker,.quantum-card strong,.quantum-card small{padding-left:55px}.quantum-card strong{display:block;font-size:20px;line-height:1.14;letter-spacing:-.03em;color:#121722}.quantum-card small{display:block;margin-top:8px;color:#697282;font-size:13px;line-height:1.45}.card-ai{left:0;top:58px}.card-chain{right:0;top:148px}.card-cloud{left:18px;bottom:64px}.card-flow{right:44px;bottom:44px}.spark{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px rgba(254,0,0,.06),0 0 22px rgba(254,0,0,.32);z-index:5;animation:sparkDrift 6s ease-in-out infinite}.s1{left:21%;top:22%}.s2{right:20%;top:28%;animation-delay:-1s}.s3{left:34%;bottom:23%;animation-delay:-2s}.s4{right:34%;bottom:17%;animation-delay:-3s}.s5{left:50%;top:13%;animation-delay:-4s}.s6{right:16%;bottom:38%;animation-delay:-5s}.hero-visual-quantum .floating-tag{z-index:7;min-height:46px;padding:0 19px;border-radius:18px}.hero-visual-quantum .tag-aiml{left:12%;top:42px}.hero-visual-quantum .tag-erp{right:16%;top:20px}.hero-visual-quantum .tag-automation{right:4%;top:306px}.hero-visual-quantum .tag-iot{left:9%;bottom:140px}.hero-visual-quantum .tag-wms{left:55%;bottom:16px}
@keyframes engineBreathe{0%,100%{transform:translateY(0) rotateX(0deg)}50%{transform:translateY(-14px) rotateX(2deg)}}@keyframes mainCubeOrbit{0%,100%{transform:rotateX(-18deg) rotateY(28deg) rotateZ(0deg)}50%{transform:rotateX(-12deg) rotateY(42deg) rotateZ(4deg)}}@keyframes miniCubeA{0%,100%{transform:rotateX(-16deg) rotateY(40deg) translateY(0)}50%{transform:rotateX(-12deg) rotateY(60deg) translateY(-16px)}}@keyframes miniCubeB{0%,100%{transform:scale(.85) rotateX(-20deg) rotateY(-40deg) translateY(0)}50%{transform:scale(.85) rotateX(-16deg) rotateY(-56deg) translateY(-18px)}}@keyframes miniCubeC{0%,100%{transform:scale(.72) rotateX(-18deg) rotateY(32deg) translateY(0)}50%{transform:scale(.72) rotateX(-12deg) rotateY(52deg) translateY(-14px)}}@keyframes quantumSpinX{0%{transform:translate(-50%,-50%) rotateZ(-9deg) rotateX(64deg) rotate(0deg)}100%{transform:translate(-50%,-50%) rotateZ(-9deg) rotateX(64deg) rotate(360deg)}}@keyframes quantumSpinY{0%{transform:translate(-50%,-50%) rotateX(76deg) rotateZ(18deg) rotate(0deg)}100%{transform:translate(-50%,-50%) rotateX(76deg) rotateZ(18deg) rotate(-360deg)}}@keyframes quantumSpinZ{0%{transform:translate(-50%,-50%) rotateZ(18deg) rotateY(58deg) rotate(0deg)}100%{transform:translate(-50%,-50%) rotateZ(18deg) rotateY(58deg) rotate(360deg)}}@keyframes quantumGlow{0%,100%{opacity:.54}50%{opacity:1}}@keyframes dataBlock{0%,100%{opacity:.64;transform:translateY(0)}50%{opacity:1;transform:translateY(-8px)}}@keyframes ribbonPulse{0%,100%{opacity:.38;transform:scaleX(.86)}50%{opacity:1;transform:scaleX(1.08)}}@keyframes sparkDrift{0%,100%{transform:translateY(0) scale(1);opacity:.64}50%{transform:translateY(-18px) scale(1.22);opacity:1}}
@media (max-width:1180px){.hero-visual-quantum{height:650px!important}.quantum-stage{width:min(780px,100%)}.quantum-bg-panel{inset:38px 44px 56px}.card-ai{left:5%;top:38px}.card-chain{right:5%;top:126px}.card-cloud{left:6%;bottom:66px}.card-flow{right:10%;bottom:42px}.hero-visual-quantum .tag-aiml{left:18%;top:24px}.hero-visual-quantum .tag-erp{right:16%;top:0}}
@media (max-width:760px){.hero-visual-quantum{height:520px!important;margin-top:18px}.quantum-stage{width:100%;transform:none!important}.quantum-bg-panel{inset:28px 4px 42px;border-radius:30px}.quantum-halo.halo-red{width:380px;height:380px}.quantum-halo.halo-blue{width:300px;height:300px;right:0;top:78px}.quantum-grid-floor{width:360px;height:166px;bottom:34px;background-size:22px 22px}.hero-visual-quantum .orbit-x{width:392px;height:112px}.hero-visual-quantum .orbit-y{width:326px;height:326px}.hero-visual-quantum .orbit-z{width:270px;height:78px}.orbit-wide{width:420px;height:132px}.quantum-engine{width:300px;height:300px}.data-column{display:none}.cube-primary{--size:132px}.cube-front img{width:45px}.cube-front::after{font-size:8px;bottom:17px}.cube-mini{--size:42px}.cube-mini-a{left:25px;top:80px}.cube-mini-b{right:24px;top:64px}.cube-mini-c{left:64px;bottom:70px}.core-badge{bottom:24px;padding:10px 13px}.core-badge strong{font-size:11px}.core-badge span{font-size:9px}.holo-ribbon{width:350px}.holo-ribbon span{width:42px;height:11px}.ribbon-top{top:92px}.ribbon-bottom{bottom:86px}.quantum-card{width:204px;min-height:88px;padding:16px 16px 14px;border-radius:18px}.quantum-card::before{left:14px;top:14px;width:32px;height:32px;border-radius:12px}.quantum-card::after{left:23px;top:22px;font-size:14px}.quantum-card .card-kicker,.quantum-card strong,.quantum-card small{padding-left:42px}.quantum-card strong{font-size:15px}.quantum-card small{font-size:11px;line-height:1.35}.card-ai{left:0;top:16px}.card-chain{right:0;top:92px}.card-cloud{display:none}.card-flow{right:4px;bottom:24px}.spark{width:5px;height:5px}.hero-visual-quantum .floating-tag{min-height:38px;padding:0 12px;border-radius:14px;font-size:12px;gap:8px}.hero-visual-quantum .floating-tag i{font-size:14px}.hero-visual-quantum .tag-aiml{left:2px;top:2px}.hero-visual-quantum .tag-erp{right:0;top:0}.hero-visual-quantum .tag-automation{right:0;top:224px}.hero-visual-quantum .tag-iot{left:0;bottom:88px}.hero-visual-quantum .tag-wms{left:44%;bottom:-2px}}
@media (max-width:430px){.hero-visual-quantum{height:430px!important}.card-ai,.card-chain{display:none}.card-flow{width:172px;right:2px;bottom:16px}.card-flow strong{font-size:14px}.hero-visual-quantum .tag-automation,.hero-visual-quantum .tag-iot{display:none}.hero-visual-quantum .tag-wms{left:auto;right:10px;bottom:-2px}.cube-primary{--size:118px}.quantum-engine{width:260px;height:260px}}

/* v6: MNC-grade futuristic modern-art hero — executive intelligence sculpture */
.hero-visual-executive{
  position:relative!important;
  height:720px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  isolation:isolate;
  perspective:1800px;
  --mx:0;
  --my:0;
}
.executive-visual-stage{
  position:relative;
  width:min(940px,100%);
  height:100%;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  transform:rotateX(calc(var(--my) * -3deg)) rotateY(calc(var(--mx) * 4deg));
  transition:transform .22s ease-out;
}
.executive-light{position:absolute;border-radius:50%;pointer-events:none;filter:blur(22px);opacity:.85}.light-ruby{width:590px;height:590px;background:radial-gradient(circle,rgba(254,0,0,.16),rgba(255,241,242,.50) 40%,transparent 72%);left:12%;top:7%;animation:executiveGlowA 8s ease-in-out infinite}.light-sky{width:520px;height:520px;background:radial-gradient(circle,rgba(221,240,255,.70),rgba(238,231,255,.28) 48%,transparent 78%);right:2%;top:8%;animation:executiveGlowB 9s ease-in-out infinite}.mnc-sculpture{position:relative;z-index:3;width:min(880px,100%);max-width:100%;filter:drop-shadow(0 42px 70px rgba(8,13,26,.13));animation:executiveSculptureFloat 8.5s ease-in-out infinite;transform-origin:center;will-change:transform}.executive-orbit{position:absolute;left:50%;top:52%;border-radius:50%;pointer-events:none;transform-style:preserve-3d;border:1px solid rgba(254,0,0,.14);box-shadow:0 0 0 1px rgba(255,255,255,.55) inset;z-index:4}.orbit-ex-a{width:760px;height:185px;transform:translate(-50%,-50%) rotateZ(-10deg) rotateX(68deg);animation:executiveOrbitA 20s linear infinite}.orbit-ex-b{width:560px;height:560px;border-color:rgba(8,13,26,.055);transform:translate(-50%,-50%) rotateX(74deg) rotateZ(18deg);animation:executiveOrbitB 28s linear infinite}.orbit-ex-c{width:900px;height:250px;border-color:rgba(255,255,255,.80);box-shadow:0 0 46px rgba(255,255,255,.88);transform:translate(-50%,-50%) rotateZ(16deg) rotateX(68deg);animation:executivePulse 6.5s ease-in-out infinite}.executive-scanline{position:absolute;z-index:6;left:7%;right:7%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(254,0,0,.34),rgba(107,174,225,.28),transparent);box-shadow:0 0 24px rgba(254,0,0,.18);transform:rotate(-9deg);animation:scanlineMove 4.8s ease-in-out infinite}.executive-data-stream{position:absolute;z-index:5;display:flex;gap:12px;align-items:center;justify-content:center;pointer-events:none}.executive-data-stream span{display:block;width:76px;height:15px;border-radius:999px;background:linear-gradient(90deg,rgba(254,0,0,.10),rgba(255,255,255,.88),rgba(221,240,255,.34));border:1px solid rgba(8,13,26,.055);box-shadow:0 10px 24px rgba(8,13,26,.04);animation:executiveStream 4s ease-in-out infinite}.executive-data-stream span:nth-child(2){animation-delay:-.45s}.executive-data-stream span:nth-child(3){animation-delay:-.9s}.executive-data-stream span:nth-child(4){animation-delay:-1.35s}.stream-a{top:120px;left:50%;transform:translateX(-50%) rotate(-8deg)}.stream-b{bottom:136px;left:52%;transform:translateX(-50%) rotate(10deg)}.executive-card{position:absolute;z-index:7;width:292px;min-height:112px;padding:22px 23px 21px;border-radius:25px;background:rgba(255,255,255,.84);border:1px solid rgba(8,13,26,.085);box-shadow:0 26px 70px rgba(8,13,26,.105),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(24px);transform:translateZ(64px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.executive-card:hover{transform:translateZ(86px) translateY(-7px);border-color:rgba(254,0,0,.18);box-shadow:0 34px 84px rgba(8,13,26,.12),0 18px 44px rgba(254,0,0,.10)}.executive-card::before{content:"";position:absolute;left:18px;top:20px;width:44px;height:44px;border-radius:16px;background:linear-gradient(145deg,#FFF9F9,#FFF0F2);border:1px solid rgba(254,0,0,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.98)}.executive-card::after{position:absolute;left:31px;top:31px;color:var(--red);font-size:18px}.ex-card-1::after{content:"▰"}.ex-card-2::after{content:"✣"}.ex-card-3::after{content:"⌘"}.executive-card .card-kicker,.executive-card strong,.executive-card small{padding-left:57px}.executive-card strong{display:block;font-size:20px;line-height:1.13;letter-spacing:-.032em;color:#121722}.executive-card small{display:block;margin-top:8px;color:#66707E;font-size:13px;line-height:1.45}.ex-card-1{left:0;top:82px}.ex-card-2{right:0;top:230px}.ex-card-3{left:54px;bottom:92px}.executive-pill{position:absolute;z-index:8;display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.80);border:1px solid rgba(8,13,26,.08);box-shadow:0 16px 40px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(18px);font-family:var(--font-accent);font-size:12px;font-weight:800;letter-spacing:.02em;color:#202633}.executive-pill i{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 7px rgba(254,0,0,.07)}.pill-top{top:44px;left:39%}.pill-bottom{right:90px;bottom:54px}.hero-visual-executive::before{content:"";position:absolute;inset:42px 30px 60px;border-radius:52px;background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(255,255,255,.12));border:1px solid rgba(8,13,26,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.85);z-index:0}.hero-visual-executive::after{content:"";position:absolute;left:50%;bottom:50px;width:650px;height:80px;border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(8,13,26,.12),transparent 70%);filter:blur(18px);z-index:1}
@keyframes executiveSculptureFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-13px) scale(1.012)}}@keyframes executiveGlowA{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.78}50%{transform:translate3d(18px,-22px,0) scale(1.05);opacity:.92}}@keyframes executiveGlowB{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.72}50%{transform:translate3d(-22px,18px,0) scale(1.04);opacity:.9}}@keyframes executiveOrbitA{0%{transform:translate(-50%,-50%) rotateZ(-10deg) rotateX(68deg) rotate(0deg)}100%{transform:translate(-50%,-50%) rotateZ(-10deg) rotateX(68deg) rotate(360deg)}}@keyframes executiveOrbitB{0%{transform:translate(-50%,-50%) rotateX(74deg) rotateZ(18deg) rotate(0deg)}100%{transform:translate(-50%,-50%) rotateX(74deg) rotateZ(18deg) rotate(-360deg)}}@keyframes executivePulse{0%,100%{opacity:.48}50%{opacity:1}}@keyframes scanlineMove{0%,100%{opacity:.3;transform:translateY(-34px) rotate(-9deg)}50%{opacity:1;transform:translateY(24px) rotate(-9deg)}}@keyframes executiveStream{0%,100%{opacity:.34;transform:scaleX(.82)}50%{opacity:1;transform:scaleX(1.08)}}
@media (max-width:1180px){.hero-visual-executive{height:660px!important}.executive-visual-stage{width:min(820px,100%);transform:none!important}.mnc-sculpture{width:min(800px,100%)}.executive-card{width:262px}.ex-card-1{left:4%;top:62px}.ex-card-2{right:4%;top:196px}.ex-card-3{left:6%;bottom:78px}.pill-top{left:38%;top:22px}.pill-bottom{right:12%;bottom:42px}.orbit-ex-a{width:680px}.orbit-ex-c{width:760px}.stream-a{top:105px}.stream-b{bottom:120px}}
@media (max-width:760px){.hero-visual-executive{height:520px!important;margin-top:16px}.executive-visual-stage{width:100%;transform:none!important}.hero-visual-executive::before{inset:24px 0 42px;border-radius:30px}.hero-visual-executive::after{width:360px;bottom:44px}.mnc-sculpture{width:620px;max-width:124vw}.executive-light{filter:blur(18px)}.light-ruby{width:380px;height:380px;left:-5%;top:18%}.light-sky{width:330px;height:330px;right:-8%;top:10%}.orbit-ex-a{width:396px;height:108px}.orbit-ex-b{width:322px;height:322px}.orbit-ex-c{width:430px;height:130px}.executive-data-stream{display:none}.executive-scanline{left:0;right:0}.executive-card{width:214px;min-height:88px;padding:16px 16px 15px;border-radius:18px}.executive-card::before{left:14px;top:14px;width:32px;height:32px;border-radius:12px}.executive-card::after{left:23px;top:22px;font-size:14px}.executive-card .card-kicker,.executive-card strong,.executive-card small{padding-left:42px}.executive-card strong{font-size:15px}.executive-card small{font-size:11px;line-height:1.35}.ex-card-1{left:0;top:28px}.ex-card-2{right:0;top:116px}.ex-card-3{left:6px;bottom:58px}.executive-pill{min-height:36px;padding:0 12px;font-size:10px}.pill-top{left:12px;top:0}.pill-bottom{right:10px;bottom:16px}}
@media (max-width:430px){.hero-visual-executive{height:430px!important}.mnc-sculpture{width:540px}.ex-card-1,.ex-card-2{display:none}.ex-card-3{width:180px;left:2px;bottom:44px}.executive-card strong{font-size:14px}.pill-top{display:none}.pill-bottom{right:8px;bottom:8px}.orbit-ex-c{width:370px}.orbit-ex-a{width:340px}.orbit-ex-b{width:270px;height:270px}}

/* v7 hero: futuristic command board inspired by provided reference */
.hero-visual-command{
  position:relative;
  height:720px;
  display:grid;
  place-items:center;
  overflow:visible;
}
.command-hero-shell{
  position:relative;
  width:min(760px,100%);
  height:100%;
}
.command-ambient{
  position:absolute;
  border-radius:50%;
  filter:blur(36px);
  opacity:.7;
  pointer-events:none;
}
.ambient-a{
  width:360px;height:360px;left:-52px;top:48px;
  background:radial-gradient(circle,rgba(254,0,0,.12),rgba(255,241,242,.25) 42%,transparent 72%);
}
.ambient-b{
  width:420px;height:420px;right:-36px;bottom:42px;
  background:radial-gradient(circle,rgba(221,240,255,.30),rgba(238,231,255,.20) 45%,transparent 74%);
}
.command-board{
  position:absolute;
  inset:58px 8px 18px;
  border-radius:42px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,255,255,.72));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 34px 90px rgba(8,13,26,.11), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -20px 48px rgba(233,236,243,.28);
  backdrop-filter:blur(28px);
}
.command-board::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.24),transparent 18%),
    radial-gradient(circle at 54% 47%,rgba(254,0,0,.06),transparent 22%),
    radial-gradient(circle at 15% 8%,rgba(255,241,242,.55),transparent 24%),
    radial-gradient(circle at 85% 10%,rgba(221,240,255,.44),transparent 22%);
  pointer-events:none;
}
.command-board::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.40);
  pointer-events:none;
}
.command-board-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(8,13,26,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,13,26,.055) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.36;
  mask-image:linear-gradient(180deg,#000 0%,#000 76%,transparent 100%);
}
.command-board-heading{
  position:absolute;
  left:42px;
  top:34px;
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#6D7787;
}
.command-lines{
  position:absolute;
  left:90px;
  top:70px;
  width:620px;
  height:470px;
  opacity:.95;
}
.command-node{
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.command-node .dot{
  width:22px;
  height:22px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%,#FFAAAA 0%,#FE5B62 42%,#D8121E 100%);
  box-shadow:0 0 0 14px rgba(254,0,0,.12),0 18px 32px rgba(254,0,0,.18);
}
.command-node label{
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:700;
  letter-spacing:-.01em;
  color:#5E6674;
}
.command-node.active .dot{
  width:28px;height:28px;
  box-shadow:0 0 0 22px rgba(254,0,0,.18),0 20px 42px rgba(254,0,0,.25);
}
.command-node.active label{
  color:#3B4452;
  font-size:16px;
}
.node-aiml{left:185px;top:164px}.node-api{left:334px;top:254px}.node-erp{left:444px;top:103px}.node-rules{left:582px;top:285px}.node-automation{left:698px;top:140px}.node-data{left:430px;top:423px}.node-iot{left:140px;top:489px}.node-wms{left:350px;top:560px}.node-core{left:434px;top:338px}
.node-automation .dot,.node-iot .dot,.node-data .dot{transform:scale(.82);box-shadow:0 0 0 12px rgba(254,0,0,.10),0 14px 28px rgba(254,0,0,.14)}
.command-pill{
  position:absolute;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  border-radius:18px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 16px 38px rgba(8,13,26,.07), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:700;
  color:#1D2430;
}
.command-pill i{width:9px;height:9px;border-radius:50%;background:#7B6BFF;box-shadow:0 0 0 6px rgba(123,107,255,.08)}
.cmd-pill-aiml{left:78px;top:118px}.cmd-pill-auto{right:46px;top:342px}.cmd-pill-iot{left:92px;top:503px}
.cmd-pill-auto i{background:#20B5E6;box-shadow:0 0 0 6px rgba(32,181,230,.10)}
.cmd-pill-iot i{background:#14B685;box-shadow:0 0 0 6px rgba(20,182,133,.10)}
.command-metric-grid{
  position:absolute;
  right:34px;
  top:78px;
  width:232px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.command-metric-grid article{
  min-height:86px;
  padding:14px 16px 12px;
  border-radius:20px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 15px 34px rgba(8,13,26,.06), inset 0 1px 0 rgba(255,255,255,.95);
}
.command-metric-grid span{
  display:block;
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#7C8594;
}
.command-metric-grid strong{
  display:block;
  margin-top:8px;
  font-size:16px;
  color:#1C2330;
  letter-spacing:-.02em;
}
.command-card{
  position:absolute;
  padding:22px 24px 18px;
  border-radius:28px;
  background:rgba(255,255,255,.80);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 18px 48px rgba(8,13,26,.08), inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter:blur(18px);
}
.command-card .card-kicker{
  display:block;
  margin-bottom:10px;
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.20em;
  text-transform:uppercase;
  color:#6E7788;
}
.command-card strong{
  display:block;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.03em;
  color:#161D28;
}
.command-card small{
  display:block;
  margin-top:10px;
  font-size:14px;
  color:#687282;
}
.decision-card{left:0;bottom:132px;width:352px;min-height:138px}
.architecture-card-pro{right:0;bottom:110px;width:346px;min-height:150px}
.command-log-panel{
  position:absolute;
  left:34px;
  right:34px;
  bottom:28px;
  min-height:118px;
  padding:18px 20px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.76));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 16px 38px rgba(8,13,26,.06), inset 0 1px 0 rgba(255,255,255,.97);
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:flex-start;
  gap:18px;
}
.log-lines,
.log-tags{display:grid;gap:12px}
.log-lines span{
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:700;
  color:#475369;
}
.log-tags{
  grid-template-columns:auto 1fr;
  column-gap:14px;
  align-items:center;
}
.log-tags span{
  justify-self:start;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(32,181,230,.10);
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#0F88B2;
}
.log-tags small{
  font-family:var(--font-accent);
  font-size:14px;
  color:#728093;
}

@media (max-width:1180px){
  .hero-visual-command{height:760px}
  .command-hero-shell{width:min(860px,100%)}
  .command-board{inset:44px 0 0}
}
@media (max-width:760px){
  .hero-visual-command{height:660px;margin-top:12px}
  .command-hero-shell{width:100%}
  .command-board{inset:18px 0 0;border-radius:28px}
  .command-board-heading{left:24px;top:22px;font-size:10px;letter-spacing:.18em}
  .command-board-grid{background-size:28px 28px;opacity:.28}
  .command-lines{left:24px;top:76px;width:calc(100% - 48px);height:300px}
  .command-node .dot{width:14px;height:14px;box-shadow:0 0 0 9px rgba(254,0,0,.10),0 12px 20px rgba(254,0,0,.12)}
  .command-node.active .dot{width:18px;height:18px;box-shadow:0 0 0 14px rgba(254,0,0,.14),0 14px 28px rgba(254,0,0,.18)}
  .command-node label{font-size:11px}
  .command-node.active label{font-size:12px}
  .node-aiml{left:90px;top:118px}.node-api{left:172px;top:180px}.node-erp{left:266px;top:94px}.node-rules{left:336px;top:214px}.node-automation{left:368px;top:112px}.node-data{left:246px;top:316px}.node-iot{left:64px;top:340px}.node-wms{left:206px;top:410px}.node-core{left:224px;top:250px}
  .command-pill{min-height:38px;padding:0 13px;border-radius:14px;font-size:12px;gap:8px}
  .command-pill i{width:8px;height:8px}
  .cmd-pill-aiml{left:16px;top:70px}.cmd-pill-auto{right:16px;top:264px}.cmd-pill-iot{left:16px;top:366px}
  .command-metric-grid{right:14px;top:74px;width:164px;gap:8px}
  .command-metric-grid article{min-height:64px;padding:11px 12px;border-radius:16px}
  .command-metric-grid span{font-size:9px;letter-spacing:.14em}
  .command-metric-grid strong{margin-top:5px;font-size:13px}
  .command-card{padding:16px 16px 14px;border-radius:20px}
  .command-card .card-kicker{font-size:10px;letter-spacing:.16em;margin-bottom:7px}
  .command-card strong{font-size:14px}
  .command-card small{margin-top:6px;font-size:12px}
  .decision-card{left:0;right:50%;width:auto;bottom:152px;min-height:98px}
  .architecture-card-pro{left:52%;right:0;width:auto;bottom:132px;min-height:112px}
  .command-log-panel{left:14px;right:14px;bottom:16px;padding:14px;border-radius:18px;min-height:92px;grid-template-columns:1fr;gap:10px}
  .log-lines,.log-tags{gap:8px}
  .log-lines span,.log-tags small{font-size:12px}
  .log-tags{grid-template-columns:auto 1fr}
  .log-tags span{padding:5px 8px;font-size:10px}
}
@media (max-width:430px){
  .hero-visual-command{height:590px}
  .command-board{inset:14px 0 0}
  .command-board-heading{font-size:9px;left:18px}
  .command-lines{top:78px;height:252px}
  .cmd-pill-auto{display:none}
  .command-metric-grid{width:146px;top:68px;right:10px}
  .command-card strong{font-size:13px}
  .decision-card{bottom:136px}
  .architecture-card-pro{bottom:120px}
}

/* v8 hero: reference-matched futuristic MNC command-layer artwork */
.hero-visual-reference{
  position:relative;
  height:720px;
  display:grid;
  place-items:center;
  overflow:visible;
}
.reference-art-shell{
  position:relative;
  width:min(900px,100%);
  height:100%;
  display:grid;
  place-items:center;
}
.reference-art-shell::before,
.reference-art-shell::after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  filter:blur(34px);
}
.reference-art-shell::before{
  width:420px;
  height:420px;
  left:2%;
  top:10%;
  background:radial-gradient(circle,rgba(254,0,0,.10),rgba(255,241,242,.35) 46%,transparent 72%);
}
.reference-art-shell::after{
  width:460px;
  height:460px;
  right:-2%;
  bottom:8%;
  background:radial-gradient(circle,rgba(221,240,255,.40),rgba(238,231,255,.25) 48%,transparent 74%);
}
.reference-command-art{
  position:relative;
  z-index:2;
  width:min(920px,62vw);
  max-width:960px;
  height:auto;
  display:block;
  filter:drop-shadow(0 34px 62px rgba(8,13,26,.13));
  transform:translateX(-8px);
}
.home-v3 .hero-pro-inner{
  grid-template-columns:minmax(440px,.72fr) minmax(740px,1.28fr);
  gap:22px;
}
.home-v3 .hero-pro-title{
  max-width:660px;
}
.home-v3 .hero-pro-text{
  max-width:535px;
}
@media (max-width:1180px){
  .hero-visual-reference{height:690px;margin-top:0}
  .reference-command-art{width:min(920px,98vw);transform:none}
  .home-v3 .hero-pro-inner{grid-template-columns:1fr;gap:0}
}
@media (max-width:760px){
  .hero-visual-reference{height:510px;margin-top:18px}
  .reference-art-shell{width:100%;overflow:visible}
  .reference-command-art{width:690px;max-width:none;transform:translateX(-56px)}
}
@media (max-width:430px){
  .hero-visual-reference{height:460px}
  .reference-command-art{width:620px;transform:translateX(-78px)}
}

/* v9 refinements: exact reference-style hero, remove nav carets, speed up animation */
.nav-caret{display:none!important}
.reveal{transition:opacity .42s ease,transform .42s cubic-bezier(.2,.8,.2,1)!important}
.btn::before{transition:transform .45s ease!important}
.hero-visual-reference{height:720px;display:grid;place-items:center;overflow:visible}
.reference-art-shell{position:relative;width:min(940px,100%);height:100%;display:grid;place-items:center;isolation:isolate}
.reference-glow{position:absolute;border-radius:50%;filter:blur(28px);pointer-events:none;opacity:.85;z-index:0}
.glow-left{width:330px;height:330px;left:-12px;top:64px;background:radial-gradient(circle,rgba(254,0,0,.10),rgba(255,241,242,.36) 44%,transparent 72%)}
.glow-right{width:360px;height:360px;right:-18px;top:102px;background:radial-gradient(circle,rgba(221,240,255,.42),rgba(238,231,255,.24) 48%,transparent 76%)}
.reference-command-art{position:relative;z-index:2;width:min(900px,62vw);max-width:960px;height:auto;display:block;filter:drop-shadow(0 30px 56px rgba(8,13,26,.12));transform:translateX(-4px);border-radius:42px;animation:referenceFloat 3.6s ease-in-out infinite}
.reference-scan{position:absolute;left:50%;width:min(710px,74%);height:1px;transform:translateX(-50%);z-index:3;background:linear-gradient(90deg,transparent,rgba(254,0,0,.34),rgba(76,199,241,.26),transparent);box-shadow:0 0 18px rgba(254,0,0,.12);pointer-events:none;mix-blend-mode:screen}
.scan-a{top:30%;animation:scanTravelA 3.8s ease-in-out infinite}
.scan-b{top:62%;animation:scanTravelB 4.2s ease-in-out infinite}
.reference-noise{position:absolute;inset:52px 36px 54px;z-index:4;border-radius:42px;background-image:radial-gradient(rgba(255,255,255,.26) .65px,transparent .65px);background-size:11px 11px;opacity:.18;mix-blend-mode:soft-light;pointer-events:none}
@keyframes referenceFloat{0%,100%{transform:translateX(-4px) translateY(0)}50%{transform:translateX(-4px) translateY(-8px)}}
@keyframes scanTravelA{0%,100%{transform:translateX(-50%) translateY(0);opacity:.35}50%{transform:translateX(-50%) translateY(18px);opacity:.82}}
@keyframes scanTravelB{0%,100%{transform:translateX(-50%) translateY(0);opacity:.25}50%{transform:translateX(-50%) translateY(-16px);opacity:.7}}
.home-v3 .nav-v3 .nav-link{padding-inline:6px}
.home-v3 .hero-pro-inner{grid-template-columns:minmax(440px,.72fr) minmax(760px,1.28fr);gap:20px}
.home-v3 .hero-pro-copy{padding-top:12px}
.home-v3 .hero-pro-title{max-width:660px}
.home-v3 .hero-pro-text{max-width:535px}
@media (max-width:1180px){
  .hero-visual-reference{height:680px;margin-top:4px}
  .reference-command-art{width:min(860px,96vw);transform:none}
  .reference-art-shell{width:100%}
  .home-v3 .hero-pro-inner{grid-template-columns:1fr;gap:0}
}
@media (max-width:760px){
  .hero-visual-reference{height:500px;margin-top:14px}
  .reference-command-art{width:700px;max-width:none;transform:translateX(-52px);border-radius:28px}
  .reference-noise{inset:28px 10px 28px 10px;border-radius:28px}
  .reference-scan{width:86%}
}
@media (max-width:430px){
  .hero-visual-reference{height:446px}
  .reference-command-art{width:620px;transform:translateX(-74px)}
}

/* v10 hero animation upgrade: realistic animated command graph */
.hero-visual-reference{height:730px}
.reference-art-shell{position:relative;width:min(940px,100%);height:100%;display:grid;place-items:center;isolation:isolate}
.reference-stage{
  position:relative;
  z-index:2;
  width:min(900px,62vw);
  max-width:960px;
  border-radius:42px;
  transform-style:preserve-3d;
  will-change:transform;
  transform:perspective(1200px) rotateX(calc(var(--ry,0) * 2deg)) rotateY(calc(var(--rx,0) * -3deg)) translateZ(0);
  transition:transform .18s ease-out;
  animation:referenceFloatV10 3.2s ease-in-out infinite;
  filter:drop-shadow(0 30px 56px rgba(8,13,26,.12));
}
.reference-command-art{width:100%;max-width:none;transform:none;border-radius:42px;animation:none;display:block}
.reference-motion-lines,
.reference-noise,
.reference-scan,
.motion-pulse,
.travel-dot,
.orbit-ring,
.spark-point{position:absolute;inset:0;pointer-events:none}
.reference-motion-lines{width:100%;height:100%;z-index:3;overflow:visible}
.reference-motion-lines path{fill:none;stroke-linecap:round;stroke-linejoin:round}
.reference-motion-lines .path-base{stroke:url(#overlayPath);stroke-width:3.2;opacity:.55}
.reference-motion-lines .path-accent{stroke:url(#overlayAccent);stroke-width:2.2;opacity:.75;stroke-dasharray:10 16;animation:dashFlow 3.2s linear infinite}
.reference-motion-lines .p1,.reference-motion-lines .p2,.reference-motion-lines .p3,.reference-motion-lines .p4,.reference-motion-lines .p5,.reference-motion-lines .p6,.reference-motion-lines .p7{stroke-dasharray:6 10;animation:baseFlow 7s linear infinite}
.motion-pulse{
  position:absolute;
  width:18px;
  height:18px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%,#FFB3B3,#FE434E 56%,#E10D18 100%);
  box-shadow:0 0 0 12px rgba(254,0,0,.08),0 10px 22px rgba(254,0,0,.14);
  z-index:4;
  animation:pulseBeat 2.4s ease-in-out infinite;
}
.pulse-core{left:51.6%;top:49.1%;width:24px;height:24px;box-shadow:0 0 0 20px rgba(254,0,0,.15),0 18px 34px rgba(254,0,0,.18);animation-duration:1.8s}
.pulse-1{left:28.8%;top:37.2%;animation-delay:-.2s}
.pulse-2{left:51.4%;top:20.2%;animation-delay:-.9s}
.pulse-3{left:66.1%;top:41.2%;animation-delay:-1.5s}
.pulse-4{left:72.4%;top:24.3%;width:16px;height:16px;animation-delay:-.6s}
.pulse-5{left:39.8%;top:66.4%;width:15px;height:15px;animation-delay:-1.2s}
.travel-dot{
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#4CC7F1;
  box-shadow:0 0 0 6px rgba(76,199,241,.10),0 0 16px rgba(76,199,241,.35);
  z-index:5;
}
.dot-1{offset-path:path('M 302 228 L 414 335 L 524 435');offset-distance:0%;animation:travelPath1 3.2s linear infinite}
.dot-2{offset-path:path('M 537 168 L 537 435');offset-distance:0%;animation:travelPath2 2.6s linear infinite}
.dot-3{offset-path:path('M 676 266 L 599 370 L 524 435');offset-distance:0%;animation:travelPath3 3s linear infinite}
.dot-4{offset-path:path('M 524 435 L 394 559');offset-distance:0%;animation:travelPath4 2.8s linear infinite;background:#FE0000;box-shadow:0 0 0 6px rgba(254,0,0,.10),0 0 16px rgba(254,0,0,.30)}
.dot-5{offset-path:path('M 524 435 L 556 684');offset-distance:0%;animation:travelPath5 3.4s linear infinite;background:#FE0000;box-shadow:0 0 0 6px rgba(254,0,0,.10),0 0 16px rgba(254,0,0,.30)}
.dot-6{offset-path:path('M 717 221 L 676 266');offset-distance:0%;animation:travelPath6 2.3s linear infinite}
.orbit-ring{
  position:absolute;border-radius:50%;border:1.5px solid rgba(254,0,0,.30);z-index:4;opacity:.85
}
.ring-1{left:29.5%;top:23.3%;width:44px;height:44px;animation:ringPulse 2.6s ease-in-out infinite}
.ring-2{left:53.4%;top:71.8%;width:52px;height:52px;border-color:rgba(76,199,241,.30);animation:ringPulse 3.4s ease-in-out infinite}
.ring-3{left:74.6%;top:74.7%;width:54px;height:54px;animation:ringPulse 3s ease-in-out -1s infinite}
.spark-point{
  position:absolute;width:6px;height:6px;border-radius:50%;background:#FE0000;z-index:5;
  box-shadow:0 0 0 5px rgba(254,0,0,.06),0 0 12px rgba(254,0,0,.25);
  animation:sparkBlink 1.8s ease-in-out infinite;
}
.sp-1{left:56.9%;top:46.8%}.sp-2{left:67.9%;top:68.7%;animation-delay:-.6s}.sp-3{left:43.7%;top:44.7%;animation-delay:-1.1s}.sp-4{left:9.1%;top:14.3%;animation-delay:-.3s}
.reference-scan{left:50%;width:78%;height:1px;transform:translateX(-50%);z-index:6;background:linear-gradient(90deg,transparent,rgba(254,0,0,.36),rgba(76,199,241,.30),transparent);box-shadow:0 0 18px rgba(254,0,0,.10);mix-blend-mode:screen}
.scan-a{top:32%;animation:scanTravelAV10 3s ease-in-out infinite}
.scan-b{top:65%;animation:scanTravelBV10 3.6s ease-in-out infinite}
.reference-noise{inset:0;z-index:7;border-radius:42px;background-image:radial-gradient(rgba(255,255,255,.24) .65px,transparent .65px);background-size:11px 11px;opacity:.14;mix-blend-mode:soft-light}
@keyframes referenceFloatV10{0%,100%{transform:perspective(1200px) rotateX(calc(var(--ry,0) * 2deg)) rotateY(calc(var(--rx,0) * -3deg)) translateY(0)}50%{transform:perspective(1200px) rotateX(calc(var(--ry,0) * 2deg)) rotateY(calc(var(--rx,0) * -3deg)) translateY(-8px)}}
@keyframes dashFlow{from{stroke-dashoffset:0}to{stroke-dashoffset:-52}}
@keyframes baseFlow{from{stroke-dashoffset:0}to{stroke-dashoffset:-120}}
@keyframes pulseBeat{0%,100%{transform:scale(1);opacity:.95}50%{transform:scale(1.18);opacity:.72}}
@keyframes ringPulse{0%{transform:scale(.8);opacity:.2}45%{transform:scale(1);opacity:.8}100%{transform:scale(1.35);opacity:0}}
@keyframes sparkBlink{0%,100%{opacity:.22;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}
@keyframes scanTravelAV10{0%,100%{transform:translateX(-50%) translateY(-2px);opacity:.2}50%{transform:translateX(-50%) translateY(16px);opacity:.82}}
@keyframes scanTravelBV10{0%,100%{transform:translateX(-50%) translateY(2px);opacity:.18}50%{transform:translateX(-50%) translateY(-14px);opacity:.65}}
@keyframes travelPath1{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes travelPath2{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes travelPath3{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes travelPath4{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes travelPath5{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes travelPath6{from{offset-distance:0%}to{offset-distance:100%}}
@media (max-width:1180px){
  .hero-visual-reference{height:690px}
  .reference-stage{width:min(860px,96vw)}
}
@media (max-width:760px){
  .hero-visual-reference{height:510px}
  .reference-stage{width:700px;max-width:none;transform:translateX(-52px)}
  .reference-command-art,.reference-noise{border-radius:28px}
  .reference-noise{background-size:9px 9px}
  .reference-scan{width:82%}
  .motion-pulse{width:12px;height:12px;box-shadow:0 0 0 8px rgba(254,0,0,.08),0 8px 16px rgba(254,0,0,.12)}
  .pulse-core{width:16px;height:16px;box-shadow:0 0 0 12px rgba(254,0,0,.12),0 10px 20px rgba(254,0,0,.16)}
  .travel-dot{width:6px;height:6px}
}
@media (max-width:430px){
  .hero-visual-reference{height:460px}
  .reference-stage{width:620px;transform:translateX(-74px)}
}

/* v10: REAL animated command graph (not a static image) */
.hero-visual-live{
  position:relative;
  height:720px;
  display:grid;
  place-items:center;
  overflow:visible;
  perspective:1200px;
}
.live-command-wrap{
  position:relative;
  width:min(900px,100%);
  height:100%;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
}
.command-backdrop-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(30px);
  opacity:.8;
  pointer-events:none;
}
.command-backdrop-glow.glow-red{
  width:430px;height:430px;left:-20px;top:44px;
  background:radial-gradient(circle,rgba(254,0,0,.105),rgba(255,241,242,.40) 46%,transparent 74%);
}
.command-backdrop-glow.glow-blue{
  width:470px;height:470px;right:-40px;top:110px;
  background:radial-gradient(circle,rgba(221,240,255,.44),rgba(238,231,255,.26) 48%,transparent 76%);
}
.live-command-board{
  position:absolute;
  left:0;right:0;top:56px;
  height:620px;
  border-radius:56px;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.72));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:
    0 34px 90px rgba(8,13,26,.13),
    0 8px 22px rgba(8,13,26,.06),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -40px 70px rgba(235,238,246,.34);
  backdrop-filter:blur(26px);
  overflow:hidden;
  isolation:isolate;
  transform:rotateX(0.4deg) rotateY(-0.8deg);
  animation:commandFloatFast 3.2s ease-in-out infinite;
}
.live-command-board::before{
  content:"";
  position:absolute;inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 52% 45%,rgba(254,0,0,.055),transparent 22%),
    radial-gradient(circle at 12% 10%,rgba(255,241,242,.48),transparent 26%),
    radial-gradient(circle at 88% 12%,rgba(221,240,255,.52),transparent 25%),
    linear-gradient(180deg,rgba(255,255,255,.46),transparent 34%);
}
.live-command-board::after{
  content:"";
  position:absolute;inset:0;
  z-index:10;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.46), inset 0 0 80px rgba(255,255,255,.28);
}
.live-board-grid{
  position:absolute;inset:0;z-index:0;
  background-image:
    linear-gradient(rgba(8,13,26,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,13,26,.055) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.46;
  mask-image:linear-gradient(180deg,#000 0%,#000 75%,transparent 100%);
}
.live-board-heading{
  position:absolute;left:44px;top:30px;z-index:4;
  font-family:var(--font-accent);
  font-size:13px;font-weight:900;letter-spacing:.25em;text-transform:uppercase;
  color:#657184;
  text-shadow:0 1px 0 rgba(255,255,255,.86);
}
.live-network{
  position:absolute;
  left:70px;top:50px;width:760px;height:540px;z-index:1;
  overflow:visible;
}
.network-lines path{
  fill:none;stroke:url(#liveLine);stroke-width:2.2;stroke-linecap:round;
  opacity:.82;
}
.network-pulse-lines path{
  fill:none;stroke:url(#livePulse);stroke-width:2.3;stroke-linecap:round;
  stroke-dasharray:46 340;
  animation:dashFlowFast 1.55s linear infinite;
  opacity:.74;
}
.network-pulse-lines path:nth-child(2){animation-delay:-.35s}.network-pulse-lines path:nth-child(3){animation-delay:-.7s}.network-pulse-lines path:nth-child(4){animation-delay:-1.05s}
.signal-dots circle{fill:#FE0000;opacity:.96}.signal-dots circle:nth-child(2n){fill:#F2B145}.signal-dots circle:nth-child(3n){fill:#39BFEA}
.live-node{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;filter:drop-shadow(0 12px 18px rgba(8,13,26,.08))}
.live-node span{width:20px;height:20px;border-radius:50%;background:radial-gradient(circle at 34% 28%,#FFB8BD 0%,#FE5B62 42%,#E11220 100%);box-shadow:0 0 0 14px rgba(254,0,0,.14),0 12px 24px rgba(254,0,0,.18);animation:nodePulseFast 1.55s ease-in-out infinite}
.live-node b{font-size:13px;font-family:var(--font-accent);font-weight:800;color:#576274;letter-spacing:-.02em;text-shadow:0 1px 0 rgba(255,255,255,.86)}
.live-node.active span{width:26px;height:26px;background:radial-gradient(circle at 35% 28%,#FF9AA2,#FE0000 52%,#C80712);box-shadow:0 0 0 26px rgba(254,0,0,.20),0 18px 40px rgba(254,0,0,.26);animation:corePulseFast 1.45s ease-in-out infinite}
.live-node.active b{font-size:15px;color:#4C5565}
.live-node.aiml{left:145px;top:162px}.live-node.api{left:280px;top:246px}.live-node.erp{left:435px;top:100px}.live-node.rules{left:605px;top:270px}.live-node.auto-node{left:715px;top:172px}.live-node.data{left:444px;top:421px}.live-node.iot{left:150px;top:480px}.live-node.wms{left:510px;top:548px}.live-node.blockchain{left:662px;top:466px}.live-node.core{left:445px;top:326px}
.live-node.iot span,.live-node.data span{background:radial-gradient(circle at 34% 28%,#70E3BE,#12B988 62%,#0D956F);box-shadow:0 0 0 13px rgba(18,185,136,.13),0 12px 24px rgba(18,185,136,.16)}
.live-node.api span,.live-node.wms span{background:radial-gradient(circle at 34% 28%,#FFD77A,#F2A51B 62%,#D0800B);box-shadow:0 0 0 13px rgba(242,165,27,.14),0 12px 24px rgba(242,165,27,.16)}
.live-node.automation span,.live-node.auto-node span,.live-node.blockchain span{background:radial-gradient(circle at 34% 28%,#8FE5FF,#31BFEA 62%,#1497C1);box-shadow:0 0 0 13px rgba(49,191,234,.14),0 12px 24px rgba(49,191,234,.16)}
.live-pill{position:absolute;z-index:5;display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 21px;border-radius:18px;background:rgba(255,255,255,.80);border:1px solid rgba(8,13,26,.08);box-shadow:0 16px 42px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(18px);font-family:var(--font-accent);font-size:16px;font-weight:850;color:#121926;animation:cardFloatFast 2.8s ease-in-out infinite}
.live-pill i{width:9px;height:9px;border-radius:50%;background:#7B6BFF;box-shadow:0 0 0 6px rgba(123,107,255,.10)}
.live-pill.pill-aiml{left:80px;top:120px}.live-pill.pill-auto{right:55px;top:330px;animation-delay:-.8s}.live-pill.pill-iot{left:90px;top:492px;animation-delay:-1.4s}.live-pill.pill-auto i{background:#21BCEB;box-shadow:0 0 0 6px rgba(33,188,235,.12)}.live-pill.pill-iot i{background:#11B684;box-shadow:0 0 0 6px rgba(17,182,132,.12)}
.live-metrics{position:absolute;right:44px;top:78px;z-index:5;width:238px;display:grid;grid-template-columns:1fr 1fr;gap:10px;animation:cardFloatFast 3s ease-in-out -.5s infinite}
.live-metrics article{min-height:84px;padding:14px 16px;border-radius:19px;background:rgba(255,255,255,.77);border:1px solid rgba(8,13,26,.08);box-shadow:0 16px 34px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(16px)}
.live-metrics span,.live-card span{display:block;font-family:var(--font-accent);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#788294}
.live-metrics strong{display:block;margin-top:8px;font-size:18px;letter-spacing:-.03em;color:#1C2430}
.live-card{position:absolute;z-index:6;border-radius:28px;background:rgba(255,255,255,.82);border:1px solid rgba(8,13,26,.08);box-shadow:0 22px 52px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(20px);animation:cardFloatFast 2.9s ease-in-out infinite}
.live-card strong{display:block;margin-top:10px;font-size:20px;line-height:1.12;letter-spacing:-.04em;color:#151C29}.live-card small{display:block;margin-top:9px;font-size:15px;color:#5F6A7B}.decision-live-card{left:0;bottom:146px;width:360px;min-height:142px;padding:25px 28px}.architecture-live-card{right:0;bottom:124px;width:365px;min-height:148px;padding:26px 28px;animation-delay:-.9s}
.live-log-panel{position:absolute;left:42px;right:42px;bottom:30px;z-index:7;min-height:116px;padding:18px 22px;border-radius:24px;background:rgba(255,255,255,.84);border:1px solid rgba(8,13,26,.08);box-shadow:0 18px 42px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(20px);display:grid;grid-template-columns:1.06fr .94fr;gap:22px;align-items:center;animation:logFloatFast 2.7s ease-in-out -.4s infinite}
.live-log-lines{display:grid;gap:12px}.live-log-lines span{font-family:var(--font-accent);font-size:14px;font-weight:850;color:#48546A;animation:logLineFlash 2.3s linear infinite}.live-log-lines span:nth-child(2){animation-delay:-.75s}.live-log-lines span:nth-child(3){animation-delay:-1.5s}.live-log-tags{display:grid;grid-template-columns:auto 1fr;gap:10px 14px;align-items:center}.live-log-tags span{justify-self:start;padding:6px 10px;border-radius:999px;background:rgba(35,187,227,.12);font-family:var(--font-accent);font-size:12px;font-weight:900;color:#0A8EB7;letter-spacing:.12em;text-transform:uppercase}.live-log-tags small{font-family:var(--font-accent);font-size:14px;font-weight:700;color:#697588}
.live-scan{position:absolute;left:6%;right:6%;z-index:4;height:1px;background:linear-gradient(90deg,transparent,rgba(254,0,0,.35),rgba(57,191,234,.32),transparent);box-shadow:0 0 20px rgba(254,0,0,.12);pointer-events:none}.scan-fast-a{top:34%;animation:scanFastA 2.2s ease-in-out infinite}.scan-fast-b{top:62%;animation:scanFastB 2.5s ease-in-out -.6s infinite}
@keyframes dashFlowFast{to{stroke-dashoffset:-386}}
@keyframes commandFloatFast{0%,100%{transform:rotateX(.4deg) rotateY(-.8deg) translateY(0)}50%{transform:rotateX(.4deg) rotateY(-.8deg) translateY(-6px)}}
@keyframes nodePulseFast{0%,100%{transform:scale(1);filter:saturate(1)}50%{transform:scale(1.16);filter:saturate(1.18)}}
@keyframes corePulseFast{0%,100%{transform:scale(1)}50%{transform:scale(1.22)}}
@keyframes cardFloatFast{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes logFloatFast{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes logLineFlash{0%,100%{opacity:.72}40%{opacity:1;color:#263044}60%{opacity:.82}}
@keyframes scanFastA{0%,100%{transform:translateY(0);opacity:.28}50%{transform:translateY(38px);opacity:.85}}
@keyframes scanFastB{0%,100%{transform:translateY(0);opacity:.22}50%{transform:translateY(-30px);opacity:.72}}
@media (max-width:1180px){.hero-visual-live{height:690px}.live-command-wrap{width:min(900px,100%)}.live-command-board{top:38px;height:620px}.home-v3 .hero-pro-inner{grid-template-columns:1fr;gap:0}}
@media (max-width:760px){
  .hero-visual-live{height:580px;margin-top:16px}.live-command-board{left:-70px;right:auto;top:16px;width:760px;height:540px;border-radius:34px;transform:scale(.70);transform-origin:top left}.live-command-wrap{width:100%;overflow:visible}.live-board-heading{left:34px;top:25px;font-size:10px}.live-network{left:20px;top:48px;width:720px;height:390px}.live-node b{font-size:11px}.live-node span{width:14px;height:14px;box-shadow:0 0 0 9px rgba(254,0,0,.12)}.live-node.active span{width:20px;height:20px;box-shadow:0 0 0 16px rgba(254,0,0,.18)}.live-node.aiml{left:110px;top:125px}.live-node.api{left:230px;top:190px}.live-node.erp{left:355px;top:92px}.live-node.rules{left:540px;top:220px}.live-node.auto-node{left:638px;top:150px}.live-node.data{left:360px;top:330px}.live-node.iot{left:120px;top:368px}.live-node.wms{left:420px;top:405px}.live-node.blockchain{left:570px;top:370px}.live-node.core{left:380px;top:255px}.live-pill{min-height:38px;font-size:13px;padding:0 15px;border-radius:14px}.live-pill.pill-aiml{left:68px;top:102px}.live-pill.pill-auto{right:45px;top:280px}.live-pill.pill-iot{left:70px;top:405px}.live-metrics{right:40px;top:68px;width:190px}.live-metrics article{min-height:66px;padding:12px;border-radius:16px}.live-metrics span,.live-card span{font-size:9px}.live-metrics strong{font-size:14px}.decision-live-card{left:0;bottom:136px;width:320px;min-height:118px}.architecture-live-card{right:0;bottom:116px;width:330px;min-height:122px}.live-card{border-radius:22px;padding:20px 22px}.live-card strong{font-size:17px}.live-card small{font-size:13px}.live-log-panel{left:34px;right:34px;bottom:26px;min-height:96px;padding:15px 18px;border-radius:20px}.live-log-lines span,.live-log-tags small{font-size:12px}.live-log-tags span{font-size:10px}
}
@media (max-width:430px){.hero-visual-live{height:500px}.live-command-board{left:-105px;transform:scale(.62)}.live-pill.pill-auto{display:none}.live-metrics{right:28px;width:170px}.decision-live-card{width:300px}.architecture-live-card{width:310px}}

/* v11: intact, readable, fully animated enterprise command graph */
.hero-visual-intact{
  position:relative;
  height:690px;
  display:grid;
  place-items:center;
  overflow:visible;
  perspective:1200px;
}
.intact-command-shell{
  position:relative;
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  transition:transform .18s ease-out;
}
.intact-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(34px);
  pointer-events:none;
  opacity:.76;
}
.intact-glow.glow-crimson{
  width:390px;height:390px;left:1%;top:12%;
  background:radial-gradient(circle,rgba(254,0,0,.13),rgba(255,241,242,.44) 44%,transparent 74%);
}
.intact-glow.glow-sky{
  width:420px;height:420px;right:-2%;top:18%;
  background:radial-gradient(circle,rgba(221,240,255,.52),rgba(238,231,255,.30) 48%,transparent 76%);
}
.intact-command-svg{
  position:relative;
  z-index:2;
  width:min(840px,58vw);
  max-width:100%;
  height:auto;
  overflow:visible;
  filter:drop-shadow(0 32px 58px rgba(8,13,26,.12));
  animation:intactBoardFloat 3.6s ease-in-out infinite;
  shape-rendering:geometricPrecision;
  text-rendering:geometricPrecision;
}
.intact-command-svg text{
  font-family:var(--font-accent), Inter, Arial, sans-serif;
  paint-order:stroke fill;
  stroke:#fff;
  stroke-width:3px;
  stroke-linejoin:round;
}
.intact-command-svg .main-board{
  stroke:rgba(8,13,26,.09);
  stroke-width:1;
}
.graph-heading{
  font-size:14px;
  font-weight:900;
  letter-spacing:.24em;
  fill:#657184;
}
.graph-routes path{
  fill:none;
  stroke:url(#lineSoft);
  stroke-width:2.5;
  stroke-linecap:round;
  opacity:.78;
}
.graph-energy-routes path{
  fill:none;
  stroke:url(#lineEnergy);
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-dasharray:70 360;
  animation:intactDash 1.45s linear infinite;
  opacity:.86;
}
.graph-energy-routes path:nth-child(2){animation-delay:-.32s}.graph-energy-routes path:nth-child(3){animation-delay:-.64s}.graph-energy-routes path:nth-child(4){animation-delay:-.96s}
.graph-travelers circle{fill:#FE0000}.graph-travelers circle:nth-child(2){fill:#F2A51B}.graph-travelers circle:nth-child(3){fill:#24BCE8}.graph-travelers circle:nth-child(4){fill:#11B684}
.graph-node circle:first-child{opacity:.34;animation:intactNodeHalo 1.7s ease-in-out infinite}
.graph-node .node-core-dot{opacity:1;animation:intactNodeDot 1.55s ease-in-out infinite}
.graph-node text{
  font-size:14px;
  font-weight:900;
  fill:#4B5567;
  letter-spacing:-.01em;
}
.graph-node.red circle:first-child{fill:#FE0000}.graph-node.red .node-core-dot{fill:#E50B17}
.graph-node.amber circle:first-child{fill:#F2A51B}.graph-node.amber .node-core-dot{fill:#D88A0D}
.graph-node.cyan circle:first-child{fill:#24BCE8}.graph-node.cyan .node-core-dot{fill:#12A5D1}
.graph-node.green circle:first-child{fill:#11B684}.graph-node.green .node-core-dot{fill:#0A9870}
.graph-node.purple circle:first-child{fill:#7B61FF}.graph-node.purple .node-core-dot{fill:#6A55DF}
.core-node circle:first-child{fill:#FE0000;opacity:.28;animation:intactCoreHalo 1.45s ease-in-out infinite}.core-node .node-core-dot{fill:#FE0000}.core-node text{font-size:15px;fill:#434B5A}
.pill-card text{font-size:16px;font-weight:900;fill:#121926;stroke-width:3px}
.metric-label,.card-label{font-size:12px;font-weight:900;letter-spacing:.16em;fill:#6F7A8B;stroke-width:3px}
.metric-value{font-size:19px;font-weight:900;fill:#1C2430;stroke-width:3px}
.card-title{font-size:21px;font-weight:900;fill:#111827;letter-spacing:-.02em;stroke-width:3px}
.card-sub{font-size:15px;font-weight:700;fill:#526071;stroke-width:3px}
.log-text{font-size:15px;font-weight:900;fill:#43506A;stroke-width:3px;animation:intactLogFlash 2.1s ease-in-out infinite}.log-text:nth-of-type(2){animation-delay:-.7s}
.log-muted{font-size:14px;font-weight:800;fill:#697588;stroke-width:3px}.tag-text{font-size:13px;font-weight:900;letter-spacing:.12em;fill:#0A8EB7;stroke-width:3px}
.scan-line{stroke:url(#lineEnergy);stroke-width:1.5;stroke-linecap:round;opacity:.55;filter:url(#nodeGlow)}
.scan-one{animation:intactScanA 2.2s ease-in-out infinite}.scan-two{animation:intactScanB 2.5s ease-in-out -.45s infinite}
.home-v3 .hero-pro-inner{grid-template-columns:minmax(420px,.76fr) minmax(640px,1.24fr);gap:34px;align-items:center}
.home-v3 .hero-pro-copy{padding-top:10px}.home-v3 .hero-pro-title{max-width:660px}.home-v3 .hero-pro-text{max-width:535px}
@keyframes intactBoardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes intactDash{to{stroke-dashoffset:-430}}
@keyframes intactNodeHalo{0%,100%{transform:scale(1);opacity:.30}50%{transform:scale(1.25);opacity:.50}}
@keyframes intactNodeDot{0%,100%{transform:scale(1)}50%{transform:scale(1.18)}}
@keyframes intactCoreHalo{0%,100%{transform:scale(1);opacity:.24}50%{transform:scale(1.18);opacity:.44}}
@keyframes intactLogFlash{0%,100%{opacity:.80}45%{opacity:1;fill:#1E293B}70%{opacity:.86}}
@keyframes intactScanA{0%,100%{transform:translateY(0);opacity:.25}50%{transform:translateY(30px);opacity:.78}}
@keyframes intactScanB{0%,100%{transform:translateY(0);opacity:.20}50%{transform:translateY(-28px);opacity:.68}}
@media (max-width:1180px){
  .hero-visual-intact{height:690px;margin-top:8px}
  .intact-command-svg{width:min(860px,94vw)}
  .home-v3 .hero-pro-inner{grid-template-columns:1fr;gap:0}
}
@media (max-width:760px){
  .hero-visual-intact{height:610px;margin-top:14px;place-items:start stretch}
  .intact-command-shell{display:block;overflow-x:auto;overflow-y:hidden;padding:18px 0 24px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
  .intact-command-svg{width:760px;max-width:none;margin-left:0;margin-right:14px}
  .intact-command-svg text{stroke-width:4px}
}
@media (max-width:430px){
  .hero-visual-intact{height:560px}
  .intact-command-svg{width:720px}
}

/* v12: tighten hero layout, fill whitespace, improve graph composition */
.home-hero-pro{padding-bottom:40px!important}
.home-v3 .hero-pro-inner{
  width:min(1580px,calc(100% - 56px))!important;
  grid-template-columns:minmax(500px,.84fr) minmax(840px,1.16fr)!important;
  gap:18px!important;
  align-items:start!important;
  min-height:auto!important;
}
.home-v3 .hero-pro-copy{padding-top:32px!important}
.home-v3 .hero-pro-title{max-width:700px!important;font-size:clamp(66px,5vw,94px)!important}
.home-v3 .hero-pro-text{max-width:560px!important}
.hero-visual-intact{
  height:760px!important;
  align-items:start!important;
}
.intact-command-shell{
  padding-top:18px;
}
.intact-command-svg{
  width:min(980px,66vw)!important;
  transform:translateY(-10px);
}
.intact-glow.glow-crimson{left:-2%;top:8%;width:420px;height:420px}
.intact-glow.glow-sky{right:-4%;top:10%;width:470px;height:470px}
.hero-utility-strip{
  width:min(1580px,calc(100% - 56px));
  margin-top:-22px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.hero-utility-strip article{
  min-height:88px;
  padding:18px 22px;
  border-radius:24px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 16px 36px rgba(8,13,26,.06), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
}
.hero-utility-strip strong{
  display:block;
  font-family:var(--font-accent);
  font-size:18px;
  font-weight:900;
  color:#111827;
  letter-spacing:-.02em;
}
.hero-utility-strip span{
  display:block;
  margin-top:8px;
  color:#66707E;
  font-size:14px;
  line-height:1.45;
}
/* graph readability + fidelity */
.intact-command-svg .outer-grid{opacity:.68}
.intact-command-svg .main-board{stroke:rgba(8,13,26,.08);stroke-width:1.1}
.intact-command-svg text{stroke:#fff;stroke-width:4px}
.graph-routes path{stroke-width:2.7;opacity:.86}
.graph-energy-routes path{stroke-width:3.1;opacity:.96}
.graph-node text{font-size:15px;fill:#3F4858}
.core-node text{font-size:16px;fill:#2F3744}
.metric-value{font-size:20px}
.card-title{font-size:22px}
.log-text{font-size:15px}
/* give graph a little life in empty areas */
.intact-command-shell::before,
.intact-command-shell::after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(254,0,0,.22);
  pointer-events:none;
  z-index:1;
}
.intact-command-shell::before{
  width:28px;height:28px;left:0;top:42px;animation:ghostOrbitA 4.2s ease-in-out infinite;
}
.intact-command-shell::after{
  width:18px;height:18px;right:32px;bottom:114px;animation:ghostOrbitB 3.4s ease-in-out infinite;
}
@keyframes ghostOrbitA{0%,100%{transform:translate(0,0);opacity:.65}50%{transform:translate(12px,-10px);opacity:1}}
@keyframes ghostOrbitB{0%,100%{transform:translate(0,0);opacity:.55}50%{transform:translate(-8px,8px);opacity:.95}}
@media (max-width:1360px){
  .home-v3 .hero-pro-inner{grid-template-columns:minmax(440px,.86fr) minmax(760px,1.14fr)!important}
  .intact-command-svg{width:min(920px,66vw)!important}
}
@media (max-width:1180px){
  .home-v3 .hero-pro-inner{grid-template-columns:1fr!important;gap:0!important}
  .home-v3 .hero-pro-copy{padding-top:8px!important}
  .hero-visual-intact{height:710px!important;margin-top:6px!important}
  .intact-command-svg{width:min(920px,96vw)!important;transform:none}
  .hero-utility-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-8px}
}
@media (max-width:760px){
  .home-hero-pro{padding-bottom:24px!important}
  .home-v3 .hero-pro-inner{width:min(100% - 24px,1580px)!important}
  .hero-visual-intact{height:620px!important;place-items:start stretch!important}
  .intact-command-shell{display:block;overflow-x:auto;overflow-y:hidden;padding:14px 0 22px}
  .intact-command-svg{width:780px!important;max-width:none!important;margin-right:18px;transform:none}
  .hero-utility-strip{width:min(100% - 24px,1580px);grid-template-columns:1fr;gap:10px;margin-top:8px}
  .hero-utility-strip article{min-height:auto;padding:16px 18px;border-radius:20px}
  .hero-utility-strip strong{font-size:17px}
  .hero-utility-strip span{font-size:13px;margin-top:6px}
}



/* v13: reduce empty space + make graph more realistic and premium */
.home-hero-pro{
  min-height:auto!important;
  padding:112px 0 26px!important;
  overflow:hidden!important;
}
.home-v3 .hero-pro-inner{
  width:min(1760px,calc(100% - 44px))!important;
  grid-template-columns:minmax(500px,.68fr) minmax(980px,1.32fr)!important;
  gap:0!important;
  align-items:center!important;
  min-height:710px!important;
}
.home-v3 .hero-pro-copy{
  padding-top:0!important;
  align-self:center!important;
}
.home-v3 .hero-pro-eyebrow{margin-top:0}
.home-v3 .hero-pro-title{
  max-width:690px!important;
  font-size:clamp(64px,4.65vw,92px)!important;
  line-height:.99!important;
  letter-spacing:-.064em!important;
}
.home-v3 .hero-pro-text{
  max-width:575px!important;
  font-size:clamp(18px,1.22vw,21px)!important;
}
.hero-pro-actions{margin-top:28px!important}
.capability-rail{
  margin-top:34px!important;
  max-width:660px;
}
.hero-visual-intact{
  height:730px!important;
  margin-top:0!important;
  place-items:center!important;
  perspective:1500px!important;
}
.intact-command-shell{
  padding-top:0!important;
  overflow:visible!important;
}
.intact-command-svg{
  width:min(1140px,70vw)!important;
  max-width:none!important;
  transform:translateX(-18px) scale(1.02)!important;
  filter:
    drop-shadow(0 54px 80px rgba(8,13,26,.18))
    drop-shadow(0 12px 24px rgba(254,0,0,.06))!important;
  animation:intactBoardFloatReal .3s ease-out 1, intactBoardBreathe 2.8s ease-in-out infinite!important;
}
.intact-command-shell::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:52px!important;
  width:720px!important;
  height:110px!important;
  border:0!important;
  border-radius:50%!important;
  transform:translateX(-50%) rotateX(60deg)!important;
  background:radial-gradient(ellipse,rgba(8,13,26,.18),rgba(8,13,26,.07) 42%,transparent 72%)!important;
  filter:blur(18px)!important;
  opacity:.86!important;
  z-index:0!important;
  pointer-events:none!important;
  animation:none!important;
}
.intact-command-shell::after{
  content:""!important;
  position:absolute!important;
  left:10%!important;
  right:8%!important;
  top:86px!important;
  height:160px!important;
  border:0!important;
  border-radius:44px!important;
  transform:none!important;
  background:linear-gradient(105deg,rgba(255,255,255,.38),rgba(255,255,255,.04) 45%,rgba(221,240,255,.15))!important;
  filter:blur(.2px)!important;
  opacity:.64!important;
  z-index:3!important;
  pointer-events:none!important;
  animation:glassSweepReal 3.2s ease-in-out infinite!important;
}
.board-realistic-shadow{
  fill:rgba(8,13,26,.16);
  filter:blur(13px);
  opacity:.65;
}
.intact-command-svg .outer-grid{opacity:.82!important}
.intact-command-svg .main-board{
  stroke:rgba(8,13,26,.10)!important;
  stroke-width:1.2!important;
}
.intact-command-svg text{
  stroke:#fff!important;
  stroke-width:4.4px!important;
  paint-order:stroke fill!important;
}
.graph-heading{
  font-size:15px!important;
  fill:#5E6B7D!important;
  letter-spacing:.25em!important;
}
.graph-routes path{
  stroke-width:3.2!important;
  opacity:.95!important;
}
.graph-energy-routes path{
  stroke-width:3.8!important;
  stroke-dasharray:100 300!important;
  animation:intactDash .82s linear infinite!important;
  opacity:1!important;
}
.graph-travelers circle{
  filter:drop-shadow(0 0 8px rgba(254,0,0,.56));
}
.graph-node circle:first-child{
  opacity:.42!important;
  animation:intactNodeHalo .9s ease-in-out infinite!important;
}
.graph-node .node-core-dot{
  animation:intactNodeDot .82s ease-in-out infinite!important;
}
.core-node circle:first-child{
  opacity:.36!important;
  animation:intactCoreHalo .75s ease-in-out infinite!important;
}
.graph-node text{
  font-size:15px!important;
  fill:#2F3948!important;
  stroke-width:4.6px!important;
}
.core-node text{font-size:16px!important}
.metric-label,.card-label{fill:#626E7F!important;stroke-width:4.6px!important}
.metric-value,.card-title{fill:#111827!important;stroke-width:4.6px!important}
.card-sub,.log-muted{fill:#4D5A6C!important}
.log-text{
  fill:#344156!important;
  animation:intactLogFlash 1.35s ease-in-out infinite!important;
}
.scan-line{
  stroke-width:2.2!important;
  opacity:.72!important;
}
.scan-one{animation:intactScanA 1.4s ease-in-out infinite!important}
.scan-two{animation:intactScanB 1.55s ease-in-out -.25s infinite!important}
.mini-live-panel text,
.mini-label{
  font-family:var(--font-accent), Inter, Arial, sans-serif;
  font-size:13px;
  font-weight:900;
  fill:#334155;
  stroke:#fff;
  stroke-width:3px;
  paint-order:stroke fill;
}
.mini-live-panel{animation:miniPanelFloat 2s ease-in-out infinite}
.mini-panel-right{animation-delay:-.8s}

/* Fill lower hero whitespace with compact intelligence dock */
.hero-intelligence-dock{
  width:min(1760px,calc(100% - 44px));
  margin-top:-58px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  position:relative;
  z-index:5;
}
.hero-intelligence-dock article{
  padding:18px 22px;
  min-height:94px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.66));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 18px 42px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(20px);
}
.hero-intelligence-dock span{
  display:block;
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:#7A8494;
}
.hero-intelligence-dock strong{
  display:block;
  margin-top:8px;
  color:#111827;
  font-size:18px;
  letter-spacing:-.03em;
}
.hero-intelligence-dock small{
  display:block;
  margin-top:7px;
  color:#66707E;
  font-size:13px;
}
.hero-utility-strip{
  width:min(1760px,calc(100% - 44px))!important;
  margin-top:14px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.home-proof-and-intro{margin-top:0!important}

@keyframes intactBoardFloatReal{from{opacity:.35;transform:translateX(-18px) scale(.985) translateY(8px)}to{opacity:1;transform:translateX(-18px) scale(1.02) translateY(0)}}
@keyframes intactBoardBreathe{0%,100%{translate:0 0}50%{translate:0 -5px}}
@keyframes glassSweepReal{0%,100%{opacity:.42;transform:translateX(-18px)}50%{opacity:.78;transform:translateX(18px)}}
@keyframes miniPanelFloat{0%,100%{transform:translateY(0);opacity:.88}50%{transform:translateY(-4px);opacity:1}}

@media (max-width:1380px){
  .home-v3 .hero-pro-inner{
    grid-template-columns:minmax(430px,.72fr) minmax(780px,1.28fr)!important;
  }
  .intact-command-svg{
    width:min(1020px,69vw)!important;
    transform:translateX(-8px) scale(1.01)!important;
  }
}
@media (max-width:1180px){
  .home-hero-pro{padding-top:112px!important}
  .home-v3 .hero-pro-inner{
    width:min(100% - 32px,1760px)!important;
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  .hero-visual-intact{height:700px!important;margin-top:10px!important}
  .intact-command-svg{
    width:min(1000px,96vw)!important;
    transform:none!important;
  }
  .hero-intelligence-dock,.hero-utility-strip{
    width:min(100% - 32px,1760px)!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:12px!important;
  }
}
@media (max-width:760px){
  .home-hero-pro{padding-top:110px!important}
  .hero-visual-intact{
    height:620px!important;
    margin-top:8px!important;
    place-items:start stretch!important;
  }
  .intact-command-shell{
    display:block!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:10px 0 22px!important;
  }
  .intact-command-svg{
    width:800px!important;
    max-width:none!important;
    transform:none!important;
    margin-right:18px!important;
  }
  .hero-intelligence-dock,.hero-utility-strip{
    width:min(100% - 24px,1760px)!important;
    grid-template-columns:1fr!important;
  }
  .hero-intelligence-dock{margin-top:4px!important}
  .hero-intelligence-dock article{min-height:auto;padding:16px 18px;border-radius:20px}
}


/* v14 fixes: remove attached-image issues, reduce clutter, and rebalance hero */
.hero-utility-strip{display:none!important}
.home-hero-pro{padding:110px 0 34px!important}
.home-v3 .hero-pro-inner{
  width:min(1740px,calc(100% - 42px))!important;
  grid-template-columns:minmax(500px,.64fr) minmax(1040px,1.36fr)!important;
  gap:8px!important;
  min-height:660px!important;
  align-items:center!important;
}
.home-v3 .hero-pro-copy{
  padding:0 8px 0 0!important;
  align-self:center!important;
}
.home-v3 .hero-pro-title{max-width:660px!important;font-size:clamp(62px,4.35vw,88px)!important}
.home-v3 .hero-pro-text{max-width:540px!important}
.hero-pro-actions{margin-top:26px!important}
.capability-rail{margin-top:26px!important}
.hero-visual-intact{
  height:660px!important;
  margin-top:0!important;
  align-items:center!important;
}
.intact-command-shell{height:100%!important;display:grid!important;place-items:center!important;padding:0!important}
.intact-command-shell::before{bottom:30px!important;width:760px!important;height:120px!important;opacity:.72!important}
.intact-command-shell::after{top:72px!important;height:146px!important;opacity:.58!important}
.intact-command-svg{
  width:min(1100px,68vw)!important;
  transform:translateX(0) scale(1)!important;
}
.intact-glow.glow-crimson{left:-4%!important;top:7%!important;width:420px!important;height:420px!important;opacity:.8!important}
.intact-glow.glow-sky{right:-5%!important;top:14%!important;width:470px!important;height:470px!important;opacity:.72!important}
.hero-intelligence-dock{
  width:min(1740px,calc(100% - 42px))!important;
  margin-top:8px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.hero-intelligence-dock article{
  min-height:82px!important;
  padding:16px 20px!important;
  border-radius:22px!important;
}
.home-proof-and-intro{
  margin-top:14px!important;
  padding-top:0!important;
  background:linear-gradient(180deg,rgba(255,255,255,.68),#fff 42%)!important;
}
.proof-strip{margin-top:0!important}
/* Graph realism refinements */
.intact-command-svg{
  filter:drop-shadow(0 46px 76px rgba(8,13,26,.16)) drop-shadow(0 10px 20px rgba(255,255,255,.34))!important;
}
.intact-command-svg .main-board{fill-opacity:.98!important}
.graph-routes path{stroke-opacity:.92!important}
.graph-energy-routes path{stroke-dasharray:120 260!important;animation:intactDash .72s linear infinite!important}
.graph-travelers circle{opacity:.95!important}
.graph-node circle:first-child{opacity:.48!important}
.scan-line{opacity:.86!important}
.board-shine{opacity:.68!important}
.live-log-svg rect,
.metric-grid rect,
.pill-card rect,
.glass-info-card rect{fill-opacity:.96!important}
@media (max-width:1280px){
  .home-v3 .hero-pro-inner{grid-template-columns:minmax(430px,.68fr) minmax(860px,1.32fr)!important}
  .intact-command-svg{width:min(980px,66vw)!important}
}
@media (max-width:1180px){
  .home-v3 .hero-pro-inner{grid-template-columns:1fr!important;min-height:auto!important;width:min(100% - 28px,1740px)!important}
  .hero-visual-intact{height:690px!important;margin-top:8px!important}
  .intact-command-shell{place-items:start center!important}
  .intact-command-svg{width:min(980px,96vw)!important}
  .hero-intelligence-dock{width:min(100% - 28px,1740px)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-top:6px!important}
  .proof-strip{width:min(100% - 28px,1450px)!important}
}
@media (max-width:900px){
  .hero-intelligence-dock{grid-template-columns:1fr!important}
}
@media (max-width:760px){
  .home-hero-pro{padding:108px 0 24px!important}
  .hero-visual-intact{height:610px!important;place-items:start stretch!important}
  .intact-command-shell{display:block!important;overflow-x:auto!important;overflow-y:hidden!important;padding:8px 0 18px!important}
  .intact-command-svg{width:800px!important;max-width:none!important}
  .hero-intelligence-dock{width:min(100% - 22px,1740px)!important;margin-top:10px!important}
  .hero-intelligence-dock article{padding:14px 16px!important;min-height:auto!important}
  .home-proof-and-intro{margin-top:8px!important}
}



/* v15 final hero repair: clean, contained, premium, no cropped/overlapping hero */
.hero-intelligence-dock,
.hero-utility-strip{
  display:none!important;
}

.home-hero-pro{
  min-height:auto!important;
  padding:138px 0 38px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 14% 18%,rgba(255,241,242,.78),transparent 30%),
    radial-gradient(circle at 76% 20%,rgba(221,240,255,.45),transparent 34%),
    linear-gradient(180deg,#fff 0%,#fbfaf7 100%)!important;
}

.home-v3 .hero-pro-inner{
  width:min(1480px,calc(100% - 56px))!important;
  min-height:620px!important;
  display:grid!important;
  grid-template-columns:minmax(420px,.88fr) minmax(620px,1.12fr)!important;
  gap:58px!important;
  align-items:center!important;
  overflow:visible!important;
}

.home-v3 .hero-pro-copy{
  padding:0!important;
  align-self:center!important;
  position:relative!important;
  z-index:5!important;
}

.home-v3 .hero-pro-eyebrow{
  margin:0 0 24px!important;
  height:34px!important;
  font-size:10px!important;
  letter-spacing:.16em!important;
}

.home-v3 .hero-pro-title{
  max-width:640px!important;
  margin:0!important;
  font-size:clamp(56px,5.15vw,86px)!important;
  line-height:1.02!important;
  letter-spacing:-.058em!important;
  color:#111521!important;
}

.home-v3 .hero-pro-title span{
  color:var(--red)!important;
  letter-spacing:.02em!important;
}

.home-v3 .hero-pro-text{
  max-width:555px!important;
  margin-top:24px!important;
  font-size:clamp(18px,1.35vw,21px)!important;
  line-height:1.58!important;
}

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

.capability-rail{
  margin-top:34px!important;
  max-width:620px!important;
  row-gap:12px!important;
}
.capability-label{
  margin-bottom:10px!important;
}
.capability-rail a{
  margin-right:14px!important;
  padding-right:14px!important;
}

/* Contained graph card */
.hero-visual-intact{
  height:590px!important;
  min-height:590px!important;
  margin:0!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  perspective:1200px!important;
}

.intact-command-shell{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  overflow:visible!important;
  transform:none!important;
}

.intact-command-shell::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  width:72%!important;
  height:90px!important;
  border:0!important;
  border-radius:50%!important;
  transform:translateX(-50%)!important;
  background:radial-gradient(ellipse,rgba(8,13,26,.15),rgba(8,13,26,.055) 48%,transparent 75%)!important;
  filter:blur(18px)!important;
  opacity:.76!important;
  z-index:0!important;
  pointer-events:none!important;
  animation:none!important;
}

.intact-command-shell::after{
  content:""!important;
  position:absolute!important;
  left:9%!important;
  right:9%!important;
  top:76px!important;
  height:118px!important;
  border:0!important;
  border-radius:42px!important;
  background:linear-gradient(105deg,rgba(255,255,255,.42),rgba(255,255,255,.08) 52%,rgba(221,240,255,.18))!important;
  opacity:.55!important;
  z-index:3!important;
  pointer-events:none!important;
  filter:blur(.2px)!important;
  animation:glassSweepReal 3.2s ease-in-out infinite!important;
}

.intact-command-svg{
  width:min(780px,48vw)!important;
  max-width:100%!important;
  height:auto!important;
  transform:none!important;
  overflow:visible!important;
  filter:
    drop-shadow(0 36px 60px rgba(8,13,26,.15))
    drop-shadow(0 10px 18px rgba(254,0,0,.04))!important;
  animation:intactBoardBreathe 3.4s ease-in-out infinite!important;
}

.intact-glow.glow-crimson{
  width:360px!important;
  height:360px!important;
  left:0!important;
  top:10%!important;
  opacity:.62!important;
}
.intact-glow.glow-sky{
  width:390px!important;
  height:390px!important;
  right:0!important;
  top:14%!important;
  opacity:.62!important;
}

/* Make SVG readable but not gigantic */
.intact-command-svg text{
  stroke:#fff!important;
  stroke-width:3.6px!important;
  paint-order:stroke fill!important;
}
.graph-heading{
  font-size:14px!important;
  letter-spacing:.24em!important;
}
.graph-node text{
  font-size:14px!important;
}
.core-node text{
  font-size:15px!important;
}
.card-title{
  font-size:21px!important;
}
.metric-value{
  font-size:19px!important;
}
.log-text{
  font-size:15px!important;
}

.graph-routes path{
  stroke-width:2.7!important;
  opacity:.86!important;
}
.graph-energy-routes path{
  stroke-width:3!important;
  stroke-dasharray:96 310!important;
  animation:intactDash 1s linear infinite!important;
  opacity:.92!important;
}
.scan-line{
  stroke-width:1.8!important;
  opacity:.62!important;
}
.graph-node circle:first-child{
  opacity:.38!important;
  animation:intactNodeHalo 1.2s ease-in-out infinite!important;
}
.graph-node .node-core-dot{
  animation:intactNodeDot 1.1s ease-in-out infinite!important;
}
.core-node circle:first-child{
  opacity:.30!important;
  animation:intactCoreHalo 1s ease-in-out infinite!important;
}

/* Proper section separation */
.home-proof-and-intro{
  margin-top:0!important;
  padding:26px 0 34px!important;
  background:linear-gradient(180deg,rgba(250,249,246,.88),#fff 54%)!important;
}
.proof-strip{
  width:min(1260px,calc(100% - 56px))!important;
  margin-top:0!important;
}
.intro-panel{
  width:min(1260px,calc(100% - 56px))!important;
}

/* Restore mobile/tablet without cropping */
@media (max-width:1180px){
  .home-hero-pro{
    padding:124px 0 34px!important;
  }
  .home-v3 .hero-pro-inner{
    width:min(100% - 32px,1480px)!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    min-height:auto!important;
  }
  .home-v3 .hero-pro-title{
    max-width:900px!important;
    font-size:clamp(54px,8vw,78px)!important;
  }
  .home-v3 .hero-pro-text{
    max-width:760px!important;
  }
  .hero-visual-intact{
    height:580px!important;
    min-height:580px!important;
  }
  .intact-command-svg{
    width:min(850px,94vw)!important;
  }
}

@media (max-width:760px){
  .home-hero-pro{
    padding:108px 0 28px!important;
  }
  .home-v3 .hero-pro-inner{
    width:min(100% - 24px,1480px)!important;
    gap:18px!important;
  }
  .home-v3 .hero-pro-title{
    font-size:clamp(42px,12vw,58px)!important;
    line-height:1.03!important;
  }
  .hero-pro-actions .btn{
    width:100%!important;
  }
  .capability-rail{
    margin-top:26px!important;
    overflow:auto!important;
    flex-wrap:nowrap!important;
  }
  .hero-visual-intact{
    height:520px!important;
    min-height:520px!important;
    place-items:start stretch!important;
    overflow:hidden!important;
  }
  .intact-command-shell{
    display:block!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:8px 0 20px!important;
    scrollbar-width:thin!important;
  }
  .intact-command-svg{
    width:720px!important;
    max-width:none!important;
    margin-right:18px!important;
  }
  .proof-strip,
  .intro-panel{
    width:min(100% - 24px,1260px)!important;
  }
}

@media (max-width:430px){
  .hero-visual-intact{
    height:470px!important;
    min-height:470px!important;
  }
  .intact-command-svg{
    width:670px!important;
  }
}

/* v16 cleanup: cleaner hero, less clutter, more premium command graph */
.cursor-dot,.cursor-ring{display:none!important}
body{cursor:auto!important}
.home-hero-pro{padding:152px 0 44px!important}
.home-v3 .hero-pro-inner{
  width:min(1400px,calc(100% - 64px))!important;
  grid-template-columns:minmax(400px,.88fr) minmax(580px,1.12fr)!important;
  gap:44px!important;
  min-height:560px!important;
  align-items:center!important;
}
.home-v3 .hero-pro-title{
  max-width:560px!important;
  font-size:clamp(52px,4.7vw,78px)!important;
  line-height:1.02!important;
}
.home-v3 .hero-pro-text{max-width:520px!important;font-size:clamp(18px,1.2vw,20px)!important;margin-top:20px!important}
.hero-pro-actions{margin-top:24px!important}
.capability-rail{margin-top:26px!important;max-width:560px!important}
.hero-visual-intact{height:560px!important;min-height:560px!important}
.intact-command-shell{transform:none!important}
.intact-command-shell::before{display:none!important}
.intact-command-shell::after{left:11%!important;right:11%!important;top:68px!important;height:104px!important;opacity:.42!important}
.intact-command-svg{
  width:min(700px,48vw)!important;
  filter:drop-shadow(0 28px 52px rgba(8,13,26,.14)) drop-shadow(0 4px 10px rgba(255,255,255,.30))!important;
  animation:intactBoardBreathe 4.2s ease-in-out infinite!important;
}
.intact-glow.glow-crimson,.intact-glow.glow-sky{display:none!important}
.board-realistic-shadow{opacity:.4!important;filter:blur(9px)!important}
.intact-command-svg .outer-grid{opacity:.48!important}
.intact-command-svg .main-board{fill:url(#boardFill)!important;stroke:rgba(8,13,26,.08)!important;stroke-width:1!important}
.board-shine{opacity:.38!important}
.graph-heading{font-size:13px!important;fill:#6B7687!important;letter-spacing:.2em!important}
.mini-live-panel{opacity:.95!important}
.mini-live-panel rect{fill:#fff!important;fill-opacity:.94!important}
.mini-label{font-size:12px!important;fill:#5E6A7D!important}
.graph-routes path{stroke-width:2.5!important;opacity:.8!important}
.graph-energy-routes path{stroke-width:2.6!important;stroke-dasharray:90 310!important;opacity:.72!important;animation:intactDash 1.2s linear infinite!important}
.graph-travelers circle{r:3.2!important;opacity:.85!important}
.graph-node circle:first-child{opacity:.26!important}
.graph-node .node-core-dot{filter:drop-shadow(0 0 5px rgba(254,0,0,.28))}
.core-node circle:first-child{opacity:.28!important}
.graph-node text,.metric-label,.metric-value,.card-label,.card-title,.card-sub,.log-text,.log-muted,.tag-text{
  paint-order:stroke fill!important;
}
.graph-node text{font-size:13px!important;fill:#394456!important;stroke-width:3.2px!important}
.core-node text{font-size:14px!important;stroke-width:3.2px!important}
.metric-grid rect,.pill-card rect,.glass-info-card rect,.live-log-svg rect{fill:#fff!important;fill-opacity:.96!important}
.metric-label{font-size:11px!important;letter-spacing:.15em!important;fill:#778193!important;stroke-width:3px!important}
.metric-value{font-size:18px!important;fill:#151b26!important;stroke-width:3px!important}
.card-label{font-size:12px!important;letter-spacing:.18em!important;fill:#758093!important;stroke-width:3px!important}
.card-title{font-size:20px!important;fill:#131925!important;stroke-width:3px!important}
.card-sub{font-size:13px!important;fill:#667181!important;stroke-width:2.8px!important}
.tag-text{font-size:13px!important;fill:#149CC8!important;stroke-width:2.8px!important;font-weight:800}
.log-text,.log-muted{font-size:13px!important;stroke-width:2.8px!important}
.scan-line{opacity:.38!important;stroke-width:1.4!important}
.home-proof-and-intro{padding-top:22px!important}
.proof-strip{width:min(1240px,calc(100% - 64px))!important}
.intro-panel{width:min(1240px,calc(100% - 64px))!important}
@media (max-width:1180px){
  .home-hero-pro{padding:136px 0 36px!important}
  .home-v3 .hero-pro-inner{width:min(100% - 32px,1400px)!important;grid-template-columns:1fr!important;gap:18px!important;min-height:auto!important}
  .home-v3 .hero-pro-title{max-width:820px!important;font-size:clamp(50px,7vw,72px)!important}
  .hero-visual-intact{height:520px!important;min-height:520px!important}
  .intact-command-svg{width:min(760px,94vw)!important}
}
@media (max-width:760px){
  .home-hero-pro{padding:112px 0 28px!important}
  .home-v3 .hero-pro-inner{width:min(100% - 24px,1400px)!important}
  .home-v3 .hero-pro-title{font-size:clamp(40px,11vw,56px)!important;max-width:unset!important}
  .hero-visual-intact{height:460px!important;min-height:460px!important}
  .intact-command-shell{overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:12px!important}
  .intact-command-svg{width:680px!important;max-width:none!important}
  .proof-strip,.intro-panel{width:min(100% - 24px,1240px)!important}
}

/* Nav radius refinement */
.nav-shell,
.home-v3 .nav-shell{
  border-radius:24px!important;
}

.desktop-nav,
.home-v3 .desktop-nav.nav-v3{
  border-radius:18px!important;
}

.nav-link,
.home-v3 .nav-v3 .nav-link{
  border-radius:12px!important;
}

.nav-actions .btn,
.home-v3 .nav-actions-v3 .btn{
  border-radius:18px!important;
}

.nav-actions .icon-btn,
.home-v3 .nav-actions-v3 .icon-btn{
  border-radius:18px!important;
}

/* Story section upgrade */
.story-section{
  padding:92px 0 104px!important;
  background:
    radial-gradient(circle at 12% 20%,rgba(254,0,0,.075),transparent 30%),
    radial-gradient(circle at 86% 14%,rgba(221,240,255,.62),transparent 34%),
    linear-gradient(180deg,#fff 0%,#FAF9F6 58%,#fff 100%)!important;
}

.story-section .story-grid{
  grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr)!important;
  gap:68px!important;
  align-items:start!important;
}

.story-section .story-copy{
  max-width:660px!important;
}

.story-section .section-title{
  font-size:clamp(46px,4.8vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.058em!important;
}

.story-section .section-copy{
  max-width:610px!important;
  font-size:clamp(18px,1.35vw,21px)!important;
  line-height:1.72!important;
  color:#354054!important;
}

.story-command-visual{
  min-height:600px!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 48% 36%,rgba(255,241,242,.95),transparent 27%),
    radial-gradient(circle at 78% 14%,rgba(221,240,255,.88),transparent 34%),
    radial-gradient(circle at 14% 86%,rgba(233,216,187,.45),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(249,246,240,.72))!important;
  border:1px solid rgba(8,13,26,.085)!important;
  box-shadow:0 34px 110px rgba(8,13,26,.12),0 12px 34px rgba(254,0,0,.055),inset 0 1px 0 rgba(255,255,255,.96)!important;
  isolation:isolate!important;
}

.story-command-visual::before,
.story-command-visual::after{
  content:""!important;
  position:absolute!important;
  pointer-events:none!important;
}

.story-command-visual::before{
  inset:46px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.56),rgba(255,255,255,.18))!important;
  border:1px solid rgba(255,255,255,.76)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
  z-index:0!important;
}

.story-command-visual::after{
  left:9%!important;
  right:9%!important;
  top:50%!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.48),rgba(82,176,234,.36),transparent)!important;
  box-shadow:0 0 30px rgba(254,0,0,.13)!important;
  transform:none!important;
  z-index:2!important;
}

.story-gridlines{
  position:absolute;
  inset:50px;
  z-index:1;
  border-radius:28px;
  opacity:.35;
  background-image:
    linear-gradient(rgba(8,13,26,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.06) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:radial-gradient(circle at 50% 46%,#000 0%,transparent 72%);
}

.story-orbit{
  position:absolute;
  left:50%;
  top:45%;
  z-index:2;
  border-radius:50%;
  border:1px solid rgba(254,0,0,.15);
  transform:translate(-50%,-50%) rotate(-10deg);
  pointer-events:none;
}

.story-orbit-one{
  width:380px;
  height:150px;
  animation:storyOrbitDrift 12s linear infinite;
}

.story-orbit-two{
  width:470px;
  height:250px;
  border-color:rgba(124,189,240,.22);
  transform:translate(-50%,-50%) rotate(16deg);
  animation:storyOrbitDrift 18s linear reverse infinite;
}

.story-core-card{
  position:absolute;
  left:50%;
  top:44%;
  z-index:4;
  width:220px;
  min-height:174px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:26px 24px;
  transform:translate(-50%,-50%);
  border-radius:28px;
  background:linear-gradient(145deg,#fff,#FFF1F2 60%,#F8E2E4);
  border:1px solid rgba(254,0,0,.14);
  box-shadow:0 24px 70px rgba(254,0,0,.18),0 18px 46px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.98);
}

.story-core-card span,
.story-metric span,
.story-status-strip{
  font-family:var(--font-accent);
}

.story-core-card span{
  font-size:11px;
  font-weight:850;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--ruby);
}

.story-core-card strong{
  margin-top:10px;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.052em;
  color:var(--ink);
}

.story-core-card small{
  margin-top:10px;
  color:#697282;
  font-size:12px;
}

.story-flow-rail{
  position:absolute;
  left:32px;
  right:32px;
  bottom:32px;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.story-flow-rail article{
  min-height:118px;
  padding:15px 14px;
  border-radius:20px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 16px 36px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
}

.story-flow-rail b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:12px;
  background:rgba(254,0,0,.09);
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
}

.story-flow-rail span{
  display:block;
  margin-top:12px;
  font-weight:800;
  letter-spacing:-.02em;
}

.story-flow-rail small{
  display:block;
  margin-top:5px;
  color:#667181;
  line-height:1.35;
}

.story-metric{
  position:absolute;
  z-index:5;
  min-width:154px;
  padding:16px 17px;
  border-radius:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 22px 52px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(18px);
}

.story-metric-left{
  left:34px;
  top:84px;
}

.story-metric-right{
  right:34px;
  top:132px;
}

.story-metric span{
  display:block;
  color:#727C8D;
  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.story-metric strong{
  display:block;
  margin-top:7px;
  font-size:32px;
  line-height:1;
  letter-spacing:-.055em;
  color:var(--ink);
}

.story-metric small{
  display:block;
  margin-top:6px;
  color:#667181;
  font-size:12px;
}

.story-status-strip{
  position:absolute;
  left:50%;
  top:52px;
  z-index:5;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 15px;
  transform:translateX(-50%);
  border-radius:16px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 14px 34px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.95);
  color:#2C3545;
  font-size:12px;
  font-weight:800;
}

.story-status-strip i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 7px rgba(254,0,0,.08);
}

.story-status-strip b{
  color:var(--ruby);
}

.story-principles{
  gap:16px!important;
}

.story-principles article{
  position:relative!important;
  overflow:hidden!important;
  min-height:112px!important;
  padding:22px 24px 22px 82px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.72))!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:0 18px 46px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.95)!important;
}

.story-principles article::after{
  content:"";
  position:absolute;
  inset:auto -20% -80% auto;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(254,0,0,.12),transparent 66%);
}

.story-principles i{
  position:absolute;
  left:24px;
  top:24px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(145deg,#fff,#FFF1F2);
  border:1px solid rgba(254,0,0,.10);
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:12px;
  font-style:normal;
  font-weight:900;
  box-shadow:0 12px 28px rgba(254,0,0,.08);
}

.story-principles strong{
  font-size:19px!important;
  letter-spacing:-.025em!important;
}

.story-principles span{
  color:#4D586B!important;
}

@keyframes storyOrbitDrift{
  from{rotate:0deg}
  to{rotate:360deg}
}

@media (max-width:1120px){
  .story-section .story-grid{
    grid-template-columns:1fr!important;
    gap:40px!important;
  }

  .story-section .story-copy{
    max-width:900px!important;
  }
}

@media (max-width:760px){
  .story-section{
    padding:74px 0 82px!important;
  }

  .story-section .section-title{
    font-size:clamp(38px,11vw,54px)!important;
  }

  .story-command-visual{
    min-height:560px!important;
    border-radius:28px!important;
  }

  .story-command-visual::before,
  .story-gridlines{
    inset:22px!important;
  }

  .story-status-strip{
    top:28px;
    width:calc(100% - 56px);
    justify-content:center;
  }

  .story-core-card{
    top:35%;
    width:190px;
    min-height:150px;
    padding:22px 18px;
  }

  .story-core-card strong{
    font-size:23px;
  }

  .story-metric{
    min-width:132px;
    padding:13px;
  }

  .story-metric-left{
    left:18px;
    top:96px;
  }

  .story-metric-right{
    right:18px;
    top:156px;
  }

  .story-flow-rail{
    left:18px;
    right:18px;
    bottom:18px;
    grid-template-columns:1fr 1fr;
  }

  .story-flow-rail article{
    min-height:104px;
    padding:13px;
  }

  .story-principles article{
    padding:20px 20px 20px 74px!important;
  }
}

/* Responsive hardening across all device sizes */
.route-layout,
.content-stack,
.content-panel,
.side-nav,
.widget-experience,
.model-wrap,
.graph-panel,
.story-copy,
.story-visual{
  min-width:0;
}

.content-panel,
.side-nav,
.widget-experience,
.model-wrap,
.graph-panel{
  max-width:100%;
}

.content-panel,
.route-hero,
.hero,
.site-footer{
  overflow-wrap:anywhere;
}

.mobile-panel[aria-hidden="true"]{
  visibility:hidden;
  pointer-events:none;
}

.mobile-panel.open{
  visibility:visible;
  pointer-events:auto;
}

@media (max-width:1180px){
  .home-v3 .hero-pro-inner{
    grid-template-columns:minmax(0,1fr)!important;
  }

  .home-v3 .hero-pro-copy,
  .home-v3 .hero-pro-title,
  .home-v3 .hero-pro-text,
  .home-v3 .hero-pro-actions,
  .home-v3 .capability-rail{
    width:100%!important;
    max-width:100%!important;
  }

  .home-v3 .hero-pro-copy,
  .home-v3 .hero-pro-title{
    min-width:0!important;
  }

  .architecture-stack div,
  .architecture-stack div:nth-child(2n),
  .architecture-stack div:nth-child(3n){
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
  }

  .footer-watermark{
    display:none!important;
  }

  .carousel-btn.prev{
    left:8px!important;
  }

  .carousel-btn.next{
    right:8px!important;
  }

  .route-hero h1{
    font-size:clamp(44px,8vw,72px)!important;
  }
}

@media (max-width:760px){
  html{
    scroll-padding-top:92px;
  }

  .container,
  .home-v3 .hero-pro-inner,
  .proof-strip,
  .intro-panel{
    width:min(100% - 28px,1180px)!important;
  }

  .home-v3 .hero-pro-copy,
  .home-v3 .hero-pro-title,
  .home-v3 .hero-pro-text,
  .home-v3 .hero-pro-actions,
  .home-v3 .capability-rail{
    width:100%!important;
    max-width:100%!important;
  }

  .home-v3 .hero-pro-eyebrow{
    max-width:100%!important;
    white-space:normal!important;
    flex-wrap:wrap!important;
    line-height:1.35!important;
  }

  .home-v3 .hero-pro-title{
    font-size:clamp(38px,10.5vw,54px)!important;
    line-height:1.04!important;
  }

  .home-v3 .hero-pro-text{
    font-size:17px!important;
    line-height:1.58!important;
  }

  .home-v3 .hero-pro-actions .btn{
    width:100%!important;
    max-width:100%!important;
  }

  .capability-rail{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none;
  }

  .capability-rail::-webkit-scrollbar{
    display:none;
  }

  .page-main{
    padding-top:96px!important;
  }

  .route-hero{
    padding:54px 0 56px!important;
  }

  .route-hero h1{
    font-size:clamp(38px,11vw,56px)!important;
    line-height:1.02!important;
    letter-spacing:-.052em!important;
  }

  .route-hero p{
    font-size:17px!important;
    line-height:1.62!important;
  }

  .route-hero-panel,
  .content-panel{
    border-radius:24px!important;
  }

  .content-panel{
    padding:24px!important;
  }

  .side-nav{
    width:100%!important;
    padding:10px!important;
    border-radius:20px!important;
  }

  .side-nav a{
    min-width:0;
    padding:11px 12px!important;
  }

  .widget-experience,
  .model-wrap,
  .graph-panel{
    padding:14px!important;
    border-radius:24px!important;
  }
}

@media (max-width:360px){
  .container,
  .home-v3 .hero-pro-inner,
  .proof-strip,
  .intro-panel{
    width:min(100% - 22px,1180px)!important;
  }

  .nav-shell,
  .home-v3 .nav-shell{
    width:calc(100% - 16px)!important;
    padding:8px 9px!important;
  }

  .logo{
    gap:8px!important;
  }

  .logo img{
    width:34px!important;
    height:34px!important;
  }

  .logo span span{
    font-size:14px!important;
  }

  .icon-btn{
    width:42px!important;
    height:42px!important;
  }

  .home-v3 .hero-pro-title{
    font-size:clamp(34px,10.5vw,44px)!important;
  }

  .hero-pro-eyebrow{
    font-size:8px!important;
    letter-spacing:.09em!important;
    padding:8px 10px!important;
  }

  .content-panel{
    padding:20px!important;
  }

  .content-panel h2{
    font-size:clamp(28px,10vw,40px)!important;
  }

  .side-nav{
    padding:8px!important;
  }

  .side-nav a{
    padding:10px!important;
  }

  .story-command-visual{
    min-height:520px!important;
  }

  .story-orbit-one{
    width:70%!important;
    height:24%!important;
  }

  .story-orbit-two{
    width:82%!important;
    height:32%!important;
  }

  .story-flow-rail{
    grid-template-columns:1fr!important;
  }

  .story-flow-rail article{
    min-height:auto!important;
  }
}

/* Final mobile fit polish */
@media (max-width:760px){
  .home-v3 .capability-rail{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    overflow:visible!important;
    padding:0!important;
  }

  .home-v3 .capability-rail a{
    justify-content:center!important;
    min-width:0!important;
    margin:0!important;
    padding:10px 12px!important;
    white-space:normal!important;
    text-align:center!important;
    border-radius:14px!important;
  }

  .hero-visual-intact{
    height:auto!important;
    min-height:0!important;
    margin-top:18px!important;
    padding-top:6px!important;
  }

  .intact-command-shell{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1.08!important;
    overflow:hidden!important;
    place-items:center!important;
    border-radius:26px!important;
  }

  .intact-command-shell::after{
    left:8%!important;
    right:8%!important;
    top:12%!important;
    height:24%!important;
    border-radius:24px!important;
  }

  .intact-command-svg{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    transform:none!important;
  }

  .story-orbit-one{
    width:70%!important;
    height:24%!important;
  }

  .story-orbit-two{
    width:82%!important;
    height:32%!important;
  }
}

@media (max-width:360px){
  .home-v3 .capability-rail{
    gap:7px!important;
  }

  .home-v3 .capability-rail a{
    padding:9px 10px!important;
    font-size:12px!important;
  }

  .intact-command-shell{
    border-radius:22px!important;
  }
}

/* Blockchain visual contrast refinement */
.blockchain-visual{
  background:
    radial-gradient(circle at 50% 45%,rgba(254,0,0,.105),transparent 34%),
    radial-gradient(circle at 74% 25%,rgba(124,189,240,.13),transparent 30%),
    linear-gradient(140deg,rgba(248,249,251,.96),rgba(232,236,243,.68))!important;
  border-color:rgba(8,13,26,.13)!important;
  box-shadow:0 34px 96px rgba(8,13,26,.18),0 12px 34px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.82)!important;
}

.blockchain-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 50%,rgba(8,13,26,.055),transparent 58%);
}

.blockchain-visual .section-globe{
  opacity:.36!important;
  filter:contrast(1.14) saturate(1.08) drop-shadow(0 26px 54px rgba(8,13,26,.14))!important;
}

.blockchain-visual .blockchain-canvas{
  opacity:.95;
  filter:contrast(1.18) saturate(1.08);
}

.blockchain-visual .node-label{
  background:rgba(255,255,255,.88)!important;
  border-color:rgba(8,13,26,.14)!important;
  box-shadow:0 14px 32px rgba(8,13,26,.11),inset 0 1px 0 rgba(255,255,255,.94)!important;
  color:#425066!important;
}

.blockchain-visual .verified-pill{
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,235,237,.9))!important;
  border-color:rgba(254,0,0,.24)!important;
  box-shadow:0 18px 46px rgba(254,0,0,.18),0 8px 24px rgba(8,13,26,.08)!important;
  color:#D70000!important;
}

/* Production content integration */
.production-content-with-media{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,320px);
  gap:24px;
  align-items:start;
}

.production-content-with-media ul,
.content-panel > ul{
  margin:18px 0 0;
  padding-left:20px;
  color:#4D586B;
  line-height:1.7;
}

.production-image{
  margin:24px 0 0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(8,13,26,.08);
  background:#fff;
  box-shadow:0 16px 36px rgba(8,13,26,.075);
}

.production-content-with-media .production-image{
  margin:0;
}

.production-image img{
  display:block;
  width:100%;
  height:auto;
}

.production-image:not(.compact) img{
  aspect-ratio:16/10;
  object-fit:cover;
}

.production-image figcaption{
  padding:9px 12px;
  border-top:1px solid rgba(8,13,26,.06);
  color:#667181;
  font-family:var(--font-accent);
  font-size:11px;
}

.production-media-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:start;
}

.production-about-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);
  gap:34px;
  margin-top:30px;
  padding:42px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,255,255,.78)),
    linear-gradient(120deg,rgba(254,0,0,.07),rgba(221,240,255,.30));
}

.production-about-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(254,0,0,.11),transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.76),transparent 46%);
  opacity:.8;
}

.production-about-panel::after{
  content:"";
  position:absolute;
  left:42px;
  right:42px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.42),rgba(124,189,240,.36),transparent);
}

.production-about-panel > *{
  position:relative;
  z-index:1;
}

.production-about-copy{
  max-width:760px;
}

.production-about-copy .kicker{
  margin-bottom:14px;
}

.production-about-copy h2{
  max-width:700px;
  margin-bottom:20px;
  font-size:clamp(38px,4.15vw,52px);
  text-wrap:balance;
}

.production-about-copy p{
  max-width:720px;
  font-size:17px;
  line-height:1.62;
}

.production-proof-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.production-proof-list span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(8,13,26,.08);
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 24px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.92);
  color:#3C4658;
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
}

.production-proof-list span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 6px rgba(254,0,0,.07);
}

.production-about-evidence{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-content:start;
  align-self:stretch;
}

.production-evidence-card{
  position:relative;
  overflow:hidden;
  min-height:164px;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(8,13,26,.08);
  background:rgba(255,255,255,.74);
  box-shadow:0 16px 40px rgba(8,13,26,.06),inset 0 1px 0 rgba(255,255,255,.92);
}

.production-evidence-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(254,0,0,.055),transparent 42%);
  pointer-events:none;
}

.production-evidence-card > *{
  position:relative;
  z-index:1;
}

.production-evidence-card small{
  display:block;
  margin-bottom:14px;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.production-evidence-card strong{
  display:block;
  color:var(--ink);
  font-size:21px;
  line-height:1.14;
  letter-spacing:-.035em;
  font-weight:500;
}

.production-evidence-card p{
  margin:12px 0 0;
  color:#546073;
  font-size:14px;
  line-height:1.55;
}

.production-evidence-card.featured{
  grid-column:1/-1;
  min-height:188px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(254,0,0,.88),rgba(185,11,20,.94) 46%,#080D1A);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 24px 70px rgba(254,0,0,.18),0 18px 52px rgba(8,13,26,.14);
}

.production-evidence-card.featured::before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.10),transparent 58%);
}

.production-evidence-card.featured small,
.production-evidence-card.featured strong{
  color:#fff;
}

.production-evidence-card.featured p{
  max-width:520px;
  color:rgba(255,255,255,.75);
}

.production-evidence-card:nth-child(4){
  grid-column:1/-1;
  min-height:132px;
}

.production-slider-grid,
.production-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.production-slider-grid article,
.production-link-grid a{
  display:grid;
  min-height:170px;
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(8,13,26,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.72));
  box-shadow:0 18px 42px rgba(8,13,26,.08);
  color:var(--ink);
}

.production-slider-grid small{
  color:var(--red);
  font-family:var(--font-accent);
  font-weight:800;
}

.production-slider-grid strong{
  display:block;
  margin-top:12px;
  font-size:22px;
  letter-spacing:-.03em;
}

.production-home-services{
  margin-top:22px;
}

.production-link-grid{
  margin-top:22px;
}

.production-link-grid a{
  position:relative;
  align-content:start;
  gap:12px;
  padding:24px;
  overflow:hidden;
  text-decoration:none;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.production-link-grid a::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(254,0,0,.075),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.58));
  opacity:.9;
}

.production-link-grid a > *{
  position:relative;
  z-index:1;
}

.production-link-grid a:hover{
  transform:translateY(-5px);
  border-color:rgba(254,0,0,.18);
  box-shadow:var(--shadow-lux);
}

.production-link-grid small{
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.production-link-grid strong{
  max-width:360px;
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:500;
}

.production-link-grid p{
  margin:0;
  color:#556174;
  line-height:1.58;
}

.production-link-grid img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}

.production-link-grid span{
  align-self:end;
  padding:0;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:800;
}

.production-contact-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.production-contact-form textarea,
.production-contact-form .recaptcha-note,
.production-contact-form button{
  grid-column:1/-1;
}

.production-contact-form input,
.production-contact-form textarea{
  width:100%;
  border:1px solid rgba(8,13,26,.12);
  border-radius:14px;
  background:rgba(255,255,255,.82);
  padding:14px 15px;
  color:var(--ink);
  font:inherit;
  outline:none;
}

.production-contact-form input:focus,
.production-contact-form textarea:focus{
  border-color:rgba(254,0,0,.34);
  box-shadow:0 0 0 4px rgba(254,0,0,.07);
}

.recaptcha-note{
  padding:12px 14px;
  border-radius:14px;
  background:rgba(8,13,26,.035);
  color:#667181;
  font-size:13px;
}

.map-frame{
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 18px 42px rgba(8,13,26,.08);
}

.map-frame iframe{
  display:block;
  width:100%;
  min-height:420px;
}

.blockchain-anime-card{
  min-height:252px;
  background:
    radial-gradient(circle at 56% 38%,rgba(52,214,255,.22),transparent 34%),
    radial-gradient(circle at 86% 18%,rgba(254,0,0,.12),transparent 30%),
    radial-gradient(circle at 14% 84%,rgba(8,13,26,.08),transparent 32%),
    linear-gradient(145deg,#FFFFFF,#F4FAFD)!important;
}

.blockchain-anime-card figcaption{
  background:rgba(255,255,255,.78);
}

.anime-chain{
  position:relative;
  min-height:226px;
  overflow:hidden;
  isolation:isolate;
  border-radius:18px 18px 0 0;
  background:
    radial-gradient(circle at 50% 47%,rgba(254,0,0,.06),transparent 32%),
    linear-gradient(155deg,rgba(255,255,255,.92),rgba(238,248,255,.72));
}

.anime-chain::before{
  content:"";
  position:absolute;
  inset:16px;
  z-index:0;
  border-radius:26px;
  background-image:
    linear-gradient(rgba(8,13,26,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.045) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:radial-gradient(circle at 52% 48%,#000,transparent 75%);
  opacity:.82;
}

.anime-chain::after{
  content:"";
  position:absolute;
  inset:22px 20px 34px;
  z-index:0;
  border:1px solid rgba(17,155,211,.10);
  border-radius:30px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 22px 50px rgba(8,13,26,.08);
  pointer-events:none;
}

.anime-chain-svg{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  min-height:218px;
}

.chain-field{
  filter:drop-shadow(0 22px 44px rgba(8,13,26,.10));
}

.chain-orbits,
.chain-halos{
  pointer-events:none;
}

.crypto-ring{
  fill:none;
  stroke:rgba(17,155,211,.23);
  stroke-width:1.15;
  stroke-dasharray:5 12;
  transform-box:fill-box;
  transform-origin:center;
}

.ring-b{
  stroke:rgba(254,0,0,.16);
  stroke-dasharray:2 11;
}

.ring-c{
  stroke:rgba(8,13,26,.10);
  stroke-width:.85;
  stroke-dasharray:1 9;
}

.chain-link,
.data-stream{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform-box:fill-box;
  transform-origin:center;
}

.chain-link{
  stroke:rgba(17,155,211,.62);
  stroke-width:1.65;
  stroke-dasharray:11 9;
  filter:drop-shadow(0 6px 10px rgba(17,155,211,.18));
}

.mesh-link:nth-child(2n){
  stroke:rgba(254,0,0,.34);
}

.data-stream{
  stroke:#FE0000;
  stroke-width:1.85;
  stroke-dasharray:4 20;
  opacity:.72;
  filter:drop-shadow(0 0 9px rgba(254,0,0,.24));
}

.stream-b{
  stroke:#34D6FF;
  filter:drop-shadow(0 0 9px rgba(52,214,255,.30));
}

.stream-c{
  stroke:rgba(8,13,26,.42);
  stroke-width:1.35;
}

.chain-pulse,
.chain-node,
.chain-spark{
  transform-box:fill-box;
  transform-origin:center;
}

.chain-pulse{
  fill:#FE0000;
  filter:drop-shadow(0 0 9px rgba(254,0,0,.58));
}

.chain-node{
  fill:#FFFFFF;
  stroke:rgba(17,155,211,.72);
  stroke-width:2;
  filter:drop-shadow(0 0 9px rgba(52,214,255,.24));
}

.node-b,
.node-d{
  stroke:rgba(254,0,0,.52);
}

.chain-block,
.contract-card,
.hash-chip{
  transform-box:fill-box;
  transform-origin:center;
}

.chain-block{
  filter:drop-shadow(0 14px 18px rgba(8,13,26,.18));
}

.core-block{
  filter:drop-shadow(0 18px 28px rgba(17,155,211,.24));
}

.contract-card > rect{
  stroke:rgba(8,13,26,.08);
  stroke-width:1;
}

.contract-line{
  fill:none;
  stroke:#5E6D82;
  stroke-width:3;
  stroke-linecap:round;
  opacity:.62;
  transform-box:fill-box;
  transform-origin:left center;
}

.contract-check{
  fill:none;
  stroke:#FFFFFF;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.hash-chip{
  filter:drop-shadow(0 12px 22px rgba(8,13,26,.10));
}

.hash-chip rect{
  fill:rgba(255,255,255,.88);
  stroke:rgba(8,13,26,.08);
  stroke-width:1;
}

.hash-chip circle{
  fill:#FE0000;
}

.hash-chip text{
  fill:#334155;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
}

.chain-halo{
  fill:none;
  stroke:rgba(52,214,255,.42);
  stroke-width:2;
  stroke-dasharray:3 7;
  transform-box:fill-box;
  transform-origin:center;
}

.chain-spark{
  fill:#FE0000;
  filter:drop-shadow(0 0 10px rgba(254,0,0,.62));
}

.spark-b,
.spark-d{
  fill:#34D6FF;
  filter:drop-shadow(0 0 10px rgba(52,214,255,.62));
}

.anime-chain-caption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:12px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px 10px 13px;
  border-radius:16px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 14px 32px rgba(8,13,26,.10);
  backdrop-filter:blur(16px);
}

.anime-chain-caption::before{
  content:"";
  flex:0 0 auto;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#FE0000;
  box-shadow:0 0 0 7px rgba(254,0,0,.10),0 0 16px rgba(254,0,0,.32);
}

.anime-chain-caption span{
  color:#5D6B7D;
  font-size:12px;
  margin:0 auto 0 0;
}

.anime-chain-caption b{
  color:#D70000;
  font-size:12px;
  white-space:nowrap;
}

@media (max-width:760px){
  .production-content-with-media,
  .production-about-panel,
  .production-about-evidence,
  .production-slider-grid,
  .production-link-grid,
  .production-contact-form{
    grid-template-columns:1fr;
  }

  .production-media-grid{
    grid-template-columns:1fr;
  }

  .production-about-panel{
    padding:28px;
  }

  .production-slider-grid article{
    min-height:auto;
  }

  .anime-chain{
    min-height:224px;
  }

  .anime-chain-svg{
    min-height:220px;
  }

  .anime-chain-caption{
    align-items:center;
    flex-direction:row;
    flex-wrap:wrap;
  }

  .anime-chain-caption b{
    white-space:normal;
  }
}

/* Fast premium services explorer */
.services-page{
  --service-stage-h:clamp(540px,calc(100svh - 132px),760px);
  --service-ink:#070B16;
  --service-muted:#5E687A;
  --service-line:rgba(8,13,26,.08);
  --service-soft:#F8FAFC;
  --service-ease:cubic-bezier(.2,.8,.2,1);
  --service-progress:0;
  overflow-x:hidden;
  background:linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 48%,#FFFFFF 100%);
}

.services-page .services-scroll-section{
  position:relative;
  overflow:hidden;
  padding-top:44px;
  padding-bottom:82px;
  background:
    linear-gradient(115deg,rgba(254,0,0,.045),transparent 28%),
    linear-gradient(245deg,rgba(221,240,255,.48),transparent 30%),
    linear-gradient(180deg,#FFFFFF,#F8FAFC);
}

.services-page .services-scroll-section::before{
  display:none;
}

.services-page .services-scroll-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(8,13,26,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.024) 1px,transparent 1px);
  background-size:88px 88px;
  opacity:.20;
}

.services-page .services-scroll-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(236px,270px) minmax(0,1fr);
  gap:28px;
  align-items:start;
  width:min(1280px,calc(100% - 40px));
}

.services-page .services-scroll-layout.reveal{
  opacity:1;
  transform:none;
}

.services-page .services-index-panel{
  position:sticky;
  top:104px;
  display:flex;
  flex-direction:column;
  gap:11px;
  min-width:0;
  max-height:var(--service-stage-h);
  padding:12px;
  overflow:hidden;
  border-radius:26px;
  background:rgba(255,255,255,.94);
  border:1px solid var(--service-line);
  box-shadow:0 12px 32px rgba(8,13,26,.075);
  backdrop-filter:none;
}

.services-page .services-index-panel::before{
  display:none;
}

.services-page .services-index-head,
.services-page .services-index-footer,
.services-page .services-scroll-nav{
  position:relative;
  z-index:1;
}

.services-page .services-index-head{
  padding:15px;
  border-radius:18px;
  background:linear-gradient(180deg,#FFFFFF,#F9FBFD);
  border:1px solid rgba(8,13,26,.07);
  box-shadow:none;
}

.services-page .services-index-head span,
.services-page .services-index-footer span{
  display:block;
  margin-bottom:8px;
  color:#C80B16;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  line-height:1;
  text-transform:uppercase;
}

.services-page .services-index-head strong{
  display:block;
  color:var(--service-ink);
  font-size:20px;
  font-weight:560;
  letter-spacing:-.045em;
  line-height:1.05;
}

.services-page .services-index-head small{
  display:block;
  margin-top:9px;
  color:#667085;
  font-size:12px;
  line-height:1.45;
}

.services-page .services-scroll-nav{
  position:relative!important;
  top:auto!important;
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
  flex:1 1 auto;
  min-height:0;
  max-height:none;
  overflow-y:auto;
  overflow-x:hidden;
  padding:3px;
  border:0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  counter-reset:serviceNav;
  scrollbar-width:thin;
  scrollbar-color:rgba(254,0,0,.28) transparent;
}

.services-page .services-scroll-nav::-webkit-scrollbar{
  width:5px;
  height:5px;
}

.services-page .services-scroll-nav::-webkit-scrollbar-track{
  background:transparent;
}

.services-page .services-scroll-nav::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:rgba(254,0,0,.28);
}

.services-page .services-scroll-nav a{
  counter-increment:serviceNav;
  position:relative;
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 7px;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:8px 10px 8px 9px;
  border-radius:15px;
  color:rgba(8,13,26,.64);
  background:transparent;
  border:1px solid transparent;
  box-shadow:none;
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:720;
  letter-spacing:-.02em;
  line-height:1.16;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.services-page .services-scroll-nav a::before{
  content:counter(serviceNav,decimal-leading-zero);
  position:static;
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:11px;
  color:rgba(8,13,26,.48);
  background:#FFFFFF;
  border:1px solid rgba(8,13,26,.06);
  box-shadow:none;
  font-size:10px;
  opacity:1;
  transform:none;
}

.services-page .services-scroll-nav a::after{
  content:"";
  justify-self:end;
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(8,13,26,.18);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}

.services-page .services-scroll-nav a:hover{
  color:var(--service-ink);
  background:#FFFFFF;
  border-color:rgba(8,13,26,.08);
  transform:translateX(2px);
}

.services-page .services-scroll-nav a.active,
.services-page .services-scroll-nav a.is-active{
  color:#FFFFFF;
  background:#0B1020;
  border-color:rgba(8,13,26,.14);
  box-shadow:0 8px 22px rgba(8,13,26,.16);
  transform:translateX(2px);
}

.services-page .services-scroll-nav a.active::before,
.services-page .services-scroll-nav a.is-active::before{
  color:#FFFFFF;
  background:#FE0000;
  border-color:rgba(255,255,255,.22);
}

.services-page .services-scroll-nav a.active::after,
.services-page .services-scroll-nav a.is-active::after{
  background:#FE0000;
  transform:scale(1.16);
  box-shadow:0 0 0 5px rgba(254,0,0,.12);
}

.services-page .services-index-footer{
  padding:13px 14px;
  border-radius:18px;
  background:#FFFFFF;
  border:1px solid rgba(254,0,0,.11);
  box-shadow:none;
}

.services-page .services-index-footer strong{
  display:block;
  color:var(--service-ink);
  font-size:15px;
  letter-spacing:-.025em;
  line-height:1.18;
}

.services-page .services-scroll-nav a:focus-visible,
.services-page .services-index-panel:focus-within,
.services-page .services-scroll-container:focus-visible,
.services-page .services-scroll-container .content-panel:focus-visible{
  outline:2px solid rgba(254,0,0,.46);
  outline-offset:4px;
}

.services-page .services-scroll-shell{
  position:relative;
  min-width:0;
  height:var(--service-stage-h);
  padding:14px 14px 14px 38px;
  overflow:hidden;
  border-radius:30px;
  background:#FFFFFF;
  border:1px solid var(--service-line);
  box-shadow:0 18px 46px rgba(8,13,26,.09);
  backdrop-filter:none;
}

.services-page .services-scroll-shell::before,
.services-page .services-scroll-shell::after{
  content:"";
  position:absolute;
  left:38px;
  right:14px;
  z-index:6;
  height:42px;
  pointer-events:none;
}

.services-page .services-scroll-shell::before{
  top:0;
  background:linear-gradient(180deg,#FFFFFF,rgba(255,255,255,0));
}

.services-page .services-scroll-shell::after{
  bottom:0;
  background:linear-gradient(0deg,#FFFFFF,rgba(255,255,255,0));
}

.services-page .services-scroll-progress{
  position:absolute;
  left:15px;
  top:24px;
  bottom:24px;
  z-index:7;
  width:18px;
  overflow:visible;
  background:transparent;
  box-shadow:none;
}

.services-page .services-scroll-progress::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  border-radius:999px;
  background:rgba(8,13,26,.08);
  transform:translateX(-50%);
}

.services-page .services-scroll-progress span{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  display:block;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,#FE0000,#FF6B70 48%,#7CBDF0);
  transform:translateX(-50%) scaleY(var(--service-progress,0));
  transform-origin:top center;
  transition:transform .12s linear;
}

.services-page .services-progress-dots{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  pointer-events:none;
}

.services-page .service-progress-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#FFFFFF;
  border:1px solid rgba(8,13,26,.13);
  box-shadow:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.services-page .service-progress-dot.is-active{
  background:#FE0000;
  border-color:rgba(254,0,0,.45);
  transform:scale(1.25);
  box-shadow:0 0 0 5px rgba(254,0,0,.10);
}

.services-page .services-scroll-container{
  position:relative;
  display:block;
  height:100%;
  min-width:0;
  overflow-y:auto;
  overflow-x:hidden;
  padding:6px 8px 28px 0;
  scroll-behavior:smooth;
  scroll-padding-top:16px;
  scroll-snap-type:y proximity;
  scrollbar-gutter:stable;
  scrollbar-width:thin;
  scrollbar-color:rgba(254,0,0,.30) transparent;
  counter-reset:serviceSection;
}

.services-page .services-scroll-container::-webkit-scrollbar{
  width:7px;
}

.services-page .services-scroll-container::-webkit-scrollbar-track{
  margin:20px 0;
  background:transparent;
}

.services-page .services-scroll-container::-webkit-scrollbar-thumb{
  border:2px solid #FFFFFF;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(8,13,26,.28),rgba(254,0,0,.42),rgba(124,189,240,.40));
}

.services-page .services-scroll-container:hover::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(8,13,26,.34),rgba(254,0,0,.52),rgba(124,189,240,.48));
}

.services-page .services-scroll-container .content-panel + .content-panel{
  margin-top:18px;
}

.services-page .services-scroll-container .content-panel{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  counter-increment:serviceSection;
  scroll-snap-align:start;
  min-height:auto;
  padding:clamp(28px,3.4vw,42px);
  border-radius:26px;
  color:var(--service-ink);
  background:linear-gradient(180deg,#FFFFFF,#FAFCFF);
  border:1px solid var(--service-line);
  box-shadow:0 12px 34px rgba(8,13,26,.075);
  transition:opacity .28s ease,transform .32s var(--service-ease),box-shadow .22s ease,border-color .22s ease;
}

.services-page .services-scroll-container .content-panel::before{
  display:none;
}

.services-page .services-scroll-container .content-panel::after{
  content:"";
  position:absolute;
  inset:1px;
  z-index:0;
  border-radius:25px;
  background:linear-gradient(90deg,rgba(254,0,0,.08),transparent 22%,transparent 78%,rgba(124,189,240,.10));
  opacity:.7;
  pointer-events:none;
}

.services-page .services-scroll-container .content-panel > *{
  position:relative;
  z-index:1;
}

.services-page .services-scroll-container .content-panel:hover{
  border-color:rgba(254,0,0,.14);
  box-shadow:0 16px 40px rgba(8,13,26,.10);
  transform:translateY(-2px);
}

.services-page .services-scroll-container .content-panel h2{
  max-width:980px;
  margin:0 0 18px;
  color:var(--service-ink);
  font-size:clamp(34px,4.2vw,56px);
  font-weight:480;
  letter-spacing:-.052em;
  line-height:1;
}

.services-page .services-scroll-container .content-panel h2::before{
  content:"Capability " counter(serviceSection,decimal-leading-zero);
  display:flex;
  width:max-content;
  margin:0 0 12px;
  padding:7px 10px;
  border-radius:999px;
  color:#B90B14;
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,241,242,.86));
  border:1px solid rgba(254,0,0,.14);
  box-shadow:none;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:850;
  letter-spacing:.14em;
  line-height:1;
  text-transform:uppercase;
}

.services-page .services-scroll-container .content-panel h2::after{
  content:"";
  display:block;
  width:112px;
  height:2px;
  margin-top:16px;
  border-radius:999px;
  background:linear-gradient(90deg,#FE0000,rgba(124,189,240,.72),transparent);
}

.services-page .services-scroll-container .content-panel p,
.services-page .services-scroll-container .content-panel li{
  max-width:66ch;
  color:#404A5F;
  font-size:16px;
  line-height:1.68;
  letter-spacing:-.012em;
}

.services-page .services-scroll-container .content-panel > p:first-of-type{
  font-size:16.5px;
}

.services-page .services-scroll-container .content-panel ul{
  display:grid;
  gap:9px;
  max-width:660px;
  margin-top:20px;
}

.services-page .services-scroll-container .content-panel li::marker{
  color:#FE0000;
}

.services-page .services-scroll-container .production-content-with-media{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(240px,320px);
  gap:28px;
  align-items:center;
}

.services-page .services-scroll-container .content-panel:nth-child(even) .production-content-with-media{
  grid-template-columns:minmax(240px,320px) minmax(0,1fr);
}

.services-page .services-scroll-container .content-panel:nth-child(even) .production-content-with-media .production-image{
  order:-1;
}

.services-page .services-scroll-container .production-image{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#FFFFFF;
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 10px 28px rgba(8,13,26,.075);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.services-page .services-scroll-container .production-image::before{
  display:none;
}

.services-page .services-scroll-container .production-image img{
  position:relative;
  z-index:0;
  display:block;
  width:100%;
  transition:transform .24s ease;
}

.services-page .services-scroll-container .content-panel > .production-image{
  max-width:min(760px,100%);
  margin-top:28px;
}

.services-page .services-scroll-container .production-image:hover{
  border-color:rgba(254,0,0,.14);
  box-shadow:0 14px 34px rgba(8,13,26,.10);
  transform:translateY(-3px);
}

.services-page .services-scroll-container .production-image:hover img{
  transform:none;
  filter:none;
}

.services-page .services-scroll-container .production-image figcaption{
  position:relative;
  z-index:2;
  background:#FFFFFF;
  backdrop-filter:none;
}

.services-page .services-scroll-container.is-enhanced .content-panel{
  opacity:.72;
  filter:none;
  transform:translateY(16px) scale(.99);
}

.services-page .services-scroll-container.is-enhanced .content-panel.is-service-revealed{
  opacity:.86;
  filter:none;
  transform:translateY(0) scale(1);
}

.services-page .services-scroll-container.is-enhanced .content-panel.is-service-active{
  opacity:1;
  transform:translateY(0) scale(1);
  border-color:rgba(254,0,0,.16);
  box-shadow:0 16px 42px rgba(8,13,26,.10);
}

.services-page .services-scroll-container.is-enhanced .content-panel > *{
  opacity:0;
  transform:translateY(12px);
  transition:opacity .28s ease,transform .34s var(--service-ease);
}

.services-page .services-scroll-container.is-enhanced .content-panel.is-service-revealed > *{
  opacity:1;
  transform:translateY(0);
}

.services-page .services-scroll-container.is-enhanced .content-panel.is-service-revealed > :nth-child(1){
  transition-delay:25ms;
}

.services-page .services-scroll-container.is-enhanced .content-panel.is-service-revealed > :nth-child(2){
  transition-delay:65ms;
}

.services-page .services-scroll-container.is-enhanced .content-panel.is-service-revealed > :nth-child(3){
  transition-delay:105ms;
}

.services-page .chain-field,
.services-page .chain-link,
.services-page .data-stream,
.services-page .chain-block,
.services-page .core-block,
.services-page .contract-card,
.services-page .hash-chip,
.services-page .chain-pulse,
.services-page .chain-node,
.services-page .chain-spark{
  filter:none!important;
}

.services-page .anime-chain-caption{
  backdrop-filter:none;
  box-shadow:0 10px 24px rgba(8,13,26,.08);
}

.services-page .data-stream.stream-a,
.services-page .data-stream.stream-b,
.services-page .data-stream.stream-c{
  transform:none;
}

@media (prefers-reduced-motion:no-preference){
  .services-page .chain-block{
    animation:serviceBlockFloat 5.4s ease-in-out infinite;
  }

  .services-page .block-b,
  .services-page .block-d{
    animation-delay:-1.4s;
  }

  .services-page .block-c,
  .services-page .block-e{
    animation-delay:-2.6s;
  }

  .services-page .data-stream{
    animation:serviceDashFlow 3.2s linear infinite;
  }

  .services-page .stream-b{
    animation-duration:3.8s;
  }

  .services-page .stream-c{
    animation-duration:4.4s;
  }

  .services-page .chain-pulse,
  .services-page .chain-spark,
  .services-page .anime-chain-caption::before{
    animation:servicePulseSoft 2.6s ease-in-out infinite;
  }
}

@keyframes serviceBlockFloat{
  0%,100%{opacity:.92}
  50%{opacity:1}
}

@keyframes serviceDashFlow{
  from{stroke-dashoffset:0}
  to{stroke-dashoffset:-48}
}

@keyframes servicePulseSoft{
  0%,100%{opacity:.58;transform:scale(.9)}
  50%{opacity:1;transform:scale(1.12)}
}

@media (max-width:1120px){
  .services-page .services-scroll-layout{
    width:min(100% - 32px,1180px);
    grid-template-columns:1fr;
    gap:14px;
  }

  .services-page .services-index-panel{
    top:86px;
    z-index:9;
    display:grid;
    grid-template-columns:minmax(160px,220px) minmax(0,1fr) minmax(140px,200px);
    gap:10px;
    align-items:center;
    max-height:none;
    padding:8px;
    border-radius:22px;
  }

  .services-page .services-index-head{
    padding:12px 13px;
    border-radius:17px;
  }

  .services-page .services-index-head strong{
    font-size:17px;
  }

  .services-page .services-index-head small{
    display:none;
  }

  .services-page .services-scroll-nav{
    display:flex;
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px;
    scrollbar-width:none;
  }

  .services-page .services-scroll-nav::-webkit-scrollbar{
    display:none;
  }

  .services-page .services-scroll-nav a{
    flex:0 0 auto;
    grid-template-columns:28px minmax(0,auto) 7px;
    min-width:max-content;
    white-space:nowrap;
  }

  .services-page .services-scroll-nav a:hover,
  .services-page .services-scroll-nav a.active,
  .services-page .services-scroll-nav a.is-active{
    transform:none;
  }

  .services-page .services-index-footer{
    padding:12px 13px;
    border-radius:17px;
  }

  .services-page .services-scroll-shell{
    height:clamp(520px,calc(100svh - 170px),690px);
    border-radius:26px;
  }
}

@media (max-width:900px){
  .services-page .services-index-panel{
    grid-template-columns:1fr;
  }

  .services-page .services-index-footer{
    display:none;
  }

  .services-page .services-scroll-container .production-content-with-media,
  .services-page .services-scroll-container .content-panel:nth-child(even) .production-content-with-media{
    grid-template-columns:1fr;
  }

  .services-page .services-scroll-container .content-panel:nth-child(even) .production-content-with-media .production-image{
    order:0;
  }
}

@media (max-width:760px){
  .services-page{
    --service-stage-h:clamp(460px,calc(100svh - 132px),610px);
  }

  .services-page .services-scroll-section{
    padding-top:26px;
    padding-bottom:60px;
  }

  .services-page .services-scroll-layout{
    width:min(100% - 22px,1180px);
  }

  .services-page .services-index-panel{
    top:80px;
    border-radius:18px;
  }

  .services-page .services-index-head{
    display:none;
  }

  .services-page .services-scroll-nav a{
    min-height:38px;
    grid-template-columns:26px minmax(0,auto);
    gap:8px;
    padding:7px 11px 7px 8px;
    border-radius:999px;
    font-size:12px;
  }

  .services-page .services-scroll-nav a::before{
    width:25px;
    height:25px;
    border-radius:999px;
    font-size:9px;
  }

  .services-page .services-scroll-nav a::after{
    display:none;
  }

  .services-page .services-scroll-shell{
    height:var(--service-stage-h);
    padding:16px 8px 8px;
    border-radius:22px;
  }

  .services-page .services-scroll-shell::before,
  .services-page .services-scroll-shell::after{
    left:8px;
    right:8px;
    height:34px;
  }

  .services-page .services-scroll-progress{
    left:18px;
    right:18px;
    top:8px;
    bottom:auto;
    width:auto;
    height:3px;
  }

  .services-page .services-scroll-progress::before{
    left:0;
    right:0;
    top:0;
    bottom:auto;
    width:auto;
    height:2px;
    transform:none;
  }

  .services-page .services-scroll-progress span{
    left:0;
    top:0;
    bottom:auto;
    width:100%;
    height:3px;
    transform:scaleX(var(--service-progress,0));
    transform-origin:left center;
  }

  .services-page .services-progress-dots{
    display:none;
  }

  .services-page .services-scroll-container{
    padding:16px 2px 22px 0;
    scroll-padding-top:18px;
    scroll-snap-type:none;
    scrollbar-gutter:auto;
  }

  .services-page .services-scroll-container::-webkit-scrollbar{
    width:5px;
  }

  .services-page .services-scroll-container .content-panel{
    padding:22px!important;
    border-radius:20px!important;
  }

  .services-page .services-scroll-container .content-panel::after{
    border-radius:19px;
  }

  .services-page .services-scroll-container .content-panel h2{
    font-size:clamp(30px,9vw,42px)!important;
    letter-spacing:-.045em;
  }

  .services-page .services-scroll-container .content-panel h2::before{
    margin-bottom:11px;
    font-size:9px;
  }

  .services-page .services-scroll-container .content-panel p,
  .services-page .services-scroll-container .content-panel li{
    font-size:15.25px;
    line-height:1.62;
  }

  .services-page .services-scroll-container .production-image{
    border-radius:18px;
  }
}

@media (max-width:360px){
  .services-page .services-scroll-layout{
    width:min(100% - 18px,1180px);
  }

  .services-page .services-scroll-container .content-panel{
    padding:20px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .services-page .services-scroll-container,
  .services-page .services-scroll-nav{
    scroll-behavior:auto!important;
  }

  .services-page .services-scroll-progress span,
  .services-page .services-scroll-container.is-enhanced .content-panel,
  .services-page .services-scroll-container.is-enhanced .content-panel.is-service-revealed,
  .services-page .services-scroll-container.is-enhanced .content-panel.is-service-active,
  .services-page .services-scroll-container.is-enhanced .content-panel > *{
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }

  .services-page .chain-block,
  .services-page .data-stream,
  .services-page .chain-pulse,
  .services-page .chain-spark,
  .services-page .anime-chain-caption::before{
    opacity:1!important;
    filter:none!important;
    animation:none!important;
    transition:none!important;
  }
}


/* v20 Premium two-column service showcase: native scroll, lightweight visuals */
.services-page{
  --service-stage-h:auto;
  --service-ink:#070B16;
  --service-muted:#5E687A;
  --service-line:rgba(8,13,26,.08);
  --service-soft:#F8FAFC;
  --service-ease:cubic-bezier(.2,.8,.2,1);
  --service-progress:0;
  overflow-x:hidden;
}

.services-page .services-showcase-section{
  position:relative;
  overflow:hidden;
  padding-top:54px;
  padding-bottom:96px;
  background:
    radial-gradient(circle at 8% 16%,rgba(254,0,0,.075),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(124,189,240,.32),transparent 30%),
    linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 46%,#FFFFFF 100%);
}

.services-page .services-showcase-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(8,13,26,.032) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.026) 1px,transparent 1px);
  background-size:96px 96px;
  opacity:.34;
  mask-image:linear-gradient(180deg,transparent,#000 14%,#000 84%,transparent);
}

.services-page .services-showcase-section::after{
  content:"";
  position:absolute;
  left:50%;
  top:120px;
  width:min(860px,86vw);
  height:min(860px,86vw);
  border-radius:50%;
  pointer-events:none;
  background:radial-gradient(circle,rgba(255,255,255,.76),rgba(255,255,255,0) 66%);
  transform:translateX(-50%);
}

.services-page .services-showcase-head{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 40px));
  margin-bottom:30px;
}

.services-page .services-showcase-head h2{
  max-width:930px;
  margin:10px 0 14px;
  color:#070B16;
  font-size:clamp(38px,5vw,76px);
  font-weight:420;
  letter-spacing:-.064em;
  line-height:.96;
}

.services-page .services-showcase-head p{
  max-width:760px;
  color:#4D586A;
  font-size:clamp(16px,1.7vw,20px);
  line-height:1.68;
}

.services-page .services-showcase-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(232px,278px) minmax(0,1fr);
  gap:28px;
  align-items:start;
  width:min(1280px,calc(100% - 40px));
}

.services-page .services-showcase-layout.reveal,
.services-page .services-showcase-head.reveal{
  opacity:1;
  transform:none;
}

.services-page .services-showcase-index{
  position:sticky;
  top:104px;
  display:flex;
  flex-direction:column;
  gap:11px;
  max-height:calc(100svh - 126px);
  min-width:0;
  padding:12px;
  overflow:hidden;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(8,13,26,.085);
  box-shadow:0 18px 46px rgba(8,13,26,.10);
  backdrop-filter:blur(18px);
}

.services-page .services-showcase-index .services-index-head{
  padding:16px;
  border-radius:21px;
  background:linear-gradient(145deg,#FFFFFF,#F9FBFD);
  border:1px solid rgba(8,13,26,.07);
  box-shadow:0 10px 26px rgba(8,13,26,.045);
}

.services-page .services-showcase-index .services-index-head span,
.services-page .services-showcase-index .services-index-footer span{
  display:block;
  margin-bottom:8px;
  color:#C80B16;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:850;
  letter-spacing:.15em;
  line-height:1;
  text-transform:uppercase;
}

.services-page .services-showcase-index .services-index-head strong{
  display:block;
  color:#070B16;
  font-size:20px;
  font-weight:620;
  letter-spacing:-.046em;
  line-height:1.05;
}

.services-page .services-showcase-index .services-index-head small{
  display:block;
  margin-top:9px;
  color:#667085;
  font-size:12px;
  line-height:1.48;
}

.services-page .services-showcase-index .services-scroll-nav{
  position:relative!important;
  top:auto!important;
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  padding:3px;
  border:0;
  border-radius:20px;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  counter-reset:serviceNav;
  scrollbar-width:thin;
  scrollbar-color:rgba(254,0,0,.28) transparent;
}

.services-page .services-showcase-index .services-scroll-nav a{
  counter-increment:serviceNav;
  position:relative;
  display:grid;
  grid-template-columns:31px minmax(0,1fr) 8px;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:8px 10px 8px 9px;
  border-radius:16px;
  color:rgba(8,13,26,.66);
  background:transparent;
  border:1px solid transparent;
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:760;
  letter-spacing:-.024em;
  line-height:1.16;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.services-page .services-showcase-index .services-scroll-nav a::before{
  content:counter(serviceNav,decimal-leading-zero);
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:12px;
  color:rgba(8,13,26,.52);
  background:#FFFFFF;
  border:1px solid rgba(8,13,26,.07);
  font-size:10px;
  opacity:1;
  transform:none;
}

.services-page .services-showcase-index .services-scroll-nav a::after{
  content:"";
  justify-self:end;
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(8,13,26,.18);
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}

.services-page .services-showcase-index .services-scroll-nav a:hover{
  color:#070B16;
  background:#FFFFFF;
  border-color:rgba(8,13,26,.08);
  transform:translateX(2px);
}

.services-page .services-showcase-index .services-scroll-nav a.active,
.services-page .services-showcase-index .services-scroll-nav a.is-active{
  color:#FFFFFF;
  background:linear-gradient(135deg,#070B16,#171D2D);
  border-color:rgba(8,13,26,.16);
  box-shadow:0 10px 26px rgba(8,13,26,.18);
  transform:translateX(2px);
}

.services-page .services-showcase-index .services-scroll-nav a.active::before,
.services-page .services-showcase-index .services-scroll-nav a.is-active::before{
  color:#FFFFFF;
  background:#FE0000;
  border-color:rgba(255,255,255,.22);
}

.services-page .services-showcase-index .services-scroll-nav a.active::after,
.services-page .services-showcase-index .services-scroll-nav a.is-active::after{
  background:#FE0000;
  transform:scale(1.18);
  box-shadow:0 0 0 6px rgba(254,0,0,.12);
}

.services-page .services-showcase-index .services-index-footer{
  padding:14px 15px;
  border-radius:20px;
  background:#FFFFFF;
  border:1px solid rgba(254,0,0,.12);
  box-shadow:0 9px 24px rgba(8,13,26,.045);
}

.services-page .services-showcase-index .services-index-footer strong{
  display:block;
  color:#070B16;
  font-size:15px;
  letter-spacing:-.026em;
  line-height:1.18;
}

.services-page .services-showcase-main{
  position:relative;
  min-width:0;
}

.services-page .services-showcase-progress{
  position:sticky;
  top:104px;
  z-index:4;
  height:4px;
  margin:0 0 16px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(8,13,26,.07);
}

.services-page .services-showcase-progress span{
  display:block;
  width:100%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#FE0000,#FF6B70 48%,#7CBDF0);
  transform:scaleX(var(--service-progress,0));
  transform-origin:left center;
  transition:transform .12s linear;
}

.services-page .services-showcase-stack{
  display:grid;
  gap:26px;
  min-width:0;
}

.services-page .service-showcase-panel{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(320px,.92fr) minmax(0,1fr);
  gap:clamp(24px,3.2vw,46px);
  align-items:center;
  min-height:clamp(520px,62svh,720px);
  overflow:hidden;
  padding:clamp(24px,3.6vw,50px);
  border-radius:38px;
  color:#070B16;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.88));
  border:1px solid rgba(8,13,26,.09);
  box-shadow:0 22px 64px rgba(8,13,26,.10);
  scroll-margin-top:112px;
  transform:translateZ(0);
}

.services-page .service-showcase-panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:-2;
  background:
    radial-gradient(circle at 18% 18%,rgba(254,0,0,.13),transparent 30%),
    radial-gradient(circle at 78% 22%,rgba(124,189,240,.22),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(244,247,251,.72));
}

.services-page .service-showcase-panel::after{
  content:"";
  position:absolute;
  inset:1px;
  z-index:-1;
  border-radius:37px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.70),rgba(255,255,255,0) 36%),
    linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.60));
  pointer-events:none;
}

.services-page .service-showcase-panel.is-service-active{
  border-color:rgba(254,0,0,.18);
  box-shadow:0 26px 76px rgba(8,13,26,.13);
}

.services-page .service-visual-col,
.services-page .service-content-col{
  position:relative;
  z-index:1;
  min-width:0;
}

.services-page .service-visual-card{
  position:relative;
  min-height:clamp(390px,42vw,520px);
  margin:0;
  overflow:hidden;
  border-radius:34px;
  background:linear-gradient(145deg,#0B1020,#171D2D 52%,#F9FBFD 52.2%,#FFFFFF);
  border:1px solid rgba(8,13,26,.12);
  box-shadow:0 26px 70px rgba(8,13,26,.20);
  transform:translateZ(0);
}

.services-page .service-visual-glow{
  position:absolute;
  inset:-28%;
  background:
    radial-gradient(circle at 22% 20%,rgba(254,0,0,.42),transparent 23%),
    radial-gradient(circle at 78% 15%,rgba(124,189,240,.38),transparent 26%),
    conic-gradient(from 120deg,rgba(255,255,255,0),rgba(255,255,255,.16),rgba(254,0,0,.12),rgba(255,255,255,0));
  opacity:.78;
  pointer-events:none;
}

.services-page .service-visual-toolbar{
  position:absolute;
  left:18px;
  right:18px;
  top:18px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:18px;
  color:#FFFFFF;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
}

.services-page .service-visual-toolbar span{
  margin-right:auto;
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:780;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.services-page .service-visual-toolbar i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.72);
}

.services-page .service-visual-toolbar i:first-of-type{background:#FE0000;}
.services-page .service-visual-toolbar i:nth-of-type(2){background:#FFB020;}
.services-page .service-visual-toolbar i:nth-of-type(3){background:#18C37E;}

.services-page .service-visual-image-wrap{
  position:absolute;
  left:22px;
  right:22px;
  top:76px;
  bottom:132px;
  z-index:2;
  overflow:hidden;
  border-radius:26px;
  background:#FFFFFF;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 20px 54px rgba(8,13,26,.24);
}

.services-page .service-visual-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(7,11,22,.05),rgba(7,11,22,.22)),
    radial-gradient(circle at 70% 24%,rgba(255,255,255,.44),transparent 28%);
}

.services-page .service-visual-image-wrap img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.015);
  transition:transform .65s var(--service-ease),filter .65s ease;
}

.services-page .service-showcase-panel.is-service-active .service-visual-image-wrap img{
  transform:scale(1.055);
  filter:saturate(1.08) contrast(1.03);
}

.services-page .service-visual-hud{
  position:absolute;
  z-index:4;
  display:grid;
  gap:2px;
  padding:12px 14px;
  border-radius:18px;
  color:#070B16;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 16px 38px rgba(8,13,26,.16);
  backdrop-filter:blur(14px);
}

.services-page .service-visual-hud-primary{
  left:16px;
  bottom:16px;
}

.services-page .service-visual-hud-secondary{
  right:16px;
  top:16px;
  text-align:right;
}

.services-page .service-visual-hud strong,
.services-page .service-visual-hud b{
  color:#FE0000;
  font-size:clamp(24px,3vw,36px);
  font-weight:560;
  letter-spacing:-.05em;
  line-height:1;
}

.services-page .service-visual-hud span{
  max-width:170px;
  color:#4D586A;
  font-size:11px;
  font-weight:720;
  line-height:1.25;
}

.services-page .service-graph-panel{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:3;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:14px;
  align-items:stretch;
}

.services-page .service-chart-bars,
.services-page .service-node-map{
  min-height:92px;
  padding:14px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 14px 32px rgba(8,13,26,.11);
  backdrop-filter:blur(14px);
}

.services-page .service-chart-bars{
  display:flex;
  align-items:end;
  gap:10px;
}

.services-page .service-chart-bar{
  display:block;
  flex:1;
  min-width:14px;
  height:var(--bar,70%);
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,#FE0000,#FF777B 55%,#7CBDF0);
  box-shadow:0 10px 22px rgba(254,0,0,.14);
  transform-origin:bottom center;
}

.services-page .service-node-map{
  position:relative;
  overflow:hidden;
}

.services-page .service-node-map::before,
.services-page .service-node-map::after{
  content:"";
  position:absolute;
  inset:21px;
  border:1px dashed rgba(254,0,0,.26);
  border-radius:50%;
}

.services-page .service-node-map::after{
  inset:33px 19px;
  border-color:rgba(8,13,26,.16);
  transform:rotate(32deg);
}

.services-page .service-node-map span{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#FE0000;
  box-shadow:0 0 0 7px rgba(254,0,0,.10),0 8px 20px rgba(254,0,0,.24);
}

.services-page .service-node-map span:nth-child(1){left:20%;top:26%;}
.services-page .service-node-map span:nth-child(2){left:68%;top:18%;background:#7CBDF0;box-shadow:0 0 0 7px rgba(124,189,240,.13),0 8px 20px rgba(124,189,240,.26);}
.services-page .service-node-map span:nth-child(3){left:50%;top:48%;}
.services-page .service-node-map span:nth-child(4){left:74%;top:68%;background:#070B16;box-shadow:0 0 0 7px rgba(8,13,26,.09),0 8px 20px rgba(8,13,26,.18);}
.services-page .service-node-map span:nth-child(5){left:25%;top:72%;background:#FFB020;box-shadow:0 0 0 7px rgba(255,176,32,.13),0 8px 20px rgba(255,176,32,.22);}

.services-page .service-content-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.services-page .service-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:16px;
  padding:8px 11px;
  border-radius:999px;
  color:#B90B14;
  background:rgba(255,241,242,.9);
  border:1px solid rgba(254,0,0,.14);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:850;
  letter-spacing:.13em;
  line-height:1;
  text-transform:uppercase;
}

.services-page .service-eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#FE0000;
  box-shadow:0 0 0 5px rgba(254,0,0,.10);
}

.services-page .service-content-col h2{
  max-width:820px;
  margin:0 0 18px;
  color:#070B16;
  font-size:clamp(34px,4.8vw,66px);
  font-weight:420;
  letter-spacing:-.062em;
  line-height:.98;
}

.services-page .service-content-col p{
  max-width:68ch;
  margin:0;
  color:#404A5F;
  font-size:clamp(16px,1.45vw,18px);
  line-height:1.72;
  letter-spacing:-.014em;
}

.services-page .service-bullet-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
  width:100%;
  max-width:760px;
  padding:0;
  margin:24px 0 0;
  list-style:none;
}

.services-page .service-bullet-list li{
  position:relative;
  min-height:58px;
  padding:15px 15px 15px 43px;
  border-radius:18px;
  color:#263142;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 9px 24px rgba(8,13,26,.045);
  font-size:14.5px;
  font-weight:640;
  line-height:1.42;
}

.services-page .service-bullet-list li::before{
  content:"";
  position:absolute;
  left:15px;
  top:18px;
  width:15px;
  height:15px;
  border-radius:6px;
  background:linear-gradient(135deg,#FE0000,#FF777B);
  box-shadow:0 0 0 5px rgba(254,0,0,.09);
}

.services-page .service-panel-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.services-page .service-panel-cta{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:0 18px 0 20px;
  border-radius:999px;
  color:#FFFFFF;
  background:linear-gradient(135deg,#070B16,#1B2436);
  box-shadow:0 14px 36px rgba(8,13,26,.18);
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:820;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.services-page .service-panel-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(8,13,26,.22);
  background:linear-gradient(135deg,#FE0000,#B90B14);
}

.services-page .service-panel-note{
  color:#667085;
  font-size:13px;
  font-weight:650;
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel{
  opacity:.48;
  transform:translateY(18px) scale(.985);
  transition:opacity .42s ease,transform .55s var(--service-ease),box-shadow .25s ease,border-color .25s ease;
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed{
  opacity:.92;
  transform:translateY(0) scale(1);
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-active{
  opacity:1;
}

.services-page .services-showcase-layout.is-service-enhanced [data-animate-service]{
  opacity:0;
  transform:translateY(16px);
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed [data-animate-service]{
  opacity:1;
  transform:translateY(0);
  transition:opacity .5s ease,transform .58s var(--service-ease);
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed .service-chart-bar{
  animation:serviceBarRise .82s var(--service-ease) both;
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed .service-chart-bar:nth-child(2){animation-delay:.05s;}
.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed .service-chart-bar:nth-child(3){animation-delay:.10s;}
.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed .service-chart-bar:nth-child(4){animation-delay:.15s;}
.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed .service-chart-bar:nth-child(5){animation-delay:.20s;}

@keyframes serviceBarRise{
  from{transform:scaleY(.18);opacity:.35;}
  to{transform:scaleY(1);opacity:1;}
}

@media (prefers-reduced-motion:no-preference){
  .services-page .service-showcase-panel.is-service-active .service-visual-glow{
    animation:serviceVisualGlow 8s linear infinite;
  }

  .services-page .service-showcase-panel.is-service-active .service-node-map span{
    animation:serviceNodePulse 2.8s ease-in-out infinite;
  }

  .services-page .service-showcase-panel.is-service-active .service-node-map span:nth-child(2),
  .services-page .service-showcase-panel.is-service-active .service-node-map span:nth-child(5){
    animation-delay:.45s;
  }
}

@keyframes serviceVisualGlow{
  0%{transform:rotate(0deg) scale(1);}
  100%{transform:rotate(360deg) scale(1);}
}

@keyframes serviceNodePulse{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.22);}
}

@media (max-width:1180px){
  .services-page .services-showcase-layout{
    grid-template-columns:1fr;
    width:min(100% - 32px,1180px);
  }

  .services-page .services-showcase-index{
    top:86px;
    z-index:8;
    display:grid;
    grid-template-columns:minmax(170px,230px) minmax(0,1fr) minmax(140px,200px);
    align-items:center;
    max-height:none;
    padding:9px;
    border-radius:24px;
  }

  .services-page .services-showcase-index .services-index-head{
    padding:13px;
    border-radius:18px;
  }

  .services-page .services-showcase-index .services-index-head strong{font-size:17px;}
  .services-page .services-showcase-index .services-index-head small{display:none;}

  .services-page .services-showcase-index .services-scroll-nav{
    display:flex;
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
  }

  .services-page .services-showcase-index .services-scroll-nav::-webkit-scrollbar{display:none;}

  .services-page .services-showcase-index .services-scroll-nav a{
    flex:0 0 auto;
    grid-template-columns:29px minmax(0,auto) 8px;
    min-width:max-content;
    white-space:nowrap;
  }

  .services-page .service-showcase-panel{
    min-height:auto;
    scroll-margin-top:164px;
  }
}

@media (max-width:980px){
  .services-page .service-showcase-panel{
    grid-template-columns:1fr;
    gap:24px;
    border-radius:30px;
    padding:24px;
  }

  .services-page .service-showcase-panel::after{border-radius:29px;}

  .services-page .service-visual-card{
    min-height:420px;
  }

  .services-page .service-bullet-list{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .services-page .services-showcase-section{
    padding-top:34px;
    padding-bottom:66px;
  }

  .services-page .services-showcase-head,
  .services-page .services-showcase-layout{
    width:min(100% - 22px,1180px);
  }

  .services-page .services-showcase-head h2{
    font-size:clamp(34px,12vw,52px);
  }

  .services-page .services-showcase-index{
    top:78px;
    grid-template-columns:1fr;
    border-radius:20px;
  }

  .services-page .services-showcase-index .services-index-head,
  .services-page .services-showcase-index .services-index-footer{
    display:none;
  }

  .services-page .services-showcase-index .services-scroll-nav a{
    min-height:40px;
    grid-template-columns:26px minmax(0,auto);
    gap:8px;
    padding:7px 12px 7px 8px;
    border-radius:999px;
    font-size:12px;
  }

  .services-page .services-showcase-index .services-scroll-nav a::before{
    width:25px;
    height:25px;
    border-radius:999px;
    font-size:9px;
  }

  .services-page .services-showcase-index .services-scroll-nav a::after{display:none;}

  .services-page .services-showcase-progress{
    top:132px;
    margin-bottom:12px;
  }

  .services-page .service-showcase-panel{
    padding:18px;
    border-radius:24px;
    scroll-margin-top:142px;
  }

  .services-page .service-showcase-panel::after{border-radius:23px;}

  .services-page .service-visual-card{
    min-height:360px;
    border-radius:24px;
  }

  .services-page .service-visual-toolbar{
    left:13px;
    right:13px;
    top:13px;
    border-radius:15px;
  }

  .services-page .service-visual-image-wrap{
    left:14px;
    right:14px;
    top:66px;
    bottom:118px;
    border-radius:20px;
  }

  .services-page .service-graph-panel{
    left:14px;
    right:14px;
    bottom:14px;
    grid-template-columns:1fr .78fr;
    gap:10px;
  }

  .services-page .service-chart-bars,
  .services-page .service-node-map{
    min-height:86px;
    padding:12px;
    border-radius:18px;
  }

  .services-page .service-visual-hud{
    padding:10px 11px;
    border-radius:15px;
  }

  .services-page .service-visual-hud-secondary{display:none;}

  .services-page .service-content-col h2{
    font-size:clamp(31px,11vw,46px);
  }

  .services-page .service-content-col p{
    font-size:15.5px;
    line-height:1.66;
  }

  .services-page .service-bullet-list li{
    min-height:0;
    padding:14px 14px 14px 41px;
  }
}

@media (max-width:390px){
  .services-page .service-graph-panel{
    grid-template-columns:1fr;
  }

  .services-page .service-visual-card{
    min-height:430px;
  }

  .services-page .service-visual-image-wrap{
    bottom:210px;
  }
}

@media (prefers-reduced-motion:reduce){
  .services-page .services-showcase-progress span,
  .services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel,
  .services-page .services-showcase-layout.is-service-enhanced [data-animate-service],
  .services-page .service-showcase-panel.is-service-active .service-visual-glow,
  .services-page .service-showcase-panel.is-service-active .service-node-map span,
  .services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed .service-chart-bar{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
}

/* v21 Futuristic services showcase refinement: removes bulky left explorer and upgrades visual storytelling */
.services-page .services-showcase-section{
  overflow:visible;
  padding-top:64px;
  background:
    radial-gradient(circle at 6% 12%,rgba(254,0,0,.10),transparent 30%),
    radial-gradient(circle at 92% 10%,rgba(61,137,255,.18),transparent 34%),
    radial-gradient(circle at 52% 48%,rgba(255,255,255,.92),transparent 34%),
    linear-gradient(180deg,#FFFFFF 0%,#F6F8FB 44%,#FFFFFF 100%);
}

.services-page .services-showcase-head{
  width:min(1280px,calc(100% - 40px));
  margin-bottom:24px;
}

.services-page .services-showcase-head h2{
  max-width:1040px;
  font-weight:500;
  letter-spacing:-.066em;
}

.services-page .services-showcase-layout{
  display:block;
  width:min(1320px,calc(100% - 40px));
}

.services-page .services-showcase-index,
.services-page .services-index-panel{
  display:none!important;
}

.services-page .services-command-strip{
  position:sticky;
  top:88px;
  z-index:20;
  display:grid;
  grid-template-columns:minmax(220px,270px) minmax(0,1fr);
  align-items:center;
  gap:14px;
  margin:0 0 22px;
  padding:10px;
  overflow:hidden;
  border-radius:28px;
  color:#FFFFFF;
  background:
    linear-gradient(135deg,rgba(7,11,22,.94),rgba(22,29,45,.88)),
    radial-gradient(circle at 22% 0%,rgba(254,0,0,.26),transparent 36%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 60px rgba(8,13,26,.22),0 0 0 1px rgba(254,0,0,.04) inset;
  backdrop-filter:blur(18px);
}

.services-page .services-command-strip::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.10),transparent 18%,transparent 82%,rgba(255,255,255,.06)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 58px);
  opacity:.38;
  mask-image:linear-gradient(90deg,transparent,#000 10%,#000 92%,transparent);
}

.services-page .services-command-strip::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,#FE0000 14%,#7CBDF0 58%,transparent);
  opacity:.76;
}

.services-page .services-command-status{
  position:relative;
  z-index:1;
  display:grid;
  gap:4px;
  min-width:0;
  padding:10px 14px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
}

.services-page .services-command-status span{
  color:#FF9BA0;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  line-height:1;
  text-transform:uppercase;
}

.services-page .services-command-status strong{
  overflow:hidden;
  color:#FFFFFF;
  font-size:16px;
  font-weight:760;
  letter-spacing:-.035em;
  line-height:1.12;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.services-page .services-orbit-nav{
  position:relative!important;
  z-index:1;
  top:auto!important;
  display:flex!important;
  align-items:center;
  gap:8px;
  min-height:0!important;
  max-height:none!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:6px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  counter-reset:serviceNav;
  scrollbar-width:none!important;
}

.services-page .services-orbit-nav::-webkit-scrollbar{
  display:none!important;
}

.services-page .services-orbit-nav a{
  counter-increment:serviceNav;
  position:relative;
  flex:0 0 auto;
  display:inline-grid!important;
  grid-template-columns:26px auto!important;
  align-items:center;
  gap:9px;
  min-height:42px!important;
  min-width:max-content;
  padding:7px 14px 7px 8px!important;
  border-radius:999px!important;
  color:rgba(255,255,255,.74)!important;
  background:rgba(255,255,255,.065)!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:none!important;
  font-family:var(--font-accent);
  font-size:12.5px!important;
  font-weight:820!important;
  letter-spacing:-.018em!important;
  line-height:1!important;
  white-space:nowrap;
  transform:none!important;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}

.services-page .services-orbit-nav a::before{
  content:counter(serviceNav,decimal-leading-zero)!important;
  position:static!important;
  display:grid!important;
  place-items:center;
  width:26px!important;
  height:26px!important;
  border-radius:999px!important;
  color:#FFFFFF!important;
  background:rgba(255,255,255,.11)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  font-size:9px!important;
  opacity:1!important;
  transform:none!important;
}

.services-page .services-orbit-nav a::after{
  display:none!important;
}

.services-page .services-orbit-nav a:hover{
  color:#FFFFFF!important;
  background:rgba(255,255,255,.13)!important;
  border-color:rgba(255,255,255,.23)!important;
  transform:translateY(-1px)!important;
}

.services-page .services-orbit-nav a.active,
.services-page .services-orbit-nav a.is-active{
  color:#070B16!important;
  background:linear-gradient(135deg,#FFFFFF,#F4F7FB)!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24),0 0 0 1px rgba(254,0,0,.08) inset!important;
  transform:translateY(-1px)!important;
}

.services-page .services-orbit-nav a.active::before,
.services-page .services-orbit-nav a.is-active::before{
  color:#FFFFFF!important;
  background:linear-gradient(135deg,#FE0000,#B90B14)!important;
  border-color:rgba(254,0,0,.12)!important;
  box-shadow:0 0 0 5px rgba(254,0,0,.12)!important;
}

.services-page .services-showcase-main{
  width:100%;
}

.services-page .services-showcase-progress{
  top:172px;
  height:3px;
  margin:0 6px 24px;
  background:rgba(8,13,26,.075);
  box-shadow:0 1px 0 rgba(255,255,255,.7) inset;
}

.services-page .services-showcase-stack{
  gap:32px;
}

.services-page .service-showcase-panel{
  grid-template-columns:minmax(370px,.96fr) minmax(0,1.04fr);
  gap:clamp(28px,4vw,58px);
  min-height:clamp(560px,68svh,760px);
  padding:clamp(26px,4vw,58px);
  border-radius:42px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,248,252,.90)),
    radial-gradient(circle at 8% 18%,rgba(254,0,0,.10),transparent 35%);
  border:1px solid rgba(8,13,26,.085);
  box-shadow:0 26px 80px rgba(8,13,26,.115),0 1px 0 rgba(255,255,255,.9) inset;
}

.services-page .service-showcase-panel::before{
  background:
    radial-gradient(circle at 16% 18%,rgba(254,0,0,.18),transparent 30%),
    radial-gradient(circle at 80% 18%,rgba(124,189,240,.23),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.95),rgba(239,244,250,.74));
}

.services-page .service-showcase-panel::after{
  inset:1px;
  border-radius:41px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.82),rgba(255,255,255,0) 42%),
    radial-gradient(circle at 100% 0,rgba(124,189,240,.12),transparent 32%);
}

.services-page .service-showcase-panel.is-service-active{
  border-color:rgba(254,0,0,.22);
  box-shadow:0 32px 96px rgba(8,13,26,.14),0 0 0 1px rgba(254,0,0,.06) inset;
}

.services-page .service-visual-card{
  min-height:clamp(420px,44vw,560px);
  border-radius:38px;
  background:
    radial-gradient(circle at 20% 18%,rgba(254,0,0,.36),transparent 22%),
    radial-gradient(circle at 80% 18%,rgba(124,189,240,.34),transparent 26%),
    linear-gradient(150deg,#060A14 0%,#121A2C 48%,#F9FAFC 48.3%,#FFFFFF 100%);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 80px rgba(8,13,26,.26),0 0 0 1px rgba(8,13,26,.08) inset;
}

.services-page .service-visual-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.44;
  mask-image:linear-gradient(180deg,#000,transparent 78%);
}

.services-page .service-visual-card::after{
  content:"";
  position:absolute;
  left:50%;
  top:48%;
  width:74%;
  aspect-ratio:1;
  border-radius:50%;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 0 0 18px rgba(255,255,255,.035),0 0 0 42px rgba(254,0,0,.035);
  transform:translate(-50%,-50%);
  opacity:.48;
}

.services-page .service-visual-toolbar{
  left:20px;
  right:20px;
  top:20px;
  min-height:42px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.services-page .service-visual-toolbar span{
  letter-spacing:.08em;
}

.services-page .service-visual-image-wrap{
  top:76px;
  bottom:142px;
  left:24px;
  right:24px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,248,252,.82));
  border-color:rgba(255,255,255,.58);
  box-shadow:0 22px 54px rgba(0,0,0,.18),0 0 0 1px rgba(8,13,26,.05) inset;
}

.services-page .service-visual-image-wrap img{
  opacity:.96;
  filter:saturate(1.08) contrast(1.04);
  transform:scale(1.025);
}

.services-page .service-showcase-panel.is-service-active .service-visual-image-wrap img{
  transform:scale(1.06);
}

.services-page .service-visual-hud{
  box-shadow:0 16px 38px rgba(8,13,26,.14);
  border:1px solid rgba(255,255,255,.72);
  backdrop-filter:blur(16px);
}

.services-page .service-visual-hud-primary{
  left:18px;
  bottom:18px;
  min-width:210px;
}

.services-page .service-visual-hud-secondary{
  top:18px;
  right:18px;
}

.services-page .service-graph-panel{
  left:24px;
  right:24px;
  bottom:24px;
  grid-template-columns:1.08fr .92fr;
}

.services-page .service-chart-bars,
.services-page .service-node-map{
  border-radius:24px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.70);
  box-shadow:0 18px 38px rgba(8,13,26,.10);
  backdrop-filter:blur(14px);
}

.services-page .service-content-col{
  padding:clamp(4px,1vw,14px) 0;
}

.services-page .service-eyebrow{
  margin-bottom:18px;
  background:rgba(255,241,242,.96);
  border-color:rgba(254,0,0,.16);
  box-shadow:0 10px 28px rgba(254,0,0,.055);
}

.services-page .service-content-col h2{
  max-width:760px;
  font-weight:500;
  letter-spacing:-.064em;
}

.services-page .service-content-col p{
  max-width:70ch;
  color:#394458;
  font-size:clamp(16.5px,1.45vw,19px);
}

.services-page .service-bullet-list{
  gap:13px;
  margin-top:28px;
}

.services-page .service-bullet-list li{
  min-height:66px;
  padding:17px 17px 17px 46px;
  border-radius:20px;
  background:rgba(255,255,255,.82);
  border-color:rgba(8,13,26,.08);
  box-shadow:0 12px 30px rgba(8,13,26,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.services-page .service-bullet-list li:hover{
  transform:translateY(-2px);
  border-color:rgba(254,0,0,.14);
  box-shadow:0 18px 38px rgba(8,13,26,.075);
}

.services-page .service-panel-cta{
  min-height:52px;
  padding:0 20px 0 22px;
  background:linear-gradient(135deg,#FE0000,#B90B14 55%,#070B16);
  box-shadow:0 16px 38px rgba(254,0,0,.20);
}

.services-page .service-panel-cta:hover{
  box-shadow:0 22px 46px rgba(254,0,0,.25);
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel{
  opacity:.62;
  transform:translateY(20px) scale(.988);
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-revealed{
  opacity:.96;
}

.services-page .services-showcase-layout.is-service-enhanced .service-showcase-panel.is-service-active{
  opacity:1;
}

@media (prefers-reduced-motion:no-preference){
  .services-page .services-command-strip{
    animation:serviceCommandFloat 8s ease-in-out infinite;
  }
}

@keyframes serviceCommandFloat{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-2px);}
}

@media (max-width:1180px){
  .services-page .services-showcase-layout{
    width:min(100% - 32px,1180px);
  }

  .services-page .services-command-strip{
    top:82px;
    grid-template-columns:minmax(180px,230px) minmax(0,1fr);
    border-radius:24px;
  }

  .services-page .services-showcase-progress{
    top:154px;
  }

  .services-page .service-showcase-panel{
    grid-template-columns:1fr;
    min-height:auto;
    scroll-margin-top:164px;
  }

  .services-page .service-visual-card{
    max-width:760px;
  }
}

@media (max-width:760px){
  .services-page .services-showcase-section{
    padding-top:40px;
  }

  .services-page .services-showcase-head,
  .services-page .services-showcase-layout{
    width:min(100% - 22px,1180px);
  }

  .services-page .services-command-strip{
    top:72px;
    grid-template-columns:1fr;
    gap:8px;
    padding:8px;
    border-radius:20px;
  }

  .services-page .services-command-status{
    display:none;
  }

  .services-page .services-orbit-nav{
    padding:4px!important;
    border-radius:999px!important;
  }

  .services-page .services-orbit-nav a{
    min-height:38px!important;
    grid-template-columns:24px auto!important;
    padding:6px 12px 6px 7px!important;
    font-size:12px!important;
  }

  .services-page .services-orbit-nav a::before{
    width:24px!important;
    height:24px!important;
  }

  .services-page .services-showcase-progress{
    top:126px;
    margin-bottom:16px;
  }

  .services-page .service-showcase-panel{
    padding:18px;
    border-radius:28px;
    scroll-margin-top:136px;
  }

  .services-page .service-showcase-panel::after{
    border-radius:27px;
  }

  .services-page .service-visual-card{
    min-height:388px;
    border-radius:26px;
  }

  .services-page .service-visual-card::after{
    width:86%;
  }

  .services-page .service-visual-toolbar{
    left:13px;
    right:13px;
    top:13px;
  }

  .services-page .service-visual-image-wrap{
    left:14px;
    right:14px;
    top:66px;
    bottom:122px;
    border-radius:21px;
  }

  .services-page .service-visual-hud-primary{
    left:12px;
    bottom:12px;
    min-width:170px;
  }

  .services-page .service-graph-panel{
    left:14px;
    right:14px;
    bottom:14px;
    gap:10px;
  }

  .services-page .service-content-col h2{
    font-size:clamp(32px,11vw,48px);
  }

  .services-page .service-content-col p{
    font-size:15.5px;
  }
}

@media (max-width:430px){
  .services-page .services-orbit-nav a{
    font-size:11.5px!important;
  }

  .services-page .service-graph-panel{
    grid-template-columns:1fr;
  }

  .services-page .service-visual-card{
    min-height:448px;
  }

  .services-page .service-visual-image-wrap{
    bottom:206px;
  }
}

@media (prefers-reduced-motion:reduce){
  .services-page .services-command-strip,
  .services-page .service-bullet-list li:hover{
    animation:none!important;
    transform:none!important;
  }
}

/* v22 ultra-premium theme-matched responsive service lens */
.services-page .services-showcase-head{
  margin-bottom:28px;
}

.services-page .services-showcase-layout{
  position:relative;
}

.services-page .services-command-strip{
  position:sticky;
  top:96px;
  z-index:26;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px;
  width:100%;
  max-width:1320px;
  margin:4px auto 34px;
  padding:14px 16px 16px;
  overflow:visible!important;
  color:#0A0F1E;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(247,250,255,.78) 48%,rgba(255,245,246,.76)),
    radial-gradient(circle at 8% 10%,rgba(254,0,0,.12),transparent 34%),
    radial-gradient(circle at 94% 0%,rgba(124,189,240,.18),transparent 34%);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:
    0 30px 80px rgba(8,13,26,.12),
    0 1px 0 rgba(255,255,255,.92) inset,
    0 0 0 1px rgba(8,13,26,.035) inset;
  backdrop-filter:blur(22px) saturate(1.25);
  -webkit-backdrop-filter:blur(22px) saturate(1.25);
  animation:none!important;
}

.services-page .services-command-strip::before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:0;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(100deg,rgba(254,0,0,.30),rgba(255,255,255,0) 22%,rgba(124,189,240,.24) 58%,rgba(255,255,255,0) 76%,rgba(254,0,0,.18)),
    linear-gradient(90deg,rgba(255,255,255,.80),rgba(255,255,255,.35));
  opacity:.74;
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask-composite:exclude;
  -webkit-mask-composite:xor;
  padding:1px;
}

.services-page .services-command-strip::after{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  bottom:8px;
  height:2px;
  pointer-events:none;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.56),rgba(124,189,240,.58),transparent);
  opacity:.48;
  box-shadow:0 0 18px rgba(254,0,0,.12);
}

.services-page .services-command-status{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:0;
  padding:0;
  border:0;
  background:transparent;
}

.services-page .services-command-status span{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:34px;
  padding:0 14px 0 13px;
  border-radius:999px;
  color:#B90B14;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(254,0,0,.14);
  box-shadow:0 10px 26px rgba(254,0,0,.08),0 1px 0 rgba(255,255,255,.82) inset;
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
}

.services-page .services-command-status span::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:#FE0000;
  box-shadow:0 0 0 7px rgba(254,0,0,.10),0 0 20px rgba(254,0,0,.35);
}

.services-page .services-command-status strong{
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
  color:#090F1F;
  font-size:clamp(18px,2vw,24px);
  font-weight:760;
  letter-spacing:-.045em;
  line-height:1.05;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.services-page .services-command-status small{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  color:#5B667A;
  background:rgba(255,255,255,.52);
  border:1px solid rgba(8,13,26,.06);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:760;
  letter-spacing:.02em;
  white-space:nowrap;
}

.services-page .services-orbit-nav{
  position:relative!important;
  z-index:1;
  top:auto!important;
  display:grid!important;
  grid-template-columns:repeat(9,minmax(0,1fr));
  align-items:stretch;
  gap:8px;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  counter-reset:serviceNav;
}

.services-page .services-orbit-nav a{
  counter-increment:serviceNav;
  position:relative;
  isolation:isolate;
  min-width:0!important;
  min-height:48px!important;
  width:100%;
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  align-items:center;
  gap:9px;
  padding:7px 10px 7px 8px!important;
  overflow:hidden;
  border-radius:18px!important;
  color:#30394C!important;
  background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(246,249,255,.56))!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:0 10px 24px rgba(8,13,26,.055),0 1px 0 rgba(255,255,255,.9) inset!important;
  font-family:var(--font-accent);
  font-size:clamp(10px,.74vw,12px)!important;
  font-weight:850!important;
  letter-spacing:-.012em!important;
  line-height:1.12!important;
  text-align:left;
  white-space:normal;
  transform:none!important;
  transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}

.services-page .services-orbit-nav a::before{
  content:counter(serviceNav,decimal-leading-zero)!important;
  position:static!important;
  display:grid!important;
  place-items:center;
  width:30px!important;
  height:30px!important;
  border-radius:12px!important;
  color:#B90B14!important;
  background:linear-gradient(145deg,rgba(255,241,242,.98),rgba(255,255,255,.72))!important;
  border:1px solid rgba(254,0,0,.13)!important;
  box-shadow:0 8px 18px rgba(254,0,0,.075)!important;
  font-size:9px!important;
  font-weight:900!important;
  opacity:1!important;
  transform:none!important;
}

.services-page .services-orbit-nav a::after{
  content:""!important;
  position:absolute!important;
  display:block!important;
  inset:auto 12px 7px 12px;
  width:auto!important;
  height:2px!important;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(254,0,0,.0),rgba(254,0,0,.75),rgba(124,189,240,.55),rgba(254,0,0,.0));
  opacity:0;
  transform:scaleX(.55)!important;
  transform-origin:center;
  transition:opacity .22s ease,transform .22s ease!important;
}

.services-page .services-orbit-nav a:hover{
  color:#090F1F!important;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(250,252,255,.80))!important;
  border-color:rgba(254,0,0,.16)!important;
  box-shadow:0 16px 34px rgba(8,13,26,.09),0 0 0 1px rgba(254,0,0,.035) inset!important;
  transform:translateY(-2px)!important;
}

.services-page .services-orbit-nav a.active,
.services-page .services-orbit-nav a.is-active{
  color:#FFFFFF!important;
  background:
    linear-gradient(135deg,#FE0000 0%,#C70B16 52%,#11182A 100%)!important;
  border-color:rgba(254,0,0,.38)!important;
  box-shadow:0 18px 42px rgba(254,0,0,.20),0 10px 30px rgba(8,13,26,.12)!important;
  transform:translateY(-2px)!important;
}

.services-page .services-orbit-nav a.active::before,
.services-page .services-orbit-nav a.is-active::before{
  color:#FE0000!important;
  background:rgba(255,255,255,.96)!important;
  border-color:rgba(255,255,255,.82)!important;
  box-shadow:0 0 0 5px rgba(255,255,255,.13),0 8px 20px rgba(0,0,0,.12)!important;
}

.services-page .services-orbit-nav a.active::after,
.services-page .services-orbit-nav a.is-active::after{
  opacity:1;
  transform:scaleX(1)!important;
}

.services-page .services-showcase-progress{
  top:190px;
  margin:0 10px 28px;
  height:4px;
  border-radius:999px;
  background:rgba(8,13,26,.055);
}

.services-page .services-showcase-progress span{
  background:linear-gradient(90deg,#FE0000,#FF5A62,#7CBDF0);
  box-shadow:0 0 20px rgba(254,0,0,.18);
}

@media (max-width:1180px){
  .services-page .services-command-strip{
    top:86px;
    border-radius:28px;
    padding:13px;
  }

  .services-page .services-orbit-nav{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .services-page .services-orbit-nav a{
    font-size:12px!important;
    min-height:46px!important;
  }

  .services-page .services-showcase-progress{
    top:238px;
  }

  .services-page .service-showcase-panel{
    scroll-margin-top:248px;
  }
}

@media (max-width:760px){
  .services-page .services-command-strip{
    top:74px;
    margin-bottom:22px;
    padding:10px;
    border-radius:24px;
  }

  .services-page .services-command-status{
    display:flex;
  }

  .services-page .services-command-status span{
    min-height:30px;
    padding:0 11px;
    font-size:9px;
    letter-spacing:.11em;
  }

  .services-page .services-command-status strong{
    text-align:right;
    font-size:16px;
  }

  .services-page .services-command-status small{
    display:none;
  }

  .services-page .services-orbit-nav{
    display:flex!important;
    gap:8px;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 1px 6px!important;
    scroll-snap-type:x proximity;
    scrollbar-width:none!important;
  }

  .services-page .services-orbit-nav::-webkit-scrollbar{display:none!important;}

  .services-page .services-orbit-nav a{
    flex:0 0 auto;
    width:auto;
    min-width:max-content!important;
    min-height:40px!important;
    grid-template-columns:24px auto!important;
    padding:6px 12px 6px 7px!important;
    border-radius:999px!important;
    font-size:12px!important;
    white-space:nowrap;
    scroll-snap-align:center;
  }

  .services-page .services-orbit-nav a::before{
    width:24px!important;
    height:24px!important;
    border-radius:999px!important;
    font-size:8px!important;
  }

  .services-page .services-orbit-nav a::after{display:none!important;}

  .services-page .services-showcase-progress{
    top:158px;
    margin-bottom:18px;
  }

  .services-page .service-showcase-panel{
    scroll-margin-top:168px;
  }
}

@media (max-width:430px){
  .services-page .services-command-status strong{
    max-width:150px;
  }

  .services-page .services-command-status span{
    max-width:170px;
  }
}

/* =========================================================
   v23 Global spacious layout pass
   Goal: reduce excessive left/right empty space on wide screens
   while preserving mobile responsiveness and zero horizontal overflow.
   ========================================================= */
:root{
  --site-max:1560px;
  --site-gutter:clamp(28px,5vw,96px);
}

.container{
  width:min(var(--site-max),calc(100% - var(--site-gutter)))!important;
}

.nav-shell{
  width:min(var(--site-max),calc(100% - clamp(24px,4vw,80px)))!important;
}

/* Give route/page sections more breathing room on enterprise displays. */
.page-main .route-hero-grid,
.page-main .story-grid,
.page-main .edge-grid,
.page-main .blockchain-grid,
.home-v3 .hero-pro-inner,
.hero-grid{
  gap:clamp(42px,4.4vw,88px)!important;
}

.route-hero p,
.hero-text,
.home-v3 .hero-pro-text,
.section-copy{
  max-width:760px;
}

.section-head .section-copy{
  max-width:620px!important;
}

.route-hero h1,
.hero-title,
.home-v3 .hero-pro-title{
  max-width:1040px;
}

/* Wider card systems so all pages use the available viewport better. */
.solution-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.pipeline-grid,
.principle-grid,
.route-grid,
.platform-grid,
.industry-grid,
.usecase-grid,
.why-grid,
.metric-grid,
.feature-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.content-panel,
.service-card,
.platform-card,
.industry-card,
.usecase-card,
.why-card,
.route-card,
.pipe-card,
.principle-card,
.feature-tile,
.info-box{
  min-width:0;
}

/* Services page: make navigator and showcase occupy a premium wide canvas. */
.services-page .services-showcase-section .container,
.services-page .services-hero .container,
.services-page .route-hero .container{
  width:min(1580px,calc(100% - clamp(28px,5vw,88px)))!important;
}

.services-page .services-showcase-layout{
  width:100%;
}

.services-page .services-command-strip{
  width:100%!important;
  max-width:none!important;
}

.services-page .service-showcase-panel{
  grid-template-columns:minmax(430px,.94fr) minmax(0,1.06fr)!important;
  gap:clamp(42px,4.8vw,86px)!important;
  padding:clamp(46px,4.6vw,78px)!important;
}

.services-page .service-showcase-copy{
  max-width:760px;
}

.services-page .service-showcase-copy p{
  max-width:720px;
}

.services-page .service-proof-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

/* Large desktop gets slightly denser navigation rather than a narrow centered island. */
@media (min-width:1400px){
  .desktop-nav{gap:6px;padding:6px 8px;}
  .nav-link{padding-inline:17px;}
  .route-layout{grid-template-columns:280px minmax(0,1fr);gap:42px;}
  .two-col,.contact-layout{grid-template-columns:repeat(2,minmax(0,1fr));}
  .three-col{grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media (min-width:1600px){
  :root{--site-max:1620px;--site-gutter:clamp(40px,4vw,112px);}
  .services-page .services-showcase-section .container,
  .services-page .services-hero .container,
  .services-page .route-hero .container{
    width:min(1640px,calc(100% - clamp(40px,4vw,112px)))!important;
  }
}

/* Tablet: still generous, but prevent stretched text and awkward columns. */
@media (max-width:1180px){
  :root{--site-max:100%;--site-gutter:36px;}
  .container{width:calc(100% - 36px)!important;}
  .nav-shell{width:calc(100% - 28px)!important;}
  .services-page .service-showcase-panel{
    grid-template-columns:1fr!important;
    gap:32px!important;
    padding:36px!important;
  }
  .services-page .service-showcase-copy,
  .services-page .service-showcase-copy p,
  .route-hero p,
  .hero-text,
  .section-copy{
    max-width:100%;
  }
}

/* Mobile: preserve safe gutters and avoid any horizontal scrolling. */
@media (max-width:760px){
  :root{--site-gutter:28px;}
  .container{width:calc(100% - 28px)!important;}
  .nav-shell{width:calc(100% - 20px)!important;}
  .page-main{overflow-x:hidden;}
  .services-page .services-showcase-section .container,
  .services-page .services-hero .container,
  .services-page .route-hero .container{
    width:calc(100% - 28px)!important;
  }
  .services-page .service-showcase-panel{
    padding:26px 18px!important;
    border-radius:30px!important;
  }
  .services-page .service-proof-grid{
    grid-template-columns:1fr!important;
  }
}

/* v24: premium native-scroll showcase for Platform, Industries, Intelligence and Insights pages */
.route-scroll-page .page-main{
  background:
    radial-gradient(circle at 10% 16%, rgba(254,0,0,.075), transparent 34%),
    radial-gradient(circle at 88% 24%, rgba(112,139,255,.12), transparent 36%),
    linear-gradient(180deg,#fff 0%,#f7f8fc 42%,#fff 100%);
}
.route-scroll-page .route-scroll-section{
  padding-top:44px;
}
.route-scroll-page .route-scroll-layout{
  display:block!important;
  max-width:var(--site-max,1480px);
}
.route-scroll-page .route-capability-nav{
  position:sticky!important;
  top:calc(var(--header-h, 88px) + 18px)!important;
  z-index:18;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(132px,1fr))!important;
  gap:10px!important;
  padding:18px!important;
  margin:0 0 34px!important;
  border-radius:30px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.64)),
    radial-gradient(circle at 8% 14%,rgba(254,0,0,.13),transparent 30%);
  border:1px solid rgba(254,0,0,.12)!important;
  box-shadow:0 28px 80px rgba(8,13,26,.095), inset 0 1px 0 rgba(255,255,255,.9)!important;
  backdrop-filter:blur(22px) saturate(1.18);
  -webkit-backdrop-filter:blur(22px) saturate(1.18);
  overflow-x:auto;
  scrollbar-width:none;
}
.route-scroll-page .route-capability-nav::-webkit-scrollbar{display:none;}
.route-scroll-page .route-capability-nav::before{
  content:"";
  grid-column:1 / -1;
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  color:#b0000b;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(254,0,0,.13);
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.route-scroll-page .route-capability-nav::after{
  content:"";
  position:absolute;
  left:26px;right:26px;bottom:-18px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(8,13,26,.18),transparent);
}
.route-scroll-page .route-capability-nav a{
  min-height:48px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:12px 15px!important;
  border-radius:18px!important;
  color:#202536!important;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.62));
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 10px 26px rgba(8,13,26,.045), inset 0 1px 0 rgba(255,255,255,.9);
  font-size:13px!important;
  font-weight:800;
  text-align:center;
  transition:transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
  white-space:normal;
}
.route-scroll-page .route-capability-nav a:hover,
.route-scroll-page .route-capability-nav a.active,
.route-scroll-page .route-capability-nav a[aria-current="true"]{
  transform:translateY(-2px);
  color:#fff!important;
  background:linear-gradient(135deg,#c9000d,#ff2734);
  border-color:rgba(254,0,0,.28);
  box-shadow:0 18px 44px rgba(254,0,0,.22), inset 0 1px 0 rgba(255,255,255,.26);
}
.route-scroll-page .route-showcase-stack{
  display:grid!important;
  gap:34px!important;
}
.route-scroll-page .route-showcase-stack > .content-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);
  gap:clamp(30px,4vw,72px);
  align-items:center;
  min-height:clamp(520px,62vh,780px);
  padding:clamp(30px,4vw,66px)!important;
  border-radius:42px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.72) 46%,rgba(242,247,255,.76)),
    radial-gradient(circle at 4% 6%,rgba(254,0,0,.11),transparent 28%),
    radial-gradient(circle at 94% 18%,rgba(55,82,170,.12),transparent 35%);
  border:1px solid rgba(254,0,0,.13)!important;
  box-shadow:0 34px 120px rgba(8,13,26,.105), inset 0 1px 0 rgba(255,255,255,.84)!important;
  overflow:hidden;
  isolation:isolate;
}
.route-scroll-page .route-showcase-stack > .content-panel::before{
  content:"";
  position:absolute;inset:18px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.72);
  pointer-events:none;
  z-index:-1;
}
.route-scroll-page .route-showcase-stack > .content-panel::after{
  content:"";
  position:absolute;
  inset:auto 8% 0 8%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.38),rgba(42,58,108,.25),transparent);
}
.route-scroll-page .route-visual-stage{
  position:relative;
  min-height:430px;
  border-radius:34px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    linear-gradient(145deg,rgba(15,20,37,.96),rgba(36,43,70,.92)),
    radial-gradient(circle at 12% 10%,rgba(254,0,0,.32),transparent 36%);
  box-shadow:0 30px 80px rgba(8,13,26,.22), inset 0 1px 0 rgba(255,255,255,.13);
  overflow:hidden;
  transform:translateZ(0);
}
.route-scroll-page .route-visual-stage::before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.15));
  pointer-events:none;
}
.route-scroll-page .route-visual-stage .production-image{
  position:absolute;
  inset:72px 24px 112px 24px;
  margin:0;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08);
  box-shadow:0 20px 56px rgba(0,0,0,.25);
}
.route-scroll-page .route-visual-stage .production-image img{
  width:100%;height:100%;object-fit:cover;display:block;
  filter:saturate(1.02) contrast(1.02);
}
.route-scroll-page .route-visual-stage .production-image figcaption{display:none;}
.route-scroll-page .route-visual-kicker,
.route-scroll-page .route-visual-footer{
  position:relative;z-index:2;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.route-scroll-page .route-visual-kicker span:first-child{
  color:#fff;font-family:var(--font-accent);font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:12px;
}
.route-scroll-page .route-visual-kicker span:last-child,
.route-scroll-page .route-visual-footer span{
  color:rgba(255,255,255,.78);font-size:12px;font-weight:800;
  padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);
}
.route-scroll-page .route-orbit{
  position:absolute;inset:118px 18% auto 18%;height:210px;z-index:1;
  border-radius:999px;border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 0 48px rgba(255,255,255,.04);
}
.route-scroll-page .route-orbit i{
  position:absolute;width:12px;height:12px;border-radius:999px;background:#ff2633;box-shadow:0 0 0 8px rgba(254,0,0,.14),0 0 34px rgba(254,0,0,.5);
  animation:routeNodeFloat 4.5s ease-in-out infinite;
}
.route-scroll-page .route-orbit i:nth-child(1){left:12%;top:28%;}
.route-scroll-page .route-orbit i:nth-child(2){right:14%;top:18%;animation-delay:.7s;background:#93c5fd;box-shadow:0 0 0 8px rgba(147,197,253,.14),0 0 34px rgba(147,197,253,.45);}
.route-scroll-page .route-orbit i:nth-child(3){left:48%;bottom:10%;animation-delay:1.25s;background:#fbbf24;box-shadow:0 0 0 8px rgba(251,191,36,.14),0 0 34px rgba(251,191,36,.45);}
.route-scroll-page .route-mini-bars{position:relative;z-index:2;display:flex;align-items:flex-end;gap:8px;height:82px;margin-top:auto;max-width:280px;}
.route-scroll-page .route-mini-bars i{flex:1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#ff2330,#fff);opacity:.95;animation:routeBarPulse 3.8s ease-in-out infinite;}
.route-scroll-page .route-mini-bars i:nth-child(1){height:42%;}.route-scroll-page .route-mini-bars i:nth-child(2){height:70%;animation-delay:.15s}.route-scroll-page .route-mini-bars i:nth-child(3){height:52%;animation-delay:.3s}.route-scroll-page .route-mini-bars i:nth-child(4){height:88%;animation-delay:.45s}.route-scroll-page .route-mini-bars i:nth-child(5){height:62%;animation-delay:.6s}
.route-scroll-page .route-content-stage{position:relative;z-index:2;}
.route-scroll-page .route-content-stage h2{
  font-size:clamp(44px,5.2vw,82px)!important;
  line-height:.94!important;
  letter-spacing:-.075em!important;
  margin:0 0 22px!important;
  color:#080d1a;
}
.route-scroll-page .route-content-stage p{
  font-size:clamp(17px,1.35vw,22px);
  line-height:1.72!important;
  max-width:760px;
  color:#333b4d!important;
}
.route-scroll-page .route-content-stage ul{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 0;padding:0;
}
.route-scroll-page .route-content-stage li{
  list-style:none;
  position:relative;
  padding:16px 16px 16px 46px;
  border-radius:20px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 12px 26px rgba(8,13,26,.045);
  font-weight:700;
}
.route-scroll-page .route-content-stage li::before{
  content:"";
  position:absolute;left:17px;top:19px;width:14px;height:14px;border-radius:999px;
  background:linear-gradient(135deg,#ff2734,#ff7b82);
  box-shadow:0 0 0 6px rgba(254,0,0,.09);
}
.route-scroll-page .production-content-with-media{display:contents!important;}
.route-scroll-page .route-showcase-stack > .content-panel.is-route-visible .route-visual-stage,
.route-scroll-page .route-showcase-stack > .content-panel.is-route-visible .route-content-stage{
  opacity:1;transform:translateY(0);
}
.route-scroll-page .route-visual-stage,
.route-scroll-page .route-content-stage{opacity:0;transform:translateY(24px);transition:opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1);}
.route-scroll-page .route-content-stage{transition-delay:.08s;}
.route-scroll-page .widget-experience,
.route-scroll-page .pipeline-grid,
.route-scroll-page .principle-grid,
.route-scroll-page .graph-panel{margin-top:22px;}
@keyframes routeBarPulse{0%,100%{transform:scaleY(.82);opacity:.75}50%{transform:scaleY(1);opacity:1}}
@keyframes routeNodeFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(10px,-12px,0)}}
@media (max-width:1180px){
  .route-scroll-page .route-showcase-stack > .content-panel{grid-template-columns:1fr;min-height:auto;}
  .route-scroll-page .route-capability-nav{top:calc(var(--header-h, 88px) + 10px)!important;grid-template-columns:repeat(3,minmax(150px,1fr))!important;}
  .route-scroll-page .route-visual-stage{min-height:390px;}
}
@media (max-width:760px){
  .route-scroll-page .route-scroll-section{padding-top:26px;}
  .route-scroll-page .route-capability-nav{
    display:flex!important;align-items:center;gap:10px!important;padding:14px!important;margin-bottom:24px!important;border-radius:24px!important;top:86px!important;
  }
  .route-scroll-page .route-capability-nav::before{flex:0 0 auto;font-size:10px;padding:8px 10px;}
  .route-scroll-page .route-capability-nav a{flex:0 0 auto;min-width:126px;white-space:nowrap;font-size:12px!important;}
  .route-scroll-page .route-showcase-stack > .content-panel{padding:24px 18px!important;border-radius:30px!important;gap:22px;}
  .route-scroll-page .route-visual-stage{min-height:320px;border-radius:26px;padding:18px;}
  .route-scroll-page .route-visual-stage .production-image{inset:64px 18px 96px 18px;border-radius:20px;}
  .route-scroll-page .route-content-stage h2{font-size:clamp(38px,12vw,58px)!important;}
  .route-scroll-page .route-content-stage p{font-size:16px;}
  .route-scroll-page .route-content-stage ul{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion:reduce){
  .route-scroll-page .route-orbit i,
  .route-scroll-page .route-mini-bars i{animation:none!important;}
  .route-scroll-page .route-visual-stage,
  .route-scroll-page .route-content-stage{opacity:1!important;transform:none!important;transition:none!important;}
}

/* =========================================================
   v25 Route scroll showcase repair
   - smoother scroll-state animation
   - compact responsive navigator for long pages like Industries
   - fail-safe visibility so page content never disappears
   ========================================================= */
.route-scroll-page .route-scroll-section{
  padding-top:clamp(26px,3.4vw,48px)!important;
  overflow:visible;
}

.route-scroll-page .route-scroll-layout{
  width:min(var(--site-max,1620px),calc(100% - var(--site-gutter,clamp(28px,5vw,96px))))!important;
  max-width:none!important;
  margin-inline:auto!important;
}

.route-scroll-page .route-capability-nav{
  position:sticky!important;
  top:calc(var(--header-h,88px) + 14px)!important;
  z-index:30!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:76px;
  padding:14px!important;
  margin:0 0 clamp(28px,3vw,44px)!important;
  border-radius:30px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.72) 54%,rgba(245,248,255,.78)),
    radial-gradient(circle at 9% 20%,rgba(254,0,0,.10),transparent 28%),
    radial-gradient(circle at 92% 24%,rgba(84,116,255,.10),transparent 32%)!important;
  border:1px solid rgba(254,0,0,.115)!important;
  box-shadow:0 24px 70px rgba(8,13,26,.085),0 8px 22px rgba(254,0,0,.045),inset 0 1px 0 rgba(255,255,255,.94)!important;
  backdrop-filter:blur(24px) saturate(1.16);
  -webkit-backdrop-filter:blur(24px) saturate(1.16);
}

.route-scroll-page .route-capability-nav::-webkit-scrollbar{display:none;}

.route-scroll-page .route-capability-nav::before{
  content:"";
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:45px;
  gap:8px;
  padding:10px 16px!important;
  border-radius:999px!important;
  color:#a0000a!important;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,238,240,.78))!important;
  border:1px solid rgba(254,0,0,.14)!important;
  box-shadow:0 12px 30px rgba(254,0,0,.07),inset 0 1px 0 rgba(255,255,255,.95)!important;
  font-family:var(--font-accent);
  font-size:11px!important;
  font-weight:900;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase;
  white-space:nowrap;
}

.route-scroll-page .route-capability-nav::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  bottom:-17px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(8,13,26,.16),rgba(254,0,0,.20),transparent);
  pointer-events:none;
}

.route-scroll-page .route-capability-nav a{
  flex:0 0 auto!important;
  min-width:clamp(132px,10.2vw,184px)!important;
  min-height:46px!important;
  scroll-snap-align:center;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:11px 15px!important;
  border-radius:18px!important;
  color:#202536!important;
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.70))!important;
  border:1px solid rgba(8,13,26,.07)!important;
  box-shadow:0 10px 25px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.92)!important;
  font-size:12.5px!important;
  font-weight:850!important;
  text-align:center!important;
  white-space:nowrap!important;
  transform:translateZ(0);
  transition:transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.route-scroll-page .route-capability-nav a:hover,
.route-scroll-page .route-capability-nav a.active,
.route-scroll-page .route-capability-nav a.is-active,
.route-scroll-page .route-capability-nav a[aria-current="location"],
.route-scroll-page .route-capability-nav a[aria-current="true"]{
  color:#fff!important;
  background:linear-gradient(135deg,#b9000c,#fe0000 55%,#ff4753)!important;
  border-color:rgba(254,0,0,.28)!important;
  box-shadow:0 18px 44px rgba(254,0,0,.22),0 10px 26px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.25)!important;
  transform:translateY(-2px) translateZ(0);
}

.route-scroll-page .route-showcase-stack{
  gap:clamp(30px,4vw,56px)!important;
  position:relative;
}

.route-scroll-page .route-showcase-stack > .content-panel{
  scroll-margin-top:calc(var(--header-h,88px) + var(--route-nav-h,88px) + 38px);
  min-height:clamp(500px,60vh,760px)!important;
  grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr)!important;
  gap:clamp(30px,4.6vw,84px)!important;
  transform:translateZ(0);
  transition:transform .34s ease, box-shadow .34s ease, border-color .34s ease, background .34s ease;
}

.route-scroll-page .route-showcase-stack > .content-panel.is-route-active{
  transform:translateY(-4px) translateZ(0);
  border-color:rgba(254,0,0,.20)!important;
  box-shadow:0 42px 130px rgba(8,13,26,.13),0 16px 54px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.88)!important;
}

/* Default visible state: if JavaScript or IntersectionObserver fails, content remains readable. */
.route-scroll-page .route-visual-stage,
.route-scroll-page .route-content-stage{
  opacity:1!important;
  transform:none!important;
}

.route-scroll-page.route-scroll-enhanced .route-visual-stage,
.route-scroll-page.route-scroll-enhanced .route-content-stage{
  opacity:0!important;
  transform:translate3d(0,32px,0)!important;
  transition:opacity .68s ease, transform .68s cubic-bezier(.2,.82,.2,1)!important;
  will-change:opacity,transform;
}

.route-scroll-page.route-scroll-enhanced .content-panel.is-route-visible .route-visual-stage,
.route-scroll-page.route-scroll-enhanced .content-panel.is-route-visible .route-content-stage{
  opacity:1!important;
  transform:translate3d(0,0,0)!important;
}

.route-scroll-page.route-scroll-enhanced .content-panel.is-route-visible .route-content-stage{
  transition-delay:.07s!important;
}

.route-scroll-page .route-visual-stage{
  min-height:clamp(360px,36vw,520px)!important;
  background:
    radial-gradient(circle at 18% 14%,rgba(254,0,0,.34),transparent 28%),
    radial-gradient(circle at 88% 22%,rgba(147,197,253,.20),transparent 30%),
    linear-gradient(145deg,rgba(12,17,32,.97),rgba(31,39,68,.94) 58%,rgba(16,23,43,.98))!important;
}

.route-scroll-page .route-visual-stage .production-image{
  inset:74px 24px 112px 24px!important;
}

.route-scroll-page .route-content-stage{
  max-width:min(780px,100%);
}

.route-scroll-page .route-content-stage .production-content-with-media{
  display:block!important;
}

.route-scroll-page .route-content-stage .production-content-with-media > div{
  display:grid;
  gap:16px;
}

.route-scroll-page .route-content-stage h2{
  overflow-wrap:anywhere;
}

.route-scroll-page .route-content-stage p{
  max-width:780px!important;
}

.route-scroll-page .route-content-stage ul,
.route-scroll-page .route-content-stage .checklist{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  padding-left:0!important;
}

.route-scroll-page .route-content-stage li{
  min-width:0;
}

.route-scroll-page .widget-experience,
.route-scroll-page .graph-panel,
.route-scroll-page .model-wrap{
  max-width:100%;
}

/* Industries has many sections: keep its navigator compact and keep content easy to reach. */
.industries-page .route-capability-nav a{
  min-width:clamp(120px,8.5vw,166px)!important;
  font-size:12px!important;
}

.industries-page .route-showcase-stack > .content-panel{
  min-height:clamp(470px,56vh,700px)!important;
}

.industries-page .route-content-stage p{
  font-size:clamp(16px,1.22vw,20px)!important;
  line-height:1.74!important;
}

@media (min-width:1500px){
  .route-scroll-page .route-scroll-layout{
    width:min(1660px,calc(100% - clamp(44px,4vw,112px)))!important;
  }
  .route-scroll-page .route-showcase-stack > .content-panel{
    grid-template-columns:minmax(430px,.92fr) minmax(0,1.08fr)!important;
  }
}

@media (max-width:1180px){
  .route-scroll-page .route-capability-nav{
    top:calc(var(--header-h,88px) + 10px)!important;
    min-height:70px;
    border-radius:26px!important;
  }
  .route-scroll-page .route-showcase-stack > .content-panel{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    gap:28px!important;
  }
  .route-scroll-page .route-content-stage{
    max-width:100%!important;
  }
  .route-scroll-page .route-visual-stage{
    min-height:clamp(330px,54vw,470px)!important;
  }
}

@media (max-width:760px){
  .route-scroll-page .route-scroll-layout{
    width:calc(100% - 28px)!important;
  }
  .route-scroll-page .route-capability-nav{
    top:calc(var(--header-h,80px) + 8px)!important;
    min-height:64px;
    gap:8px!important;
    padding:11px!important;
    border-radius:22px!important;
  }
  .route-scroll-page .route-capability-nav::before{
    min-height:40px;
    padding:8px 11px!important;
    font-size:9.5px!important;
    letter-spacing:.11em;
  }
  .route-scroll-page .route-capability-nav a{
    min-width:112px!important;
    min-height:40px!important;
    padding:9px 12px!important;
    font-size:11.5px!important;
    border-radius:15px!important;
  }
  .route-scroll-page .route-showcase-stack{
    gap:24px!important;
  }
  .route-scroll-page .route-showcase-stack > .content-panel{
    padding:22px 16px!important;
    border-radius:28px!important;
    scroll-margin-top:calc(var(--header-h,80px) + var(--route-nav-h,66px) + 24px);
  }
  .route-scroll-page .route-visual-stage{
    min-height:300px!important;
    border-radius:24px!important;
    padding:16px!important;
  }
  .route-scroll-page .route-visual-stage .production-image{
    inset:62px 16px 92px 16px!important;
    border-radius:18px!important;
  }
  .route-scroll-page .route-content-stage h2{
    font-size:clamp(34px,11vw,52px)!important;
    letter-spacing:-.055em!important;
  }
  .route-scroll-page .route-content-stage p{
    font-size:15.8px!important;
  }
  .route-scroll-page .route-content-stage ul,
  .route-scroll-page .route-content-stage .checklist{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:430px){
  .route-scroll-page .route-scroll-layout{width:calc(100% - 22px)!important;}
  .route-scroll-page .route-capability-nav{border-radius:20px!important;}
  .route-scroll-page .route-showcase-stack > .content-panel{padding:18px 13px!important;border-radius:24px!important;}
  .route-scroll-page .route-visual-stage{min-height:270px!important;}
  .route-scroll-page .route-visual-kicker,
  .route-scroll-page .route-visual-footer{gap:8px;}
  .route-scroll-page .route-visual-kicker span:first-child{font-size:10px;letter-spacing:.1em;}
  .route-scroll-page .route-visual-kicker span:last-child,
  .route-scroll-page .route-visual-footer span{font-size:10px;padding:7px 8px;}
}

@media (prefers-reduced-motion:reduce){
  .route-scroll-page.route-scroll-enhanced .route-visual-stage,
  .route-scroll-page.route-scroll-enhanced .route-content-stage,
  .route-scroll-page .route-showcase-stack > .content-panel,
  .route-scroll-page .route-capability-nav a{
    transition:none!important;
    transform:none!important;
    opacity:1!important;
    will-change:auto!important;
  }
}


/* ========================================================================== 
   v26 navigatorless premium scroll experience
   Removes the old navigator pattern and turns Services,
   Platform, Industries, Intelligence and Insights into immersive content cards.
   ========================================================================== */

.services-page .services-command-strip,
.route-scroll-page .route-capability-nav{
  display:none!important;
}

.services-page .services-showcase-section,
.route-scroll-page .route-scroll-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

.services-page .services-showcase-section::before,
.route-scroll-page .route-scroll-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 12%,rgba(254,0,0,.105),transparent 30%),
    radial-gradient(circle at 92% 22%,rgba(96,165,250,.135),transparent 34%),
    radial-gradient(circle at 44% 88%,rgba(255,255,255,.85),transparent 42%);
}

.services-page .services-showcase-section::after,
.route-scroll-page .route-scroll-section::after{
  content:"";
  position:absolute;
  left:clamp(16px,4vw,76px);
  right:clamp(16px,4vw,76px);
  top:10px;
  height:1px;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.32),rgba(96,165,250,.28),transparent);
  opacity:.72;
}

.services-page .services-showcase-head,
.route-scroll-page .route-hero + .route-scroll-section{
  position:relative;
}

.services-page .services-showcase-head{
  max-width:min(1180px,100%);
  margin-inline:auto;
  margin-bottom:clamp(24px,4vw,52px)!important;
  text-align:left;
}

.services-page .services-showcase-head h2{
  max-width:980px;
  letter-spacing:-.065em;
}

.services-page .services-showcase-head p{
  max-width:900px;
}

.services-page .services-showcase-layout,
.route-scroll-page .route-scroll-layout{
  width:min(1680px,calc(100% - clamp(28px,4vw,104px)))!important;
  max-width:none!important;
  display:block!important;
  margin-inline:auto!important;
}

.services-page .services-showcase-main,
.route-scroll-page .route-showcase-stack{
  position:relative;
}

.showcase-scroll-intro,
.route-scroll-intro{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:min(100%,980px);
  margin:0 0 clamp(22px,3vw,36px);
  padding:12px 14px 12px 16px;
  border-radius:999px;
  color:#111827;
  background:
    linear-gradient(135deg,rgba(255,255,255,.86),rgba(248,251,255,.66)),
    radial-gradient(circle at 0% 50%,rgba(254,0,0,.11),transparent 34%);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 22px 60px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(18px) saturate(1.18);
  -webkit-backdrop-filter:blur(18px) saturate(1.18);
}

.showcase-scroll-intro span,
.route-scroll-intro span{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#B90B14;
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  line-height:1;
  text-transform:uppercase;
}

.showcase-scroll-intro span::before,
.route-scroll-intro span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#FE0000;
  box-shadow:0 0 0 7px rgba(254,0,0,.10),0 0 20px rgba(254,0,0,.28);
}

.showcase-scroll-intro strong,
.route-scroll-intro strong{
  color:#667085;
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}

body:not(.home-v3) .showcase-scroll-intro,
body:not(.home-v3) .route-scroll-intro{
  display:none!important;
}

.services-page .services-showcase-progress{
  position:sticky!important;
  top:calc(var(--header-h,88px) + 12px)!important;
  z-index:20;
  width:min(100%,1680px);
  height:4px!important;
  margin:0 auto clamp(26px,4vw,44px)!important;
  overflow:hidden;
  border-radius:999px;
  background:rgba(8,13,26,.055)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset;
}

.services-page .services-showcase-progress span{
  display:block;
  width:100%;
  height:100%;
  transform-origin:left center;
  transform:scaleX(var(--service-progress,0));
  border-radius:inherit;
  background:linear-gradient(90deg,#FE0000,#ff5862,#86bff6);
  box-shadow:0 0 22px rgba(254,0,0,.28);
}

.services-page .service-showcase-panel,
.route-scroll-page .route-showcase-stack > .content-panel{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:clamp(30px,3.6vw,54px)!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(245,250,255,.76) 54%,rgba(255,244,245,.80)),
    radial-gradient(circle at 6% 4%,rgba(254,0,0,.10),transparent 30%),
    radial-gradient(circle at 96% 10%,rgba(104,166,235,.13),transparent 34%)!important;
  border:1px solid rgba(255,255,255,.88)!important;
  box-shadow:
    0 46px 130px rgba(8,13,26,.12),
    0 12px 40px rgba(254,0,0,.055),
    inset 0 1px 0 rgba(255,255,255,.90)!important;
  backdrop-filter:blur(12px) saturate(1.08);
  -webkit-backdrop-filter:blur(12px) saturate(1.08);
}

.services-page .service-showcase-panel::before,
.route-scroll-page .route-showcase-stack > .content-panel::before{
  content:"";
  position:absolute;
  inset:1px;
  z-index:-1;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(115deg,rgba(255,255,255,.92),transparent 34%,rgba(254,0,0,.05) 64%,rgba(96,165,250,.07)),
    repeating-linear-gradient(90deg,rgba(8,13,26,.025) 0 1px,transparent 1px 84px),
    repeating-linear-gradient(0deg,rgba(8,13,26,.022) 0 1px,transparent 1px 84px);
  mask:linear-gradient(#000,transparent 82%);
  -webkit-mask:linear-gradient(#000,transparent 82%);
  opacity:.86;
}

.services-page .service-showcase-panel::after,
.route-scroll-page .route-showcase-stack > .content-panel::after{
  content:"";
  position:absolute;
  width:clamp(160px,22vw,360px);
  height:clamp(160px,22vw,360px);
  right:-8%;
  bottom:-18%;
  z-index:-1;
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(circle,rgba(254,0,0,.14),rgba(96,165,250,.08) 42%,transparent 68%);
  filter:blur(6px);
  opacity:.70;
}

.services-page .service-showcase-panel{
  grid-template-columns:minmax(420px,.98fr) minmax(0,1.02fr)!important;
  gap:clamp(34px,5vw,92px)!important;
  min-height:clamp(620px,68vh,820px);
  margin-bottom:clamp(32px,4vw,62px);
  padding:clamp(28px,4.6vw,70px)!important;
  scroll-margin-top:calc(var(--header-h,88px) + 34px)!important;
}

.services-page .service-showcase-panel:nth-child(even){
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)!important;
}

.services-page .service-showcase-panel:nth-child(even) .service-visual-col{
  order:2;
}

.services-page .service-showcase-panel:nth-child(even) .service-content-col{
  order:1;
}

.services-page .service-visual-card,
.route-scroll-page .route-visual-stage{
  box-shadow:
    0 34px 90px rgba(8,13,26,.24),
    0 12px 38px rgba(254,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.16)!important;
  transform:translateZ(0);
}

.services-page .service-visual-card{
  min-height:clamp(480px,38vw,620px)!important;
  border-radius:clamp(28px,3vw,44px)!important;
  background:
    radial-gradient(circle at 17% 14%,rgba(254,0,0,.38),transparent 31%),
    radial-gradient(circle at 88% 20%,rgba(96,165,250,.22),transparent 34%),
    linear-gradient(145deg,#121827,#242C42 54%,#101522)!important;
}

.services-page .service-visual-card::before{
  opacity:.34!important;
}

.services-page .service-visual-card:hover{
  transform:translateY(-4px) translateZ(0);
}

.services-page .service-content-col,
.route-scroll-page .route-content-stage{
  position:relative;
}

.services-page .service-content-col h2,
.route-scroll-page .route-content-stage h2{
  color:#070B14!important;
  text-wrap:balance;
}

.services-page .service-content-col p,
.route-scroll-page .route-content-stage p{
  color:#394256!important;
}

.services-page .service-bullet-list li,
.route-scroll-page .route-content-stage li{
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(249,251,255,.62))!important;
  border-color:rgba(8,13,26,.07)!important;
  box-shadow:0 18px 44px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.9)!important;
}

.route-scroll-page .route-showcase-stack{
  gap:clamp(36px,5vw,76px)!important;
}

.route-scroll-page .route-showcase-stack > .content-panel{
  grid-template-columns:minmax(430px,.95fr) minmax(0,1.05fr)!important;
  min-height:clamp(600px,68vh,820px)!important;
  padding:clamp(28px,4.7vw,74px)!important;
  scroll-margin-top:calc(var(--header-h,88px) + 34px)!important;
}

.route-scroll-page .route-showcase-stack > .content-panel:nth-child(even){
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
}

.route-scroll-page .route-showcase-stack > .content-panel:nth-child(even) .route-visual-stage{order:2;}
.route-scroll-page .route-showcase-stack > .content-panel:nth-child(even) .route-content-stage{order:1;}

.route-scroll-page .route-showcase-stack > .content-panel.is-route-active,
.services-page .service-showcase-panel.is-service-active{
  border-color:rgba(254,0,0,.22)!important;
  box-shadow:
    0 56px 150px rgba(8,13,26,.145),
    0 18px 60px rgba(254,0,0,.075),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
}

.route-scroll-page .route-visual-stage{
  min-height:clamp(430px,36vw,620px)!important;
  border-radius:clamp(28px,3vw,44px)!important;
  background:
    radial-gradient(circle at 18% 14%,rgba(254,0,0,.44),transparent 28%),
    radial-gradient(circle at 86% 18%,rgba(96,165,250,.28),transparent 32%),
    linear-gradient(145deg,#0C111F,#252E48 56%,#101827)!important;
}

.route-scroll-page .route-visual-stage::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(135deg,rgba(255,255,255,.13),transparent 38%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 46px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 1px,transparent 1px 46px);
  opacity:.62;
}

.route-scroll-page .route-visual-stage .production-image{
  box-shadow:0 28px 70px rgba(0,0,0,.28)!important;
}

.route-scroll-page .route-visual-footer span:last-child,
.route-scroll-page .route-visual-kicker span:last-child{
  color:#fff!important;
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.18)!important;
}

.route-scroll-page .route-content-stage::before{
  content:"Capability layer";
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  padding:8px 13px;
  border-radius:999px;
  color:#B90B14;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(254,0,0,.14);
  box-shadow:0 12px 28px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.86);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  line-height:1;
  text-transform:uppercase;
}

.route-scroll-page .route-content-stage::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-22px;
  width:min(320px,62%);
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#FE0000,rgba(96,165,250,.66),transparent);
  opacity:.55;
}

.industries-page .route-showcase-stack > .content-panel{
  min-height:clamp(560px,62vh,760px)!important;
}

.industries-page .route-content-stage p{
  max-width:820px!important;
}

@keyframes v26SoftFloat{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-8px,0)}
}

.services-page .service-showcase-panel.is-service-active .service-visual-card,
.route-scroll-page .route-showcase-stack > .content-panel.is-route-active .route-visual-stage{
  animation:v26SoftFloat 7s ease-in-out infinite;
}

@media (max-width:1180px){
  .services-page .services-showcase-layout,
  .route-scroll-page .route-scroll-layout{
    width:calc(100% - 36px)!important;
  }
  .services-page .service-showcase-panel,
  .services-page .service-showcase-panel:nth-child(even),
  .route-scroll-page .route-showcase-stack > .content-panel,
  .route-scroll-page .route-showcase-stack > .content-panel:nth-child(even){
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  .services-page .service-showcase-panel:nth-child(even) .service-visual-col,
  .services-page .service-showcase-panel:nth-child(even) .service-content-col,
  .route-scroll-page .route-showcase-stack > .content-panel:nth-child(even) .route-visual-stage,
  .route-scroll-page .route-showcase-stack > .content-panel:nth-child(even) .route-content-stage{
    order:initial!important;
  }
  .route-scroll-intro,
  .showcase-scroll-intro{
    width:100%;
  }
}

@media (max-width:760px){
  .services-page .services-showcase-layout,
  .route-scroll-page .route-scroll-layout{
    width:calc(100% - 24px)!important;
  }
  .showcase-scroll-intro,
  .route-scroll-intro{
    align-items:flex-start;
    flex-direction:column;
    border-radius:24px;
    padding:14px 16px;
  }
  .services-page .services-showcase-progress{
    top:calc(var(--header-h,80px) + 8px)!important;
    margin-bottom:24px!important;
  }
  .services-page .service-showcase-panel,
  .route-scroll-page .route-showcase-stack > .content-panel{
    padding:20px 14px!important;
    border-radius:28px!important;
    gap:22px!important;
  }
  .services-page .service-visual-card,
  .route-scroll-page .route-visual-stage{
    min-height:clamp(300px,82vw,430px)!important;
    border-radius:24px!important;
  }
  .services-page .service-content-col h2,
  .route-scroll-page .route-content-stage h2{
    font-size:clamp(34px,11vw,54px)!important;
  }
}

@media (max-width:430px){
  .services-page .services-showcase-layout,
  .route-scroll-page .route-scroll-layout{
    width:calc(100% - 18px)!important;
  }
  .services-page .service-showcase-panel,
  .route-scroll-page .route-showcase-stack > .content-panel{
    padding:16px 11px!important;
    border-radius:24px!important;
  }
  .services-page .service-bullet-list,
  .route-scroll-page .route-content-stage ul,
  .route-scroll-page .route-content-stage .checklist{
    grid-template-columns:1fr!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .services-page .service-showcase-panel.is-service-active .service-visual-card,
  .route-scroll-page .route-showcase-stack > .content-panel.is-route-active .route-visual-stage{
    animation:none!important;
  }
}


/* ========================================================================== 
   v27 Industries visibility + navigatorless route hardening
   Fixes the blank Industries screen by making route content visible by default
   and ensuring a failed animation module can never hide the page.
   ========================================================================== */

.route-scroll-page .route-hero .reveal,
.route-scroll-page .route-scroll-layout.reveal,
.route-scroll-page .route-showcase-stack > .content-panel,
.route-scroll-page .route-visual-stage,
.route-scroll-page .route-content-stage{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.route-scroll-page .route-hero{
  min-height:auto!important;
  padding:clamp(82px,7vw,126px) 0 clamp(42px,5vw,72px)!important;
  background:
    radial-gradient(circle at 12% 16%,rgba(254,0,0,.105),transparent 28%),
    radial-gradient(circle at 86% 10%,rgba(221,240,255,.86),transparent 34%),
    radial-gradient(circle at 70% 88%,rgba(238,231,255,.62),transparent 36%),
    linear-gradient(180deg,#fff 0%,#FAF9F6 100%)!important;
}

.route-scroll-page .route-hero-grid{
  width:min(1680px,calc(100% - clamp(28px,4vw,104px)))!important;
  max-width:none!important;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.62fr)!important;
  gap:clamp(28px,4vw,72px)!important;
  align-items:center!important;
}

.route-scroll-page .route-hero h1{
  max-width:1050px;
  font-size:clamp(58px,6.2vw,118px)!important;
  line-height:.9!important;
}

.route-scroll-page .route-hero p{
  max-width:840px!important;
}

.route-scroll-page .route-scroll-section{
  padding-top:clamp(44px,5vw,78px)!important;
}

.route-scroll-page.route-scroll-enhanced:not(.route-showcase-ready) .route-visual-stage,
.route-scroll-page.route-scroll-enhanced:not(.route-showcase-ready) .route-content-stage{
  opacity:1!important;
  transform:none!important;
}

.route-scroll-page .ambient-canvas,
.route-scroll-page .cursor-dot,
.route-scroll-page .cursor-ring{
  display:none!important;
}

.industries-page .route-hero::after{
  content:"";
  position:absolute;
  left:clamp(24px,5vw,110px);
  right:clamp(24px,5vw,110px);
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.28),rgba(96,165,250,.26),transparent);
}

.industries-page .route-hero-panel{
  min-height:320px!important;
}

.industries-page .route-scroll-intro{
  margin-bottom:clamp(24px,3vw,44px)!important;
}

.industries-page .route-showcase-stack > .content-panel:first-child{
  margin-top:0!important;
}

@media (max-width:1120px){
  .route-scroll-page .route-hero-grid{
    grid-template-columns:1fr!important;
  }
  .route-scroll-page .route-hero-panel{
    min-height:260px!important;
  }
}

@media (max-width:760px){
  .route-scroll-page .route-hero{
    padding:54px 0 44px!important;
  }
  .route-scroll-page .route-hero-grid,
  .route-scroll-page .route-scroll-layout{
    width:calc(100% - 28px)!important;
  }
  .route-scroll-page .route-hero h1{
    font-size:clamp(42px,12vw,64px)!important;
    line-height:1!important;
  }
  .route-scroll-page .route-hero p{
    font-size:16.5px!important;
  }
}

/* v28: performance hardening */
.cursor-dot,
.cursor-ring{
  display:none!important;
}

html,
body{
  overflow-x:hidden;
}

.mobile-panel{
  contain:layout paint;
}

.service-visual-card,
.service-visual-image-wrap,
.route-visual-stage,
.production-image{
  contain:layout paint;
}

.route-visual-stage .production-image,
.production-image{
  content-visibility:auto;
  contain-intrinsic-size:1px 420px;
}

.service-visual-image-wrap{
  content-visibility:visible;
}

@media (max-width:760px), (pointer:coarse){
  body::before,
  .ambient-canvas,
  .cursor-dot,
  .cursor-ring{
    display:none!important;
  }

  .btn:hover,
  .solution-card:hover,
  .case-card:hover,
  .team-card:hover,
  .service-card:hover,
  .route-card:hover,
  .platform-card:hover,
  .industry-card:hover,
  .usecase-card:hover,
  .why-card:hover,
  .feature-tile:hover,
  .services-page .service-bullet-list li:hover{
    transform:none!important;
  }

  .showcase-glow,
  .mesh,
  .hero-grid-glow,
  .orbital-halo,
  .services-page .service-visual-glow,
  .services-page .services-command-strip{
    animation:none!important;
  }
}

/* v29: phone readability hardening */
@media (max-width:760px){
  .two-col,
  .three-col,
  .contact-layout,
  .pipeline-grid,
  .principle-grid,
  .route-grid,
  .platform-grid,
  .industry-grid,
  .usecase-grid,
  .why-grid,
  .metric-grid,
  .feature-grid,
  .solution-grid,
  .production-home-services,
  .production-slider-grid,
  .production-link-grid,
  .production-media-grid,
  .production-about-evidence,
  .service-proof-grid,
  .services-page .service-proof-grid,
  .services-page .service-bullet-list,
  .route-scroll-page .route-content-stage ul,
  .route-scroll-page .route-content-stage .checklist{
    grid-template-columns:minmax(0,1fr)!important;
  }

  .info-box,
  .pipe-card,
  .principle-card,
  .route-card,
  .platform-card,
  .industry-card,
  .usecase-card,
  .why-card,
  .metric-card,
  .feature-tile,
  .solution-card,
  .service-card,
  .content-panel,
  .route-content-stage,
  .service-content-col{
    min-width:0!important;
    max-width:100%!important;
  }

  .content-panel p,
  .content-panel li,
  .content-panel span,
  .content-panel strong,
  .solution-card p,
  .pipe-card p,
  .principle-card span,
  .principle-card strong,
  .route-card p,
  .platform-card p,
  .industry-card p,
  .usecase-card p,
  .why-card p,
  .feature-tile p,
  .service-card p,
  .route-content-stage p,
  .route-content-stage li,
  .service-content-col p,
  .service-content-col li,
  .footer-brand p{
    overflow-wrap:break-word!important;
    word-break:normal!important;
    hyphens:auto;
  }
}

@media (max-width:430px){
  .content-panel,
  .services-page .service-showcase-panel,
  .route-scroll-page .route-showcase-stack > .content-panel{
    padding-inline:14px!important;
  }
}

/* v30: home page premium component alignment */
body.home-v3 .production-home-section,
body.home-v3 .home-proof-and-intro,
body.home-v3 .story-section,
body.home-v3 .services-section,
body.home-v3 .tech-edge-section,
body.home-v3 .blockchain-section,
body.home-v3 .cases-section,
body.home-v3 .testimonials-section,
body.home-v3 .team-section,
body.home-v3 .final-cta-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%,rgba(254,0,0,.055),transparent 26%),
    radial-gradient(circle at 88% 14%,rgba(221,240,255,.36),transparent 30%),
    linear-gradient(180deg,#fff 0%,#FAF9F6 100%);
}

body.home-v3 .production-home-section::before,
body.home-v3 .services-section::before,
body.home-v3 .cases-section::before,
body.home-v3 .team-section::before{
  content:"";
  position:absolute;
  inset:28px 24px auto;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.28),rgba(124,189,240,.22),transparent);
}

body.home-v3 .section-head{
  align-items:flex-start;
}

body.home-v3 .section-head .section-copy{
  max-width:500px;
}

body.home-v3 .section-title,
body.home-v3 .intro-copy h2,
body.home-v3 .production-about-copy h2{
  text-wrap:balance;
}

body.home-v3 .production-slider-grid,
body.home-v3 .production-home-services,
body.home-v3 .production-link-grid,
body.home-v3 .case-grid,
body.home-v3 .team-grid{
  gap:20px;
}

body.home-v3 .solution-bento{
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:auto;
  align-items:stretch;
}

body.home-v3 .production-home-services{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.home-v3 .production-slider-grid article,
body.home-v3 .production-link-grid a,
body.home-v3 .solution-card,
body.home-v3 .proof-strip,
body.home-v3 .intro-panel,
body.home-v3 .story-command-visual,
body.home-v3 .story-principles article,
body.home-v3 .edge-list article,
body.home-v3 .architecture-stack div,
body.home-v3 .blockchain-visual,
body.home-v3 .showcase-modules span,
body.home-v3 .case-card,
body.home-v3 .testimonial-track,
body.home-v3 .team-card,
body.home-v3 .final-cta{
  border:1px solid rgba(8,13,26,.085);
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.76)),
    linear-gradient(120deg,rgba(254,0,0,.055),rgba(221,240,255,.20));
  box-shadow:0 24px 70px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.96);
}

body.home-v3 .production-slider-grid article,
body.home-v3 .production-link-grid a,
body.home-v3 .solution-card,
body.home-v3 .case-card,
body.home-v3 .team-card{
  position:relative;
  isolation:isolate;
  min-width:0;
}

body.home-v3 .production-slider-grid article::after,
body.home-v3 .production-link-grid a::after,
body.home-v3 .solution-card::after,
body.home-v3 .case-card::after,
body.home-v3 .team-card::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.42),rgba(124,189,240,.24),transparent);
  opacity:.86;
  z-index:2;
}

body.home-v3 .production-slider-grid article{
  min-height:205px;
  padding:26px;
  border-radius:28px;
  align-content:space-between;
}

body.home-v3 .production-slider-grid small,
body.home-v3 .production-link-grid small,
body.home-v3 .num,
body.home-v3 .case-card span,
body.home-v3 .team-card span{
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

body.home-v3 .production-slider-grid strong{
  max-width:320px;
  font-size:24px;
  line-height:1.12;
  font-weight:500;
}

body.home-v3 .solution-card{
  border-radius:30px;
  padding:30px;
  min-height:250px;
}

body.home-v3 .solution-card::before{
  display:none;
}

body.home-v3 .solution-card.feature-card{
  grid-column:span 1;
  min-height:300px;
}

body.home-v3 .solution-card.feature-card:first-child,
body.home-v3 .case-card:first-child,
body.home-v3 .team-card:first-child{
  background:
    linear-gradient(135deg,rgba(254,0,0,.88),rgba(185,11,20,.94) 46%,#080D1A);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 26px 76px rgba(254,0,0,.18),0 18px 52px rgba(8,13,26,.14);
}

body.home-v3 .solution-card.feature-card:first-child *,
body.home-v3 .case-card:first-child *,
body.home-v3 .team-card:first-child *{
  color:#fff;
}

body.home-v3 .solution-card.feature-card:first-child p,
body.home-v3 .case-card:first-child p,
body.home-v3 .team-card:first-child p{
  color:rgba(255,255,255,.76);
}

body.home-v3 .solution-card.feature-card:first-child .microtags span{
  color:#fff;
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.18);
}

body.home-v3 .cute-icon,
body.home-v3 .intro-icon{
  background:linear-gradient(145deg,#fff,#FFF1F2);
  border-color:rgba(254,0,0,.10);
  box-shadow:0 18px 36px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.95);
}

body.home-v3 .solution-card.crimson{
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,241,242,.82)),
    linear-gradient(120deg,rgba(254,0,0,.075),rgba(221,240,255,.18));
}

body.home-v3 .solution-card.crimson .cute-icon{
  color:var(--red);
}

body.home-v3 .solution-card.feature-card:first-child .cute-icon{
  color:#fff;
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.22);
}

body.home-v3 .proof-strip,
body.home-v3 .intro-panel{
  width:min(1240px,calc(100% - 64px))!important;
}

body.home-v3 .proof-strip{
  min-height:118px;
  border-radius:32px;
}

body.home-v3 .proof-icon{
  color:var(--red);
  font-size:26px;
  background:rgba(255,241,242,.72);
  border-radius:16px;
  border:1px solid rgba(254,0,0,.10);
}

body.home-v3 .intro-panel{
  border-radius:34px;
  padding:58px;
  gap:54px;
}

body.home-v3 .intro-panel::after{
  content:"";
  position:absolute;
  left:42px;
  right:42px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.42),rgba(124,189,240,.28),transparent);
}

body.home-v3 .intro-points article{
  border-color:rgba(8,13,26,.075);
}

body.home-v3 .story-section .story-grid,
body.home-v3 .edge-grid,
body.home-v3 .blockchain-grid{
  width:min(1240px,calc(100% - 64px));
  margin-inline:auto;
}

body.home-v3 .story-command-visual,
body.home-v3 .blockchain-visual{
  border-radius:34px;
}

body.home-v3 .story-principles article,
body.home-v3 .edge-list article{
  padding:22px 24px;
  border-radius:24px;
}

body.home-v3 .architecture-stack div{
  border-radius:24px;
}

body.home-v3 .showcase-modules span{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
}

body.home-v3 .case-card{
  min-height:300px;
  padding:28px;
  border-radius:30px;
  display:grid;
  align-content:start;
}

body.home-v3 .case-art{
  height:7px;
  margin:0 0 24px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--red),var(--coral),rgba(124,189,240,.58));
}

body.home-v3 .case-art::before{
  display:none;
}

body.home-v3 .case-card h3,
body.home-v3 .team-card h3{
  font-size:clamp(22px,2vw,28px);
  line-height:1.12;
  font-weight:500;
}

body.home-v3 .case-card div:last-child{
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:9px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(8,13,26,.07);
  color:#596273;
}

body.home-v3 .case-card:first-child div:last-child{
  color:#fff;
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.20);
}

body.home-v3 .testimonial-track{
  width:min(960px,100%);
  min-height:390px;
  border-radius:34px;
}

body.home-v3 blockquote{
  max-width:760px;
}

body.home-v3 .team-card{
  min-height:280px;
  padding:28px;
  border-radius:30px;
}

body.home-v3 .team-photo{
  width:76px;
  height:76px;
  margin:0 0 24px;
  border-radius:22px;
  font-size:25px;
  letter-spacing:-.04em;
  background:linear-gradient(145deg,#fff,#FFF1F2);
  border:1px solid rgba(254,0,0,.10);
  box-shadow:0 18px 36px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.95);
}

body.home-v3 .team-card:first-child .team-photo{
  color:#fff;
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.22);
}

body.home-v3 .final-cta{
  position:relative;
  padding:58px;
  border-radius:34px;
}

body.home-v3 .final-cta::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(254,0,0,.10),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.72),transparent 48%);
}

body.home-v3 .final-cta > *{
  position:relative;
  z-index:1;
}

@media (max-width:1120px){
  body.home-v3 .production-home-services,
  body.home-v3 .solution-bento,
  body.home-v3 .case-grid,
  body.home-v3 .team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.home-v3 .story-section .story-grid,
  body.home-v3 .edge-grid,
  body.home-v3 .blockchain-grid{
    width:min(100% - 40px,1240px);
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  body.home-v3 .production-slider-grid,
  body.home-v3 .production-home-services,
  body.home-v3 .production-link-grid,
  body.home-v3 .solution-bento,
  body.home-v3 .case-grid,
  body.home-v3 .team-grid{
    grid-template-columns:1fr!important;
  }

  body.home-v3 .proof-strip,
  body.home-v3 .intro-panel,
  body.home-v3 .story-section .story-grid,
  body.home-v3 .edge-grid,
  body.home-v3 .blockchain-grid{
    width:min(100% - 28px,1240px)!important;
  }

  body.home-v3 .intro-panel,
  body.home-v3 .production-about-panel,
  body.home-v3 .final-cta{
    padding:28px!important;
    border-radius:28px;
  }

  body.home-v3 .solution-card,
  body.home-v3 .case-card,
  body.home-v3 .team-card{
    min-height:auto;
    padding:24px;
    border-radius:26px;
  }

  body.home-v3 .testimonial-track{
    min-height:500px;
    border-radius:28px;
  }
}

/* v31: ultra-premium home hero command graph */
body.home-v3 .hero-visual-intact{
  min-height:620px!important;
  height:620px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
}

body.home-v3 .hero-visual-intact .intact-command-shell{
  display:none!important;
}

.premium-command-dashboard{
  position:relative;
  width:min(780px,100%);
  min-height:560px;
  border-radius:38px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 20% 18%,rgba(254,0,0,.12),transparent 28%),
    radial-gradient(circle at 86% 22%,rgba(221,240,255,.72),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,255,255,.78));
  border:1px solid rgba(8,13,26,.085);
  box-shadow:
    0 36px 110px rgba(8,13,26,.13),
    0 18px 46px rgba(254,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.premium-command-dashboard::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:
    linear-gradient(rgba(8,13,26,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.045) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 78%);
}

.premium-command-dashboard::after{
  content:"";
  position:absolute;
  left:32px;
  right:32px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.48),rgba(124,189,240,.38),transparent);
}

.premium-command-top{
  position:absolute;
  left:34px;
  top:32px;
  width:330px;
  z-index:5;
}

.premium-command-top span,
.premium-command-card span,
.premium-command-metrics span{
  display:block;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.premium-command-top strong{
  display:block;
  margin-top:12px;
  color:var(--ink);
  font-size:30px;
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:500;
}

.premium-command-top small{
  display:block;
  margin-top:10px;
  color:#596273;
  font-size:14px;
  line-height:1.5;
}

.premium-command-metrics{
  position:absolute;
  right:30px;
  top:30px;
  z-index:6;
  display:grid;
  grid-template-columns:repeat(2,118px);
  gap:12px;
}

.premium-command-metrics article,
.premium-command-card,
.premium-command-log,
.premium-chip{
  border:1px solid rgba(8,13,26,.08);
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 45px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
}

.premium-command-metrics article{
  min-height:82px;
  padding:18px;
  border-radius:22px;
}

.premium-command-metrics strong{
  display:block;
  margin-top:9px;
  color:var(--ink);
  font-size:25px;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:600;
}

.premium-command-network{
  position:absolute;
  left:58px;
  right:54px;
  top:118px;
  bottom:128px;
  z-index:1;
}

.network-line{
  position:absolute;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.32),rgba(124,189,240,.32),transparent);
  transform-origin:left center;
  opacity:.75;
}

.line-a{left:170px;top:176px;width:430px;transform:rotate(-18deg)}
.line-b{left:205px;top:182px;width:350px;transform:rotate(28deg)}
.line-c{left:235px;top:64px;width:2px;height:290px;background:linear-gradient(180deg,transparent,rgba(254,0,0,.28),rgba(124,189,240,.28),transparent)}
.line-d{left:95px;top:260px;width:430px;transform:rotate(-48deg)}

.network-node{
  position:absolute;
  display:block;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(254,0,0,.22);
  box-shadow:0 0 0 9px rgba(254,0,0,.06),0 18px 36px rgba(8,13,26,.08);
}

.node-core{
  left:210px;
  top:132px;
  width:96px;
  height:96px;
  background:linear-gradient(135deg,#FE0000,#B90B14);
  border-color:rgba(255,255,255,.28);
  box-shadow:0 0 0 18px rgba(254,0,0,.08),0 28px 60px rgba(254,0,0,.18);
  animation:premiumCorePulse 4.2s ease-in-out infinite;
}

.node-core::after{
  content:"";
  position:absolute;
  inset:31px;
  border-radius:inherit;
  background:#fff;
  opacity:.9;
}

.node-ai{left:88px;top:74px;width:42px;height:42px}
.node-erp{left:235px;top:12px;width:50px;height:50px}
.node-auto{right:132px;top:118px;width:54px;height:54px;border-color:rgba(124,189,240,.34);box-shadow:0 0 0 10px rgba(124,189,240,.10),0 18px 36px rgba(8,13,26,.08)}
.node-iot{right:36px;bottom:26px;width:42px;height:42px;border-color:rgba(43,195,107,.28);box-shadow:0 0 0 10px rgba(43,195,107,.08),0 18px 36px rgba(8,13,26,.08)}
.node-audit{left:160px;bottom:44px;width:38px;height:38px}

.premium-chip{
  position:absolute;
  z-index:7;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 18px;
  border-radius:17px;
  color:var(--ink);
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:800;
}

.premium-chip i{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--red);
  box-shadow:0 0 0 7px rgba(254,0,0,.08);
}

.chip-ai{left:70px;top:158px}
.chip-auto{right:64px;top:246px}
.chip-auto i{background:#23A9D4;box-shadow:0 0 0 7px rgba(35,169,212,.10)}

.premium-command-card{
  position:absolute;
  z-index:6;
  padding:22px 24px;
  border-radius:24px;
}

.premium-command-card strong{
  display:block;
  margin-top:10px;
  color:var(--ink);
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:600;
}

.premium-command-card small{
  display:block;
  margin-top:9px;
  color:#66707E;
  font-size:13px;
}

.premium-command-card.decision{
  left:34px;
  bottom:160px;
  width:36%;
  min-width:230px;
  max-width:310px;
}

.premium-command-card.architecture{
  right:34px;
  bottom:154px;
  width:42%;
  min-width:260px;
  max-width:330px;
}

.premium-command-log{
  position:absolute;
  left:34px;
  right:34px;
  bottom:28px;
  z-index:8;
  display:grid;
  gap:9px;
  padding:18px 20px;
  border-radius:24px;
}

.premium-command-log div{
  display:grid;
  grid-template-columns:1fr 76px 126px;
  align-items:center;
  gap:14px;
  min-height:24px;
  color:#4F5B6D;
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:800;
}

.premium-command-log b{
  justify-self:center;
  min-width:68px;
  padding:5px 8px;
  border-radius:999px;
  color:var(--ruby);
  background:rgba(255,241,242,.88);
  font-size:10px;
  letter-spacing:.08em;
  text-align:center;
}

.premium-command-log small{
  color:#687385;
  font-size:12px;
  font-weight:700;
}

@keyframes premiumCorePulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 18px rgba(254,0,0,.08),0 28px 60px rgba(254,0,0,.18)}
  50%{transform:scale(1.04);box-shadow:0 0 0 26px rgba(254,0,0,.05),0 34px 76px rgba(254,0,0,.22)}
}

@media (max-width:1180px){
  body.home-v3 .hero-visual-intact{
    min-height:590px!important;
    height:590px!important;
  }

  .premium-command-dashboard{
    width:min(760px,100%);
  }
}

@media (max-width:760px){
  body.home-v3 .hero-visual-intact{
    min-height:560px!important;
    height:560px!important;
    place-items:start stretch!important;
  }

  .premium-command-dashboard{
    width:100%;
    min-width:620px;
    min-height:500px;
    transform:scale(.56);
    transform-origin:top left;
    border-radius:32px;
  }

  .premium-command-card{
    padding:18px 19px;
  }

  .premium-command-card strong{
    font-size:20px;
  }

  .premium-command-card.decision{
    width:230px;
    min-width:0;
  }

  .premium-command-card.architecture{
    right:24px;
    width:310px;
    min-width:0;
  }
}

@media (max-width:430px){
  body.home-v3 .hero-visual-intact{
    min-height:390px!important;
    height:390px!important;
    overflow:hidden!important;
  }

  .premium-command-dashboard{
    transform:scale(.56);
  }
}

/* v32: present the original hero graph in a premium frame without changing the graph */
body.home-v3 .hero-visual-intact{
  height:620px!important;
  min-height:620px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
}

body.home-v3 .hero-visual-intact .premium-command-dashboard{
  display:none!important;
}

body.home-v3 .hero-visual-intact .intact-command-shell{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:min(820px,100%)!important;
  height:auto!important;
  padding:22px!important;
  overflow:visible!important;
  border-radius:42px!important;
  background:
    radial-gradient(circle at 20% 18%,rgba(254,0,0,.08),transparent 26%),
    radial-gradient(circle at 84% 18%,rgba(221,240,255,.62),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.72))!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:
    0 34px 100px rgba(8,13,26,.13),
    0 18px 46px rgba(254,0,0,.055),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
  transform:none!important;
}

body.home-v3 .hero-visual-intact .intact-command-shell::before{
  content:""!important;
  position:absolute!important;
  left:34px!important;
  right:34px!important;
  top:0!important;
  bottom:auto!important;
  display:block!important;
  width:auto!important;
  height:1px!important;
  border-radius:0!important;
  opacity:1!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.46),rgba(124,189,240,.34),transparent)!important;
  filter:none!important;
}

body.home-v3 .hero-visual-intact .intact-command-shell::after{
  content:""!important;
  position:absolute!important;
  inset:22px!important;
  display:block!important;
  height:auto!important;
  border-radius:34px!important;
  opacity:.5!important;
  pointer-events:none!important;
  background:
    linear-gradient(rgba(8,13,26,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.035) 1px,transparent 1px)!important;
  background-size:38px 38px!important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 72%)!important;
}

body.home-v3 .hero-visual-intact .intact-glow{
  display:none!important;
}

body.home-v3 .hero-visual-intact .intact-command-svg{
  position:relative!important;
  z-index:2!important;
  width:min(860px,100%)!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  transform:none!important;
  border-radius:34px!important;
  filter:drop-shadow(0 24px 44px rgba(8,13,26,.10))!important;
}

body.home-v3 .intact-command-svg .bg{
  fill:transparent!important;
}

body.home-v3 .intact-command-svg .main-board{
  fill:url(#boardFill)!important;
  stroke:rgba(8,13,26,.075)!important;
  stroke-width:1!important;
  filter:url(#boardShadow)!important;
}

body.home-v3 .intact-command-svg .grid-layer{
  opacity:.32!important;
}

body.home-v3 .intact-command-svg .graph-layer{
  opacity:.78!important;
  filter:none!important;
}

body.home-v3 .intact-command-svg text{
  stroke:transparent!important;
  stroke-width:0!important;
  paint-order:normal!important;
  letter-spacing:normal;
}

body.home-v3 .intact-command-svg .graph-heading,
body.home-v3 .intact-command-svg .metric-label,
body.home-v3 .intact-command-svg .card-label{
  fill:#667085!important;
}

body.home-v3 .intact-command-svg .metric-value,
body.home-v3 .intact-command-svg .card-title,
body.home-v3 .intact-command-svg .pill-text{
  fill:#111827!important;
}

body.home-v3 .intact-command-svg .route{
  stroke:#64748B!important;
  opacity:.46!important;
}

body.home-v3 .intact-command-svg .route-energy{
  opacity:.72!important;
}

body.home-v3 .intact-command-svg .node-main{
  opacity:.76!important;
}

@media (max-width:1180px){
  body.home-v3 .hero-visual-intact{
    height:610px!important;
    min-height:610px!important;
  }

  body.home-v3 .hero-visual-intact .intact-command-shell{
    width:min(860px,100%)!important;
  }
}

@media (max-width:760px){
  body.home-v3 .hero-visual-intact{
    height:430px!important;
    min-height:430px!important;
    overflow:hidden!important;
    place-items:start stretch!important;
  }

  body.home-v3 .hero-visual-intact .intact-command-shell{
    width:680px!important;
    max-width:none!important;
    padding:14px!important;
    border-radius:32px!important;
    transform:scale(.51)!important;
    transform-origin:top left!important;
  }

  body.home-v3 .hero-visual-intact .intact-command-svg{
    width:650px!important;
    max-width:none!important;
    border-radius:28px!important;
  }
}

@media (max-width:430px){
  body.home-v3 .hero-visual-intact{
    height:386px!important;
    min-height:386px!important;
  }
}

/* v33: ultra-premium Who We Are page */
body.about-page{
  background:
    radial-gradient(circle at 12% 2%,rgba(254,0,0,.075),transparent 24%),
    radial-gradient(circle at 88% 7%,rgba(221,240,255,.62),transparent 32%),
    linear-gradient(180deg,#fff 0%,#FAF9F6 42%,#fff 100%);
}

body.about-page .page-main{
  padding-top:118px;
}

body.about-page .route-hero.about-hero{
  position:relative;
  overflow:hidden;
  padding:98px 0 76px;
  background:
    radial-gradient(circle at 18% 14%,rgba(254,0,0,.09),transparent 30%),
    radial-gradient(circle at 82% 18%,rgba(221,240,255,.74),transparent 34%),
    linear-gradient(180deg,#fff,#FAF9F6);
}

body.about-page .about-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(8,13,26,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.035) 1px,transparent 1px);
  background-size:74px 74px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.25),transparent 72%);
}

body.about-page .about-hero .route-hero-grid{
  position:relative;
  z-index:1;
  width:min(1240px,calc(100% - 64px));
  grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);
  gap:56px;
}

body.about-page .about-hero h1{
  max-width:820px;
  font-size:clamp(58px,7.2vw,104px);
  line-height:.95;
  letter-spacing:-.065em;
  text-wrap:balance;
}

body.about-page .about-hero p{
  max-width:720px;
  margin-top:28px;
  color:#4F596B;
  font-size:clamp(19px,2vw,23px);
  line-height:1.58;
}

.about-hero-panel{
  position:relative;
  min-height:430px;
  display:grid;
  align-content:space-between;
  gap:24px;
  padding:34px;
  border-radius:38px;
  overflow:hidden;
  border:1px solid rgba(8,13,26,.085);
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.76)),
    linear-gradient(120deg,rgba(254,0,0,.07),rgba(221,240,255,.30));
  box-shadow:0 34px 100px rgba(8,13,26,.12),inset 0 1px 0 rgba(255,255,255,.98);
}

.about-hero-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(254,0,0,.10),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.64),transparent 48%);
}

.about-hero-panel::after{
  content:"";
  position:absolute;
  left:34px;
  right:34px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.42),rgba(124,189,240,.34),transparent);
}

.about-panel-mark,
.about-hero-metrics{
  position:relative;
  z-index:1;
}

.about-panel-mark span{
  display:block;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:clamp(66px,7vw,106px);
  line-height:.85;
  letter-spacing:-.085em;
  font-weight:500;
}

.about-panel-mark strong{
  display:block;
  margin-top:26px;
  max-width:360px;
  color:var(--ink);
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:500;
}

.about-panel-mark small{
  display:block;
  margin-top:12px;
  color:#66707E;
  line-height:1.5;
}

.about-hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.about-hero-metrics article{
  min-height:118px;
  display:grid;
  align-content:space-between;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 14px 34px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.94);
}

.about-hero-metrics strong{
  color:var(--ink);
  font-size:24px;
  line-height:1;
  letter-spacing:-.035em;
  font-weight:600;
}

.about-hero-metrics span{
  color:#697282;
  font-size:12px;
  line-height:1.4;
}

.about-premium-section{
  position:relative;
  padding:76px 0 112px;
  background:
    radial-gradient(circle at 9% 8%,rgba(254,0,0,.045),transparent 24%),
    radial-gradient(circle at 92% 12%,rgba(221,240,255,.42),transparent 32%),
    linear-gradient(180deg,#FAF9F6,#fff 72%);
}

.about-premium-layout{
  width:min(1180px,calc(100% - 64px));
  grid-template-columns:minmax(0,1fr);
  gap:0;
}

.about-content-stack{
  width:100%;
  gap:24px;
}

body.about-page .content-panel{
  position:relative;
  overflow:hidden;
  padding:42px;
  border-radius:34px;
  border:1px solid rgba(8,13,26,.085);
  background:
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,255,255,.78)),
    linear-gradient(120deg,rgba(254,0,0,.055),rgba(221,240,255,.24));
  box-shadow:0 24px 70px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.98);
}

body.about-page .content-panel::before{
  content:"";
  position:absolute;
  left:38px;
  right:38px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.42),rgba(124,189,240,.28),transparent);
}

body.about-page .content-panel h2{
  max-width:780px;
  font-size:clamp(36px,4.6vw,66px);
  line-height:1.02;
  letter-spacing:-.055em;
  text-wrap:balance;
}

body.about-page .content-panel p{
  max-width:760px;
  color:#535E70;
  font-size:17px;
  line-height:1.72;
}

.about-lead-panel{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:36px;
  align-items:start;
}

.about-proof-grid,
.about-cert-grid,
.about-principles-grid{
  display:grid;
  gap:14px;
}

.about-proof-grid{
  grid-template-columns:1fr;
}

.about-proof-grid article,
.about-presence-grid article,
.about-cert-grid article,
.about-principles-grid article{
  position:relative;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 14px 34px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.94);
}

.about-proof-grid article:first-child,
.about-cert-grid article.featured{
  color:#fff;
  background:linear-gradient(135deg,rgba(254,0,0,.88),rgba(185,11,20,.94) 48%,#080D1A);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 26px 76px rgba(254,0,0,.18),0 18px 52px rgba(8,13,26,.14);
}

.about-proof-grid small,
.about-cert-grid small,
.about-principles-grid span{
  display:block;
  margin-bottom:14px;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.about-proof-grid article:first-child small,
.about-proof-grid article:first-child strong,
.about-proof-grid article:first-child span,
.about-cert-grid article.featured small,
.about-cert-grid article.featured strong,
.about-cert-grid article.featured span{
  color:#fff;
}

.about-proof-grid strong,
.about-presence-grid strong,
.about-cert-grid strong,
.about-principles-grid strong{
  display:block;
  color:var(--ink);
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:500;
}

.about-proof-grid span,
.about-presence-grid span,
.about-cert-grid span{
  display:block;
  margin-top:10px;
  color:#66707E;
  line-height:1.55;
}

.about-proof-grid article:first-child span,
.about-cert-grid article.featured span{
  color:rgba(255,255,255,.78);
}

.about-story-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);
  gap:34px;
}

.about-presence-grid{
  display:grid;
  gap:14px;
  align-content:start;
}

.about-trust-panel{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:34px;
  align-items:start;
}

.about-cert-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.about-cert-grid article{
  min-height:214px;
  display:grid;
  align-content:space-between;
}

.about-cert-grid strong{
  font-size:clamp(36px,4vw,54px);
  letter-spacing:-.06em;
}

.about-principles-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:26px;
}

.about-principles-grid article p{
  margin:10px 0 0;
  color:#66707E;
  font-size:14px;
  line-height:1.58;
}

@media (max-width:1120px){
  body.about-page .about-hero .route-hero-grid,
  .about-premium-layout,
  .about-lead-panel,
  .about-story-panel,
  .about-trust-panel{
    grid-template-columns:1fr;
  }

  .about-cert-grid,
  .about-principles-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  body.about-page .page-main{
    padding-top:92px;
  }

  body.about-page .route-hero.about-hero{
    padding:64px 0 48px;
  }

  body.about-page .about-hero .route-hero-grid,
  .about-premium-layout{
    width:min(100% - 28px,1240px);
  }

  body.about-page .about-hero h1{
    font-size:clamp(44px,12vw,62px);
  }

  .about-hero-panel,
  body.about-page .content-panel{
    padding:28px;
    border-radius:28px;
  }

  .about-hero-metrics,
  .about-cert-grid,
  .about-principles-grid{
    grid-template-columns:1fr;
  }

  .about-hero-metrics article{
    min-height:auto;
    gap:12px;
  }

  body.about-page .content-panel h2{
    font-size:clamp(34px,11vw,50px);
  }
}

/* v34: custom premium service graphs */
.services-page .service-premium-graph{
  --graph-a:#FE0000;
  --graph-b:#7CBDF0;
  --graph-c:#FFFFFF;
  --graph-soft:rgba(255,255,255,.13);
  --graph-line:rgba(255,255,255,.34);
  isolation:isolate;
  color:#fff;
  background:
    radial-gradient(circle at 22% 16%,color-mix(in srgb,var(--graph-a) 42%,transparent),transparent 30%),
    radial-gradient(circle at 84% 18%,color-mix(in srgb,var(--graph-b) 36%,transparent),transparent 34%),
    radial-gradient(circle at 48% 58%,rgba(255,255,255,.12),transparent 24%),
    linear-gradient(145deg,#080D1A,#151D31 56%,#0B1020)!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.16)!important;
}

.services-page .service-premium-graph img{
  display:none!important;
}

.services-page .service-premium-graph::before,
.services-page .service-premium-graph::after,
.services-page .service-premium-graph .graph-grid{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

.services-page .service-premium-graph::before{
  z-index:0;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.16),transparent 25%),
    linear-gradient(90deg,transparent 49.7%,rgba(255,255,255,.12) 50%,transparent 50.3%),
    linear-gradient(0deg,transparent 49.7%,rgba(255,255,255,.10) 50%,transparent 50.3%);
  opacity:.72;
}

.services-page .service-premium-graph::after{
  z-index:1;
  inset:18px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(135deg,rgba(255,255,255,.10),transparent 30%),
    radial-gradient(circle at 50% 50%,transparent 0 28%,rgba(255,255,255,.08) 29% 30%,transparent 31% 100%);
  box-shadow:inset 0 0 46px rgba(255,255,255,.04);
}

.services-page .service-premium-graph .graph-grid{
  z-index:0;
  background:
    repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0 1px,transparent 1px 42px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.055) 0 1px,transparent 1px 42px);
  mask-image:radial-gradient(circle at 50% 50%,#000 0 62%,transparent 78%);
  -webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0 62%,transparent 78%);
  opacity:.72;
}

.services-page .service-premium-graph .graph-core,
.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status,
.services-page .service-premium-graph .graph-link{
  position:absolute;
  z-index:3;
}

.services-page .service-premium-graph .graph-link{
  left:50%;
  top:50%;
  width:38%;
  height:2px;
  transform-origin:left center;
  background:linear-gradient(90deg,color-mix(in srgb,var(--graph-a) 82%,transparent),rgba(255,255,255,.55),transparent);
  box-shadow:0 0 24px color-mix(in srgb,var(--graph-a) 28%,transparent);
  opacity:.78;
}

.services-page .service-premium-graph .graph-link-one{transform:rotate(-32deg);}
.services-page .service-premium-graph .graph-link-two{transform:rotate(26deg);}
.services-page .service-premium-graph .graph-link-three{transform:rotate(142deg);width:35%;}

.services-page .service-premium-graph .graph-core{
  left:50%;
  top:50%;
  width:clamp(128px,34%,190px);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  padding:18px;
  text-align:center;
  transform:translate(-50%,-50%);
  border-radius:34px;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.26),transparent 34%),
    linear-gradient(145deg,color-mix(in srgb,var(--graph-a) 82%,#101522),#080D1A 68%);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 30px 70px rgba(0,0,0,.28),0 0 0 12px color-mix(in srgb,var(--graph-a) 10%,transparent),inset 0 1px 0 rgba(255,255,255,.18);
}

.services-page .service-premium-graph .graph-core small,
.services-page .service-premium-graph .graph-status small{
  color:rgba(255,255,255,.68);
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  line-height:1;
  text-transform:uppercase;
}

.services-page .service-premium-graph .graph-core strong{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  font-weight:500;
  letter-spacing:-.07em;
  line-height:.9;
}

.services-page .service-premium-graph .graph-core span{
  max-width:150px;
  color:rgba(255,255,255,.76);
  font-size:12px;
  font-weight:760;
  line-height:1.25;
}

.services-page .service-premium-graph .graph-node{
  width:clamp(104px,27%,146px);
  display:grid;
  gap:4px;
  padding:12px 13px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 42px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(16px) saturate(1.18);
  -webkit-backdrop-filter:blur(16px) saturate(1.18);
}

.services-page .service-premium-graph .graph-node::before{
  content:"";
  position:absolute;
  width:9px;
  height:9px;
  left:13px;
  top:-5px;
  border-radius:50%;
  background:var(--graph-a);
  box-shadow:0 0 0 8px color-mix(in srgb,var(--graph-a) 14%,transparent),0 0 24px color-mix(in srgb,var(--graph-a) 38%,transparent);
}

.services-page .service-premium-graph .graph-node b{
  color:#fff;
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.services-page .service-premium-graph .graph-node span{
  color:rgba(255,255,255,.68);
  font-size:11px;
  font-weight:650;
  line-height:1.25;
}

.services-page .service-premium-graph .graph-node-a{left:7%;top:16%;}
.services-page .service-premium-graph .graph-node-b{right:7%;top:18%;}
.services-page .service-premium-graph .graph-node-c{left:8%;bottom:16%;}
.services-page .service-premium-graph .graph-node-d{right:8%;bottom:16%;}

.services-page .service-premium-graph .graph-status{
  display:grid;
  gap:4px;
  min-width:116px;
  padding:10px 12px;
  border-radius:16px;
  text-align:center;
  background:rgba(7,11,22,.58);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
}

.services-page .service-premium-graph .graph-status strong{
  color:#fff;
  font-size:20px;
  line-height:1;
  letter-spacing:-.04em;
}

.services-page .service-premium-graph .graph-status-a{
  left:50%;
  top:18px;
  transform:translateX(-50%);
}

.services-page .service-premium-graph .graph-status-b{
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
}

.services-page [data-visual="overview"] .service-premium-graph,
.services-page [data-visual="overview"] .service-graph-strip{--graph-a:#FE0000;--graph-b:#7CBDF0;}
.services-page [data-visual="modernization"] .service-premium-graph,
.services-page [data-visual="modernization"] .service-graph-strip{--graph-a:#FF3B45;--graph-b:#60A5FA;}
.services-page [data-visual="ai"] .service-premium-graph,
.services-page [data-visual="ai"] .service-graph-strip{--graph-a:#8B5CF6;--graph-b:#22D3EE;}
.services-page [data-visual="automation"] .service-premium-graph,
.services-page [data-visual="automation"] .service-graph-strip{--graph-a:#FE0000;--graph-b:#F59E0B;}
.services-page [data-visual="bps"] .service-premium-graph,
.services-page [data-visual="bps"] .service-graph-strip{--graph-a:#10B981;--graph-b:#7CBDF0;}
.services-page [data-visual="blockchain"] .service-premium-graph,
.services-page [data-visual="blockchain"] .service-graph-strip{--graph-a:#F59E0B;--graph-b:#FE0000;}
.services-page [data-visual="enterprise"] .service-premium-graph,
.services-page [data-visual="enterprise"] .service-graph-strip{--graph-a:#2563EB;--graph-b:#FE0000;}
.services-page [data-visual="iot"] .service-premium-graph,
.services-page [data-visual="iot"] .service-graph-strip{--graph-a:#06B6D4;--graph-b:#18C37E;}
.services-page [data-visual="software"] .service-premium-graph,
.services-page [data-visual="software"] .service-graph-strip{--graph-a:#B90B14;--graph-b:#A78BFA;}

.services-page [data-visual="ai"] .graph-core,
.services-page [data-visual="blockchain"] .graph-core{
  border-radius:50%;
}

.services-page [data-visual="automation"] .graph-link-one,
.services-page [data-visual="iot"] .graph-link-one{transform:rotate(-18deg);}
.services-page [data-visual="automation"] .graph-link-two,
.services-page [data-visual="iot"] .graph-link-two{transform:rotate(18deg);}
.services-page [data-visual="blockchain"] .graph-link-three,
.services-page [data-visual="enterprise"] .graph-link-three{transform:rotate(180deg);width:42%;}

.services-page .service-graph-strip{
  grid-template-columns:1.08fr .92fr!important;
}

.services-page .service-graph-strip .service-chart-bars,
.services-page .service-graph-strip .service-node-map{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.17)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.12)!important;
}

.services-page .service-graph-strip .service-chart-bar{
  background:linear-gradient(180deg,var(--graph-a,#FE0000),var(--graph-b,#7CBDF0))!important;
  box-shadow:0 14px 30px color-mix(in srgb,var(--graph-a,#FE0000) 18%,transparent)!important;
}

.services-page .service-graph-strip .service-node-map::before,
.services-page .service-graph-strip .service-node-map::after{
  border-color:rgba(255,255,255,.22)!important;
}

@media (prefers-reduced-motion:no-preference){
  .services-page .service-showcase-panel.is-service-active .graph-core{
    animation:serviceGraphCorePulse 4.8s ease-in-out infinite;
  }
  .services-page .service-showcase-panel.is-service-active .graph-node{
    animation:serviceGraphNodeFloat 6.6s ease-in-out infinite;
  }
  .services-page .service-showcase-panel.is-service-active .graph-node-b,
  .services-page .service-showcase-panel.is-service-active .graph-node-d{
    animation-delay:.35s;
  }
}

@keyframes serviceGraphCorePulse{
  0%,100%{box-shadow:0 30px 70px rgba(0,0,0,.28),0 0 0 12px color-mix(in srgb,var(--graph-a) 10%,transparent),inset 0 1px 0 rgba(255,255,255,.18);}
  50%{box-shadow:0 36px 88px rgba(0,0,0,.34),0 0 0 18px color-mix(in srgb,var(--graph-a) 16%,transparent),0 0 54px color-mix(in srgb,var(--graph-a) 26%,transparent),inset 0 1px 0 rgba(255,255,255,.22);}
}

@keyframes serviceGraphNodeFloat{
  0%,100%{translate:0 0;}
  50%{translate:0 -7px;}
}

@media (max-width:760px){
  .services-page .service-premium-graph{
    top:66px!important;
    bottom:92px!important;
    left:14px!important;
    right:14px!important;
    border-radius:22px!important;
  }

  .services-page .service-premium-graph::after{
    inset:12px;
    border-radius:18px;
  }

  .services-page .service-premium-graph .graph-core{
    width:clamp(92px,28vw,124px);
    border-radius:28px;
    padding:12px;
  }

  .services-page .service-premium-graph .graph-core strong{
    font-size:clamp(28px,8vw,38px);
  }

  .services-page .service-premium-graph .graph-core small,
  .services-page .service-premium-graph .graph-core span,
  .services-page .service-premium-graph .graph-status{
    display:none;
  }

  .services-page .service-premium-graph .graph-node{
    width:clamp(68px,24vw,96px);
    padding:8px 9px;
    border-radius:15px;
  }

  .services-page .service-premium-graph .graph-node span{
    display:none;
  }

  .services-page .service-premium-graph .graph-node-a{left:6%;top:15%;}
  .services-page .service-premium-graph .graph-node-b{right:6%;top:15%;}
  .services-page .service-premium-graph .graph-node-c{left:6%;bottom:15%;}
  .services-page .service-premium-graph .graph-node-d{right:6%;bottom:15%;}

  .services-page .service-graph-strip{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    grid-template-columns:1fr .82fr!important;
  }

  .services-page .service-graph-strip .service-chart-bars,
  .services-page .service-graph-strip .service-node-map{
    min-height:58px!important;
    padding:10px!important;
    border-radius:18px!important;
  }
}

@media (max-width:430px){
  .services-page .service-premium-graph{
    top:62px!important;
    bottom:86px!important;
  }

  .services-page .service-graph-strip{
    grid-template-columns:1fr!important;
  }

  .services-page .service-graph-strip .service-node-map{
    display:none;
  }
}

/* v35: light cycle-chart service graph system */
.services-page .service-visual-card{
  background:
    radial-gradient(circle at 16% 12%,rgba(254,0,0,.055),transparent 28%),
    radial-gradient(circle at 86% 18%,rgba(124,189,240,.18),transparent 32%),
    linear-gradient(145deg,#FFFFFF,#F9FBFF 58%,#FFFFFF)!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:0 30px 80px rgba(8,13,26,.105),inset 0 1px 0 rgba(255,255,255,.96)!important;
}

.services-page .service-visual-card::before,
.services-page .service-visual-card::after{
  background:none!important;
  opacity:0!important;
}

.services-page .service-visual-glow{
  background:
    radial-gradient(circle at 18% 20%,rgba(254,0,0,.10),transparent 26%),
    radial-gradient(circle at 78% 18%,rgba(124,189,240,.20),transparent 32%),
    radial-gradient(circle at 50% 80%,rgba(16,185,129,.075),transparent 28%)!important;
  opacity:1!important;
}

.services-page .service-visual-toolbar{
  color:#111827!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(8,13,26,.08)!important;
  box-shadow:0 14px 34px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98)!important;
}

.services-page .service-visual-toolbar span{
  color:#293244!important;
}

.services-page .service-premium-graph{
  --cycle:conic-gradient(from -90deg,#FE5B5B 0 16.6%,#FFB84D 16.6% 33.2%,#FFE66D 33.2% 49.8%,#4DD7DF 49.8% 66.4%,#59A9FF 66.4% 83%,#8BD346 83% 100%);
  top:82px!important;
  bottom:26px!important;
  left:26px!important;
  right:26px!important;
  color:#111827!important;
  background:
    radial-gradient(circle at 18% 16%,rgba(254,0,0,.045),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(124,189,240,.16),transparent 34%),
    linear-gradient(135deg,#FFFFFF,#F8FBFF 72%,#FFFFFF)!important;
  border:1px solid rgba(8,13,26,.07)!important;
  box-shadow:0 22px 56px rgba(8,13,26,.095),inset 0 1px 0 rgba(255,255,255,.98)!important;
}

.services-page .service-premium-graph::before{
  content:""!important;
  position:absolute!important;
  inset:auto!important;
  left:50%!important;
  top:50%!important;
  z-index:1!important;
  width:min(56%,330px)!important;
  aspect-ratio:1!important;
  transform:translate(-50%,-50%) rotate(-8deg)!important;
  border-radius:50%!important;
  background:var(--cycle)!important;
  opacity:1!important;
  box-shadow:
    0 26px 54px rgba(8,13,26,.13),
    inset 0 0 0 10px rgba(255,255,255,.62),
    inset 0 0 0 18px rgba(8,13,26,.055)!important;
}

.services-page .service-premium-graph::after{
  content:""!important;
  position:absolute!important;
  inset:auto!important;
  left:50%!important;
  top:50%!important;
  z-index:2!important;
  width:min(27%,152px)!important;
  aspect-ratio:1!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:#FFFFFF!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:0 18px 44px rgba(8,13,26,.11),inset 0 1px 0 rgba(255,255,255,.96)!important;
}

.services-page .service-premium-graph .graph-grid{
  background:
    repeating-linear-gradient(90deg,rgba(8,13,26,.035) 0 1px,transparent 1px 44px),
    repeating-linear-gradient(0deg,rgba(8,13,26,.03) 0 1px,transparent 1px 44px)!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
  opacity:.55!important;
}

.services-page .service-premium-graph .graph-link{
  display:none!important;
}

.services-page .service-premium-graph .graph-core{
  z-index:4!important;
  width:min(25%,146px)!important;
  padding:14px!important;
  border-radius:50%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.services-page .service-premium-graph .graph-core small{
  display:none!important;
}

.services-page .service-premium-graph .graph-core strong{
  color:#101827!important;
  font-size:clamp(30px,4.4vw,50px)!important;
  font-weight:800!important;
  letter-spacing:-.06em!important;
}

.services-page .service-premium-graph .graph-core span{
  color:#667085!important;
  font-size:11px!important;
  font-weight:800!important;
}

.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status{
  z-index:4!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(8,13,26,.075)!important;
  color:#111827!important;
  box-shadow:0 16px 36px rgba(8,13,26,.095),inset 0 1px 0 rgba(255,255,255,.98)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}

.services-page .service-premium-graph .graph-node{
  width:clamp(106px,26%,150px)!important;
  gap:3px!important;
  padding:13px 14px 13px 36px!important;
  border-radius:18px!important;
}

.services-page .service-premium-graph .graph-node::before{
  left:14px!important;
  top:50%!important;
  width:11px!important;
  height:11px!important;
  transform:translateY(-50%)!important;
  background:var(--accent,#FE0000)!important;
  box-shadow:0 0 0 7px color-mix(in srgb,var(--accent,#FE0000) 14%,transparent)!important;
}

.services-page .service-premium-graph .graph-node b{
  color:#111827!important;
  font-size:13px!important;
}

.services-page .service-premium-graph .graph-node span{
  color:#667085!important;
  font-size:11px!important;
}

.services-page .service-premium-graph .graph-status{
  min-width:118px!important;
  padding:10px 13px!important;
  border-radius:16px!important;
}

.services-page .service-premium-graph .graph-status small{
  color:#8A94A6!important;
}

.services-page .service-premium-graph .graph-status strong{
  color:#111827!important;
}

.services-page .service-premium-graph .graph-node-a{left:7%!important;top:18%!important;--accent:#FE5B5B;}
.services-page .service-premium-graph .graph-node-b{right:7%!important;top:18%!important;--accent:#59A9FF;}
.services-page .service-premium-graph .graph-node-c{left:7%!important;bottom:18%!important;--accent:#8BD346;}
.services-page .service-premium-graph .graph-node-d{right:7%!important;bottom:18%!important;--accent:#FFB84D;}
.services-page .service-premium-graph .graph-status-a{top:18px!important;}
.services-page .service-premium-graph .graph-status-b{bottom:18px!important;}

.services-page .service-graph-strip{
  display:none!important;
}

.services-page [data-visual="overview"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#FE5B5B 0 16.6%,#FFB84D 16.6% 33.2%,#FFE66D 33.2% 49.8%,#4DD7DF 49.8% 66.4%,#59A9FF 66.4% 83%,#8BD346 83% 100%);}
.services-page [data-visual="modernization"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#FF6B5A 0 16.6%,#FFB14A 16.6% 33.2%,#FFE066 33.2% 49.8%,#4DD7DF 49.8% 66.4%,#5AA7FF 66.4% 83%,#6EDB8F 83% 100%);}
.services-page [data-visual="ai"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#A78BFA 0 16.6%,#60A5FA 16.6% 33.2%,#22D3EE 33.2% 49.8%,#34D399 49.8% 66.4%,#FBBF24 66.4% 83%,#FB7185 83% 100%);}
.services-page [data-visual="automation"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#FE5B5B 0 16.6%,#FB923C 16.6% 33.2%,#FDE047 33.2% 49.8%,#2DD4BF 49.8% 66.4%,#60A5FA 66.4% 83%,#86EFAC 83% 100%);}
.services-page [data-visual="bps"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#34D399 0 16.6%,#22D3EE 16.6% 33.2%,#60A5FA 33.2% 49.8%,#FDE047 49.8% 66.4%,#FB7185 66.4% 83%,#C084FC 83% 100%);}
.services-page [data-visual="blockchain"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#FBBF24 0 16.6%,#FB923C 16.6% 33.2%,#FE5B5B 33.2% 49.8%,#4DD7DF 49.8% 66.4%,#60A5FA 66.4% 83%,#8BD346 83% 100%);}
.services-page [data-visual="enterprise"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#60A5FA 0 16.6%,#FE5B5B 16.6% 33.2%,#FBBF24 33.2% 49.8%,#22D3EE 49.8% 66.4%,#34D399 66.4% 83%,#A78BFA 83% 100%);}
.services-page [data-visual="iot"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#22D3EE 0 16.6%,#34D399 16.6% 33.2%,#A3E635 33.2% 49.8%,#60A5FA 49.8% 66.4%,#FDE047 66.4% 83%,#FB923C 83% 100%);}
.services-page [data-visual="software"] .service-premium-graph{--cycle:conic-gradient(from -90deg,#FE5B5B 0 16.6%,#A78BFA 16.6% 33.2%,#60A5FA 33.2% 49.8%,#22D3EE 49.8% 66.4%,#34D399 66.4% 83%,#FBBF24 83% 100%);}

@media (prefers-reduced-motion:no-preference){
  .services-page .service-showcase-panel.is-service-active .graph-core,
  .services-page .service-showcase-panel.is-service-active .graph-node{
    animation:none!important;
  }

  .services-page .service-showcase-panel.is-service-active .service-premium-graph::before{
    animation:serviceCycleBreathe 7s ease-in-out infinite;
  }
}

@keyframes serviceCycleBreathe{
  0%,100%{transform:translate(-50%,-50%) rotate(-8deg) scale(1);}
  50%{transform:translate(-50%,-50%) rotate(-2deg) scale(1.025);}
}

@media (max-width:760px){
  .services-page .service-premium-graph{
    top:66px!important;
    bottom:18px!important;
    left:14px!important;
    right:14px!important;
  }

  .services-page .service-premium-graph::before{
    width:min(64%,220px)!important;
  }

  .services-page .service-premium-graph::after{
    width:min(31%,106px)!important;
  }

  .services-page .service-premium-graph .graph-core{
    width:min(29%,96px)!important;
    padding:9px!important;
  }

  .services-page .service-premium-graph .graph-core strong{
    font-size:clamp(26px,7vw,34px)!important;
  }

  .services-page .service-premium-graph .graph-node{
    width:clamp(70px,24vw,96px)!important;
    padding:8px 9px 8px 26px!important;
  }

  .services-page .service-premium-graph .graph-node b{
    font-size:12px!important;
  }

  .services-page .service-premium-graph .graph-node span,
  .services-page .service-premium-graph .graph-status,
  .services-page .service-premium-graph .graph-core span{
    display:none!important;
  }

  .services-page .service-premium-graph .graph-node-a{left:5%!important;top:16%!important;}
  .services-page .service-premium-graph .graph-node-b{right:5%!important;top:16%!important;}
  .services-page .service-premium-graph .graph-node-c{left:5%!important;bottom:16%!important;}
  .services-page .service-premium-graph .graph-node-d{right:5%!important;bottom:16%!important;}
}

@media (max-width:430px){
  .services-page .service-premium-graph{
    top:62px!important;
    bottom:16px!important;
  }
}

/* v36: varied modern graph compositions for each service */
.services-page .service-premium-graph{
  overflow:hidden!important;
}

.services-page .service-premium-graph .graph-link{
  display:block!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(8,13,26,.06),var(--accent,#FE5B5B),rgba(8,13,26,.06))!important;
  box-shadow:none!important;
  opacity:.5!important;
}

.services-page [data-visual="overview"] .service-premium-graph .graph-link{
  display:none!important;
}

.services-page [data-visual="modernization"] .service-premium-graph::before,
.services-page [data-visual="automation"] .service-premium-graph::before,
.services-page [data-visual="bps"] .service-premium-graph::before,
.services-page [data-visual="software"] .service-premium-graph::before{
  border-radius:34px!important;
}

.services-page [data-visual="modernization"] .service-premium-graph::after,
.services-page [data-visual="automation"] .service-premium-graph::after,
.services-page [data-visual="bps"] .service-premium-graph::after,
.services-page [data-visual="software"] .service-premium-graph::after{
  display:none!important;
}

/* Application Modernization: layered migration runway */
.services-page [data-visual="modernization"] .service-premium-graph::before{
  left:10%!important;
  right:10%!important;
  top:50%!important;
  width:auto!important;
  height:88px!important;
  aspect-ratio:auto!important;
  transform:translateY(-50%) rotate(-7deg)!important;
  background:
    linear-gradient(90deg,rgba(255,107,90,.82),rgba(255,177,74,.78),rgba(90,167,255,.82),rgba(110,219,143,.82))!important;
  box-shadow:0 22px 46px rgba(8,13,26,.11),inset 0 1px 0 rgba(255,255,255,.5)!important;
}

.services-page [data-visual="modernization"] .graph-core{
  left:12%!important;
  top:50%!important;
  width:118px!important;
  aspect-ratio:1!important;
  border-radius:28px!important;
  background:#fff!important;
  border:1px solid rgba(8,13,26,.08)!important;
  box-shadow:0 18px 44px rgba(8,13,26,.1)!important;
}

.services-page [data-visual="modernization"] .graph-node{
  border-radius:22px!important;
}

.services-page [data-visual="modernization"] .graph-node-a{left:29%!important;top:17%!important;}
.services-page [data-visual="modernization"] .graph-node-b{left:42%!important;top:33%!important;}
.services-page [data-visual="modernization"] .graph-node-c{left:55%!important;top:49%!important;}
.services-page [data-visual="modernization"] .graph-node-d{left:68%!important;top:65%!important;}
.services-page [data-visual="modernization"] .graph-status-a{right:7%!important;left:auto!important;top:17px!important;transform:none!important;}
.services-page [data-visual="modernization"] .graph-status-b{right:7%!important;left:auto!important;bottom:18px!important;transform:none!important;}
.services-page [data-visual="modernization"] .graph-link-one{left:20%!important;top:50%!important;width:62%!important;transform:rotate(-7deg)!important;}
.services-page [data-visual="modernization"] .graph-link-two,
.services-page [data-visual="modernization"] .graph-link-three{display:none!important;}

/* AI / ML: neural mesh */
.services-page [data-visual="ai"] .service-premium-graph::before{
  width:min(46%,260px)!important;
  background:
    radial-gradient(circle,rgba(167,139,250,.26) 0 26%,transparent 27%),
    repeating-radial-gradient(circle,rgba(96,165,250,.18) 0 2px,transparent 2px 34px)!important;
  border-radius:50%!important;
  box-shadow:none!important;
}

.services-page [data-visual="ai"] .service-premium-graph::after{
  width:min(18%,104px)!important;
  background:linear-gradient(135deg,#fff,#F7F3FF)!important;
}

.services-page [data-visual="ai"] .graph-core{
  width:112px!important;
  border-radius:50%!important;
}

.services-page [data-visual="ai"] .graph-node{
  width:112px!important;
  border-radius:999px!important;
  padding-left:34px!important;
}

.services-page [data-visual="ai"] .graph-node-a{left:12%!important;top:26%!important;--accent:#A78BFA;}
.services-page [data-visual="ai"] .graph-node-b{right:14%!important;top:24%!important;--accent:#22D3EE;}
.services-page [data-visual="ai"] .graph-node-c{left:17%!important;bottom:20%!important;--accent:#34D399;}
.services-page [data-visual="ai"] .graph-node-d{right:12%!important;bottom:24%!important;--accent:#FB7185;}
.services-page [data-visual="ai"] .graph-link-one{left:23%!important;top:37%!important;width:52%!important;transform:rotate(17deg)!important;}
.services-page [data-visual="ai"] .graph-link-two{left:26%!important;top:66%!important;width:48%!important;transform:rotate(-19deg)!important;}
.services-page [data-visual="ai"] .graph-link-three{left:50%!important;top:24%!important;width:2px!important;height:50%!important;transform:none!important;background:linear-gradient(180deg,rgba(167,139,250,.08),#60A5FA,rgba(251,113,133,.08))!important;}

/* Automation: horizontal workflow pipeline */
.services-page [data-visual="automation"] .service-premium-graph::before{
  left:12%!important;
  right:12%!important;
  top:52%!important;
  width:auto!important;
  height:72px!important;
  aspect-ratio:auto!important;
  transform:translateY(-50%)!important;
  background:linear-gradient(90deg,rgba(254,91,91,.16),rgba(251,146,60,.18),rgba(45,212,191,.18),rgba(96,165,250,.18))!important;
  box-shadow:inset 0 0 0 1px rgba(8,13,26,.05),0 18px 42px rgba(8,13,26,.08)!important;
}

.services-page [data-visual="automation"] .graph-core{
  top:19%!important;
  width:132px!important;
  aspect-ratio:auto!important;
  min-height:58px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:0 16px 36px rgba(8,13,26,.09)!important;
}

.services-page [data-visual="automation"] .graph-node{
  top:51%!important;
  bottom:auto!important;
  width:112px!important;
  transform:translateY(-50%)!important;
}

.services-page [data-visual="automation"] .graph-node-a{left:8%!important;--accent:#FE5B5B;}
.services-page [data-visual="automation"] .graph-node-b{left:31%!important;--accent:#FB923C;}
.services-page [data-visual="automation"] .graph-node-c{left:54%!important;--accent:#2DD4BF;}
.services-page [data-visual="automation"] .graph-node-d{right:8%!important;--accent:#60A5FA;}
.services-page [data-visual="automation"] .graph-link-one{left:15%!important;top:51%!important;width:70%!important;transform:none!important;}
.services-page [data-visual="automation"] .graph-link-two,
.services-page [data-visual="automation"] .graph-link-three{display:none!important;}
.services-page [data-visual="automation"] .graph-status-a{left:11%!important;bottom:18px!important;top:auto!important;transform:none!important;}
.services-page [data-visual="automation"] .graph-status-b{right:11%!important;left:auto!important;bottom:18px!important;transform:none!important;}

/* Business Process Services: operations lane board */
.services-page [data-visual="bps"] .service-premium-graph::before{
  left:8%!important;
  right:8%!important;
  top:50%!important;
  width:auto!important;
  height:70%!important;
  aspect-ratio:auto!important;
  transform:translateY(-50%)!important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(52,211,153,.34),rgba(34,211,238,.24),rgba(251,113,133,.22)) border-box!important;
  border:1px solid transparent!important;
  box-shadow:0 20px 48px rgba(8,13,26,.09)!important;
}

.services-page [data-visual="bps"] .graph-core{
  left:50%!important;
  top:18%!important;
  width:150px!important;
  min-height:58px!important;
  aspect-ratio:auto!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(8,13,26,.08)!important;
  box-shadow:0 14px 32px rgba(8,13,26,.08)!important;
}

.services-page [data-visual="bps"] .graph-node{
  left:14%!important;
  right:auto!important;
  width:42%!important;
  border-radius:16px!important;
}

.services-page [data-visual="bps"] .graph-node-b,
.services-page [data-visual="bps"] .graph-node-d{
  left:auto!important;
  right:14%!important;
}

.services-page [data-visual="bps"] .graph-node-a{top:32%!important;--accent:#34D399;}
.services-page [data-visual="bps"] .graph-node-b{top:32%!important;--accent:#22D3EE;}
.services-page [data-visual="bps"] .graph-node-c{bottom:18%!important;--accent:#FB7185;}
.services-page [data-visual="bps"] .graph-node-d{bottom:18%!important;--accent:#C084FC;}
.services-page [data-visual="bps"] .graph-status-a{left:12%!important;top:18px!important;transform:none!important;}
.services-page [data-visual="bps"] .graph-status-b{right:12%!important;left:auto!important;top:18px!important;bottom:auto!important;transform:none!important;}
.services-page [data-visual="bps"] .graph-link{display:none!important;}

/* Blockchain: ledger chain */
.services-page [data-visual="blockchain"] .service-premium-graph::before{
  width:min(54%,310px)!important;
  border-radius:28px!important;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%)!important;
  background:linear-gradient(135deg,#FBBF24,#FB923C 42%,#FE5B5B 72%,#4DD7DF)!important;
}

.services-page [data-visual="blockchain"] .service-premium-graph::after{
  width:min(25%,136px)!important;
  border-radius:24px!important;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%)!important;
}

.services-page [data-visual="blockchain"] .graph-core,
.services-page [data-visual="blockchain"] .graph-node{
  border-radius:18px!important;
}

.services-page [data-visual="blockchain"] .graph-node-a{left:9%!important;top:18%!important;--accent:#FBBF24;}
.services-page [data-visual="blockchain"] .graph-node-b{right:9%!important;top:18%!important;--accent:#60A5FA;}
.services-page [data-visual="blockchain"] .graph-node-c{left:9%!important;bottom:18%!important;--accent:#8BD346;}
.services-page [data-visual="blockchain"] .graph-node-d{right:9%!important;bottom:18%!important;--accent:#FB923C;}
.services-page [data-visual="blockchain"] .graph-link-one{left:20%!important;top:31%!important;width:62%!important;transform:rotate(21deg)!important;}
.services-page [data-visual="blockchain"] .graph-link-two{left:20%!important;top:68%!important;width:62%!important;transform:rotate(-21deg)!important;}
.services-page [data-visual="blockchain"] .graph-link-three{left:50%!important;top:20%!important;width:2px!important;height:60%!important;transform:none!important;}

/* Enterprise: hub-and-spoke operating platform */
.services-page [data-visual="enterprise"] .service-premium-graph::before{
  width:min(50%,292px)!important;
  background:
    radial-gradient(circle,#fff 0 31%,transparent 32%),
    conic-gradient(from -60deg,#60A5FA,#FE5B5B,#FBBF24,#22D3EE,#34D399,#A78BFA,#60A5FA)!important;
}

.services-page [data-visual="enterprise"] .service-premium-graph::after{
  width:min(24%,136px)!important;
}

.services-page [data-visual="enterprise"] .graph-link-one{left:18%!important;top:50%!important;width:64%!important;transform:none!important;}
.services-page [data-visual="enterprise"] .graph-link-two{left:50%!important;top:18%!important;width:2px!important;height:64%!important;transform:none!important;}
.services-page [data-visual="enterprise"] .graph-link-three{left:27%!important;top:29%!important;width:48%!important;transform:rotate(39deg)!important;}

/* IoT: sensor radar */
.services-page [data-visual="iot"] .service-premium-graph::before{
  width:min(54%,315px)!important;
  background:
    repeating-radial-gradient(circle,rgba(34,211,238,.22) 0 2px,transparent 2px 38px),
    conic-gradient(from -120deg,rgba(34,211,238,.12),rgba(52,211,153,.45),rgba(163,230,53,.30),rgba(34,211,238,.12))!important;
  box-shadow:none!important;
}

.services-page [data-visual="iot"] .service-premium-graph::after{
  width:min(20%,112px)!important;
}

.services-page [data-visual="iot"] .graph-core{
  width:106px!important;
}

.services-page [data-visual="iot"] .graph-node{
  border-radius:999px!important;
}

.services-page [data-visual="iot"] .graph-node-a{left:12%!important;top:19%!important;--accent:#22D3EE;}
.services-page [data-visual="iot"] .graph-node-b{right:13%!important;top:23%!important;--accent:#34D399;}
.services-page [data-visual="iot"] .graph-node-c{left:15%!important;bottom:21%!important;--accent:#A3E635;}
.services-page [data-visual="iot"] .graph-node-d{right:10%!important;bottom:18%!important;--accent:#FB923C;}
.services-page [data-visual="iot"] .graph-link-one{left:21%!important;top:31%!important;width:58%!important;transform:rotate(18deg)!important;}
.services-page [data-visual="iot"] .graph-link-two{left:22%!important;top:68%!important;width:56%!important;transform:rotate(-15deg)!important;}
.services-page [data-visual="iot"] .graph-link-three{left:50%!important;top:20%!important;width:2px!important;height:60%!important;transform:none!important;}

/* Software Engineering: delivery board */
.services-page [data-visual="software"] .service-premium-graph::before{
  left:8%!important;
  right:8%!important;
  top:50%!important;
  width:auto!important;
  height:66%!important;
  aspect-ratio:auto!important;
  transform:translateY(-50%)!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,255,.88))!important;
  box-shadow:0 20px 48px rgba(8,13,26,.09),inset 0 0 0 1px rgba(8,13,26,.06)!important;
}

.services-page [data-visual="software"] .graph-core{
  left:50%!important;
  top:18%!important;
  width:150px!important;
  min-height:58px!important;
  aspect-ratio:auto!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(8,13,26,.08)!important;
  box-shadow:0 14px 32px rgba(8,13,26,.08)!important;
}

.services-page [data-visual="software"] .graph-node{
  top:49%!important;
  bottom:auto!important;
  width:112px!important;
  min-height:112px!important;
  padding:42px 12px 12px!important;
  text-align:center!important;
  transform:translateY(-50%)!important;
  border-radius:20px!important;
}

.services-page [data-visual="software"] .graph-node::before{
  left:50%!important;
  top:18px!important;
  transform:translateX(-50%)!important;
}

.services-page [data-visual="software"] .graph-node-a{left:8%!important;--accent:#FE5B5B;}
.services-page [data-visual="software"] .graph-node-b{left:31%!important;--accent:#A78BFA;}
.services-page [data-visual="software"] .graph-node-c{left:54%!important;--accent:#22D3EE;}
.services-page [data-visual="software"] .graph-node-d{right:8%!important;--accent:#34D399;}
.services-page [data-visual="software"] .graph-link-one{left:14%!important;top:49%!important;width:72%!important;transform:none!important;}
.services-page [data-visual="software"] .graph-link-two,
.services-page [data-visual="software"] .graph-link-three{display:none!important;}
.services-page [data-visual="software"] .graph-status-a{left:12%!important;bottom:18px!important;top:auto!important;transform:none!important;}
.services-page [data-visual="software"] .graph-status-b{right:12%!important;left:auto!important;bottom:18px!important;transform:none!important;}

@media (max-width:760px){
  .services-page [data-visual] .service-premium-graph::before{
    width:min(64%,220px)!important;
    height:auto!important;
    left:50%!important;
    right:auto!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    border-radius:50%!important;
    clip-path:none!important;
  }

  .services-page [data-visual="modernization"] .service-premium-graph::before,
  .services-page [data-visual="automation"] .service-premium-graph::before,
  .services-page [data-visual="bps"] .service-premium-graph::before,
  .services-page [data-visual="software"] .service-premium-graph::before{
    aspect-ratio:1!important;
  }

  .services-page [data-visual] .service-premium-graph::after{
    display:block!important;
    width:min(31%,106px)!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    border-radius:50%!important;
    clip-path:none!important;
  }

  .services-page [data-visual] .graph-core{
    left:50%!important;
    top:50%!important;
    width:min(29%,96px)!important;
    min-height:auto!important;
    aspect-ratio:1!important;
    transform:translate(-50%,-50%)!important;
    border-radius:50%!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .services-page [data-visual] .graph-node{
    min-height:auto!important;
    text-align:left!important;
    transform:none!important;
    border-radius:999px!important;
    padding:8px 9px 8px 26px!important;
  }

  .services-page [data-visual] .graph-node::before{
    left:10px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
  }

  .services-page [data-visual] .graph-node-a{left:5%!important;top:16%!important;right:auto!important;bottom:auto!important;}
  .services-page [data-visual] .graph-node-b{right:5%!important;top:16%!important;left:auto!important;bottom:auto!important;}
  .services-page [data-visual] .graph-node-c{left:5%!important;bottom:16%!important;right:auto!important;top:auto!important;}
  .services-page [data-visual] .graph-node-d{right:5%!important;bottom:16%!important;left:auto!important;top:auto!important;}

  .services-page [data-visual] .graph-link{
    display:none!important;
  }
}

/* v37: calmer premium service graph reset */
.services-page .service-visual-card{
  background:#FFFFFF!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 28px 74px rgba(15,23,42,.095),inset 0 1px 0 rgba(255,255,255,1)!important;
}

.services-page .service-visual-glow{
  background:
    radial-gradient(circle at 14% 18%,rgba(254,0,0,.045),transparent 28%),
    radial-gradient(circle at 86% 14%,rgba(96,165,250,.12),transparent 34%)!important;
  opacity:1!important;
}

.services-page .service-visual-toolbar{
  color:#0F172A!important;
  background:#FFFFFF!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.07)!important;
}

.services-page .service-premium-graph{
  --accent:#FE0000;
  --accent-2:#60A5FA;
  top:82px!important;
  bottom:24px!important;
  left:26px!important;
  right:26px!important;
  color:#0F172A!important;
  background:
    linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px),
    linear-gradient(0deg,rgba(15,23,42,.03) 1px,transparent 1px),
    linear-gradient(135deg,#FFFFFF,#F8FBFF)!important;
  background-size:44px 44px,44px 44px,100% 100%!important;
  border:1px solid rgba(15,23,42,.07)!important;
  box-shadow:0 18px 44px rgba(15,23,42,.075),inset 0 1px 0 rgba(255,255,255,1)!important;
}

.services-page .service-premium-graph .graph-grid{
  display:none!important;
}

.services-page .service-premium-graph::before{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  left:12%!important;
  right:12%!important;
  top:22%!important;
  bottom:18%!important;
  width:auto!important;
  height:auto!important;
  aspect-ratio:auto!important;
  transform:none!important;
  border-radius:30px!important;
  clip-path:none!important;
  background:linear-gradient(135deg,rgba(248,250,252,.92),rgba(255,255,255,.78))!important;
  border:1px solid rgba(15,23,42,.06)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 42px rgba(15,23,42,.055)!important;
}

.services-page .service-premium-graph::after{
  display:none!important;
}

.services-page .service-premium-graph .graph-core,
.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status,
.services-page .service-premium-graph .graph-link{
  position:absolute!important;
  z-index:3!important;
}

.services-page .service-premium-graph .graph-core{
  left:50%!important;
  top:50%!important;
  width:128px!important;
  min-height:96px!important;
  aspect-ratio:auto!important;
  transform:translate(-50%,-50%)!important;
  display:grid!important;
  place-items:center!important;
  gap:4px!important;
  padding:14px!important;
  text-align:center!important;
  border-radius:24px!important;
  background:#FFFFFF!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 16px 36px rgba(15,23,42,.095)!important;
}

.services-page .service-premium-graph .graph-core small{
  display:block!important;
  color:#94A3B8!important;
  font-family:var(--font-accent);
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}

.services-page .service-premium-graph .graph-core strong{
  color:#0F172A!important;
  font-size:clamp(30px,4vw,46px)!important;
  font-weight:800!important;
  letter-spacing:-.055em!important;
  line-height:.95!important;
}

.services-page .service-premium-graph .graph-core span{
  display:block!important;
  color:#64748B!important;
  font-size:10.5px!important;
  font-weight:750!important;
  line-height:1.25!important;
}

.services-page .service-premium-graph .graph-node{
  width:134px!important;
  min-height:auto!important;
  display:grid!important;
  gap:3px!important;
  padding:12px 13px 12px 35px!important;
  border-radius:17px!important;
  text-align:left!important;
  transform:none!important;
  background:#FFFFFF!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.08)!important;
}

.services-page .service-premium-graph .graph-node::before{
  content:""!important;
  position:absolute!important;
  left:14px!important;
  top:50%!important;
  width:10px!important;
  height:10px!important;
  transform:translateY(-50%)!important;
  border-radius:50%!important;
  background:var(--node-color,var(--accent))!important;
  box-shadow:0 0 0 6px color-mix(in srgb,var(--node-color,var(--accent)) 14%,transparent)!important;
}

.services-page .service-premium-graph .graph-node b{
  color:#0F172A!important;
  font-family:var(--font-accent);
  font-size:12.5px!important;
  font-weight:900!important;
  letter-spacing:0!important;
}

.services-page .service-premium-graph .graph-node span{
  display:block!important;
  color:#64748B!important;
  font-size:10.5px!important;
  font-weight:650!important;
  line-height:1.22!important;
}

.services-page .service-premium-graph .graph-status{
  min-width:112px!important;
  display:grid!important;
  gap:3px!important;
  padding:9px 12px!important;
  border-radius:15px!important;
  text-align:center!important;
  background:#FFFFFF!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.075)!important;
}

.services-page .service-premium-graph .graph-status small{
  color:#94A3B8!important;
  font-size:9px!important;
}

.services-page .service-premium-graph .graph-status strong{
  color:#0F172A!important;
  font-size:19px!important;
}

.services-page .service-premium-graph .graph-link{
  display:block!important;
  left:18%!important;
  top:50%!important;
  width:64%!important;
  height:2px!important;
  transform:none!important;
  transform-origin:center!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,var(--accent),transparent)!important;
  opacity:.26!important;
  box-shadow:none!important;
}

.services-page .service-premium-graph .graph-link-two{
  transform:rotate(90deg)!important;
}

.services-page .service-premium-graph .graph-link-three{
  opacity:0!important;
}

.services-page .service-graph-strip{
  display:none!important;
}

.services-page [data-visual="overview"] .service-premium-graph{--accent:#FE5B5B;--accent-2:#60A5FA;}
.services-page [data-visual="modernization"] .service-premium-graph{--accent:#FB923C;--accent-2:#60A5FA;}
.services-page [data-visual="ai"] .service-premium-graph{--accent:#8B5CF6;--accent-2:#22D3EE;}
.services-page [data-visual="automation"] .service-premium-graph{--accent:#FE5B5B;--accent-2:#2DD4BF;}
.services-page [data-visual="bps"] .service-premium-graph{--accent:#10B981;--accent-2:#60A5FA;}
.services-page [data-visual="blockchain"] .service-premium-graph{--accent:#F59E0B;--accent-2:#FE5B5B;}
.services-page [data-visual="enterprise"] .service-premium-graph{--accent:#2563EB;--accent-2:#10B981;}
.services-page [data-visual="iot"] .service-premium-graph{--accent:#06B6D4;--accent-2:#84CC16;}
.services-page [data-visual="software"] .service-premium-graph{--accent:#A855F7;--accent-2:#22D3EE;}

.services-page .service-premium-graph .graph-node-a{--node-color:#FE5B5B;}
.services-page .service-premium-graph .graph-node-b{--node-color:#60A5FA;}
.services-page .service-premium-graph .graph-node-c{--node-color:#84CC16;}
.services-page .service-premium-graph .graph-node-d{--node-color:#F59E0B;}

/* Overview: compact capability matrix */
.services-page [data-visual="overview"] .service-premium-graph::before{
  left:15%!important;
  right:15%!important;
  top:22%!important;
  bottom:18%!important;
}
.services-page [data-visual="overview"] .graph-node-a{left:10%!important;top:24%!important;}
.services-page [data-visual="overview"] .graph-node-b{right:10%!important;top:24%!important;}
.services-page [data-visual="overview"] .graph-node-c{left:10%!important;bottom:22%!important;}
.services-page [data-visual="overview"] .graph-node-d{right:10%!important;bottom:22%!important;}
.services-page [data-visual="overview"] .graph-status-a{left:50%!important;top:18px!important;bottom:auto!important;transform:translateX(-50%)!important;}
.services-page [data-visual="overview"] .graph-status-b{left:50%!important;bottom:18px!important;top:auto!important;transform:translateX(-50%)!important;}

/* Modernization: staged migration path */
.services-page [data-visual="modernization"] .service-premium-graph::before{
  left:13%!important;
  right:13%!important;
  top:48%!important;
  bottom:auto!important;
  height:76px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(251,146,60,.18),rgba(96,165,250,.18),rgba(16,185,129,.16))!important;
}
.services-page [data-visual="modernization"] .graph-core{left:14%!important;top:50%!important;}
.services-page [data-visual="modernization"] .graph-node{width:116px!important;}
.services-page [data-visual="modernization"] .graph-node-a{left:31%!important;top:20%!important;}
.services-page [data-visual="modernization"] .graph-node-b{left:43%!important;top:40%!important;}
.services-page [data-visual="modernization"] .graph-node-c{left:55%!important;top:60%!important;}
.services-page [data-visual="modernization"] .graph-node-d{right:8%!important;bottom:12%!important;}
.services-page [data-visual="modernization"] .graph-status-a{right:8%!important;top:18px!important;left:auto!important;transform:none!important;}
.services-page [data-visual="modernization"] .graph-status-b{right:8%!important;bottom:18px!important;left:auto!important;transform:none!important;}
.services-page [data-visual="modernization"] .graph-link-one{left:23%!important;top:50%!important;width:62%!important;transform:rotate(-7deg)!important;}
.services-page [data-visual="modernization"] .graph-link-two{display:none!important;}

/* AI: clean neural map */
.services-page [data-visual="ai"] .service-premium-graph::before{
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:260px!important;
  height:260px!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:repeating-radial-gradient(circle,rgba(96,165,250,.15) 0 2px,transparent 2px 42px)!important;
  box-shadow:none!important;
}
.services-page [data-visual="ai"] .graph-core{border-radius:50%!important;width:118px!important;min-height:118px!important;}
.services-page [data-visual="ai"] .graph-node-a{left:11%!important;top:27%!important;}
.services-page [data-visual="ai"] .graph-node-b{right:11%!important;top:27%!important;}
.services-page [data-visual="ai"] .graph-node-c{left:13%!important;bottom:22%!important;}
.services-page [data-visual="ai"] .graph-node-d{right:13%!important;bottom:22%!important;}
.services-page [data-visual="ai"] .graph-link-one{transform:rotate(22deg)!important;}
.services-page [data-visual="ai"] .graph-link-two{transform:rotate(-22deg)!important;}

/* Automation: linear workflow */
.services-page [data-visual="automation"] .service-premium-graph::before{
  left:10%!important;
  right:10%!important;
  top:50%!important;
  bottom:auto!important;
  height:74px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(254,91,91,.14),rgba(45,212,191,.16),rgba(96,165,250,.14))!important;
}
.services-page [data-visual="automation"] .graph-core{top:20%!important;min-height:62px!important;width:136px!important;}
.services-page [data-visual="automation"] .graph-node{top:50%!important;bottom:auto!important;width:112px!important;transform:translateY(-50%)!important;}
.services-page [data-visual="automation"] .graph-node-a{left:8%!important;}
.services-page [data-visual="automation"] .graph-node-b{left:31%!important;}
.services-page [data-visual="automation"] .graph-node-c{left:54%!important;}
.services-page [data-visual="automation"] .graph-node-d{right:8%!important;}
.services-page [data-visual="automation"] .graph-status-a{left:11%!important;bottom:18px!important;top:auto!important;transform:none!important;}
.services-page [data-visual="automation"] .graph-status-b{right:11%!important;bottom:18px!important;top:auto!important;left:auto!important;transform:none!important;}
.services-page [data-visual="automation"] .graph-link-one{left:14%!important;top:50%!important;width:72%!important;}
.services-page [data-visual="automation"] .graph-link-two{display:none!important;}

/* BPS: operations board */
.services-page [data-visual="bps"] .service-premium-graph::before{
  left:9%!important;
  right:9%!important;
  top:25%!important;
  bottom:17%!important;
  border-radius:26px!important;
}
.services-page [data-visual="bps"] .graph-core{top:18%!important;min-height:60px!important;width:142px!important;}
.services-page [data-visual="bps"] .graph-node{width:40%!important;}
.services-page [data-visual="bps"] .graph-node-a{left:13%!important;top:34%!important;}
.services-page [data-visual="bps"] .graph-node-b{right:13%!important;top:34%!important;}
.services-page [data-visual="bps"] .graph-node-c{left:13%!important;bottom:18%!important;}
.services-page [data-visual="bps"] .graph-node-d{right:13%!important;bottom:18%!important;}
.services-page [data-visual="bps"] .graph-status-a{left:12%!important;top:18px!important;transform:none!important;}
.services-page [data-visual="bps"] .graph-status-b{right:12%!important;left:auto!important;top:18px!important;bottom:auto!important;transform:none!important;}
.services-page [data-visual="bps"] .graph-link{display:none!important;}

/* Blockchain: diagonal ledger chain */
.services-page [data-visual="blockchain"] .service-premium-graph::before{
  left:18%!important;
  right:18%!important;
  top:22%!important;
  bottom:18%!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(254,91,91,.13),rgba(96,165,250,.12))!important;
}
.services-page [data-visual="blockchain"] .graph-core{border-radius:24px!important;}
.services-page [data-visual="blockchain"] .graph-node-a{left:11%!important;top:20%!important;}
.services-page [data-visual="blockchain"] .graph-node-b{right:11%!important;top:20%!important;}
.services-page [data-visual="blockchain"] .graph-node-c{left:11%!important;bottom:20%!important;}
.services-page [data-visual="blockchain"] .graph-node-d{right:11%!important;bottom:20%!important;}
.services-page [data-visual="blockchain"] .graph-link-one{transform:rotate(21deg)!important;}
.services-page [data-visual="blockchain"] .graph-link-two{transform:rotate(-21deg)!important;}

/* Enterprise: hub and spoke */
.services-page [data-visual="enterprise"] .service-premium-graph::before{
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:280px!important;
  height:280px!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(37,99,235,.10),rgba(16,185,129,.08) 48%,transparent 49%)!important;
  box-shadow:none!important;
}
.services-page [data-visual="enterprise"] .graph-core{border-radius:50%!important;width:118px!important;min-height:118px!important;}
.services-page [data-visual="enterprise"] .graph-node-a{left:10%!important;top:24%!important;}
.services-page [data-visual="enterprise"] .graph-node-b{right:10%!important;top:24%!important;}
.services-page [data-visual="enterprise"] .graph-node-c{left:10%!important;bottom:22%!important;}
.services-page [data-visual="enterprise"] .graph-node-d{right:10%!important;bottom:22%!important;}

/* IoT: sensor radar */
.services-page [data-visual="iot"] .service-premium-graph::before{
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:285px!important;
  height:285px!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:repeating-radial-gradient(circle,rgba(6,182,212,.16) 0 2px,transparent 2px 42px)!important;
  box-shadow:none!important;
}
.services-page [data-visual="iot"] .graph-core{border-radius:50%!important;width:116px!important;min-height:116px!important;}
.services-page [data-visual="iot"] .graph-node{border-radius:999px!important;}
.services-page [data-visual="iot"] .graph-node-a{left:12%!important;top:19%!important;}
.services-page [data-visual="iot"] .graph-node-b{right:12%!important;top:23%!important;}
.services-page [data-visual="iot"] .graph-node-c{left:14%!important;bottom:21%!important;}
.services-page [data-visual="iot"] .graph-node-d{right:10%!important;bottom:19%!important;}
.services-page [data-visual="iot"] .graph-link-one{transform:rotate(18deg)!important;}
.services-page [data-visual="iot"] .graph-link-two{transform:rotate(-16deg)!important;}

/* Software: delivery board */
.services-page [data-visual="software"] .service-premium-graph::before{
  left:9%!important;
  right:9%!important;
  top:26%!important;
  bottom:17%!important;
  border-radius:26px!important;
}
.services-page [data-visual="software"] .graph-core{top:18%!important;min-height:60px!important;width:142px!important;}
.services-page [data-visual="software"] .graph-node{
  top:50%!important;
  bottom:auto!important;
  width:112px!important;
  min-height:106px!important;
  padding:38px 12px 12px!important;
  text-align:center!important;
  transform:translateY(-50%)!important;
}
.services-page [data-visual="software"] .graph-node::before{
  left:50%!important;
  top:17px!important;
  transform:translateX(-50%)!important;
}
.services-page [data-visual="software"] .graph-node-a{left:8%!important;}
.services-page [data-visual="software"] .graph-node-b{left:31%!important;}
.services-page [data-visual="software"] .graph-node-c{left:54%!important;}
.services-page [data-visual="software"] .graph-node-d{right:8%!important;}
.services-page [data-visual="software"] .graph-status-a{left:12%!important;bottom:18px!important;top:auto!important;transform:none!important;}
.services-page [data-visual="software"] .graph-status-b{right:12%!important;bottom:18px!important;top:auto!important;left:auto!important;transform:none!important;}
.services-page [data-visual="software"] .graph-link-one{left:14%!important;top:50%!important;width:72%!important;}
.services-page [data-visual="software"] .graph-link-two{display:none!important;}

@media (prefers-reduced-motion:no-preference){
  .services-page .service-showcase-panel.is-service-active .service-premium-graph::before{
    animation:none!important;
  }
}

@media (max-width:760px){
  .services-page .service-premium-graph{
    top:66px!important;
    bottom:18px!important;
    left:14px!important;
    right:14px!important;
  }

  .services-page [data-visual] .service-premium-graph::before{
    left:10%!important;
    right:10%!important;
    top:24%!important;
    bottom:18%!important;
    width:auto!important;
    height:auto!important;
    transform:none!important;
    border-radius:24px!important;
  }

  .services-page [data-visual] .graph-core{
    left:50%!important;
    top:50%!important;
    width:92px!important;
    min-height:82px!important;
    aspect-ratio:auto!important;
    transform:translate(-50%,-50%)!important;
    border-radius:22px!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.075)!important;
    box-shadow:0 12px 28px rgba(15,23,42,.08)!important;
  }

  .services-page [data-visual] .graph-core small,
  .services-page [data-visual] .graph-core span,
  .services-page [data-visual] .graph-status,
  .services-page [data-visual] .graph-link{
    display:none!important;
  }

  .services-page [data-visual] .graph-core strong{
    font-size:clamp(24px,7vw,32px)!important;
  }

  .services-page [data-visual] .graph-node{
    width:clamp(70px,24vw,98px)!important;
    min-height:auto!important;
    padding:8px 9px 8px 26px!important;
    text-align:left!important;
    transform:none!important;
    border-radius:999px!important;
  }

  .services-page [data-visual] .graph-node::before{
    left:10px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
  }

  .services-page [data-visual] .graph-node span{
    display:none!important;
  }

  .services-page [data-visual] .graph-node-a{left:5%!important;top:16%!important;right:auto!important;bottom:auto!important;}
  .services-page [data-visual] .graph-node-b{right:5%!important;top:16%!important;left:auto!important;bottom:auto!important;}
  .services-page [data-visual] .graph-node-c{left:5%!important;bottom:16%!important;right:auto!important;top:auto!important;}
  .services-page [data-visual] .graph-node-d{right:5%!important;bottom:16%!important;left:auto!important;top:auto!important;}
}

/* v38: quiet editorial premium service visuals */
.services-page .service-visual-card{
  background:linear-gradient(145deg,#FFFFFF 0%,#FBFDFF 62%,#F6FAFF 100%)!important;
  border:1px solid rgba(15,23,42,.065)!important;
  border-radius:30px!important;
  box-shadow:0 30px 80px rgba(15,23,42,.09),inset 0 1px 0 rgba(255,255,255,1)!important;
}

.services-page .service-visual-card::before,
.services-page .service-visual-card::after{
  display:none!important;
}

.services-page .service-visual-glow{
  background:
    radial-gradient(circle at 10% 12%,rgba(254,0,0,.04),transparent 24%),
    radial-gradient(circle at 92% 18%,rgba(124,189,240,.14),transparent 32%),
    radial-gradient(circle at 68% 92%,rgba(15,23,42,.035),transparent 34%)!important;
}

.services-page .service-visual-toolbar{
  height:44px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(15,23,42,.07)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.055)!important;
  backdrop-filter:blur(14px)!important;
}

.services-page .service-visual-toolbar span{
  color:#0F172A!important;
  font-size:10.5px!important;
  letter-spacing:.13em!important;
}

.services-page .service-premium-graph{
  --accent:#FE0000;
  --accent-2:#7CBDF0;
  top:84px!important;
  right:26px!important;
  bottom:26px!important;
  left:26px!important;
  overflow:hidden!important;
  color:#0F172A!important;
  border-radius:28px!important;
  border:1px solid rgba(15,23,42,.065)!important;
  background:
    linear-gradient(90deg,rgba(15,23,42,.024) 1px,transparent 1px),
    linear-gradient(0deg,rgba(15,23,42,.022) 1px,transparent 1px),
    linear-gradient(145deg,#FFFFFF 0%,#FBFDFF 58%,#F7FBFF 100%)!important;
  background-size:54px 54px,54px 54px,100% 100%!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 18px 48px rgba(15,23,42,.065)!important;
}

.services-page .service-premium-graph .graph-grid,
.services-page .service-premium-graph .graph-link{
  display:none!important;
}

.services-page [data-visual] .service-premium-graph::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:28px!important;
  width:auto!important;
  height:auto!important;
  aspect-ratio:auto!important;
  transform:none!important;
  border:0!important;
  border-radius:26px!important;
  clip-path:none!important;
  background:
    radial-gradient(circle at 18% 22%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 30%),
    radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--accent-2) 18%,transparent),transparent 32%),
    linear-gradient(135deg,rgba(248,250,252,.9),rgba(255,255,255,.68))!important;
  box-shadow:none!important;
}

.services-page [data-visual] .service-premium-graph::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  left:34px!important;
  right:34px!important;
  bottom:118px!important;
  height:1px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 22%,transparent),color-mix(in srgb,var(--accent-2) 22%,transparent),transparent)!important;
  opacity:1!important;
  transform:none!important;
}

.services-page .service-premium-graph .graph-core,
.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status{
  position:absolute!important;
  z-index:3!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 14px 34px rgba(15,23,42,.07)!important;
  backdrop-filter:blur(12px)!important;
}

.services-page .service-premium-graph .graph-core{
  left:34px!important;
  top:34px!important;
  width:min(238px,48%)!important;
  min-height:178px!important;
  aspect-ratio:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:8px!important;
  padding:24px!important;
  text-align:left!important;
  transform:none!important;
  border-radius:28px!important;
}

.services-page .service-premium-graph .graph-core small,
.services-page .service-premium-graph .graph-status small{
  color:#94A3B8!important;
  font-family:var(--font-accent)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}

.services-page .service-premium-graph .graph-core strong{
  color:var(--accent)!important;
  font-size:clamp(44px,5.8vw,72px)!important;
  font-weight:850!important;
  letter-spacing:-.075em!important;
  line-height:.88!important;
}

.services-page .service-premium-graph .graph-core span{
  max-width:170px!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:750!important;
  line-height:1.35!important;
}

.services-page .service-premium-graph .graph-status{
  right:34px!important;
  left:auto!important;
  width:150px!important;
  min-width:0!important;
  min-height:64px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:7px!important;
  padding:14px 16px!important;
  text-align:left!important;
  transform:none!important;
  border-radius:20px!important;
}

.services-page .service-premium-graph .graph-status-a{
  top:36px!important;
  bottom:auto!important;
}

.services-page .service-premium-graph .graph-status-b{
  top:112px!important;
  bottom:auto!important;
}

.services-page .service-premium-graph .graph-status strong{
  color:#0F172A!important;
  font-size:21px!important;
  font-weight:850!important;
  letter-spacing:-.04em!important;
  line-height:1!important;
}

.services-page .service-premium-graph .graph-node{
  top:auto!important;
  bottom:30px!important;
  width:21.5%!important;
  min-height:78px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:5px!important;
  padding:18px 14px 14px!important;
  text-align:left!important;
  transform:none!important;
  border-radius:20px!important;
}

.services-page .service-premium-graph .graph-node::before{
  content:""!important;
  position:absolute!important;
  left:14px!important;
  top:14px!important;
  width:9px!important;
  height:9px!important;
  transform:none!important;
  border-radius:50%!important;
  background:var(--node-color,var(--accent))!important;
  box-shadow:0 0 0 6px color-mix(in srgb,var(--node-color,var(--accent)) 13%,transparent)!important;
}

.services-page .service-premium-graph .graph-node b{
  color:#0F172A!important;
  font-family:var(--font-accent)!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  line-height:1.05!important;
}

.services-page .service-premium-graph .graph-node span{
  color:#64748B!important;
  display:block!important;
  font-size:10.5px!important;
  font-weight:650!important;
  line-height:1.25!important;
}

.services-page .service-premium-graph .graph-node-a{left:34px!important;right:auto!important;}
.services-page .service-premium-graph .graph-node-b{left:calc(34px + 23.5%)!important;right:auto!important;}
.services-page .service-premium-graph .graph-node-c{left:calc(34px + 47%)!important;right:auto!important;}
.services-page .service-premium-graph .graph-node-d{right:34px!important;left:auto!important;}

.services-page [data-visual="overview"] .service-premium-graph{--accent:#FE0000;--accent-2:#7CBDF0;}
.services-page [data-visual="modernization"] .service-premium-graph{--accent:#F97316;--accent-2:#2563EB;}
.services-page [data-visual="ai"] .service-premium-graph{--accent:#7C3AED;--accent-2:#06B6D4;}
.services-page [data-visual="automation"] .service-premium-graph{--accent:#E11D48;--accent-2:#14B8A6;}
.services-page [data-visual="bps"] .service-premium-graph{--accent:#059669;--accent-2:#3B82F6;}
.services-page [data-visual="blockchain"] .service-premium-graph{--accent:#D97706;--accent-2:#EF4444;}
.services-page [data-visual="enterprise"] .service-premium-graph{--accent:#2563EB;--accent-2:#10B981;}
.services-page [data-visual="iot"] .service-premium-graph{--accent:#0891B2;--accent-2:#65A30D;}
.services-page [data-visual="software"] .service-premium-graph{--accent:#9333EA;--accent-2:#0EA5E9;}

.services-page [data-visual="overview"] .service-premium-graph::before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.72) 0 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.72) 0 1px,transparent 1px),
    radial-gradient(circle at 16% 20%,rgba(254,0,0,.13),transparent 30%),
    radial-gradient(circle at 88% 16%,rgba(124,189,240,.18),transparent 32%),
    linear-gradient(135deg,rgba(248,250,252,.92),rgba(255,255,255,.7))!important;
  background-size:50% 50%,50% 50%,100% 100%,100% 100%,100% 100%!important;
}

.services-page [data-visual="modernization"] .service-premium-graph::before{
  background:
    linear-gradient(118deg,transparent 0 28%,rgba(249,115,22,.16) 28% 37%,transparent 37% 49%,rgba(37,99,235,.14) 49% 58%,transparent 58% 69%,rgba(16,185,129,.13) 69% 78%,transparent 78%),
    linear-gradient(135deg,rgba(248,250,252,.92),rgba(255,255,255,.74))!important;
}

.services-page [data-visual="ai"] .service-premium-graph::before,
.services-page [data-visual="enterprise"] .service-premium-graph::before,
.services-page [data-visual="iot"] .service-premium-graph::before{
  border-radius:50%!important;
  left:50%!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:300px!important;
  height:300px!important;
  transform:translate(-50%,-42%)!important;
  background:
    repeating-radial-gradient(circle,color-mix(in srgb,var(--accent-2) 16%,transparent) 0 2px,transparent 2px 44px),
    radial-gradient(circle,color-mix(in srgb,var(--accent) 12%,transparent),transparent 62%)!important;
}

.services-page [data-visual="automation"] .service-premium-graph::before,
.services-page [data-visual="software"] .service-premium-graph::before{
  background:
    linear-gradient(90deg,transparent 0 10%,color-mix(in srgb,var(--accent) 14%,transparent) 10% 30%,transparent 30% 36%,color-mix(in srgb,var(--accent-2) 16%,transparent) 36% 58%,transparent 58% 64%,rgba(37,99,235,.1) 64% 86%,transparent 86%),
    linear-gradient(135deg,rgba(248,250,252,.92),rgba(255,255,255,.74))!important;
}

.services-page [data-visual="bps"] .service-premium-graph::before{
  background:
    linear-gradient(0deg,rgba(15,23,42,.04) 0 1px,transparent 1px),
    linear-gradient(90deg,color-mix(in srgb,var(--accent) 10%,transparent),color-mix(in srgb,var(--accent-2) 10%,transparent)),
    linear-gradient(135deg,rgba(248,250,252,.94),rgba(255,255,255,.76))!important;
  background-size:100% 48px,100% 100%,100% 100%!important;
}

.services-page [data-visual="blockchain"] .service-premium-graph::before{
  background:
    radial-gradient(circle at 18% 26%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 12%),
    radial-gradient(circle at 42% 44%,color-mix(in srgb,var(--accent-2) 15%,transparent),transparent 12%),
    radial-gradient(circle at 66% 62%,rgba(96,165,250,.14),transparent 12%),
    radial-gradient(circle at 84% 78%,rgba(16,185,129,.13),transparent 12%),
    linear-gradient(135deg,rgba(248,250,252,.92),rgba(255,255,255,.74))!important;
}

@media (max-width:760px){
  .services-page .service-premium-graph{
    top:70px!important;
    right:16px!important;
    bottom:18px!important;
    left:16px!important;
    border-radius:24px!important;
  }

  .services-page [data-visual] .service-premium-graph::before{
    inset:18px!important;
    width:auto!important;
    height:auto!important;
    transform:none!important;
    border-radius:22px!important;
  }

  .services-page [data-visual] .service-premium-graph::after,
  .services-page .service-premium-graph .graph-status{
    display:none!important;
  }

  .services-page [data-visual] .graph-core{
    left:50%!important;
    top:48%!important;
    width:112px!important;
    min-height:96px!important;
    align-items:center!important;
    justify-content:center!important;
    padding:14px!important;
    text-align:center!important;
    transform:translate(-50%,-50%)!important;
    border-radius:24px!important;
  }

  .services-page [data-visual] .graph-core small,
  .services-page [data-visual] .graph-core span{
    display:none!important;
  }

  .services-page [data-visual] .graph-core strong{
    font-size:clamp(28px,8vw,40px)!important;
  }

  .services-page [data-visual] .graph-node{
    width:clamp(78px,27vw,108px)!important;
    min-height:44px!important;
    padding:10px 10px 10px 28px!important;
    border-radius:999px!important;
  }

  .services-page [data-visual] .graph-node::before{
    left:11px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
  }

  .services-page [data-visual] .graph-node span{
    display:none!important;
  }

  .services-page [data-visual] .graph-node-a{left:5%!important;top:16%!important;right:auto!important;bottom:auto!important;}
  .services-page [data-visual] .graph-node-b{right:5%!important;left:auto!important;top:16%!important;bottom:auto!important;}
  .services-page [data-visual] .graph-node-c{left:5%!important;right:auto!important;bottom:16%!important;top:auto!important;}
  .services-page [data-visual] .graph-node-d{right:5%!important;left:auto!important;bottom:16%!important;top:auto!important;}
}

/* v39: reference-style radial service infographics */
.services-page .service-visual-card{
  background:#FFFFFF!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:28px!important;
  box-shadow:0 30px 72px rgba(15,23,42,.10)!important;
}

.services-page .service-visual-glow{
  background:
    radial-gradient(circle at 14% 18%,rgba(254,0,0,.045),transparent 30%),
    radial-gradient(circle at 86% 10%,rgba(124,189,240,.13),transparent 34%),
    radial-gradient(circle at 50% 86%,rgba(15,42,72,.045),transparent 36%)!important;
}

.services-page .service-visual-toolbar{
  height:42px!important;
  border-radius:999px!important;
  background:#FFFFFF!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.07)!important;
}

.services-page .service-visual-toolbar span{
  color:#172033!important;
  font-size:10.5px!important;
  letter-spacing:.14em!important;
}

.services-page .service-premium-graph{
  --ring-a:#F97316;
  --ring-b:#C2413D;
  --ring-c:#179B58;
  --ring-d:#D71920;
  --ring-e:#1E3A8A;
  --ring-f:#06A8C8;
  top:74px!important;
  right:20px!important;
  bottom:18px!important;
  left:20px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(248,250,252,.72),transparent 58%),
    linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px),
    linear-gradient(0deg,rgba(15,23,42,.03) 1px,transparent 1px),
    #FFFFFF!important;
  background-size:100% 100%,46px 46px,46px 46px,100% 100%!important;
  box-shadow:none!important;
}

.services-page .service-premium-graph .graph-grid{
  display:none!important;
}

.services-page [data-visual] .service-premium-graph::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  left:50%!important;
  top:50%!important;
  width:312px!important;
  height:312px!important;
  border:0!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
  clip-path:none!important;
  background:conic-gradient(
    from -90deg,
    var(--ring-a) 0 16.66%,
    var(--ring-b) 16.66% 33.32%,
    var(--ring-c) 33.32% 49.98%,
    var(--ring-d) 49.98% 66.64%,
    var(--ring-e) 66.64% 83.3%,
    var(--ring-f) 83.3% 100%
  )!important;
  -webkit-mask:radial-gradient(circle,transparent 0 45%,#000 46% 63%,transparent 64%)!important;
  mask:radial-gradient(circle,transparent 0 45%,#000 46% 63%,transparent 64%)!important;
  opacity:.92!important;
  box-shadow:none!important;
}

.services-page [data-visual] .service-premium-graph::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  left:50%!important;
  top:50%!important;
  width:246px!important;
  height:246px!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
  background:radial-gradient(circle,#FFFFFF 0 45%,rgba(255,255,255,.82) 46% 100%)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 18px 44px rgba(15,23,42,.08)!important;
}

.services-page .service-premium-graph .graph-link{
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  left:50%!important;
  top:50%!important;
  width:73%!important;
  height:1.5px!important;
  opacity:.34!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent 0,#52657E 18%,#52657E 82%,transparent 100%)!important;
  box-shadow:none!important;
  transform:translate(-50%,-50%)!important;
  transform-origin:center!important;
}

.services-page .service-premium-graph .graph-link-two{
  transform:translate(-50%,-50%) rotate(60deg)!important;
}

.services-page .service-premium-graph .graph-link-three{
  display:block!important;
  opacity:.34!important;
  transform:translate(-50%,-50%) rotate(-60deg)!important;
}

.services-page .service-premium-graph .graph-core,
.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status{
  position:absolute!important;
  z-index:4!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  transform:none!important;
  background:#FFFFFF!important;
  border-style:solid!important;
  border-color:var(--bubble,#1E3A8A)!important;
  box-shadow:0 14px 0 rgba(15,23,42,.10),0 20px 34px rgba(15,23,42,.11)!important;
  backdrop-filter:none!important;
}

.services-page .service-premium-graph .graph-core{
  --bubble:#173456;
  left:50%!important;
  top:50%!important;
  width:190px!important;
  min-height:132px!important;
  padding:20px 22px!important;
  border-width:7px!important;
  border-radius:999px!important;
  transform:translate(-50%,-50%)!important;
}

.services-page .service-premium-graph .graph-core small{
  color:#64748B!important;
  font-family:var(--font-accent)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}

.services-page .service-premium-graph .graph-core strong{
  max-width:150px!important;
  color:#273244!important;
  font-size:clamp(21px,2.2vw,30px)!important;
  font-weight:650!important;
  letter-spacing:-.035em!important;
  line-height:1.02!important;
}

.services-page .service-premium-graph .graph-core span{
  max-width:150px!important;
  color:#64748B!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.25!important;
}

.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status{
  width:136px!important;
  min-width:0!important;
  height:76px!important;
  min-height:0!important;
  gap:4px!important;
  padding:12px 14px!important;
  border-width:6px!important;
  border-radius:62% 48% 58% 46% / 58% 52% 60% 46%!important;
}

.services-page .service-premium-graph .graph-node::before,
.services-page .service-premium-graph .graph-status::before{
  display:none!important;
}

.services-page .service-premium-graph .graph-node b,
.services-page .service-premium-graph .graph-status strong{
  color:#273244!important;
  font-family:var(--font-accent)!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  line-height:1.08!important;
}

.services-page .service-premium-graph .graph-node span,
.services-page .service-premium-graph .graph-status small{
  display:block!important;
  color:#64748B!important;
  font-size:10px!important;
  font-weight:750!important;
  letter-spacing:0!important;
  line-height:1.15!important;
  text-transform:none!important;
}

.services-page .service-premium-graph .graph-node-a{
  --bubble:var(--ring-a);
  left:50%!important;
  top:10px!important;
  right:auto!important;
  bottom:auto!important;
  transform:translateX(-50%)!important;
}

.services-page .service-premium-graph .graph-node-b{
  --bubble:var(--ring-b);
  right:26px!important;
  top:82px!important;
  left:auto!important;
  bottom:auto!important;
}

.services-page .service-premium-graph .graph-node-c{
  --bubble:var(--ring-c);
  right:54px!important;
  bottom:42px!important;
  left:auto!important;
  top:auto!important;
}

.services-page .service-premium-graph .graph-node-d{
  --bubble:var(--ring-d);
  left:54px!important;
  bottom:42px!important;
  right:auto!important;
  top:auto!important;
}

.services-page .service-premium-graph .graph-status-a{
  --bubble:var(--ring-e);
  left:26px!important;
  top:82px!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
}

.services-page .service-premium-graph .graph-status-b{
  --bubble:var(--ring-f);
  left:50%!important;
  bottom:10px!important;
  right:auto!important;
  top:auto!important;
  transform:translateX(-50%)!important;
}

.services-page [data-visual="overview"] .service-premium-graph{
  --ring-a:#7C3AED;
  --ring-b:#F97316;
  --ring-c:#0891B2;
  --ring-d:#E11D48;
  --ring-e:#2563EB;
  --ring-f:#16A34A;
}

.services-page [data-visual="modernization"] .service-premium-graph{
  --ring-a:#F97316;
  --ring-b:#2563EB;
  --ring-c:#16A34A;
  --ring-d:#64748B;
  --ring-e:#0EA5E9;
  --ring-f:#D71920;
}

.services-page [data-visual="ai"] .service-premium-graph{
  --ring-a:#8B5CF6;
  --ring-b:#06B6D4;
  --ring-c:#0EA5E9;
  --ring-d:#84CC16;
  --ring-e:#F97316;
  --ring-f:#64748B;
}

.services-page [data-visual="automation"] .service-premium-graph{
  --ring-a:#F59E0B;
  --ring-b:#14B8A6;
  --ring-c:#2563EB;
  --ring-d:#E11D48;
  --ring-e:#7C3AED;
  --ring-f:#16A34A;
}

.services-page [data-visual="bps"] .service-premium-graph{
  --ring-a:#6366A8;
  --ring-b:#EABF3F;
  --ring-c:#198F61;
  --ring-d:#D43F3F;
  --ring-e:#8A3FFC;
  --ring-f:#64748B;
}

.services-page [data-visual="blockchain"] .service-premium-graph{
  --ring-a:#0EA5E9;
  --ring-b:#2563EB;
  --ring-c:#06B6D4;
  --ring-d:#1E3A8A;
  --ring-e:#22C55E;
  --ring-f:#F59E0B;
}

.services-page [data-visual="enterprise"] .service-premium-graph{
  --ring-a:#0EA5E9;
  --ring-b:#059669;
  --ring-c:#F97316;
  --ring-d:#0891B2;
  --ring-e:#4C1D95;
  --ring-f:#EA580C;
}

.services-page [data-visual="iot"] .service-premium-graph{
  --ring-a:#0EA5E9;
  --ring-b:#06B6D4;
  --ring-c:#2563EB;
  --ring-d:#16A34A;
  --ring-e:#64748B;
  --ring-f:#F59E0B;
}

.services-page [data-visual="software"] .service-premium-graph{
  --ring-a:#F97316;
  --ring-b:#B94A48;
  --ring-c:#179B58;
  --ring-d:#D71920;
  --ring-e:#1E3A8A;
  --ring-f:#06A8C8;
}

.services-page [data-visual="enterprise"] .graph-node,
.services-page [data-visual="enterprise"] .graph-status,
.services-page [data-visual="ai"] .graph-node,
.services-page [data-visual="ai"] .graph-status,
.services-page [data-visual="iot"] .graph-node,
.services-page [data-visual="iot"] .graph-status{
  width:104px!important;
  height:104px!important;
  border-radius:50%!important;
  padding:12px!important;
}

.services-page [data-visual="blockchain"] .graph-node,
.services-page [data-visual="blockchain"] .graph-status{
  border-radius:18px!important;
}

.services-page [data-visual="blockchain"] .service-premium-graph::before{
  -webkit-mask:none!important;
  mask:none!important;
  width:260px!important;
  height:260px!important;
  opacity:.16!important;
  background:conic-gradient(from -45deg,var(--ring-a),var(--ring-b),var(--ring-c),var(--ring-d),var(--ring-a))!important;
}

.services-page [data-visual="bps"] .service-premium-graph::before{
  -webkit-mask:radial-gradient(circle,transparent 0 40%,#000 41% 72%,transparent 73%)!important;
  mask:radial-gradient(circle,transparent 0 40%,#000 41% 72%,transparent 73%)!important;
}

@media (max-width:760px){
  .services-page .service-premium-graph{
    top:66px!important;
    right:12px!important;
    bottom:14px!important;
    left:12px!important;
    min-height:330px!important;
  }

  .services-page [data-visual] .service-premium-graph::before{
    width:238px!important;
    height:238px!important;
  }

  .services-page [data-visual] .service-premium-graph::after{
    width:184px!important;
    height:184px!important;
  }

  .services-page [data-visual] .graph-core{
    width:136px!important;
    min-height:104px!important;
    padding:15px!important;
    border-width:5px!important;
  }

  .services-page [data-visual] .graph-core small,
  .services-page [data-visual] .graph-core span{
    display:none!important;
  }

  .services-page [data-visual] .graph-core strong{
    font-size:clamp(17px,5vw,23px)!important;
    max-width:108px!important;
  }

  .services-page [data-visual] .graph-node,
  .services-page [data-visual] .graph-status,
  .services-page [data-visual="enterprise"] .graph-node,
  .services-page [data-visual="enterprise"] .graph-status,
  .services-page [data-visual="ai"] .graph-node,
  .services-page [data-visual="ai"] .graph-status,
  .services-page [data-visual="iot"] .graph-node,
  .services-page [data-visual="iot"] .graph-status{
    width:82px!important;
    height:54px!important;
    min-height:0!important;
    padding:8px!important;
    border-width:4px!important;
    border-radius:999px!important;
  }

  .services-page [data-visual] .graph-node span,
  .services-page [data-visual] .graph-status small{
    display:none!important;
  }

  .services-page [data-visual] .graph-node b,
  .services-page [data-visual] .graph-status strong{
    font-size:10.5px!important;
  }

  .services-page [data-visual] .graph-node-a{left:50%!important;top:6px!important;transform:translateX(-50%)!important;}
  .services-page [data-visual] .graph-node-b{right:4px!important;top:70px!important;left:auto!important;}
  .services-page [data-visual] .graph-node-c{right:24px!important;bottom:48px!important;left:auto!important;top:auto!important;}
  .services-page [data-visual] .graph-node-d{left:24px!important;bottom:48px!important;right:auto!important;top:auto!important;}
  .services-page [data-visual] .graph-status-a{left:4px!important;top:70px!important;right:auto!important;}
  .services-page [data-visual] .graph-status-b{left:50%!important;bottom:22px!important;right:auto!important;transform:translateX(-50%)!important;}
}

/* v40: advanced radial graphs + faster service scrolling */
html:has(body.services-page){
  scroll-behavior:auto;
}

.services-page .services-showcase-progress{
  display:none!important;
}

.services-page .services-showcase-stack{
  gap:clamp(18px,2vw,26px)!important;
}

.services-page .services-showcase-layout.is-service-fast .service-showcase-panel,
.services-page .services-showcase-layout.is-service-fast [data-animate-service]{
  opacity:1!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
}

.services-page .service-showcase-panel{
  contain:layout paint style;
  background:
    radial-gradient(circle at 12% 14%,rgba(254,0,0,.07),transparent 32%),
    radial-gradient(circle at 90% 10%,rgba(124,189,240,.14),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,250,255,.92))!important;
  box-shadow:0 18px 48px rgba(8,13,26,.085)!important;
  transform:none!important;
}

.services-page .service-showcase-panel.is-service-active{
  box-shadow:0 20px 52px rgba(8,13,26,.095)!important;
}

.services-page .service-visual-card{
  contain:layout paint style;
  min-height:clamp(430px,41vw,540px)!important;
  background:
    radial-gradient(circle at 18% 16%,rgba(254,0,0,.045),transparent 28%),
    radial-gradient(circle at 88% 8%,rgba(14,165,233,.12),transparent 36%),
    linear-gradient(145deg,#FFFFFF 0%,#F9FCFF 56%,#F4F8FE 100%)!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 24px 60px rgba(15,23,42,.105)!important;
}

.services-page .service-visual-glow{
  display:none!important;
}

.services-page .service-visual-toolbar{
  height:44px!important;
  left:18px!important;
  right:18px!important;
  top:16px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
  backdrop-filter:none!important;
}

.services-page .service-premium-graph{
  --ring-a:#FE0000;
  --ring-b:#FF7A1A;
  --ring-c:#22C55E;
  --ring-d:#2563EB;
  --ring-e:#7C3AED;
  --ring-f:#06B6D4;
  --orbit:#18365D;
  top:70px!important;
  right:18px!important;
  bottom:18px!important;
  left:18px!important;
  contain:layout paint style;
  overflow:hidden!important;
  border:1px solid rgba(15,23,42,.065)!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.96) 0 27%,rgba(240,247,255,.78) 28% 39%,transparent 40%),
    radial-gradient(circle at 50% 50%,rgba(124,189,240,.18),transparent 56%),
    linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px),
    linear-gradient(0deg,rgba(15,23,42,.028) 1px,transparent 1px),
    #FFFFFF!important;
  background-size:100% 100%,100% 100%,48px 48px,48px 48px,100% 100%!important;
}

.services-page .service-premium-graph .graph-grid{
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  inset:26px!important;
  border-radius:32px!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 50% 50%,transparent 0 35%,rgba(24,54,93,.08) 35.4% 36%,transparent 36.4% 48%,rgba(24,54,93,.07) 48.4% 49%,transparent 49.4%),
    conic-gradient(from -90deg,transparent 0 8%,rgba(254,0,0,.10) 8% 10%,transparent 10% 24%,rgba(6,182,212,.10) 24% 26%,transparent 26% 48%,rgba(37,99,235,.09) 48% 50%,transparent 50% 74%,rgba(34,197,94,.09) 74% 76%,transparent 76% 100%);
  opacity:.9!important;
}

.services-page .service-premium-graph .graph-grid::before,
.services-page .service-premium-graph .graph-grid::after{
  content:""!important;
  position:absolute!important;
  inset:13%!important;
  border-radius:50%!important;
  border:1px dashed rgba(24,54,93,.13)!important;
}

.services-page .service-premium-graph .graph-grid::after{
  inset:24%!important;
  border-style:solid!important;
  border-color:rgba(24,54,93,.10)!important;
}

.services-page [data-visual] .service-premium-graph::before{
  z-index:2!important;
  width:332px!important;
  height:332px!important;
  background:
    conic-gradient(
      from -88deg,
      var(--ring-a) 0 12%,
      transparent 12% 16.6%,
      var(--ring-b) 16.6% 28.6%,
      transparent 28.6% 33.2%,
      var(--ring-c) 33.2% 45.2%,
      transparent 45.2% 49.8%,
      var(--ring-d) 49.8% 61.8%,
      transparent 61.8% 66.4%,
      var(--ring-e) 66.4% 78.4%,
      transparent 78.4% 83%,
      var(--ring-f) 83% 95%,
      transparent 95% 100%
    )!important;
  -webkit-mask:radial-gradient(circle,transparent 0 45%,#000 46% 58%,transparent 59%)!important;
  mask:radial-gradient(circle,transparent 0 45%,#000 46% 58%,transparent 59%)!important;
  filter:drop-shadow(0 18px 22px rgba(15,23,42,.12))!important;
  opacity:1!important;
}

.services-page [data-visual] .service-premium-graph::after{
  z-index:3!important;
  width:206px!important;
  height:206px!important;
  border-radius:44px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,250,255,.92))!important;
  border:6px solid var(--orbit)!important;
  box-shadow:0 20px 40px rgba(24,54,93,.12),inset 0 0 0 1px rgba(255,255,255,.9)!important;
}

.services-page .service-premium-graph .graph-link{
  z-index:2!important;
  width:78%!important;
  height:2px!important;
  opacity:.22!important;
  background:
    linear-gradient(90deg,transparent 0,rgba(24,54,93,.52) 16%,rgba(24,54,93,.52) 84%,transparent 100%)!important;
}

.services-page .service-premium-graph .graph-link::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:5px!important;
  height:5px!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
  background:var(--ring-f)!important;
  box-shadow:0 0 0 5px rgba(6,182,212,.10)!important;
}

.services-page .service-premium-graph .graph-core,
.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status{
  z-index:5!important;
  background:linear-gradient(145deg,#FFFFFF,#F7FAFF)!important;
  border-color:var(--bubble,var(--orbit))!important;
  box-shadow:0 10px 0 rgba(15,23,42,.075),0 18px 30px rgba(15,23,42,.105)!important;
}

.services-page .service-premium-graph .graph-core{
  width:178px!important;
  min-height:150px!important;
  padding:20px!important;
  border-width:6px!important;
  border-radius:42px!important;
}

.services-page .service-premium-graph .graph-core strong{
  color:#101827!important;
  font-size:clamp(20px,2.05vw,27px)!important;
  font-weight:760!important;
  line-height:1.03!important;
  text-wrap:balance;
}

.services-page .service-premium-graph .graph-core small{
  color:#7A879A!important;
}

.services-page .service-premium-graph .graph-node,
.services-page .service-premium-graph .graph-status,
.services-page [data-visual="enterprise"] .graph-node,
.services-page [data-visual="enterprise"] .graph-status,
.services-page [data-visual="ai"] .graph-node,
.services-page [data-visual="ai"] .graph-status,
.services-page [data-visual="iot"] .graph-node,
.services-page [data-visual="iot"] .graph-status{
  width:132px!important;
  height:74px!important;
  min-height:0!important;
  padding:11px 12px!important;
  border-width:5px!important;
  border-radius:999px!important;
}

.services-page .service-premium-graph .graph-node b,
.services-page .service-premium-graph .graph-status strong{
  color:#182235!important;
  font-size:13.5px!important;
  font-weight:900!important;
}

.services-page .service-premium-graph .graph-node span,
.services-page .service-premium-graph .graph-status small{
  color:#66758B!important;
  font-size:9.5px!important;
}

.services-page .service-premium-graph .graph-node-a{
  top:6px!important;
}

.services-page .service-premium-graph .graph-node-b{
  right:18px!important;
  top:86px!important;
}

.services-page .service-premium-graph .graph-node-c{
  right:54px!important;
  bottom:36px!important;
}

.services-page .service-premium-graph .graph-node-d{
  left:54px!important;
  bottom:36px!important;
}

.services-page .service-premium-graph .graph-status-a{
  left:18px!important;
  top:86px!important;
}

.services-page .service-premium-graph .graph-status-b{
  bottom:6px!important;
}

.services-page [data-visual="overview"] .service-premium-graph{--orbit:#18365D;--ring-a:#8B5CF6;--ring-b:#F97316;--ring-c:#06B6D4;--ring-d:#E11D48;--ring-e:#2563EB;--ring-f:#16A34A;}
.services-page [data-visual="modernization"] .service-premium-graph{--orbit:#16406E;--ring-a:#F97316;--ring-b:#2563EB;--ring-c:#16A34A;--ring-d:#64748B;--ring-e:#06B6D4;--ring-f:#E11D48;}
.services-page [data-visual="ai"] .service-premium-graph{--orbit:#42246E;--ring-a:#8B5CF6;--ring-b:#06B6D4;--ring-c:#0EA5E9;--ring-d:#84CC16;--ring-e:#F97316;--ring-f:#64748B;}
.services-page [data-visual="automation"] .service-premium-graph{--orbit:#18365D;--ring-a:#F59E0B;--ring-b:#14B8A6;--ring-c:#2563EB;--ring-d:#E11D48;--ring-e:#7C3AED;--ring-f:#16A34A;}
.services-page [data-visual="bps"] .service-premium-graph{--orbit:#39456D;--ring-a:#6366A8;--ring-b:#EABF3F;--ring-c:#198F61;--ring-d:#D43F3F;--ring-e:#8A3FFC;--ring-f:#64748B;}
.services-page [data-visual="blockchain"] .service-premium-graph{--orbit:#0E3A5C;--ring-a:#0EA5E9;--ring-b:#2563EB;--ring-c:#06B6D4;--ring-d:#1E3A8A;--ring-e:#22C55E;--ring-f:#F59E0B;}
.services-page [data-visual="enterprise"] .service-premium-graph{--orbit:#173456;--ring-a:#0EA5E9;--ring-b:#059669;--ring-c:#F97316;--ring-d:#0891B2;--ring-e:#4C1D95;--ring-f:#EA580C;}
.services-page [data-visual="iot"] .service-premium-graph{--orbit:#16406E;--ring-a:#0EA5E9;--ring-b:#06B6D4;--ring-c:#2563EB;--ring-d:#16A34A;--ring-e:#64748B;--ring-f:#F59E0B;}
.services-page [data-visual="software"] .service-premium-graph{--orbit:#173456;--ring-a:#F97316;--ring-b:#B94A48;--ring-c:#179B58;--ring-d:#D71920;--ring-e:#1E3A8A;--ring-f:#06A8C8;}

.services-page [data-visual="blockchain"] .service-premium-graph::before{
  width:332px!important;
  height:332px!important;
  opacity:1!important;
  -webkit-mask:radial-gradient(circle,transparent 0 45%,#000 46% 58%,transparent 59%)!important;
  mask:radial-gradient(circle,transparent 0 45%,#000 46% 58%,transparent 59%)!important;
  background:
    conic-gradient(
      from -88deg,
      var(--ring-a) 0 12%,
      transparent 12% 16.6%,
      var(--ring-b) 16.6% 28.6%,
      transparent 28.6% 33.2%,
      var(--ring-c) 33.2% 45.2%,
      transparent 45.2% 49.8%,
      var(--ring-d) 49.8% 61.8%,
      transparent 61.8% 66.4%,
      var(--ring-e) 66.4% 78.4%,
      transparent 78.4% 83%,
      var(--ring-f) 83% 95%,
      transparent 95% 100%
    )!important;
}

@media (max-width:760px){
  .services-page .service-visual-card{
    min-height:440px!important;
  }

  .services-page .service-premium-graph{
    top:64px!important;
    right:12px!important;
    bottom:16px!important;
    left:12px!important;
    min-height:0!important;
  }

  .services-page [data-visual] .service-premium-graph::before{
    width:226px!important;
    height:226px!important;
  }

  .services-page [data-visual] .service-premium-graph::after{
    width:142px!important;
    height:142px!important;
    border-width:5px!important;
    border-radius:32px!important;
  }

  .services-page .service-premium-graph .graph-grid{
    inset:16px!important;
  }

  .services-page [data-visual] .graph-core{
    width:116px!important;
    min-height:100px!important;
    padding:12px!important;
    border-width:5px!important;
    border-radius:30px!important;
  }

  .services-page [data-visual] .graph-core strong{
    max-width:96px!important;
    font-size:clamp(15px,4.8vw,20px)!important;
  }

  .services-page [data-visual] .graph-node,
  .services-page [data-visual] .graph-status,
  .services-page [data-visual="enterprise"] .graph-node,
  .services-page [data-visual="enterprise"] .graph-status,
  .services-page [data-visual="ai"] .graph-node,
  .services-page [data-visual="ai"] .graph-status,
  .services-page [data-visual="iot"] .graph-node,
  .services-page [data-visual="iot"] .graph-status{
    width:82px!important;
    height:50px!important;
    padding:7px!important;
    border-width:4px!important;
  }

  .services-page [data-visual] .graph-node-a{top:10px!important;}
  .services-page [data-visual] .graph-node-b{right:4px!important;top:82px!important;}
  .services-page [data-visual] .graph-node-c{right:20px!important;bottom:58px!important;}
  .services-page [data-visual] .graph-node-d{left:20px!important;bottom:58px!important;}
  .services-page [data-visual] .graph-status-a{left:4px!important;top:82px!important;}
  .services-page [data-visual] .graph-status-b{bottom:8px!important;}
}

@media (prefers-reduced-motion:reduce){
  .services-page .service-showcase-panel,
  .services-page .service-visual-card,
  .services-page .service-premium-graph,
  .services-page .service-premium-graph *{
    animation:none!important;
    transition:none!important;
  }
}

/* v42: bright aerospace-mechanical command graphs for Services */
.services-page .service-visual-card{
  min-height:clamp(520px,43vw,626px)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 12% 8%,rgba(254,0,0,.055),transparent 30%),
    radial-gradient(circle at 86% 12%,rgba(14,165,233,.15),transparent 34%),
    linear-gradient(145deg,#FFFFFF 0%,#F8FBFF 54%,#EEF6FF 100%)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 24px 62px rgba(15,23,42,.11)!important;
  overflow:hidden!important;
}

.services-page .service-premium-graph.aero-hud-graph{
  --aero-ink:#111827;
  --aero-muted:#5F6C80;
  --aero-line:rgba(24,54,93,.16);
  --aero-glass:rgba(255,255,255,.84);
  --aero-a:#FE0000;
  --aero-b:#0EA5E9;
  --aero-c:#16A34A;
  --aero-d:#F97316;
  --aero-e:#7C3AED;
  --aero-panel:#FFFFFF;
  isolation:isolate!important;
  top:72px!important;
  right:20px!important;
  bottom:20px!important;
  left:20px!important;
  border-radius:30px!important;
  border:1px solid rgba(15,23,42,.085)!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.98) 0 21%,rgba(240,247,255,.82) 22% 40%,transparent 41%),
    radial-gradient(circle at 30% 22%,rgba(254,0,0,.075),transparent 28%),
    radial-gradient(circle at 72% 18%,rgba(14,165,233,.15),transparent 32%),
    radial-gradient(circle at 70% 78%,rgba(22,163,74,.11),transparent 30%),
    linear-gradient(90deg,rgba(24,54,93,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(24,54,93,.045) 1px,transparent 1px),
    linear-gradient(145deg,#FFFFFF 0%,#F6FAFF 100%)!important;
  background-size:100% 100%,100% 100%,100% 100%,100% 100%,38px 38px,38px 38px,100% 100%!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96),inset 0 0 0 1px rgba(255,255,255,.62)!important;
}

.services-page [data-visual] .service-premium-graph.aero-hud-graph::before,
.services-page [data-visual] .service-premium-graph.aero-hud-graph::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  pointer-events:none!important;
  transform:translate(-50%,-50%)!important;
}

.services-page [data-visual] .service-premium-graph.aero-hud-graph::before{
  z-index:2!important;
  width:min(66%,368px)!important;
  aspect-ratio:1!important;
  height:auto!important;
  border-radius:50%!important;
  background:
    conic-gradient(
      from -90deg,
      var(--aero-a) 0 10%,
      transparent 10% 14%,
      var(--aero-b) 14% 26%,
      transparent 26% 31%,
      var(--aero-c) 31% 43%,
      transparent 43% 50%,
      var(--aero-d) 50% 62%,
      transparent 62% 68%,
      var(--aero-e) 68% 80%,
      transparent 80% 86%,
      rgba(24,54,93,.72) 86% 96%,
      transparent 96% 100%
    )!important;
  -webkit-mask:radial-gradient(circle,transparent 0 43%,#000 44% 58%,transparent 59%)!important;
  mask:radial-gradient(circle,transparent 0 43%,#000 44% 58%,transparent 59%)!important;
  filter:drop-shadow(0 16px 18px rgba(15,23,42,.10))!important;
  opacity:.98!important;
}

.services-page [data-visual] .service-premium-graph.aero-hud-graph::after{
  z-index:3!important;
  width:min(39%,218px)!important;
  aspect-ratio:1!important;
  height:auto!important;
  border-radius:38px!important;
  border:1px solid rgba(24,54,93,.18)!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,247,255,.92))!important;
  box-shadow:0 18px 38px rgba(15,23,42,.12),inset 0 0 0 7px rgba(255,255,255,.74)!important;
}

.services-page .aero-blueprint,
.services-page .aero-orbit,
.services-page .aero-scan,
.services-page .aero-blip{
  position:absolute!important;
  pointer-events:none!important;
}

.services-page .aero-blueprint{
  z-index:1!important;
  inset:18px!important;
  border-radius:28px!important;
  border:1px solid rgba(24,54,93,.075)!important;
  background:
    radial-gradient(circle at 50% 50%,transparent 0 33%,rgba(24,54,93,.10) 33.3% 33.9%,transparent 34.2% 48%,rgba(24,54,93,.07) 48.2% 48.8%,transparent 49.1%),
    linear-gradient(45deg,transparent 0 49.5%,rgba(24,54,93,.08) 49.7% 50.3%,transparent 50.5%),
    linear-gradient(-45deg,transparent 0 49.5%,rgba(14,165,233,.08) 49.7% 50.3%,transparent 50.5%)!important;
  opacity:.9!important;
}

.services-page .aero-orbit{
  z-index:4!important;
  left:50%!important;
  top:50%!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
}

.services-page .aero-orbit-primary{
  width:min(76%,430px)!important;
  aspect-ratio:1!important;
  border:1px dashed rgba(24,54,93,.20)!important;
}

.services-page .aero-orbit-secondary{
  width:min(47%,268px)!important;
  aspect-ratio:1!important;
  border:1px solid rgba(14,165,233,.18)!important;
  box-shadow:0 0 0 9px rgba(14,165,233,.035)!important;
}

.services-page .aero-scan{
  z-index:4!important;
  left:50%!important;
  top:50%!important;
  width:min(72%,410px)!important;
  height:2px!important;
  transform:translate(-50%,-50%) rotate(-22deg)!important;
  transform-origin:center!important;
  background:linear-gradient(90deg,transparent,rgba(14,165,233,.22),rgba(254,0,0,.24),transparent)!important;
  opacity:.58!important;
}

.services-page .aero-blip{
  z-index:7!important;
  width:10px!important;
  height:10px!important;
  border-radius:50%!important;
  background:var(--aero-b)!important;
  box-shadow:0 0 0 6px color-mix(in srgb,var(--aero-b) 16%,transparent),0 0 18px color-mix(in srgb,var(--aero-b) 42%,transparent)!important;
}

.services-page .aero-blip-a{left:22%!important;top:23%!important;background:var(--aero-a)!important;}
.services-page .aero-blip-b{right:20%!important;top:30%!important;background:var(--aero-b)!important;}
.services-page .aero-blip-c{left:62%!important;bottom:18%!important;background:var(--aero-c)!important;}

.services-page .aero-telemetry,
.services-page .aero-pill{
  position:absolute!important;
  z-index:9!important;
  left:50%!important;
  pointer-events:none!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(24,54,93,.13)!important;
  box-shadow:0 10px 22px rgba(15,23,42,.075),inset 0 1px 0 rgba(255,255,255,.95)!important;
  color:#26344A!important;
  font-family:"Sora","Inter",sans-serif!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.services-page .aero-telemetry{
  top:16px!important;
  padding:8px 12px 8px 25px!important;
}

.services-page .aero-telemetry::before{
  content:""!important;
  position:absolute!important;
  left:10px!important;
  top:50%!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  transform:translateY(-50%)!important;
  background:var(--aero-a)!important;
  box-shadow:0 0 0 5px color-mix(in srgb,var(--aero-a) 14%,transparent)!important;
}

.services-page .aero-pill{
  bottom:16px!important;
  padding:8px 12px!important;
  color:#0F6F96!important;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(235,249,255,.84))!important;
}

.services-page .aero-hud-graph .graph-grid{
  z-index:1!important;
  inset:0!important;
  border-radius:inherit!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.98) 0 10%,transparent 11%),
    repeating-conic-gradient(from 0deg,rgba(24,54,93,.10) 0deg 1deg,transparent 1deg 12deg)!important;
  opacity:.44!important;
}

.services-page .aero-hud-graph .graph-link{
  z-index:5!important;
  left:50%!important;
  top:50%!important;
  height:3px!important;
  width:min(72%,400px)!important;
  border-radius:999px!important;
  opacity:.32!important;
  background:
    linear-gradient(90deg,transparent 0,rgba(24,54,93,.36) 16%,rgba(14,165,233,.38) 50%,rgba(24,54,93,.36) 84%,transparent 100%)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.9)!important;
  transform-origin:center!important;
}

.services-page .aero-hud-graph .graph-link-one{transform:translate(-50%,-50%) rotate(-28deg)!important;}
.services-page .aero-hud-graph .graph-link-two{transform:translate(-50%,-50%) rotate(28deg)!important;}
.services-page .aero-hud-graph .graph-link-three{transform:translate(-50%,-50%) rotate(90deg)!important;width:min(60%,340px)!important;}

.services-page .aero-hud-graph .graph-core,
.services-page .aero-hud-graph .graph-node,
.services-page .aero-hud-graph .graph-status{
  z-index:8!important;
  color:var(--aero-ink)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,249,255,.94))!important;
  border:1px solid rgba(24,54,93,.15)!important;
  box-shadow:0 16px 30px rgba(15,23,42,.10),inset 0 1px 0 rgba(255,255,255,.96)!important;
  backdrop-filter:none!important;
  animation:none!important;
  translate:none!important;
}

.services-page .aero-hud-graph .graph-node,
.services-page .aero-hud-graph .graph-status{
  transform:none!important;
}

.services-page .aero-hud-graph .graph-core{
  width:min(32%,188px)!important;
  min-height:154px!important;
  padding:21px 18px!important;
  border-radius:36px!important;
  border-width:1px!important;
}

.services-page .aero-hud-graph .graph-core::before,
.services-page .aero-hud-graph .graph-core::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  pointer-events:none!important;
  transform:translateX(-50%)!important;
}

.services-page .aero-hud-graph .graph-core::before{
  top:10px!important;
  width:46px!important;
  height:4px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--aero-a),var(--aero-b))!important;
}

.services-page .aero-hud-graph .graph-core::after{
  bottom:10px!important;
  width:62px!important;
  height:10px!important;
  border-radius:999px!important;
  background:
    linear-gradient(90deg,var(--aero-a) 0 32%,transparent 32% 38%,var(--aero-b) 38% 68%,transparent 68% 74%,var(--aero-c) 74% 100%)!important;
  opacity:.72!important;
}

.services-page .aero-hud-graph .graph-core small,
.services-page .aero-hud-graph .graph-node span,
.services-page .aero-hud-graph .graph-status small{
  color:var(--aero-muted)!important;
  font-size:10px!important;
  font-weight:780!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}

.services-page .aero-hud-graph .graph-core strong{
  color:#111827!important;
  font-family:"Sora","Inter",sans-serif!important;
  font-size:clamp(20px,1.95vw,29px)!important;
  line-height:1.02!important;
  letter-spacing:-.015em!important;
}

.services-page .aero-hud-graph .graph-core span{
  color:#40516A!important;
  font-size:11px!important;
  font-weight:760!important;
  line-height:1.25!important;
}

.services-page .aero-hud-graph .graph-node,
.services-page .aero-hud-graph .graph-status,
.services-page [data-visual="enterprise"] .aero-hud-graph .graph-node,
.services-page [data-visual="enterprise"] .aero-hud-graph .graph-status,
.services-page [data-visual="ai"] .aero-hud-graph .graph-node,
.services-page [data-visual="ai"] .aero-hud-graph .graph-status,
.services-page [data-visual="iot"] .aero-hud-graph .graph-node,
.services-page [data-visual="iot"] .aero-hud-graph .graph-status{
  width:clamp(112px,15.2vw,152px)!important;
  height:clamp(62px,7.4vw,82px)!important;
  padding:12px 14px!important;
  border-radius:24px 24px 24px 10px!important;
  border-left:5px solid var(--node-accent,var(--aero-b))!important;
}

.services-page .aero-hud-graph .graph-node::before,
.services-page .aero-hud-graph .graph-status::before{
  content:""!important;
  position:absolute!important;
  right:12px!important;
  top:10px!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:var(--node-accent,var(--aero-b))!important;
  box-shadow:0 0 0 5px color-mix(in srgb,var(--node-accent,var(--aero-b)) 14%,transparent)!important;
}

.services-page .aero-hud-graph .graph-node b,
.services-page .aero-hud-graph .graph-status strong{
  color:#172033!important;
  font-size:clamp(12px,1.12vw,15px)!important;
  font-weight:900!important;
  line-height:1.05!important;
}

.services-page .aero-hud-graph .graph-node-a{--node-accent:var(--aero-a);left:5%!important;top:8%!important;}
.services-page .aero-hud-graph .graph-node-b{--node-accent:var(--aero-b);right:5%!important;top:8%!important;}
.services-page .aero-hud-graph .graph-node-c{--node-accent:var(--aero-c);right:6%!important;bottom:8%!important;}
.services-page .aero-hud-graph .graph-node-d{--node-accent:var(--aero-d);left:6%!important;bottom:8%!important;}
.services-page .aero-hud-graph .graph-status-a{--node-accent:var(--aero-e);left:6%!important;top:42%!important;}
.services-page .aero-hud-graph .graph-status-b{--node-accent:var(--aero-b);right:6%!important;left:auto!important;bottom:42%!important;transform:none!important;}

.services-page [data-visual="overview"] .aero-hud-graph{
  --aero-a:#FE0000;--aero-b:#0EA5E9;--aero-c:#16A34A;--aero-d:#F97316;--aero-e:#7C3AED;
}

.services-page [data-visual="modernization"] .aero-hud-graph{
  --aero-a:#F97316;--aero-b:#2563EB;--aero-c:#10B981;--aero-d:#64748B;--aero-e:#EF4444;
}

.services-page [data-visual="modernization"] .service-premium-graph.aero-hud-graph::before{
  background:
    conic-gradient(from -72deg,var(--aero-a) 0 8%,transparent 8% 11%,var(--aero-b) 11% 20%,transparent 20% 24%,var(--aero-c) 24% 33%,transparent 33% 38%,var(--aero-d) 38% 47%,transparent 47% 52%,var(--aero-a) 52% 62%,transparent 62% 67%,var(--aero-b) 67% 76%,transparent 76% 82%,var(--aero-e) 82% 92%,transparent 92% 100%)!important;
  -webkit-mask:radial-gradient(circle,transparent 0 38%,#000 39% 62%,transparent 63%)!important;
  mask:radial-gradient(circle,transparent 0 38%,#000 39% 62%,transparent 63%)!important;
}

.services-page [data-visual="ai"] .aero-hud-graph{
  --aero-a:#7C3AED;--aero-b:#06B6D4;--aero-c:#22C55E;--aero-d:#F59E0B;--aero-e:#3B82F6;
}

.services-page [data-visual="ai"] .aero-blueprint{
  background:
    radial-gradient(circle at 32% 24%,rgba(124,58,237,.18) 0 5px,transparent 6px),
    radial-gradient(circle at 68% 28%,rgba(6,182,212,.20) 0 5px,transparent 6px),
    radial-gradient(circle at 72% 72%,rgba(34,197,94,.18) 0 5px,transparent 6px),
    radial-gradient(circle at 26% 70%,rgba(245,158,11,.16) 0 5px,transparent 6px),
    linear-gradient(35deg,transparent 0 49%,rgba(124,58,237,.12) 49.4% 50.4%,transparent 51%),
    linear-gradient(-34deg,transparent 0 49%,rgba(6,182,212,.11) 49.4% 50.4%,transparent 51%)!important;
}

.services-page [data-visual="automation"] .aero-hud-graph{
  --aero-a:#EF4444;--aero-b:#14B8A6;--aero-c:#2563EB;--aero-d:#F59E0B;--aero-e:#8B5CF6;
}

.services-page [data-visual="automation"] .aero-hud-graph .graph-link{
  height:7px!important;
  border:1px solid rgba(24,54,93,.12)!important;
  background:linear-gradient(90deg,transparent,rgba(24,54,93,.16) 18%,rgba(20,184,166,.36) 50%,rgba(24,54,93,.16) 82%,transparent)!important;
}

.services-page [data-visual="bps"] .aero-hud-graph{
  --aero-a:#6366F1;--aero-b:#F59E0B;--aero-c:#059669;--aero-d:#EF4444;--aero-e:#64748B;
}

.services-page [data-visual="bps"] .aero-blueprint{
  background:
    linear-gradient(0deg,transparent 0 18%,rgba(99,102,241,.12) 18.4% 19.2%,transparent 19.6% 40%,rgba(245,158,11,.13) 40.4% 41.2%,transparent 41.6% 62%,rgba(5,150,105,.12) 62.4% 63.2%,transparent 63.6% 84%,rgba(239,68,68,.11) 84.4% 85.2%,transparent 85.6%),
    linear-gradient(90deg,rgba(24,54,93,.05) 1px,transparent 1px)!important;
  background-size:100% 100%,44px 44px!important;
}

.services-page [data-visual="blockchain"] .aero-hud-graph{
  --aero-a:#0EA5E9;--aero-b:#2563EB;--aero-c:#22C55E;--aero-d:#F59E0B;--aero-e:#EF4444;
}

.services-page [data-visual="blockchain"] .aero-hud-graph .graph-core,
.services-page [data-visual="blockchain"] .aero-hud-graph .graph-node,
.services-page [data-visual="blockchain"] .aero-hud-graph .graph-status{
  clip-path:polygon(13% 0,87% 0,100% 50%,87% 100%,13% 100%,0 50%)!important;
  border-radius:16px!important;
}

.services-page [data-visual="enterprise"] .aero-hud-graph{
  --aero-a:#2563EB;--aero-b:#10B981;--aero-c:#F97316;--aero-d:#0891B2;--aero-e:#7C3AED;
}

.services-page [data-visual="enterprise"] .aero-hud-graph .graph-node,
.services-page [data-visual="enterprise"] .aero-hud-graph .graph-status{
  border-radius:18px!important;
}

.services-page [data-visual="iot"] .aero-hud-graph{
  --aero-a:#06B6D4;--aero-b:#2563EB;--aero-c:#16A34A;--aero-d:#F59E0B;--aero-e:#64748B;
}

.services-page [data-visual="iot"] .service-premium-graph.aero-hud-graph::before{
  background:
    repeating-conic-gradient(from -90deg,rgba(6,182,212,.88) 0 2deg,transparent 2deg 13deg),
    conic-gradient(from -70deg,var(--aero-b),transparent 38%,var(--aero-c),transparent 68%,var(--aero-a))!important;
  -webkit-mask:radial-gradient(circle,transparent 0 42%,#000 43% 56%,transparent 57%)!important;
  mask:radial-gradient(circle,transparent 0 42%,#000 43% 56%,transparent 57%)!important;
}

.services-page [data-visual="software"] .aero-hud-graph{
  --aero-a:#F97316;--aero-b:#1E3A8A;--aero-c:#16A34A;--aero-d:#DC2626;--aero-e:#06B6D4;
}

.services-page [data-visual="software"] .aero-blueprint{
  background:
    linear-gradient(90deg,transparent 0 13%,rgba(249,115,22,.17) 13.4% 14.2%,transparent 14.6% 31%,rgba(30,58,138,.15) 31.4% 32.2%,transparent 32.6% 50%,rgba(22,163,74,.15) 50.4% 51.2%,transparent 51.6% 69%,rgba(220,38,38,.14) 69.4% 70.2%,transparent 70.6%),
    linear-gradient(0deg,rgba(24,54,93,.045) 1px,transparent 1px)!important;
  background-size:100% 100%,42px 42px!important;
}

@keyframes aeroRingDrift{
  from{transform:translate(-50%,-50%) rotate(0deg);}
  to{transform:translate(-50%,-50%) rotate(360deg);}
}

@keyframes aeroSweepPass{
  0%{opacity:.08;transform:translate(-50%,-50%) rotate(-28deg) scaleX(.72);}
  45%{opacity:.68;transform:translate(-50%,-50%) rotate(18deg) scaleX(1);}
  100%{opacity:.14;transform:translate(-50%,-50%) rotate(52deg) scaleX(.76);}
}

@keyframes aeroBlipPulse{
  0%,100%{transform:scale(.9);opacity:.62;}
  50%{transform:scale(1.22);opacity:1;}
}

@media (prefers-reduced-motion:no-preference){
  .services-page .aero-hud-graph.is-aero-animated::before,
  .services-page .aero-hud-graph.is-aero-animated .aero-orbit-primary{
    animation:aeroRingDrift 18s linear 1 both!important;
  }

  .services-page .aero-hud-graph.is-aero-animated .aero-orbit-secondary{
    animation:aeroRingDrift 22s linear reverse 1 both!important;
  }

  .services-page .aero-hud-graph.is-aero-animated .aero-scan{
    animation:aeroSweepPass 4.8s ease-in-out 2 both!important;
  }

  .services-page .aero-hud-graph.is-aero-animated .aero-blip{
    animation:aeroBlipPulse 2.6s ease-in-out 3 both!important;
  }

  .services-page .aero-hud-graph.is-aero-animated .aero-blip-b{animation-delay:.18s!important;}
  .services-page .aero-hud-graph.is-aero-animated .aero-blip-c{animation-delay:.34s!important;}
}

@media (max-width:1024px){
  .services-page .service-visual-card{
    min-height:clamp(500px,64vw,570px)!important;
  }

  .services-page .aero-hud-graph .graph-node,
  .services-page .aero-hud-graph .graph-status,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-node,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-status,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-node,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-status,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-node,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-status{
    width:clamp(104px,21vw,138px)!important;
  }
}

@media (max-width:760px){
  .services-page .service-visual-card{
    min-height:455px!important;
    border-radius:24px!important;
  }

  .services-page .service-premium-graph.aero-hud-graph{
    top:62px!important;
    right:12px!important;
    bottom:14px!important;
    left:12px!important;
    border-radius:24px!important;
    background-size:100% 100%,100% 100%,100% 100%,100% 100%,30px 30px,30px 30px,100% 100%!important;
  }

  .services-page [data-visual] .service-premium-graph.aero-hud-graph::before{
    width:min(72%,236px)!important;
  }

  .services-page [data-visual] .service-premium-graph.aero-hud-graph::after{
    width:min(45%,150px)!important;
    border-radius:28px!important;
  }

  .services-page .aero-blueprint{
    inset:10px!important;
    border-radius:20px!important;
  }

  .services-page .aero-orbit-primary{
    width:min(84%,278px)!important;
  }

  .services-page .aero-orbit-secondary{
    width:min(54%,176px)!important;
  }

  .services-page .aero-hud-graph .graph-core{
    width:116px!important;
    min-height:98px!important;
    padding:15px 11px!important;
    border-radius:26px!important;
  }

  .services-page .aero-hud-graph .graph-core small,
  .services-page .aero-hud-graph .graph-core span{
    display:none!important;
  }

  .services-page .aero-hud-graph .graph-core strong{
    max-width:94px!important;
    font-size:clamp(15px,4.7vw,20px)!important;
  }

  .services-page .aero-hud-graph .graph-node,
  .services-page .aero-hud-graph .graph-status,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-node,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-status,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-node,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-status,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-node,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-status{
    width:82px!important;
    height:50px!important;
    padding:7px 8px!important;
    border-radius:16px 16px 16px 8px!important;
    border-left-width:4px!important;
  }

  .services-page .aero-hud-graph .graph-node span,
  .services-page .aero-hud-graph .graph-status small{
    display:none!important;
  }

  .services-page .aero-hud-graph .graph-node b,
  .services-page .aero-hud-graph .graph-status strong{
    font-size:10.5px!important;
    line-height:1.04!important;
  }

  .services-page .aero-hud-graph .graph-node::before,
  .services-page .aero-hud-graph .graph-status::before{
    right:8px!important;
    top:7px!important;
    width:6px!important;
    height:6px!important;
  }

  .services-page .aero-hud-graph .graph-node-a{left:50%!important;top:7px!important;transform:translateX(-50%)!important;}
  .services-page .aero-hud-graph .graph-node-b{right:6px!important;top:78px!important;left:auto!important;transform:none!important;}
  .services-page .aero-hud-graph .graph-status-a{left:6px!important;top:78px!important;right:auto!important;transform:none!important;}
  .services-page .aero-hud-graph .graph-node-c{right:18px!important;bottom:54px!important;left:auto!important;top:auto!important;transform:none!important;}
  .services-page .aero-hud-graph .graph-node-d{left:18px!important;bottom:54px!important;right:auto!important;top:auto!important;transform:none!important;}
  .services-page .aero-hud-graph .graph-status-b{left:50%!important;right:auto!important;bottom:8px!important;transform:translateX(-50%)!important;}

  .services-page .aero-telemetry,
  .services-page .aero-pill{
    display:none!important;
  }
}

@media (max-width:380px){
  .services-page .service-visual-card{
    min-height:438px!important;
  }

  .services-page .aero-hud-graph .graph-node,
  .services-page .aero-hud-graph .graph-status,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-node,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-status,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-node,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-status,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-node,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-status{
    width:74px!important;
    height:47px!important;
    padding:7px!important;
  }

  .services-page .aero-hud-graph .graph-core{
    width:108px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .services-page .aero-hud-graph,
  .services-page .aero-hud-graph *,
  .services-page .aero-hud-graph::before,
  .services-page .aero-hud-graph::after{
    animation:none!important;
    transition:none!important;
  }
}

/* v43: unique aerospace instrument systems per service */
.services-page [data-visual] .service-premium-graph.aero-hud-graph::before,
.services-page [data-visual] .service-premium-graph.aero-hud-graph::after{
  display:none!important;
}

.services-page .aero-hud-graph .graph-link{
  display:none!important;
}

.services-page .aero-hud-graph{
  --instrument-shadow:0 16px 34px rgba(15,23,42,.10),inset 0 1px 0 rgba(255,255,255,.9);
  --glass-border:rgba(24,54,93,.14);
}

.services-page .aero-hud-graph .aero-orbit,
.services-page .aero-hud-graph .aero-scan{
  opacity:.32!important;
}

.services-page .aero-visual{
  position:absolute!important;
  z-index:5!important;
  inset:52px 42px 48px!important;
  pointer-events:none!important;
}

.services-page .aero-visual span{
  position:absolute;
  display:block;
  pointer-events:none;
}

.services-page .aero-hud-graph .graph-core,
.services-page .aero-hud-graph .graph-node,
.services-page .aero-hud-graph .graph-status{
  z-index:9!important;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,251,255,.92))!important;
  border:1px solid var(--glass-border)!important;
  box-shadow:var(--instrument-shadow)!important;
}

.services-page .aero-hud-graph .graph-core{
  width:clamp(126px,13.4vw,172px)!important;
  min-height:clamp(104px,12vw,142px)!important;
  border-radius:30px!important;
}

.services-page .aero-hud-graph .graph-node,
.services-page .aero-hud-graph .graph-status,
.services-page [data-visual="enterprise"] .aero-hud-graph .graph-node,
.services-page [data-visual="enterprise"] .aero-hud-graph .graph-status,
.services-page [data-visual="ai"] .aero-hud-graph .graph-node,
.services-page [data-visual="ai"] .aero-hud-graph .graph-status,
.services-page [data-visual="iot"] .aero-hud-graph .graph-node,
.services-page [data-visual="iot"] .aero-hud-graph .graph-status{
  width:clamp(104px,12.6vw,142px)!important;
  height:clamp(52px,6.6vw,74px)!important;
  padding:10px 12px!important;
}

.services-page .aero-hud-graph .graph-node b,
.services-page .aero-hud-graph .graph-status strong{
  font-size:clamp(11px,.98vw,14px)!important;
}

/* Overview: capability constellation */
.services-page [data-visual="overview"] .aero-visual-constellation{
  inset:56px 30px 42px!important;
}

.services-page .constellation-orbit{
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
  border:1px dashed rgba(24,54,93,.18);
}

.services-page .constellation-orbit.orbit-a{width:62%;aspect-ratio:1;}
.services-page .constellation-orbit.orbit-b{width:76%;aspect-ratio:1;border-style:solid;border-color:rgba(14,165,233,.16);}
.services-page .constellation-orbit.orbit-c{width:47%;aspect-ratio:1;border-color:rgba(254,0,0,.16);}

.services-page .constellation-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--aero-b);
  box-shadow:0 0 0 8px color-mix(in srgb,var(--aero-b) 14%,transparent),0 0 24px color-mix(in srgb,var(--aero-b) 28%,transparent);
}

.services-page .constellation-dot.dot-a{left:23%;top:24%;background:var(--aero-a);}
.services-page .constellation-dot.dot-b{right:20%;top:28%;}
.services-page .constellation-dot.dot-c{right:26%;bottom:22%;background:var(--aero-c);}
.services-page .constellation-dot.dot-d{left:26%;bottom:27%;background:var(--aero-d);}

/* Application Modernization: turbine and legacy-to-cloud pipeline */
.services-page [data-visual="modernization"] .graph-core{
  left:32%!important;
  top:54%!important;
  transform:translate(-50%,-50%)!important;
}

.services-page [data-visual="modernization"] .graph-node-a{right:8%!important;top:18%!important;left:auto!important;}
.services-page [data-visual="modernization"] .graph-node-b{right:8%!important;top:42%!important;left:auto!important;}
.services-page [data-visual="modernization"] .graph-node-c{right:8%!important;bottom:18%!important;left:auto!important;}
.services-page [data-visual="modernization"] .graph-node-d{left:8%!important;bottom:17%!important;right:auto!important;}
.services-page [data-visual="modernization"] .graph-status-a{left:8%!important;top:16%!important;right:auto!important;}
.services-page [data-visual="modernization"] .graph-status-b{left:8%!important;top:39%!important;right:auto!important;bottom:auto!important;}

.services-page .aero-visual-turbine{
  inset:50px 44px 38px!important;
}

.services-page .turbine-halo,
.services-page .turbine-hub{
  left:32%;
  top:54%;
  border-radius:50%;
  transform:translate(-50%,-50%);
}

.services-page .turbine-halo{
  width:min(46%,230px);
  aspect-ratio:1;
  border:1px dashed rgba(24,54,93,.20);
  background:radial-gradient(circle,transparent 0 45%,rgba(14,165,233,.08) 46% 58%,transparent 59%);
}

.services-page .turbine-hub{
  width:min(25%,122px);
  aspect-ratio:1;
  background:linear-gradient(145deg,#fff,#eef7ff);
  border:1px solid rgba(24,54,93,.14);
  box-shadow:var(--instrument-shadow);
}

.services-page .turbine-blade{
  left:32%;
  top:54%;
  width:82px;
  height:28px;
  border-radius:999px 999px 999px 18px;
  transform-origin:0 50%;
  background:linear-gradient(90deg,var(--aero-a),var(--aero-b));
  opacity:.82;
  box-shadow:0 12px 24px rgba(15,23,42,.10);
}

.services-page .blade-a{transform:translate(0,-50%) rotate(0deg);}
.services-page .blade-b{transform:translate(0,-50%) rotate(60deg);}
.services-page .blade-c{transform:translate(0,-50%) rotate(120deg);}
.services-page .blade-d{transform:translate(0,-50%) rotate(180deg);}
.services-page .blade-e{transform:translate(0,-50%) rotate(240deg);}
.services-page .blade-f{transform:translate(0,-50%) rotate(300deg);}

.services-page .modern-pipe{
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(24,54,93,.12),var(--aero-b),rgba(24,54,93,.12));
}

.services-page .modern-pipe.pipe-a{left:42%;right:24%;top:41%;transform:rotate(-9deg);}
.services-page .modern-pipe.pipe-b{left:42%;right:24%;top:64%;transform:rotate(9deg);}
.services-page .modern-cloud{
  right:9%;
  top:50%;
  padding:8px 13px;
  border-radius:999px;
  color:#0F6F96;
  font-size:11px;
  font-weight:900;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(14,165,233,.18);
  box-shadow:var(--instrument-shadow);
}

/* AI / ML: neural flight-control graph */
.services-page [data-visual="ai"] .graph-core{
  left:50%!important;
  top:52%!important;
  border-radius:50%!important;
}

.services-page [data-visual="ai"] .graph-node-a{left:8%!important;top:18%!important;}
.services-page [data-visual="ai"] .graph-node-b{right:8%!important;top:18%!important;}
.services-page [data-visual="ai"] .graph-node-c{right:8%!important;bottom:16%!important;}
.services-page [data-visual="ai"] .graph-node-d{left:8%!important;bottom:16%!important;}
.services-page [data-visual="ai"] .graph-status-a{left:50%!important;top:10%!important;transform:translateX(-50%)!important;}
.services-page [data-visual="ai"] .graph-status-b{left:50%!important;right:auto!important;bottom:8%!important;transform:translateX(-50%)!important;}

.services-page .aero-visual-neural{
  inset:48px 38px 42px!important;
}

.services-page .neural-line{
  left:50%;
  top:52%;
  height:2px;
  width:42%;
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(124,58,237,.18),rgba(6,182,212,.48),transparent);
}

.services-page .neural-line.line-a{transform:rotate(-34deg);}
.services-page .neural-line.line-b{transform:rotate(28deg);}
.services-page .neural-line.line-c{transform:rotate(144deg);}
.services-page .neural-line.line-d{transform:rotate(206deg);}

.services-page .neural-node{
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
  border:4px solid var(--aero-b);
  box-shadow:0 0 0 8px rgba(6,182,212,.10),0 16px 28px rgba(15,23,42,.10);
}

.services-page .neural-node.node-a{left:25%;top:25%;border-color:var(--aero-a);}
.services-page .neural-node.node-b{right:25%;top:24%;}
.services-page .neural-node.node-c{right:22%;bottom:24%;border-color:var(--aero-c);}
.services-page .neural-node.node-d{left:23%;bottom:26%;border-color:var(--aero-d);}
.services-page .neural-node.node-e{left:50%;top:52%;transform:translate(-50%,-50%);width:22px;height:22px;}

.services-page .confidence-arc{
  left:50%;
  top:52%;
  width:min(49%,252px);
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:conic-gradient(from -90deg,var(--aero-a) 0 30%,var(--aero-b) 30% 68%,var(--aero-c) 68% 86%,transparent 86% 100%);
  -webkit-mask:radial-gradient(circle,transparent 0 67%,#000 68% 75%,transparent 76%);
  mask:radial-gradient(circle,transparent 0 67%,#000 68% 75%,transparent 76%);
}

/* Automation: robotic actuator workflow */
.services-page [data-visual="automation"] .graph-core{
  left:16%!important;
  top:21%!important;
  transform:none!important;
}

.services-page [data-visual="automation"] .graph-node-a{left:11%!important;bottom:14%!important;}
.services-page [data-visual="automation"] .graph-node-b{left:39%!important;bottom:14%!important;}
.services-page [data-visual="automation"] .graph-node-c{right:10%!important;bottom:14%!important;}
.services-page [data-visual="automation"] .graph-node-d{left:41%!important;top:18%!important;}
.services-page [data-visual="automation"] .graph-status-a{right:10%!important;top:18%!important;left:auto!important;}
.services-page [data-visual="automation"] .graph-status-b{right:10%!important;top:40%!important;left:auto!important;bottom:auto!important;}

.services-page .aero-visual-actuator{
  inset:54px 34px 52px!important;
}

.services-page .actuator-rail{
  left:12%;
  right:12%;
  top:58%;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(24,54,93,.12),rgba(20,184,166,.42),rgba(24,54,93,.12));
  border:1px solid rgba(24,54,93,.10);
}

.services-page .actuator-arm{
  height:9px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--aero-a),var(--aero-b));
  box-shadow:0 12px 24px rgba(15,23,42,.12);
  transform-origin:left center;
}

.services-page .actuator-arm.arm-a{left:22%;top:54%;width:28%;transform:rotate(-22deg);}
.services-page .actuator-arm.arm-b{left:43%;top:43%;width:26%;transform:rotate(28deg);}
.services-page .actuator-arm.arm-c{left:61%;top:56%;width:20%;transform:rotate(-10deg);}

.services-page .actuator-joint{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  border:7px solid var(--aero-b);
  box-shadow:0 0 0 8px rgba(20,184,166,.10),var(--instrument-shadow);
}

.services-page .actuator-joint.joint-a{left:22%;top:51%;}
.services-page .actuator-joint.joint-b{left:44%;top:39%;}
.services-page .actuator-joint.joint-c{left:64%;top:54%;border-color:var(--aero-a);}

.services-page .process-chip{
  bottom:18%;
  padding:8px 11px;
  border-radius:999px;
  background:#fff;
  color:#26344A;
  font-size:10px;
  font-weight:900;
  box-shadow:var(--instrument-shadow);
}

.services-page .process-chip.chip-a{left:17%;}
.services-page .process-chip.chip-b{left:45%;}
.services-page .process-chip.chip-c{right:14%;}

/* BPS: mission-operations queue board */
.services-page [data-visual="bps"] .graph-core{
  left:8%!important;
  top:15%!important;
  transform:none!important;
}

.services-page [data-visual="bps"] .graph-node,
.services-page [data-visual="bps"] .graph-status{
  border-radius:18px!important;
}

.services-page [data-visual="bps"] .graph-node-a{right:8%!important;top:16%!important;left:auto!important;}
.services-page [data-visual="bps"] .graph-node-b{right:8%!important;top:36%!important;}
.services-page [data-visual="bps"] .graph-node-c{right:8%!important;bottom:20%!important;}
.services-page [data-visual="bps"] .graph-node-d{left:8%!important;bottom:20%!important;}
.services-page [data-visual="bps"] .graph-status-a{left:35%!important;top:16%!important;}
.services-page [data-visual="bps"] .graph-status-b{left:35%!important;right:auto!important;bottom:20%!important;}

.services-page .aero-visual-mission{
  inset:104px 42px 74px!important;
}

.services-page .mission-lane{
  left:0;
  right:0;
  height:42px;
  border-radius:18px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(24,54,93,.11);
  box-shadow:0 10px 22px rgba(15,23,42,.065);
}

.services-page .mission-lane.lane-a{top:0;}
.services-page .mission-lane.lane-b{top:56px;}
.services-page .mission-lane.lane-c{top:112px;}

.services-page .mission-lane i{
  left:16px;
  top:50%;
  width:10px;
  height:10px;
  border-radius:50%;
  transform:translateY(-50%);
  background:var(--aero-a);
  box-shadow:0 0 0 6px rgba(254,0,0,.10);
}

.services-page .mission-lane b{
  left:42px;
  top:50%;
  width:52%;
  height:8px;
  border-radius:999px;
  transform:translateY(-50%);
  background:linear-gradient(90deg,var(--aero-b),var(--aero-c));
}

.services-page .mission-lane.lane-b b{width:66%;background:linear-gradient(90deg,var(--aero-d),var(--aero-b));}
.services-page .mission-lane.lane-c b{width:42%;background:linear-gradient(90deg,var(--aero-c),var(--aero-e));}

.services-page .mission-kpi{
  right:14px;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  color:#26344A;
  font-size:10px;
  font-weight:900;
  box-shadow:var(--instrument-shadow);
}

.services-page .mission-kpi.kpi-a{top:8px;}
.services-page .mission-kpi.kpi-b{top:64px;}
.services-page .mission-kpi.kpi-c{top:120px;}

/* Blockchain: hex trust lattice */
.services-page [data-visual="blockchain"] .graph-core{
  left:50%!important;
  top:52%!important;
  transform:translate(-50%,-50%)!important;
  clip-path:polygon(12% 0,88% 0,100% 50%,88% 100%,12% 100%,0 50%)!important;
}

.services-page [data-visual="blockchain"] .graph-node-a{left:9%!important;top:16%!important;}
.services-page [data-visual="blockchain"] .graph-node-b{right:9%!important;top:16%!important;}
.services-page [data-visual="blockchain"] .graph-node-c{right:9%!important;bottom:16%!important;}
.services-page [data-visual="blockchain"] .graph-node-d{left:9%!important;bottom:16%!important;}
.services-page [data-visual="blockchain"] .graph-status-a{left:50%!important;top:8%!important;transform:translateX(-50%)!important;}
.services-page [data-visual="blockchain"] .graph-status-b{left:50%!important;right:auto!important;bottom:8%!important;transform:translateX(-50%)!important;}

.services-page .aero-visual-hex{
  inset:58px 50px 48px!important;
}

.services-page .hex-cell{
  width:86px;
  height:76px;
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(225,245,255,.78));
  border:1px solid rgba(24,54,93,.15);
  box-shadow:var(--instrument-shadow);
}

.services-page .hex-a{left:50%;top:12%;transform:translateX(-50%);}
.services-page .hex-b{right:20%;top:30%;}
.services-page .hex-c{right:20%;bottom:26%;}
.services-page .hex-d{left:50%;bottom:8%;transform:translateX(-50%);}
.services-page .hex-e{left:20%;bottom:26%;}
.services-page .hex-f{left:20%;top:30%;}

.services-page .chain-link{
  height:3px;
  width:31%;
  left:50%;
  top:50%;
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(14,165,233,.12),var(--aero-b),rgba(14,165,233,.12));
}

.services-page .chain-link.link-a{transform:rotate(0deg);}
.services-page .chain-link.link-b{transform:rotate(60deg);}
.services-page .chain-link.link-c{transform:rotate(120deg);}

/* Enterprise: spacecraft docking architecture */
.services-page [data-visual="enterprise"] .graph-core{
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  border-radius:34px!important;
}

.services-page [data-visual="enterprise"] .graph-node-a{left:8%!important;top:15%!important;}
.services-page [data-visual="enterprise"] .graph-node-b{right:8%!important;top:15%!important;}
.services-page [data-visual="enterprise"] .graph-node-c{right:8%!important;bottom:15%!important;}
.services-page [data-visual="enterprise"] .graph-node-d{left:8%!important;bottom:15%!important;}
.services-page [data-visual="enterprise"] .graph-status-a{left:50%!important;top:8%!important;transform:translateX(-50%)!important;}
.services-page [data-visual="enterprise"] .graph-status-b{left:50%!important;right:auto!important;bottom:8%!important;transform:translateX(-50%)!important;}

.services-page .dock-core,
.services-page .dock-ring{
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
}

.services-page .dock-ring{
  width:min(62%,318px);
  aspect-ratio:1;
  border:1px dashed rgba(24,54,93,.24);
  background:radial-gradient(circle,transparent 0 52%,rgba(37,99,235,.08) 53% 65%,transparent 66%);
}

.services-page .dock-core{
  width:116px;
  height:116px;
  background:linear-gradient(145deg,#fff,#eef7ff);
  border:1px solid rgba(24,54,93,.14);
  box-shadow:var(--instrument-shadow);
}

.services-page .dock-module{
  width:62px;
  height:42px;
  display:grid!important;
  place-items:center;
  border-radius:15px;
  background:#fff;
  color:#172033;
  font-size:11px;
  font-weight:900;
  box-shadow:var(--instrument-shadow);
}

.services-page .module-a{left:50%;top:13%;transform:translateX(-50%);}
.services-page .module-b{right:17%;top:50%;transform:translateY(-50%);}
.services-page .module-c{left:50%;bottom:13%;transform:translateX(-50%);}
.services-page .module-d{left:17%;top:50%;transform:translateY(-50%);}

.services-page .dock-bridge{
  left:50%;
  top:50%;
  width:30%;
  height:3px;
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(24,54,93,.12),var(--aero-b),transparent);
}

.services-page .dock-bridge.bridge-a{transform:rotate(0deg);}
.services-page .dock-bridge.bridge-b{transform:rotate(90deg);}
.services-page .dock-bridge.bridge-c{transform:rotate(180deg);}

/* IoT: satellite telemetry and signal wave */
.services-page [data-visual="iot"] .graph-core{
  left:50%!important;
  top:66%!important;
  transform:translate(-50%,-50%)!important;
}

.services-page [data-visual="iot"] .graph-node-a{left:9%!important;top:24%!important;}
.services-page [data-visual="iot"] .graph-node-b{right:9%!important;top:24%!important;}
.services-page [data-visual="iot"] .graph-node-c{right:9%!important;bottom:18%!important;}
.services-page [data-visual="iot"] .graph-node-d{left:9%!important;bottom:18%!important;}
.services-page [data-visual="iot"] .graph-status-a{left:50%!important;top:10%!important;transform:translateX(-50%)!important;}
.services-page [data-visual="iot"] .graph-status-b{left:50%!important;right:auto!important;bottom:6%!important;transform:translateX(-50%)!important;}

.services-page .sat-body{
  left:50%;
  top:32%;
  width:72px;
  height:50px;
  border-radius:18px;
  transform:translate(-50%,-50%) rotate(-12deg);
  background:linear-gradient(145deg,#fff,#e8f8ff);
  border:1px solid rgba(24,54,93,.14);
  box-shadow:var(--instrument-shadow);
}

.services-page .sat-panel{
  top:30%;
  width:62px;
  height:28px;
  border-radius:10px;
  background:linear-gradient(135deg,var(--aero-b),#B8ECFF);
  opacity:.86;
}

.services-page .sat-panel.panel-a{left:33%;transform:rotate(-18deg);}
.services-page .sat-panel.panel-b{right:33%;transform:rotate(-18deg);}

.services-page .signal-wave{
  left:50%;
  top:34%;
  border-radius:50%;
  transform:translate(-50%,-50%);
  border:2px solid rgba(6,182,212,.26);
  border-top-color:transparent;
  border-left-color:transparent;
}

.services-page .signal-wave.wave-a{width:150px;height:150px;}
.services-page .signal-wave.wave-b{width:230px;height:230px;opacity:.72;}
.services-page .signal-wave.wave-c{width:310px;height:310px;opacity:.45;}

.services-page .sensor-dot{
  width:13px;
  height:13px;
  border-radius:50%;
  background:var(--aero-c);
  box-shadow:0 0 0 8px rgba(22,163,74,.12),0 0 22px rgba(22,163,74,.24);
}

.services-page .sensor-dot.sensor-a{left:21%;bottom:26%;}
.services-page .sensor-dot.sensor-b{right:24%;bottom:28%;}
.services-page .sensor-dot.sensor-c{left:50%;bottom:19%;background:var(--aero-b);}

/* Software Engineering: CAD-to-deployment pipeline */
.services-page [data-visual="software"] .graph-core{
  left:11%!important;
  top:18%!important;
  transform:none!important;
}

.services-page [data-visual="software"] .graph-node-a{right:8%!important;top:17%!important;left:auto!important;}
.services-page [data-visual="software"] .graph-node-b{left:36%!important;top:17%!important;}
.services-page [data-visual="software"] .graph-node-c{right:8%!important;bottom:16%!important;}
.services-page [data-visual="software"] .graph-node-d{left:8%!important;bottom:16%!important;}
.services-page [data-visual="software"] .graph-status-a{left:36%!important;bottom:16%!important;}
.services-page [data-visual="software"] .graph-status-b{right:8%!important;top:40%!important;left:auto!important;bottom:auto!important;}

.services-page .aero-visual-cad{
  inset:104px 46px 86px!important;
}

.services-page .cad-track{
  left:8%;
  right:8%;
  top:50%;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--aero-d),var(--aero-b),var(--aero-c));
  box-shadow:0 14px 26px rgba(15,23,42,.10);
}

.services-page .cad-step{
  top:50%;
  width:76px;
  height:44px;
  display:grid!important;
  place-items:center;
  z-index:9!important;
  border-radius:16px;
  transform:translateY(-50%);
  background:#fff;
  color:#172033;
  font-size:11px;
  font-weight:900;
  border:1px solid rgba(24,54,93,.12);
  box-shadow:var(--instrument-shadow);
}

.services-page .cad-step.step-a{left:12%;}
.services-page .cad-step.step-b{left:42%;}
.services-page .cad-step.step-c{right:12%;}

.services-page .release-capsule{
  right:6%;
  top:50%;
  z-index:10!important;
  width:34px;
  height:58px;
  border-radius:999px 999px 12px 12px;
  transform:translateY(-50%) rotate(90deg);
  background:linear-gradient(180deg,#fff,var(--aero-c));
  border:1px solid rgba(24,54,93,.12);
  box-shadow:var(--instrument-shadow);
}

.services-page .cad-measure{
  left:8%;
  right:8%;
  height:1px;
  background:repeating-linear-gradient(90deg,rgba(24,54,93,.20) 0 10px,transparent 10px 18px);
}

.services-page .cad-measure.measure-a{top:24%;}
.services-page .cad-measure.measure-b{bottom:24%;}

@keyframes aeroV43Spin{
  from{rotate:0deg;}
  to{rotate:360deg;}
}

@keyframes aeroV43Pulse{
  0%,100%{opacity:.58;transform:scale(.96);}
  50%{opacity:1;transform:scale(1.06);}
}

@keyframes aeroV43Sweep{
  0%{transform:translate(-50%,-50%) rotate(-18deg) scale(.88);opacity:.24;}
  50%{transform:translate(-50%,-50%) rotate(14deg) scale(1);opacity:.7;}
  100%{transform:translate(-50%,-50%) rotate(42deg) scale(.92);opacity:.34;}
}

@media (prefers-reduced-motion:no-preference){
  .services-page .is-aero-animated .constellation-orbit.orbit-a,
  .services-page .is-aero-animated .dock-ring,
  .services-page .is-aero-animated .confidence-arc{
    animation:aeroV43Spin 18s linear 1 both!important;
  }

  .services-page .is-aero-animated .turbine-halo{
    animation:aeroV43Spin 14s linear 1 both!important;
  }

  .services-page .is-aero-animated .signal-wave{
    animation:aeroV43Pulse 3.2s ease-in-out 2 both!important;
  }

  .services-page .is-aero-animated .neural-node,
  .services-page .is-aero-animated .sensor-dot,
  .services-page .is-aero-animated .constellation-dot{
    animation:aeroV43Pulse 2.8s ease-in-out 3 both!important;
  }

  .services-page .is-aero-animated .sat-body{
    animation:aeroV43Sweep 5.5s ease-in-out 1 both!important;
  }
}

@media (max-width:760px){
  .services-page .aero-visual{
    inset:50px 14px 38px!important;
  }

  .services-page .aero-hud-graph .graph-core{
    width:112px!important;
    min-height:92px!important;
  }

  .services-page .aero-hud-graph .graph-node,
  .services-page .aero-hud-graph .graph-status,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-node,
  .services-page [data-visual="enterprise"] .aero-hud-graph .graph-status,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-node,
  .services-page [data-visual="ai"] .aero-hud-graph .graph-status,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-node,
  .services-page [data-visual="iot"] .aero-hud-graph .graph-status{
    width:78px!important;
    height:48px!important;
    padding:7px!important;
  }

  .services-page [data-visual] .aero-hud-graph .graph-core{
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
  }

  .services-page [data-visual] .aero-hud-graph .graph-node-a{left:50%!important;top:6px!important;transform:translateX(-50%)!important;right:auto!important;}
  .services-page [data-visual] .aero-hud-graph .graph-node-b{right:4px!important;top:76px!important;left:auto!important;}
  .services-page [data-visual] .aero-hud-graph .graph-status-a{left:4px!important;top:76px!important;right:auto!important;transform:none!important;}
  .services-page [data-visual] .aero-hud-graph .graph-node-c{right:16px!important;bottom:52px!important;left:auto!important;top:auto!important;}
  .services-page [data-visual] .aero-hud-graph .graph-node-d{left:16px!important;bottom:52px!important;right:auto!important;top:auto!important;}
  .services-page [data-visual] .aero-hud-graph .graph-status-b{left:50%!important;right:auto!important;bottom:7px!important;transform:translateX(-50%)!important;top:auto!important;}

  .services-page .turbine-blade{width:56px;height:20px;}
  .services-page .hex-cell{width:58px;height:52px;}
  .services-page .dock-module,
  .services-page .mission-kpi,
  .services-page .process-chip,
  .services-page .cad-step,
  .services-page .modern-cloud{
    display:none!important;
  }

  .services-page .mission-lane{height:32px;}
  .services-page .mission-lane.lane-b{top:44px;}
  .services-page .mission-lane.lane-c{top:88px;}
  .services-page .sat-panel{width:42px;height:22px;}
  .services-page .signal-wave.wave-c{display:none!important;}
  .services-page .cad-step{width:58px;height:36px;}
}

@media (max-width:380px){
  .services-page .aero-visual{
    inset:48px 10px 34px!important;
  }

  .services-page .hex-cell{width:50px;height:46px;}
  .services-page .signal-wave.wave-b{width:190px;height:190px;}
}

/* v44: readability tuning for the unique instrument layer */
.services-page .aero-visual{
  z-index:8!important;
}

.services-page .aero-hud-graph .graph-core,
.services-page .aero-hud-graph .graph-node,
.services-page .aero-hud-graph .graph-status{
  z-index:10!important;
}

.services-page [data-visual="modernization"] .graph-core{
  display:none!important;
}

.services-page [data-visual="modernization"] .graph-core strong{
  font-size:clamp(15px,1.36vw,20px)!important;
}

.services-page [data-visual="modernization"] .graph-core small,
.services-page [data-visual="modernization"] .graph-core span{
  font-size:8.5px!important;
}

.services-page [data-visual="modernization"] .turbine-halo,
.services-page [data-visual="modernization"] .turbine-hub,
.services-page [data-visual="modernization"] .turbine-blade{
  left:43%!important;
  top:52%!important;
}

.services-page [data-visual="modernization"] .turbine-halo{
  width:min(52%,270px)!important;
}

.services-page [data-visual="modernization"] .turbine-hub{
  width:min(19%,94px)!important;
}

.services-page [data-visual="modernization"] .turbine-blade{
  width:132px!important;
  height:34px!important;
  opacity:.92!important;
}

.services-page [data-visual="modernization"] .modern-pipe.pipe-a{
  left:55%!important;
  right:15%!important;
  top:43%!important;
}

.services-page [data-visual="modernization"] .modern-pipe.pipe-b{
  left:55%!important;
  right:15%!important;
  top:61%!important;
}

.services-page [data-visual="modernization"] .modern-cloud{
  right:8%!important;
  top:52%!important;
}

.services-page [data-visual="modernization"] .graph-node-a,
.services-page [data-visual="modernization"] .graph-node-b,
.services-page [data-visual="modernization"] .graph-node-c,
.services-page [data-visual="modernization"] .graph-status-a,
.services-page [data-visual="modernization"] .graph-status-b{
  width:104px!important;
  height:50px!important;
  padding:8px 9px!important;
}

.services-page [data-visual="modernization"] .graph-node-a{right:7%!important;top:17%!important;}
.services-page [data-visual="modernization"] .graph-node-b{right:7%!important;top:72%!important;}
.services-page [data-visual="modernization"] .graph-node-c{right:32%!important;bottom:8%!important;}
.services-page [data-visual="modernization"] .graph-node-d{left:7%!important;bottom:18%!important;}
.services-page [data-visual="modernization"] .graph-status-a{left:7%!important;top:17%!important;}
.services-page [data-visual="modernization"] .graph-status-b{left:7%!important;top:40%!important;}

.services-page [data-visual="automation"] .actuator-rail,
.services-page [data-visual="automation"] .actuator-arm,
.services-page [data-visual="software"] .cad-track,
.services-page [data-visual="software"] .release-capsule{
  z-index:7!important;
}

.services-page [data-visual="automation"] .graph-core,
.services-page [data-visual="automation"] .graph-node,
.services-page [data-visual="automation"] .graph-status,
.services-page [data-visual="bps"] .graph-core,
.services-page [data-visual="bps"] .graph-node,
.services-page [data-visual="bps"] .graph-status,
.services-page [data-visual="software"] .graph-core,
.services-page [data-visual="software"] .graph-node,
.services-page [data-visual="software"] .graph-status{
  display:none!important;
}

.services-page [data-visual="automation"] .aero-visual-actuator,
.services-page [data-visual="software"] .aero-visual-cad{
  inset:74px 46px 58px!important;
}

.services-page [data-visual="automation"] .actuator-rail{
  top:54%!important;
}

.services-page [data-visual="automation"] .actuator-arm.arm-a{left:18%!important;top:49%!important;width:34%!important;}
.services-page [data-visual="automation"] .actuator-arm.arm-b{left:41%!important;top:35%!important;width:33%!important;}
.services-page [data-visual="automation"] .actuator-arm.arm-c{left:62%!important;top:54%!important;width:25%!important;}
.services-page [data-visual="automation"] .actuator-joint.joint-a{left:18%!important;top:46%!important;}
.services-page [data-visual="automation"] .actuator-joint.joint-b{left:42%!important;top:31%!important;}
.services-page [data-visual="automation"] .actuator-joint.joint-c{left:64%!important;top:51%!important;}

.services-page [data-visual="bps"] .mission-lane,
.services-page [data-visual="blockchain"] .hex-cell,
.services-page [data-visual="enterprise"] .dock-module,
.services-page [data-visual="iot"] .signal-wave{
  z-index:6!important;
}

@media (max-width:760px){
  .services-page [data-visual="modernization"] .graph-core{
    left:50%!important;
    top:50%!important;
    width:112px!important;
    min-height:92px!important;
    transform:translate(-50%,-50%)!important;
  }

  .services-page [data-visual="modernization"] .turbine-halo,
  .services-page [data-visual="modernization"] .turbine-hub,
  .services-page [data-visual="modernization"] .turbine-blade{
    left:50%!important;
    top:50%!important;
  }

  .services-page [data-visual="modernization"] .turbine-blade{
    width:84px!important;
    height:24px!important;
  }
}

/* v45: cockpit-grade service charts */
.services-page .service-visual-card{
  min-height:clamp(540px,44vw,642px)!important;
  background:
    radial-gradient(circle at 22% 12%,rgba(254,0,0,.16),transparent 30%),
    radial-gradient(circle at 84% 18%,rgba(14,165,233,.18),transparent 34%),
    linear-gradient(145deg,#060B16 0%,#111A29 47%,#F7FAFF 47.3%,#FFFFFF 100%)!important;
}

.services-page .service-visual-toolbar{
  color:#EAF5FF!important;
  background:rgba(8,13,26,.76)!important;
  border:1px solid rgba(148,163,184,.20)!important;
  box-shadow:0 12px 26px rgba(0,0,0,.18)!important;
}

.services-page .service-visual-toolbar span{
  color:#EAF5FF!important;
  opacity:.92!important;
}

.services-page .service-cockpit-chart{
  --mx:50%;
  --my:50%;
  top:72px!important;
  right:20px!important;
  bottom:126px!important;
  left:20px!important;
  isolation:isolate!important;
  border-radius:28px!important;
  color:#EAF5FF!important;
  border:1px solid rgba(148,163,184,.22)!important;
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.16),transparent 26%),
    radial-gradient(circle at 28% 18%,rgba(254,0,0,.18),transparent 28%),
    radial-gradient(circle at 78% 16%,rgba(6,182,212,.19),transparent 31%),
    radial-gradient(circle at 50% 86%,rgba(22,163,74,.12),transparent 28%),
    linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(148,163,184,.07) 1px,transparent 1px),
    linear-gradient(145deg,#07101E 0%,#101827 58%,#07111F 100%)!important;
  background-size:100% 100%,100% 100%,100% 100%,100% 100%,34px 34px,34px 34px,100% 100%!important;
  box-shadow:0 24px 58px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.09)!important;
}

.services-page .service-cockpit-chart::after{
  z-index:8!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.10),transparent 32%,rgba(255,255,255,.04)),
    linear-gradient(90deg,transparent 0 49.6%,rgba(255,255,255,.10) 50%,transparent 50.4%)!important;
  opacity:.62!important;
}

.services-page .cockpit-grid,
.services-page .cockpit-scanline{
  position:absolute;
  pointer-events:none;
}

.services-page .cockpit-grid{
  inset:16px;
  z-index:1;
  border-radius:22px;
  border:1px solid rgba(148,163,184,.13);
  background:
    radial-gradient(circle at 50% 50%,transparent 0 30%,rgba(148,163,184,.15) 30.4% 31%,transparent 31.4% 48%,rgba(14,165,233,.12) 48.4% 49%,transparent 49.4%),
    repeating-conic-gradient(from 0deg,rgba(148,163,184,.12) 0deg 1deg,transparent 1deg 15deg);
  opacity:.72;
}

.services-page .cockpit-scanline{
  z-index:2;
  left:-22%;
  right:-22%;
  top:52%;
  height:2px;
  transform:rotate(-14deg);
  background:linear-gradient(90deg,transparent,rgba(6,182,212,.62),rgba(254,0,0,.36),transparent);
  filter:drop-shadow(0 0 12px rgba(6,182,212,.38));
  opacity:.5;
}

.services-page .cockpit-chart-frame{
  position:absolute;
  inset:18px;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(150px,1.04fr) minmax(0,.86fr);
  grid-template-rows:82px minmax(0,1fr) 94px;
  gap:12px;
}

.services-page .cockpit-readout,
.services-page .cockpit-tape,
.services-page .cockpit-attitude,
.services-page .cockpit-gauge,
.services-page .cockpit-telemetry,
.services-page .cockpit-bars,
.services-page .cockpit-status,
.services-page .instrument-tile{
  min-width:0;
  border:1px solid rgba(148,163,184,.20);
  background:linear-gradient(145deg,rgba(15,23,42,.86),rgba(8,13,26,.66));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 14px 30px rgba(0,0,0,.22);
  backdrop-filter:blur(12px);
}

.services-page .cockpit-readout{
  grid-column:1;
  grid-row:1;
  display:grid;
  align-content:center;
  gap:2px;
  padding:12px 14px;
  border-radius:18px;
}

.services-page .cockpit-readout small,
.services-page .cockpit-tape span,
.services-page .cockpit-gauge small,
.services-page .cockpit-status span,
.services-page .instrument-tile small,
.services-page .instrument-tile span{
  overflow:hidden;
  color:#9FB0C8;
  font-family:"Sora","Inter",sans-serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.services-page .cockpit-readout strong{
  color:#FFFFFF;
  font-family:"Sora","Inter",sans-serif;
  font-size:clamp(30px,3vw,44px);
  font-weight:900;
  letter-spacing:-.035em;
  line-height:.9;
}

.services-page .cockpit-readout em{
  color:var(--accent-b);
  font-size:.42em;
  font-style:normal;
  margin-left:2px;
}

.services-page .cockpit-readout span{
  color:#D8E6F8;
  font-size:11px;
  font-weight:800;
}

.services-page .cockpit-tape{
  grid-column:1;
  grid-row:2;
  display:grid;
  align-content:space-between;
  gap:9px;
  padding:12px;
  border-radius:18px;
}

.services-page .cockpit-tape span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:34px;
  padding:0 8px;
  border-radius:12px;
  color:#DCEBFB;
  font-size:9px;
  background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}

.services-page .cockpit-tape span::after{
  content:"";
  display:none;
  width:18%;
  min-width:18px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b));
}

.services-page .cockpit-attitude{
  grid-column:2;
  grid-row:1 / 3;
  position:relative;
  overflow:hidden;
  border-radius:50%;
  aspect-ratio:1;
  align-self:center;
  justify-self:center;
  width:min(100%,300px);
  background:#050A12;
}

.services-page .attitude-dial{
  position:absolute;
  inset:9px;
  overflow:hidden;
  border-radius:50%;
  border:1px solid rgba(226,232,240,.26);
  box-shadow:inset 0 0 0 8px rgba(255,255,255,.05),inset 0 0 36px rgba(0,0,0,.45);
}

.services-page .attitude-horizon{
  position:absolute;
  left:-26%;
  right:-26%;
  top:calc(var(--pitch) - 58%);
  height:116%;
  transform:rotate(var(--roll));
  background:
    linear-gradient(180deg,#0EA5E9 0 49%,rgba(255,255,255,.72) 49% 50.5%,#B36B24 50.5% 100%);
}

.services-page .attitude-roll{
  position:absolute;
  inset:13%;
  border-radius:50%;
  background:repeating-conic-gradient(from -2deg,rgba(255,255,255,.78) 0deg 1deg,transparent 1deg 12deg);
  -webkit-mask:radial-gradient(circle,transparent 0 78%,#000 79% 83%,transparent 84%);
  mask:radial-gradient(circle,transparent 0 78%,#000 79% 83%,transparent 84%);
}

.services-page .attitude-wing,
.services-page .attitude-crosshair{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.services-page .attitude-wing{
  width:52%;
  height:3px;
  border-radius:999px;
  background:#FFFFFF;
  box-shadow:0 0 0 1px rgba(0,0,0,.22),0 0 18px rgba(255,255,255,.38);
}

.services-page .attitude-wing::before,
.services-page .attitude-wing::after{
  content:"";
  position:absolute;
  top:50%;
  width:22%;
  height:12px;
  border:2px solid #FFFFFF;
  border-top:0;
  transform:translateY(-1px);
}

.services-page .attitude-wing::before{left:6%;border-right:0;border-radius:0 0 0 12px;}
.services-page .attitude-wing::after{right:6%;border-left:0;border-radius:0 0 12px 0;}

.services-page .attitude-crosshair{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--accent-a);
  box-shadow:0 0 0 7px color-mix(in srgb,var(--accent-a) 18%,transparent),0 0 24px color-mix(in srgb,var(--accent-a) 48%,transparent);
}

.services-page .cockpit-gauge{
  grid-column:3;
  grid-row:1 / 3;
  position:relative;
  display:grid;
  place-items:center;
  border-radius:28px;
  overflow:hidden;
}

.services-page .gauge-ring{
  position:absolute;
  width:min(76%,190px);
  aspect-ratio:1;
  border-radius:50%;
  background:
    conic-gradient(from -135deg,var(--accent-a) 0 calc(var(--score) * 1%),rgba(148,163,184,.15) calc(var(--score) * 1%) 100%);
  -webkit-mask:radial-gradient(circle,transparent 0 56%,#000 57% 68%,transparent 69%);
  mask:radial-gradient(circle,transparent 0 56%,#000 57% 68%,transparent 69%);
  filter:drop-shadow(0 0 16px color-mix(in srgb,var(--accent-a) 38%,transparent));
}

.services-page .gauge-needle{
  position:absolute;
  left:50%;
  top:50%;
  width:3px;
  height:34%;
  border-radius:999px;
  transform:translateX(-50%) rotate(var(--needle));
  transform-origin:50% 100%;
  background:linear-gradient(180deg,#FFFFFF,var(--accent-b));
  box-shadow:0 0 16px color-mix(in srgb,var(--accent-b) 48%,transparent);
}

.services-page .cockpit-gauge strong{
  position:relative;
  z-index:2;
  color:#FFFFFF;
  font-family:"Sora","Inter",sans-serif;
  font-size:clamp(34px,3.6vw,52px);
  font-weight:900;
  letter-spacing:-.06em;
}

.services-page .cockpit-gauge small{
  display:block;
  position:absolute;
  left:50%;
  bottom:22%;
  z-index:2;
  width:80%;
  transform:translateX(-50%);
  color:#BFD3EA;
  text-align:center;
  font-size:9.5px;
}

.services-page .cockpit-telemetry{
  grid-column:1 / 3;
  grid-row:3;
  position:relative;
  overflow:hidden;
  border-radius:20px;
}

.services-page .cockpit-telemetry::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(148,163,184,.09) 1px,transparent 1px),
    linear-gradient(0deg,rgba(148,163,184,.08) 1px,transparent 1px);
  background-size:28px 28px;
}

.services-page .cockpit-telemetry svg{
  position:absolute;
  inset:10px;
  width:calc(100% - 20px);
  height:calc(100% - 20px);
}

.services-page .telemetry-glow,
.services-page .telemetry-path{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

.services-page .telemetry-glow{
  stroke:var(--accent-b);
  stroke-width:9;
  opacity:.2;
}

.services-page .telemetry-path{
  stroke:var(--accent-b);
  stroke-width:3;
  filter:drop-shadow(0 0 8px color-mix(in srgb,var(--accent-b) 58%,transparent));
}

.services-page .cockpit-bars{
  grid-column:3;
  grid-row:3;
  display:flex;
  align-items:end;
  gap:7px;
  padding:12px;
  border-radius:20px;
}

.services-page .cockpit-bars span{
  display:block;
  flex:1;
  min-width:7px;
  height:var(--bar);
  transform-origin:bottom center;
  border-radius:999px 999px 5px 5px;
  background:linear-gradient(180deg,var(--accent-a),var(--accent-b) 58%,var(--accent-c));
  box-shadow:0 0 14px color-mix(in srgb,var(--accent-b) 28%,transparent);
}

.services-page .cockpit-status{
  position:absolute;
  left:50%;
  top:12px;
  z-index:6;
  display:flex;
  align-items:center;
  gap:8px;
  max-width:52%;
  padding:9px 12px;
  border-radius:999px;
  transform:translateX(-50%);
}

.services-page .cockpit-status i{
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--accent-c);
  box-shadow:0 0 0 6px color-mix(in srgb,var(--accent-c) 15%,transparent);
}

.services-page .cockpit-status span{
  color:#EAF5FF;
}

.services-page .service-instrument-strip{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.services-page .instrument-tile{
  display:grid;
  align-content:center;
  min-height:88px;
  padding:13px 14px;
  border-radius:20px;
}

.services-page .instrument-tile strong{
  overflow:hidden;
  color:#FFFFFF;
  font-family:"Sora","Inter",sans-serif;
  font-size:clamp(18px,1.45vw,24px);
  font-weight:900;
  letter-spacing:-.03em;
  line-height:1.05;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.services-page .instrument-tile small{
  color:#8FE6FF;
}

.services-page .instrument-tile span{
  color:#BFD3EA;
  margin-top:4px;
}

@keyframes cockpitScanPass{
  0%{opacity:.18;transform:rotate(-20deg) translateY(-34px);}
  48%{opacity:.76;transform:rotate(-10deg) translateY(10px);}
  100%{opacity:.22;transform:rotate(8deg) translateY(42px);}
}

@keyframes cockpitBreath{
  0%,100%{filter:brightness(1);transform:scale(1);}
  50%{filter:brightness(1.08);transform:scale(1.012);}
}

@media (prefers-reduced-motion:no-preference){
  .services-page .service-cockpit-chart.is-cockpit-animated .cockpit-scanline{
    animation:cockpitScanPass 4.8s ease-in-out 2 both;
  }

  .services-page .service-cockpit-chart.is-cockpit-animated .cockpit-attitude,
  .services-page .service-cockpit-chart.is-cockpit-animated .cockpit-gauge{
    animation:cockpitBreath 5.8s ease-in-out 1 both;
  }
}

@media (max-width:1024px){
  .services-page .cockpit-chart-frame{
    grid-template-columns:minmax(0,.8fr) minmax(138px,1fr) minmax(0,.82fr);
    gap:10px;
  }

  .services-page .cockpit-status{
    max-width:64%;
  }
}

@media (max-width:760px){
  .services-page .service-visual-card{
    min-height:520px!important;
  }

  .services-page .service-cockpit-chart{
    top:62px!important;
    right:12px!important;
    bottom:112px!important;
    left:12px!important;
    border-radius:22px!important;
    background-size:100% 100%,100% 100%,100% 100%,100% 100%,26px 26px,26px 26px,100% 100%!important;
  }

  .services-page .cockpit-chart-frame{
    inset:12px;
    grid-template-columns:minmax(0,.76fr) minmax(122px,1fr);
    grid-template-rows:64px minmax(0,1fr) 76px;
    gap:8px;
  }

  .services-page .cockpit-readout{
    padding:9px 10px;
    border-radius:14px;
  }

  .services-page .cockpit-readout strong{
    font-size:clamp(24px,8vw,34px);
  }

  .services-page .cockpit-tape,
  .services-page .cockpit-bars,
  .services-page .cockpit-status{
    display:none;
  }

  .services-page .cockpit-attitude{
    grid-column:2;
    grid-row:1 / 3;
    width:min(100%,210px);
  }

  .services-page .cockpit-gauge{
    grid-column:1;
    grid-row:2;
    border-radius:18px;
  }

  .services-page .cockpit-gauge strong{
    font-size:clamp(28px,8.8vw,40px);
  }

  .services-page .cockpit-telemetry{
    grid-column:1 / 3;
    grid-row:3;
    border-radius:16px;
  }

  .services-page .service-instrument-strip{
    left:12px;
    right:12px;
    bottom:14px;
    gap:7px;
  }

  .services-page .instrument-tile{
    min-height:78px;
    padding:10px 9px;
    border-radius:16px;
  }

  .services-page .instrument-tile strong{
    font-size:clamp(14px,4.5vw,19px);
  }

  .services-page .instrument-tile small,
  .services-page .instrument-tile span{
    font-size:8.5px;
  }
}

@media (max-width:400px){
  .services-page .service-visual-card{
    min-height:496px!important;
  }

  .services-page .cockpit-chart-frame{
    grid-template-columns:minmax(0,.82fr) minmax(112px,1fr);
  }

  .services-page .cockpit-attitude{
    width:min(100%,178px);
  }

  .services-page .instrument-tile span{
    display:none;
  }
}

/* v46: supplied Agile Overview chart component */
.services-page [data-visual="overview"] .service-visual-card,
.services-page [data-visual="modernization"] .service-visual-card,
.services-page [data-visual="ai"] .service-visual-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:0!important;
  padding:clamp(10px,1.6vw,18px)!important;
  overflow:visible!important;
  border-radius:28px!important;
  background:#fcfcfc!important;
  border:1px solid rgba(8,13,26,.08)!important;
  box-shadow:0 18px 48px rgba(8,13,26,.10)!important;
}

.services-page [data-visual="overview"] .service-visual-card::before,
.services-page [data-visual="overview"] .service-visual-card::after,
.services-page [data-visual="modernization"] .service-visual-card::before,
.services-page [data-visual="modernization"] .service-visual-card::after,
.services-page [data-visual="ai"] .service-visual-card::before,
.services-page [data-visual="ai"] .service-visual-card::after{
  display:none!important;
}

.services-page [data-visual="overview"] .service-visual-glow,
.services-page [data-visual="modernization"] .service-visual-glow,
.services-page [data-visual="ai"] .service-visual-glow{
  display:none!important;
}

.services-page .service-html-chart-wrap{
  width:100%;
  overflow:hidden;
  background:transparent;
}

.services-page .service-html-chart-wrap-overview{
  max-width:1200px;
  aspect-ratio:1200 / 675;
}

.services-page .service-html-chart-wrap-modernization{
  max-width:780px;
  aspect-ratio:1 / 1;
}

.services-page .service-html-chart-wrap-ai{
  max-width:780px;
  aspect-ratio:1 / 1;
}

.services-page .service-html-chart-frame{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:transparent;
}

@media (max-width:760px){
  .services-page [data-visual="overview"] .service-visual-card,
  .services-page [data-visual="modernization"] .service-visual-card,
  .services-page [data-visual="ai"] .service-visual-card{
    padding:8px!important;
    border-radius:22px!important;
  }
}

/* v47: Platform page light operating-layer diagrams */
body.platform-page.route-scroll-page .route-showcase-stack > .content-panel{
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,251,255,.82) 52%,rgba(255,246,247,.82)),
    radial-gradient(circle at 9% 12%,rgba(254,0,0,.075),transparent 28%),
    radial-gradient(circle at 92% 18%,rgba(124,189,240,.18),transparent 34%)!important;
}

body.platform-page.route-scroll-page .route-content-stage::before{
  content:"Platform layer";
}

body.platform-page.route-scroll-page .route-visual-stage.platform-chart-stage{
  --px:50%;
  --py:50%;
  color:#0B1220;
  min-height:clamp(440px,37vw,580px)!important;
  padding:clamp(18px,2vw,26px)!important;
  border:1px solid rgba(8,13,26,.075)!important;
  background:
    radial-gradient(circle at var(--px) var(--py),rgba(255,255,255,.96),transparent 27%),
    radial-gradient(circle at 16% 14%,rgba(254,0,0,.105),transparent 30%),
    radial-gradient(circle at 86% 15%,rgba(124,189,240,.22),transparent 34%),
    radial-gradient(circle at 72% 86%,rgba(24,166,106,.105),transparent 32%),
    linear-gradient(145deg,#FFFFFF 0%,#F7FBFF 52%,#FFF5F6 100%)!important;
  box-shadow:
    0 28px 78px rgba(8,13,26,.095),
    0 12px 30px rgba(254,0,0,.045),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
}

body.platform-page.route-scroll-page .route-visual-stage.platform-chart-stage::before{
  background:
    linear-gradient(rgba(8,13,26,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.04) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.72),transparent 62%)!important;
  background-size:36px 36px,36px 36px,100% 100%!important;
  opacity:.9!important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.70),rgba(0,0,0,.16))!important;
  -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.70),rgba(0,0,0,.16))!important;
}

body.platform-page.route-scroll-page .platform-chart-stage .route-visual-kicker span:first-child{
  color:#9B0710!important;
}

body.platform-page.route-scroll-page .platform-chart-stage .route-visual-kicker span:last-child,
body.platform-page.route-scroll-page .platform-chart-footer span{
  color:#344052!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:0 10px 24px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.92);
}

body.platform-page .platform-diagram{
  position:relative;
  z-index:2;
  flex:1;
  min-height:330px;
  margin:16px 0 14px;
  border-radius:28px;
  overflow:hidden;
}

body.platform-page .platform-lines{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
}

body.platform-page .platform-line{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:3.2;
  opacity:.86;
  vector-effect:non-scaling-stroke;
}

body.platform-page .platform-overview-chart .platform-line{stroke:url(#platformOverviewFlow);}
body.platform-page .platform-wms-chart .platform-line{stroke:url(#platformWmsFlow);}
body.platform-page .platform-erp-chart .platform-line{stroke:url(#platformErpFlow);}
body.platform-page .platform-side-line{stroke-width:2.4;opacity:.5;stroke-dasharray:8 10;}

body.platform-page .platform-node,
body.platform-page .platform-flow-step,
body.platform-page .platform-side-card,
body.platform-page .platform-module,
body.platform-page .platform-core,
body.platform-page .platform-erp-core{
  position:absolute;
  z-index:3;
  min-width:0;
  border:1px solid rgba(8,13,26,.08);
  background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(248,251,255,.80));
  box-shadow:0 18px 42px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(14px) saturate(1.08);
  -webkit-backdrop-filter:blur(14px) saturate(1.08);
}

body.platform-page .platform-node{
  width:min(164px,28%);
  padding:13px 14px;
  border-radius:18px;
}

body.platform-page .platform-node small,
body.platform-page .platform-flow-step small,
body.platform-page .platform-core small,
body.platform-page .platform-erp-core small{
  display:block;
  color:#B90B14;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}

body.platform-page .platform-node b,
body.platform-page .platform-flow-step b,
body.platform-page .platform-side-card b,
body.platform-page .platform-module b,
body.platform-page .platform-core b,
body.platform-page .platform-erp-core b{
  display:block;
  margin-top:7px;
  color:#0B1220;
  font-family:var(--font-accent);
  font-size:clamp(13px,1.02vw,17px);
  font-weight:850;
  letter-spacing:-.02em;
  line-height:1.08;
}

body.platform-page .platform-node span,
body.platform-page .platform-flow-step span,
body.platform-page .platform-side-card span,
body.platform-page .platform-module span,
body.platform-page .platform-core span,
body.platform-page .platform-erp-core span{
  display:block;
  margin-top:6px;
  color:#5B6678;
  font-size:11.5px;
  font-weight:650;
  line-height:1.35;
}

body.platform-page .platform-source{left:2%;}
body.platform-page .source-a{top:7%;}
body.platform-page .source-b{top:50%;transform:translateY(-50%);}
body.platform-page .source-c{bottom:7%;}
body.platform-page .platform-output{right:2%;}
body.platform-page .output-a{top:7%;}
body.platform-page .output-b{top:50%;transform:translateY(-50%);}
body.platform-page .output-c{bottom:7%;}

body.platform-page .platform-core,
body.platform-page .platform-erp-core{
  left:50%;
  top:50%;
  display:grid;
  place-items:center;
  width:min(188px,35%);
  min-height:150px;
  padding:18px;
  text-align:center;
  border-radius:30px;
  transform:translate(-50%,-50%);
  background:
    radial-gradient(circle at 50% 18%,rgba(255,255,255,.98),rgba(255,241,242,.92) 54%,rgba(242,248,255,.92) 100%);
  border-color:rgba(254,0,0,.14);
  box-shadow:0 24px 62px rgba(254,0,0,.12),0 18px 44px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98);
}

body.platform-page .platform-core::after,
body.platform-page .platform-erp-core::after,
body.platform-page .platform-flow-step[data-platform-core]::after{
  content:"";
  position:absolute;
  inset:-9px;
  z-index:-1;
  border-radius:inherit;
  border:1px solid rgba(254,0,0,.13);
  opacity:.75;
}

body.platform-page .platform-chart-footer{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

body.platform-page .platform-chart-footer span{
  padding:9px 11px;
  border-radius:999px;
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:850;
  letter-spacing:.02em;
  white-space:nowrap;
}

body.platform-page .platform-wms-flow .platform-flow-step{
  width:min(112px,18%);
  min-height:94px;
  padding:12px 10px;
  display:grid;
  align-content:center;
  text-align:center;
  border-radius:20px;
}

body.platform-page .flow-a{left:1%;top:50%;transform:translateY(-50%);}
body.platform-page .flow-b{left:21%;top:29%;}
body.platform-page .flow-c{
  left:50%;
  top:50%;
  width:min(136px,24%)!important;
  min-height:118px!important;
  transform:translate(-50%,-50%);
  border-color:rgba(254,0,0,.16);
  background:linear-gradient(180deg,#FFFFFF,#FFF1F2);
}
body.platform-page .flow-d{right:21%;top:55%;}
body.platform-page .flow-e{right:1%;top:50%;transform:translateY(-50%);}

body.platform-page .platform-side-card{
  width:min(210px,38%);
  padding:14px 15px;
  border-radius:20px;
}

body.platform-page .platform-side-card b{
  margin-top:0;
  font-size:14px;
}

body.platform-page .side-a{left:25%;top:2%;}
body.platform-page .side-b{right:20%;bottom:1%;}

body.platform-page .platform-module{
  width:min(136px,26%);
  min-height:78px;
  display:grid;
  align-content:center;
  padding:12px 13px;
  text-align:center;
  border-radius:20px;
}

body.platform-page .platform-module b{
  margin-top:0;
}

body.platform-page .platform-module.module-a{left:8%;top:2%;}
body.platform-page .platform-module.module-b{right:8%;top:2%;}
body.platform-page .platform-module.module-c{right:0;top:50%;transform:translateY(-50%);}
body.platform-page .platform-module.module-d{right:8%;bottom:2%;}
body.platform-page .platform-module.module-e{left:8%;bottom:2%;}
body.platform-page .platform-module.module-f{left:0;top:50%;transform:translateY(-50%);}

body.platform-page .platform-erp-core{
  width:min(196px,37%);
  min-height:162px;
}

body.platform-page .platform-erp-core b{
  font-size:clamp(16px,1.2vw,20px);
}

@keyframes platformSoftPulse{
  0%,100%{opacity:.55;transform:scale(1);}
  50%{opacity:1;transform:scale(1.035);}
}

@media (prefers-reduced-motion:no-preference){
  body.platform-page .platform-core::after,
  body.platform-page .platform-erp-core::after,
  body.platform-page .platform-flow-step[data-platform-core]::after{
    animation:platformSoftPulse 4.8s ease-in-out infinite;
  }
}

@media (max-width:1180px){
  body.platform-page.route-scroll-page .route-visual-stage.platform-chart-stage{
    min-height:clamp(430px,58vw,560px)!important;
  }
}

@media (max-width:760px){
  body.platform-page.route-scroll-page .route-visual-stage.platform-chart-stage{
    min-height:520px!important;
    padding:15px!important;
  }

  body.platform-page .platform-diagram{
    min-height:410px;
    margin:12px 0;
  }

  body.platform-page .platform-lines{
    opacity:.52;
  }

  body.platform-page .platform-node,
  body.platform-page .platform-module{
    width:42%;
    padding:10px 11px;
    border-radius:16px;
  }

  body.platform-page .platform-source{left:0;}
  body.platform-page .platform-output{right:0;}
  body.platform-page .source-a,
  body.platform-page .output-a{top:5%;}
  body.platform-page .source-b,
  body.platform-page .output-b{top:50%;}
  body.platform-page .source-c,
  body.platform-page .output-c{bottom:5%;}

  body.platform-page .platform-core,
  body.platform-page .platform-erp-core{
    width:150px;
    min-height:126px;
    padding:14px 12px;
    border-radius:24px;
  }

  body.platform-page .platform-wms-flow .platform-flow-step{
    width:40%;
    min-height:76px;
  }

  body.platform-page .flow-a{left:0;top:14%;transform:none;}
  body.platform-page .flow-b{left:auto;right:0;top:14%;}
  body.platform-page .flow-c{left:50%;top:50%;width:142px!important;min-height:106px!important;}
  body.platform-page .flow-d{left:0;right:auto;top:auto;bottom:13%;}
  body.platform-page .flow-e{left:auto;right:0;top:auto;bottom:13%;transform:none;}

  body.platform-page .platform-side-card{
    width:42%;
    padding:11px 12px;
    border-radius:16px;
  }

  body.platform-page .side-a{left:0;top:36%;}
  body.platform-page .side-b{right:0;bottom:36%;}

  body.platform-page .platform-module.module-a{left:0;top:3%;}
  body.platform-page .platform-module.module-b{right:0;top:3%;}
  body.platform-page .platform-module.module-c{right:0;top:50%;}
  body.platform-page .platform-module.module-d{right:0;bottom:3%;}
  body.platform-page .platform-module.module-e{left:0;bottom:3%;}
  body.platform-page .platform-module.module-f{left:0;top:50%;}

  body.platform-page .platform-chart-footer{
    flex-wrap:wrap;
  }
}

@media (max-width:430px){
  body.platform-page.route-scroll-page .route-visual-stage.platform-chart-stage{
    min-height:500px!important;
  }

  body.platform-page .platform-diagram{
    min-height:392px;
  }

  body.platform-page .platform-node span,
  body.platform-page .platform-side-card span,
  body.platform-page .platform-module span{
    display:none;
  }

  body.platform-page .platform-node b,
  body.platform-page .platform-flow-step b,
  body.platform-page .platform-side-card b,
  body.platform-page .platform-module b{
    font-size:12.5px;
  }

  body.platform-page .platform-node small,
  body.platform-page .platform-flow-step small,
  body.platform-page .platform-core small,
  body.platform-page .platform-erp-core small{
    font-size:8.5px;
  }

  body.platform-page .platform-core,
  body.platform-page .platform-erp-core{
    width:132px;
    min-height:112px;
  }

  body.platform-page .platform-chart-footer span{
    font-size:10px;
    white-space:normal;
  }
}

/* v48: reference-inspired Platform diagrams rebuilt from scratch */
body.platform-page.route-scroll-page .route-showcase-stack > .content-panel{
  overflow:visible!important;
}

body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel{
  grid-template-columns:minmax(740px,1.28fr) minmax(0,.72fr)!important;
  min-height:clamp(820px,82vh,980px)!important;
}

body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel:nth-child(even) .route-visual-stage{
  order:1!important;
}

body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel:nth-child(even) .route-content-stage{
  order:2!important;
}

body.platform-page.route-scroll-page #wms .route-content-stage ul{
  grid-template-columns:1fr!important;
}

body.platform-page.route-scroll-page .route-visual-stage.platform-premium-visual{
  --px:50%;
  --py:50%;
  contain:layout paint;
  color:#111827;
  min-height:clamp(500px,42vw,680px)!important;
  border-radius:clamp(26px,2.8vw,38px)!important;
  border:1px solid rgba(254,0,0,.10)!important;
  background:
    radial-gradient(circle at var(--px) var(--py),rgba(255,255,255,.92),transparent 22%),
    radial-gradient(circle at 18% 14%,rgba(254,0,0,.12),transparent 28%),
    radial-gradient(circle at 84% 15%,rgba(124,189,240,.18),transparent 32%),
    radial-gradient(circle at 62% 86%,rgba(24,166,106,.08),transparent 30%),
    linear-gradient(145deg,#FFFFFF 0%,#F8FBFF 52%,#FFF5F6 100%)!important;
  box-shadow:
    0 34px 88px rgba(8,13,26,.105),
    0 12px 34px rgba(254,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
}

body.platform-page.route-scroll-page .route-visual-stage.platform-premium-visual::before{
  background:
    linear-gradient(rgba(8,13,26,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.035) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.76),transparent 62%)!important;
  background-size:36px 36px,36px 36px,100% 100%!important;
  opacity:.78!important;
}

body.platform-page.route-scroll-page #wms .route-visual-stage.platform-cycle-visual{
  min-height:clamp(760px,66vw,900px)!important;
  padding:clamp(18px,2.2vw,28px)!important;
}

body.platform-page .platform-premium-visual .route-visual-kicker span:first-child{
  color:#B90B14!important;
}

body.platform-page .platform-premium-visual .route-visual-kicker span:last-child,
body.platform-page .platform-benefit-row span,
body.platform-page .wms-benefits span{
  color:#354052!important;
  background:rgba(255,255,255,.80)!important;
  border:1px solid rgba(8,13,26,.075)!important;
  box-shadow:0 14px 32px rgba(8,13,26,.06),inset 0 1px 0 rgba(255,255,255,.96);
}

body.platform-page .platform-orbit-board,
body.platform-page .erp-hub-board,
body.platform-page .wms-cycle-board{
  position:relative;
  z-index:2;
  width:100%;
  margin:auto;
}

body.platform-page .platform-orbit-board,
body.platform-page .erp-hub-board{
  min-height:420px;
}

body.platform-page .platform-orbit-lines,
body.platform-page .erp-hub-lines,
body.platform-page .wms-cycle-svg{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
}

body.platform-page .platform-premium-visual .platform-line{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

body.platform-page .platform-overview-chart .platform-line{
  stroke:url(#platformOverviewRing)!important;
}

body.platform-page .platform-erp-chart .platform-line{
  stroke:url(#platformErpHub)!important;
}

body.platform-page .platform-ring-line,
body.platform-page .erp-ring-line{
  stroke-width:4;
  opacity:.88;
  filter:drop-shadow(0 0 14px rgba(254,0,0,.16));
}

body.platform-page .platform-spoke-line,
body.platform-page .erp-spoke-line{
  stroke-width:2.2;
  opacity:.42;
  stroke-dasharray:7 10;
}

body.platform-page .platform-center-anchor,
body.platform-page .erp-core-anchor{
  position:absolute;
  left:50%;
  top:50%;
  z-index:5;
  transform:translate(-50%,-50%);
}

body.platform-page .platform-core-card,
body.platform-page .erp-core-card,
body.platform-page .wms-center-card{
  position:relative;
  display:grid;
  place-items:center;
  width:clamp(156px,13vw,190px);
  min-height:clamp(136px,12vw,164px);
  padding:18px;
  text-align:center;
  border-radius:30px;
  border:1px solid rgba(254,0,0,.16);
  background:
    radial-gradient(circle at 50% 20%,#FFFFFF 0%,#FFF2F3 54%,#F7FBFF 100%);
  box-shadow:0 24px 58px rgba(254,0,0,.13),0 18px 44px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98);
}

body.platform-page .platform-core-card::after,
body.platform-page .erp-core-card::after,
body.platform-page .wms-center-card::after{
  content:"";
  position:absolute;
  inset:-12px;
  z-index:-1;
  border-radius:inherit;
  border:1px solid rgba(254,0,0,.13);
  opacity:.72;
}

body.platform-page .platform-core-card small,
body.platform-page .erp-core-card small,
body.platform-page .wms-center-card small,
body.platform-page .platform-layer-card small,
body.platform-page .erp-module-card small,
body.platform-page .wms-step-card small{
  display:block;
  color:#697386;
  font-size:11px;
  font-weight:750;
  line-height:1.35;
}

body.platform-page .platform-core-card small,
body.platform-page .erp-core-card small,
body.platform-page .wms-center-card small{
  color:#B90B14;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

body.platform-page .platform-core-card b,
body.platform-page .erp-core-card b,
body.platform-page .wms-center-card b,
body.platform-page .platform-layer-card b,
body.platform-page .erp-module-card b,
body.platform-page .wms-step-card b{
  display:block;
  color:#0B1220;
  font-family:var(--font-accent);
  font-weight:900;
  letter-spacing:-.035em;
  line-height:1.05;
}

body.platform-page .platform-core-card b,
body.platform-page .erp-core-card b{
  margin:8px 0 7px;
  font-size:clamp(18px,1.45vw,24px);
}

body.platform-page .platform-orbit-item,
body.platform-page .erp-module{
  position:absolute;
  z-index:4;
  transform:translate(-50%,-50%);
}

body.platform-page .platform-layer-card,
body.platform-page .erp-module-card{
  width:clamp(128px,12vw,166px);
  min-height:92px;
  padding:14px 15px;
  border-radius:22px;
  text-align:left;
  border:1px solid rgba(8,13,26,.075);
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(248,251,255,.78));
  box-shadow:0 18px 44px rgba(8,13,26,.085),inset 0 1px 0 rgba(255,255,255,.95);
}

body.platform-page .platform-layer-card b,
body.platform-page .erp-module-card b{
  margin:8px 0 5px;
  font-size:clamp(15px,1.12vw,18px);
}

body.platform-page .layer-index,
body.platform-page .erp-module-card span,
body.platform-page .step-number{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#FE0000;
  background:linear-gradient(180deg,#FFFFFF,#FFF0F1);
  border:1px solid rgba(254,0,0,.16);
  box-shadow:0 10px 24px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.95);
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:950;
}

body.platform-page .platform-orbit-top{left:50%;top:12%;}
body.platform-page .platform-orbit-right{left:83%;top:38%;}
body.platform-page .platform-orbit-bottom-right{left:72%;top:82%;}
body.platform-page .platform-orbit-bottom-left{left:28%;top:82%;}
body.platform-page .platform-orbit-left{left:17%;top:38%;}

body.platform-page .platform-mini-console{
  position:absolute;
  left:50%;
  bottom:9%;
  z-index:3;
  width:min(230px,42%);
  padding:14px 16px;
  border-radius:22px;
  border:1px solid rgba(8,13,26,.075);
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(245,249,255,.66));
  box-shadow:0 20px 52px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.95);
  transform:translateX(-50%);
}

body.platform-page .platform-mini-console span{
  display:block;
  height:8px;
  margin:7px 0;
  border-radius:999px;
  background:linear-gradient(90deg,#FE0000,#FF747A 48%,rgba(78,141,216,.62));
}

body.platform-page .platform-mini-console span:nth-child(1){width:72%;}
body.platform-page .platform-mini-console span:nth-child(2){width:92%;opacity:.72;}
body.platform-page .platform-mini-console span:nth-child(3){width:58%;opacity:.48;}
body.platform-page .platform-mini-console b{
  display:block;
  margin-top:10px;
  color:#0B1220;
  font-family:var(--font-accent);
  font-size:13px;
  letter-spacing:-.01em;
}

body.platform-page .platform-benefit-row{
  position:relative;
  z-index:6;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

body.platform-page .platform-benefit-row span{
  display:grid;
  place-items:center;
  min-height:44px;
  padding:9px 10px;
  border-radius:16px;
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:900;
  text-align:center;
}

body.platform-page .erp-module-a{left:50%;top:8%;}
body.platform-page .erp-module-b{left:78%;top:22%;}
body.platform-page .erp-module-c{left:86%;top:58%;}
body.platform-page .erp-module-d{left:64%;top:86%;}
body.platform-page .erp-module-e{left:36%;top:86%;}
body.platform-page .erp-module-f{left:14%;top:58%;}
body.platform-page .erp-module-g{left:22%;top:22%;}

body.platform-page .erp-module-card{
  text-align:center;
}

body.platform-page .erp-module-card span{
  margin-inline:auto;
  color:#9B0710;
}

body.platform-page .wms-cycle-board{
  width:min(100%,760px);
  aspect-ratio:1;
  min-height:0;
}

body.platform-page .wms-cycle-svg{
  z-index:1;
  overflow:visible;
}

body.platform-page .wms-cycle-path{
  stroke:url(#wmsCycleStroke)!important;
  stroke-width:5.2;
  opacity:.88;
  filter:drop-shadow(0 0 18px rgba(254,0,0,.20));
}

body.platform-page .wms-radar,
body.platform-page .wms-center{
  position:absolute;
  left:50%;
  top:50%;
  z-index:3;
  transform:translate(-50%,-50%);
}

body.platform-page .wms-radar{
  width:226px;
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(254,0,0,.10);
  background:
    radial-gradient(circle at 50% 50%,rgba(254,0,0,.09),transparent 24%),
    repeating-radial-gradient(circle,rgba(254,0,0,.16) 0 1px,transparent 1px 22px);
  opacity:.88;
}

body.platform-page .wms-radar i,
body.platform-page .wms-radar span{
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
}

body.platform-page .wms-radar i:nth-child(1){width:54px;height:54px;border:12px solid rgba(254,0,0,.14);}
body.platform-page .wms-radar i:nth-child(2){width:110px;height:110px;border:1px dashed rgba(254,0,0,.26);}
body.platform-page .wms-radar i:nth-child(3){width:178px;height:178px;border:1px dashed rgba(254,0,0,.18);}
body.platform-page .wms-radar span{
  width:18px;
  height:18px;
  background:#FE0000;
  box-shadow:0 0 0 9px rgba(254,0,0,.11),0 0 28px rgba(254,0,0,.28);
}

body.platform-page .wms-center{
  z-index:5;
}

body.platform-page .wms-center-card{
  width:236px;
  min-height:154px;
}

body.platform-page .wms-center-card b{
  margin:8px 0 8px;
  color:#FE0000;
  font-size:clamp(58px,5.2vw,76px);
  letter-spacing:-.085em;
  white-space:nowrap;
}

body.platform-page .wms-step{
  position:absolute;
  z-index:6;
  width:clamp(138px,11.6vw,150px);
  transform:translate(-50%,-50%);
}

body.platform-page .wms-step-card{
  position:relative;
  min-height:136px;
  padding:10px 11px 12px;
  border-radius:21px;
  border:1px solid rgba(254,0,0,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,244,245,.72));
  box-shadow:0 22px 54px rgba(8,13,26,.10),0 12px 28px rgba(254,0,0,.07),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(14px) saturate(1.08);
  -webkit-backdrop-filter:blur(14px) saturate(1.08);
}

body.platform-page .wms-step-card .step-number{
  position:absolute;
  left:10px;
  top:10px;
  width:34px;
  height:34px;
  font-size:11px;
}

body.platform-page .wms-step-card b{
  margin:6px 0 4px;
  font-size:clamp(13px,.92vw,15px);
}

body.platform-page .wms-step-card small{
  font-size:10px;
}

body.platform-page .step-art{
  position:relative;
  width:72px;
  height:45px;
  margin:0 0 10px auto;
  transform:scale(.76) translateZ(0);
  transform-origin:right top;
}

body.platform-page .step-art i,
body.platform-page .step-art::before,
body.platform-page .step-art::after{
  content:"";
  position:absolute;
  display:block;
}

body.platform-page .art-boxes i{
  width:26px;
  height:22px;
  border-radius:4px;
  background:linear-gradient(145deg,#FFD18A,#D8842F);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 8px 16px rgba(152,83,24,.16);
}

body.platform-page .art-boxes i:nth-child(1){left:35px;top:0;}
body.platform-page .art-boxes i:nth-child(2){left:20px;top:18px;}
body.platform-page .art-boxes i:nth-child(3){left:50px;top:18px;}
body.platform-page .art-boxes i:nth-child(4){left:5px;top:36px;}
body.platform-page .art-boxes i:nth-child(5){left:35px;top:36px;}

body.platform-page .art-truck::before{
  left:14px;
  top:18px;
  width:58px;
  height:30px;
  border-radius:5px 5px 3px 3px;
  background:linear-gradient(145deg,#FFFFFF,#DDE5EF);
  border:1px solid rgba(8,13,26,.11);
}

body.platform-page .art-truck::after{
  left:66px;
  top:25px;
  width:23px;
  height:23px;
  border-radius:5px 9px 5px 3px;
  background:linear-gradient(145deg,#F8FAFC,#C9D3DF);
  border:1px solid rgba(8,13,26,.10);
}

body.platform-page .art-truck i:nth-child(1),
body.platform-page .art-truck i:nth-child(2){
  bottom:4px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#111827;
  box-shadow:inset 0 0 0 4px #6B7280;
}

body.platform-page .art-truck i:nth-child(1){left:24px;}
body.platform-page .art-truck i:nth-child(2){right:12px;}
body.platform-page .art-truck i:nth-child(3){
  left:23px;
  top:24px;
  width:20px;
  height:18px;
  border-radius:4px;
  background:linear-gradient(145deg,#FFD18A,#D8842F);
}

body.platform-page .art-forklift::before{
  left:26px;
  bottom:12px;
  width:48px;
  height:28px;
  border-radius:8px 8px 5px 5px;
  background:linear-gradient(145deg,#FE0000,#A90B12);
}

body.platform-page .art-forklift::after{
  right:9px;
  top:4px;
  width:7px;
  height:48px;
  border-radius:5px;
  background:#171923;
}

body.platform-page .art-forklift i:nth-child(1){
  right:0;
  bottom:13px;
  width:36px;
  height:5px;
  border-radius:999px;
  background:#171923;
}

body.platform-page .art-forklift i:nth-child(2),
body.platform-page .art-forklift i:nth-child(3){
  bottom:2px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#111827;
  box-shadow:inset 0 0 0 4px #6B7280;
}

body.platform-page .art-forklift i:nth-child(2){left:32px;}
body.platform-page .art-forklift i:nth-child(3){left:62px;}
body.platform-page .art-forklift i:nth-child(4){
  right:12px;
  top:22px;
  width:24px;
  height:20px;
  border-radius:4px;
  background:linear-gradient(145deg,#FFD18A,#D8842F);
}

body.platform-page .art-monitor::before{
  left:14px;
  top:4px;
  width:66px;
  height:39px;
  border-radius:7px;
  background:linear-gradient(145deg,#FFFFFF,#DDE8F5);
  border:3px solid #111827;
}

body.platform-page .art-monitor::after{
  left:40px;
  bottom:2px;
  width:16px;
  height:16px;
  border-radius:2px;
  background:#111827;
}

body.platform-page .art-monitor i:nth-child(1),
body.platform-page .art-monitor i:nth-child(2),
body.platform-page .art-monitor i:nth-child(3){
  left:25px;
  height:4px;
  border-radius:999px;
  background:#FE0000;
}

body.platform-page .art-monitor i:nth-child(1){top:16px;width:42px;}
body.platform-page .art-monitor i:nth-child(2){top:25px;width:30px;opacity:.7;}
body.platform-page .art-monitor i:nth-child(3){top:34px;width:50px;opacity:.45;}

body.platform-page .art-replenish::before,
body.platform-page .art-replenish::after{
  left:10px;
  width:70px;
  height:7px;
  border-radius:999px;
  background:#111827;
}

body.platform-page .art-replenish::before{top:15px;}
body.platform-page .art-replenish::after{top:42px;}
body.platform-page .art-replenish i{
  width:20px;
  height:18px;
  border-radius:4px;
  background:linear-gradient(145deg,#FFD18A,#D8842F);
}

body.platform-page .art-replenish i:nth-child(1){left:16px;top:21px;}
body.platform-page .art-replenish i:nth-child(2){left:42px;top:21px;}
body.platform-page .art-replenish i:nth-child(3){left:62px;top:21px;}

body.platform-page .art-picker::before{
  left:16px;
  top:3px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#FE0000;
}

body.platform-page .art-picker::after{
  left:21px;
  top:18px;
  width:10px;
  height:31px;
  border-radius:8px;
  background:#B90B14;
}

body.platform-page .art-picker i:nth-child(1){
  left:42px;
  bottom:5px;
  width:42px;
  height:24px;
  border-radius:7px;
  border:3px solid #111827;
  border-top:0;
}

body.platform-page .art-picker i:nth-child(2),
body.platform-page .art-picker i:nth-child(3){
  bottom:0;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#111827;
}

body.platform-page .art-picker i:nth-child(2){left:44px;}
body.platform-page .art-picker i:nth-child(3){left:75px;}

body.platform-page .art-printer::before{
  left:18px;
  top:15px;
  width:62px;
  height:34px;
  border-radius:9px;
  background:linear-gradient(145deg,#222936,#0B1220);
}

body.platform-page .art-printer::after{
  left:28px;
  top:39px;
  width:42px;
  height:18px;
  border-radius:2px;
  background:#FFFFFF;
  box-shadow:inset 0 -10px 0 rgba(226,232,240,.8);
}

body.platform-page .art-printer i:nth-child(1),
body.platform-page .art-printer i:nth-child(2),
body.platform-page .art-printer i:nth-child(3){
  left:34px;
  height:2px;
  border-radius:999px;
  background:#FE0000;
}

body.platform-page .art-printer i:nth-child(1){top:43px;width:30px;}
body.platform-page .art-printer i:nth-child(2){top:49px;width:22px;opacity:.65;}
body.platform-page .art-printer i:nth-child(3){top:21px;left:64px;width:6px;height:6px;border-radius:50%;}

body.platform-page .art-package::before{
  left:26px;
  top:11px;
  width:44px;
  height:40px;
  border-radius:7px;
  background:linear-gradient(145deg,#FFD18A,#D8842F);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 10px 20px rgba(152,83,24,.16);
}

body.platform-page .art-package::after{
  left:46px;
  top:11px;
  width:4px;
  height:40px;
  background:rgba(125,73,25,.18);
}

body.platform-page .art-package i{
  width:18px;
  height:18px;
  border-radius:50%;
  border:2px solid #FE0000;
}

body.platform-page .art-package i:nth-child(1){left:12px;top:8px;}
body.platform-page .art-package i:nth-child(2){right:8px;bottom:8px;}
body.platform-page .art-package i:nth-child(3){left:10px;bottom:12px;width:28px;height:4px;border:0;border-radius:999px;background:#FE0000;}

body.platform-page .art-dispatch::before{
  left:9px;
  top:20px;
  width:63px;
  height:28px;
  border-radius:5px;
  background:linear-gradient(145deg,#FFFFFF,#DDE5EF);
  border:1px solid rgba(8,13,26,.11);
}

body.platform-page .art-dispatch::after{
  left:67px;
  top:27px;
  width:22px;
  height:20px;
  border-radius:4px 8px 4px 3px;
  background:linear-gradient(145deg,#FE0000,#B90B14);
}

body.platform-page .art-dispatch i:nth-child(1),
body.platform-page .art-dispatch i:nth-child(2){
  bottom:4px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#111827;
  box-shadow:inset 0 0 0 4px #6B7280;
}

body.platform-page .art-dispatch i:nth-child(1){left:20px;}
body.platform-page .art-dispatch i:nth-child(2){right:12px;}
body.platform-page .art-dispatch i:nth-child(3){
  left:10px;
  top:8px;
  width:42px;
  height:4px;
  border-radius:999px;
  background:#FE0000;
  box-shadow:10px 9px 0 rgba(254,0,0,.42);
}

body.platform-page .wms-step-01{left:50%;top:11%;}
body.platform-page .wms-step-02{left:80%;top:21%;}
body.platform-page .wms-step-03{left:87%;top:47%;}
body.platform-page .wms-step-04{left:80%;top:73%;}
body.platform-page .wms-step-05{left:56%;top:87%;}
body.platform-page .wms-step-06{left:29%;top:83%;}
body.platform-page .wms-step-07{left:14%;top:64%;}
body.platform-page .wms-step-08{left:14%;top:40%;}
body.platform-page .wms-step-09{left:23%;top:20%;}

body.platform-page .wms-benefits{
  position:relative;
  z-index:7;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

body.platform-page .wms-benefits span{
  position:relative;
  min-height:66px;
  padding:12px 9px 12px 40px;
  border-radius:20px;
}

body.platform-page .wms-benefits span::before{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:18px;
  height:18px;
  border-radius:50%;
  transform:translateY(-50%);
  background:#FE0000;
  box-shadow:0 0 0 8px rgba(254,0,0,.10),inset 0 0 0 6px rgba(255,255,255,.34);
}

body.platform-page .wms-benefits b,
body.platform-page .wms-benefits small{
  display:block;
}

body.platform-page .wms-benefits b{
  color:#0B1220;
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

body.platform-page .wms-benefits small{
  margin-top:4px;
  color:#667085;
  font-size:10px;
  font-weight:700;
  line-height:1.25;
}

@keyframes platformRingBreath{
  0%,100%{opacity:.62;transform:scale(1);}
  50%{opacity:1;transform:scale(1.035);}
}

@keyframes wmsRadarPing{
  0%,100%{opacity:.58;transform:translate(-50%,-50%) scale(.97);}
  50%{opacity:1;transform:translate(-50%,-50%) scale(1.04);}
}

@media (prefers-reduced-motion:no-preference){
  body.platform-page .platform-core-card::after,
  body.platform-page .erp-core-card::after,
  body.platform-page .wms-center-card::after{
    animation:platformRingBreath 4.8s ease-in-out infinite;
  }

  body.platform-page .wms-radar i{
    animation:wmsRadarPing 4.6s ease-in-out infinite;
  }

  body.platform-page .wms-radar i:nth-child(2){animation-delay:.55s;}
  body.platform-page .wms-radar i:nth-child(3){animation-delay:1.1s;}
}

@media (max-width:1280px){
  body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel{
    grid-template-columns:minmax(650px,1.18fr) minmax(0,.82fr)!important;
  }

  body.platform-page .wms-step{
    width:clamp(126px,11.5vw,142px);
  }

  body.platform-page .wms-step-card{
    min-height:128px;
    padding:9px 10px 11px;
  }

  body.platform-page .step-art{
    width:72px;
    transform:scale(.68);
    transform-origin:right top;
  }
}

@media (max-width:1180px){
  body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel,
  body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel:nth-child(even){
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }

  body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel:nth-child(even) .route-visual-stage,
  body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel:nth-child(even) .route-content-stage{
    order:initial!important;
  }

  body.platform-page.route-scroll-page #wms .route-visual-stage.platform-cycle-visual{
    min-height:clamp(720px,88vw,860px)!important;
  }
}

@media (max-width:760px){
  body.platform-page.route-scroll-page .route-visual-stage.platform-premium-visual,
  body.platform-page.route-scroll-page #wms .route-visual-stage.platform-cycle-visual{
    min-height:auto!important;
    padding:16px!important;
  }

  body.platform-page .platform-orbit-board,
  body.platform-page .erp-hub-board{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:10px;
  }

  body.platform-page .platform-orbit-lines,
  body.platform-page .erp-hub-lines{
    display:none;
  }

  body.platform-page .platform-center-anchor,
  body.platform-page .erp-core-anchor,
  body.platform-page .platform-orbit-item,
  body.platform-page .erp-module,
  body.platform-page .platform-mini-console{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    transform:none!important;
  }

  body.platform-page .platform-core-card,
  body.platform-page .erp-core-card,
  body.platform-page .platform-layer-card,
  body.platform-page .erp-module-card,
  body.platform-page .platform-mini-console{
    width:100%;
    min-height:auto;
  }

  body.platform-page .platform-benefit-row{
    grid-template-columns:1fr;
  }

  body.platform-page .wms-cycle-board{
    width:100%;
    aspect-ratio:auto;
    display:grid;
    gap:10px;
    margin-top:12px;
  }

  body.platform-page .wms-cycle-svg,
  body.platform-page .wms-radar{
    display:none;
  }

  body.platform-page .wms-center,
  body.platform-page .wms-step{
    position:relative;
    left:auto!important;
    top:auto!important;
    width:100%!important;
    transform:none!important;
  }

  body.platform-page .wms-center-card{
    width:100%;
    min-height:auto;
    display:block;
    padding:20px;
  }

  body.platform-page .wms-center-card b{
    font-size:46px;
  }

  body.platform-page .wms-step-card{
    min-height:0;
    display:grid;
    grid-template-columns:48px 86px minmax(0,1fr);
    align-items:center;
    gap:10px;
    padding:12px;
  }

  body.platform-page .wms-step-card .step-number{
    position:static;
  }

  body.platform-page .step-art{
    margin:0;
    transform:scale(.78);
    transform-origin:left center;
  }

  body.platform-page .wms-step-card b{
    margin:0 0 4px;
  }

  body.platform-page .wms-step-card b,
  body.platform-page .wms-step-card small{
    grid-column:3;
    min-width:0;
  }

  body.platform-page .wms-benefits{
    grid-template-columns:1fr;
  }
}

@media (max-width:430px){
  body.platform-page .wms-step-card{
    grid-template-columns:42px minmax(0,1fr);
  }

  body.platform-page .wms-step-card .step-art{
    display:none;
  }

  body.platform-page .wms-step-card b,
  body.platform-page .wms-step-card small{
    grid-column:2;
  }

  body.platform-page .wms-center-card b{
    font-size:40px;
  }

  body.platform-page .wms-benefits span{
    min-height:58px;
  }
}

/* v49: WMS diagram reset - clean, readable workflow map */
body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel{
  grid-template-columns:minmax(660px,1.12fr) minmax(0,.88fr)!important;
  min-height:auto!important;
}

body.platform-page.route-scroll-page #wms .route-visual-stage.platform-cycle-visual{
  min-height:820px!important;
}

body.platform-page .wms-clean-map{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-rows:360px auto auto;
  gap:14px;
  width:100%;
  margin:auto 0;
}

body.platform-page .wms-cycle-hero{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 48%,rgba(254,0,0,.08),transparent 35%),
    radial-gradient(circle at 18% 18%,rgba(254,0,0,.08),transparent 30%),
    radial-gradient(circle at 84% 16%,rgba(124,189,240,.20),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.84),rgba(248,251,255,.62));
  border:1px solid rgba(254,0,0,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 18px 46px rgba(8,13,26,.065);
}

body.platform-page .wms-clean-svg{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
}

body.platform-page .wms-clean-ring{
  stroke:url(#wmsCleanStroke)!important;
  stroke-width:5;
  opacity:.9;
  filter:drop-shadow(0 0 14px rgba(254,0,0,.17));
}

body.platform-page .wms-clean-ring-soft{
  stroke:rgba(254,0,0,.18)!important;
  stroke-width:1.6;
  stroke-dasharray:4 9;
}

body.platform-page .wms-clean-spoke{
  stroke:rgba(8,13,26,.12)!important;
  stroke-width:1.6;
  stroke-dasharray:5 9;
}

body.platform-page .wms-clean-core{
  position:absolute;
  left:50%;
  top:50%;
  z-index:4;
  display:grid;
  place-items:center;
  width:176px;
  min-height:124px;
  padding:16px;
  text-align:center;
  border-radius:30px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(254,0,0,.16);
  background:linear-gradient(180deg,#FFFFFF,#FFF3F4);
  box-shadow:0 24px 58px rgba(254,0,0,.12),0 18px 42px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98);
}

body.platform-page .wms-clean-core::after{
  content:"";
  position:absolute;
  inset:-12px;
  z-index:-1;
  border-radius:inherit;
  border:1px solid rgba(254,0,0,.13);
}

body.platform-page .wms-clean-core small{
  color:#B90B14;
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}

body.platform-page .wms-clean-core b{
  display:block;
  margin:4px 0 5px;
  color:#FE0000;
  font-family:var(--font-accent);
  font-size:52px;
  font-weight:950;
  letter-spacing:-.085em;
  line-height:.9;
}

body.platform-page .wms-clean-core span{
  color:#344052;
  font-size:15px;
  line-height:1.25;
}

body.platform-page .wms-cycle-dot{
  display:none;
  position:absolute;
  z-index:5;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:#FE0000;
  background:linear-gradient(180deg,#FFFFFF,#FFF0F1);
  border:1px solid rgba(254,0,0,.18);
  box-shadow:0 12px 28px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.96);
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:950;
  transform:translate(-50%,-50%);
}

body.platform-page .dot-01{left:50%;top:9%;}
body.platform-page .dot-02{left:76%;top:20%;}
body.platform-page .dot-03{left:84%;top:42%;}
body.platform-page .dot-04{left:80%;top:68%;}
body.platform-page .dot-05{left:62%;top:86%;}
body.platform-page .dot-06{left:38%;top:86%;}
body.platform-page .dot-07{left:20%;top:68%;}
body.platform-page .dot-08{left:16%;top:42%;}
body.platform-page .dot-09{left:24%;top:20%;}

body.platform-page .wms-clean-callout{
  display:none;
  position:absolute;
  z-index:4;
  width:176px;
  padding:13px 14px;
  border-radius:20px;
  border:1px solid rgba(8,13,26,.075);
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(248,251,255,.76));
  box-shadow:0 18px 42px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.95);
}

body.platform-page .wms-clean-callout b{
  display:block;
  color:#0B1220;
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:900;
  letter-spacing:-.02em;
}

body.platform-page .wms-clean-callout span{
  display:block;
  margin-top:5px;
  color:#667085;
  font-size:11px;
  font-weight:700;
  line-height:1.35;
}

body.platform-page .callout-left{left:24px;bottom:24px;}
body.platform-page .callout-right{right:24px;top:24px;}

body.platform-page .wms-step-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

body.platform-page .wms-flow-card{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:10px;
  min-height:92px;
  padding:13px 13px 12px;
  border-radius:20px;
  border:1px solid rgba(254,0,0,.10);
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,247,248,.72));
  box-shadow:0 16px 36px rgba(8,13,26,.06),inset 0 1px 0 rgba(255,255,255,.96);
}

body.platform-page .wms-flow-card span{
  grid-row:1 / 3;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  color:#FE0000;
  background:#FFFFFF;
  border:1px solid rgba(254,0,0,.18);
  box-shadow:0 8px 18px rgba(254,0,0,.09);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:950;
}

body.platform-page .wms-flow-card b{
  color:#0B1220;
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:900;
  letter-spacing:-.015em;
  line-height:1.1;
}

body.platform-page .wms-flow-card small{
  align-self:end;
  margin-top:5px;
  color:#667085;
  font-size:10.5px;
  font-weight:700;
  line-height:1.35;
}

body.platform-page .wms-benefit-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

body.platform-page .wms-benefit-strip span{
  position:relative;
  min-height:58px;
  padding:11px 11px 11px 42px;
  border-radius:18px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 14px 34px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.96);
}

body.platform-page .wms-benefit-strip span::before{
  content:"";
  position:absolute;
  left:13px;
  top:50%;
  width:17px;
  height:17px;
  border-radius:50%;
  transform:translateY(-50%);
  background:#FE0000;
  box-shadow:0 0 0 8px rgba(254,0,0,.10),inset 0 0 0 5px rgba(255,255,255,.30);
}

body.platform-page .wms-benefit-strip b,
body.platform-page .wms-benefit-strip small{
  display:block;
}

body.platform-page .wms-benefit-strip b{
  color:#0B1220;
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:900;
}

body.platform-page .wms-benefit-strip small{
  margin-top:3px;
  color:#667085;
  font-size:10px;
  font-weight:700;
}

@media (prefers-reduced-motion:no-preference){
  body.platform-page .wms-clean-core::after{
    animation:platformRingBreath 4.8s ease-in-out infinite;
  }
}

@media (max-width:1280px){
  body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel{
    grid-template-columns:minmax(600px,1.05fr) minmax(0,.95fr)!important;
  }

  body.platform-page .wms-step-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.platform-page.route-scroll-page #wms .route-visual-stage.platform-cycle-visual{
    min-height:920px!important;
  }
}

@media (max-width:1180px){
  body.platform-page.route-scroll-page .route-showcase-stack > #wms.content-panel{
    grid-template-columns:1fr!important;
  }

  body.platform-page.route-scroll-page #wms .route-visual-stage.platform-cycle-visual{
    min-height:auto!important;
  }
}

@media (max-width:760px){
  body.platform-page .wms-clean-map{
    grid-template-rows:auto auto auto;
  }

  body.platform-page .wms-cycle-hero{
    min-height:300px;
  }

  body.platform-page .wms-clean-callout{
    display:none;
  }

  body.platform-page .wms-clean-core{
    width:180px;
    min-height:126px;
  }

  body.platform-page .wms-clean-core b{
    font-size:50px;
  }

  body.platform-page .wms-cycle-dot{
    width:34px;
    height:34px;
    font-size:10px;
  }

  body.platform-page .wms-step-grid,
  body.platform-page .wms-benefit-strip{
    grid-template-columns:1fr;
  }
}

/* v56: light TechConnect-inspired connectivity visual for Services > IoT only */
.services-page [data-visual="iot"] .service-connectivity-card{
  --connect-red:#F30307;
  --connect-coral:#EC3B43;
  --connect-white:#FEFEFE;
  position:relative;
  width:100%;
  min-height:clamp(430px,44vw,560px)!important;
  overflow:hidden;
  isolation:isolate;
  border-radius:34px!important;
  color:#111827;
  background:
    linear-gradient(135deg,rgba(254,254,254,.99),rgba(255,244,245,.94) 52%,rgba(254,254,254,.98)),
    linear-gradient(180deg,#FEFEFE,#fff7f7)!important;
  border:1px solid rgba(243,3,7,.14)!important;
  box-shadow:
    0 26px 70px rgba(8,13,26,.11),
    0 16px 44px rgba(243,3,7,.10),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
}

.services-page [data-visual="iot"] .service-connectivity-card::before{
  content:"";
  position:absolute;
  inset:22px;
  z-index:0;
  border-radius:28px;
  border:1px solid rgba(243,3,7,.08);
  background:
    linear-gradient(90deg,rgba(243,3,7,.075) 1px,transparent 1px),
    linear-gradient(180deg,rgba(243,3,7,.055) 1px,transparent 1px);
  background-size:38px 38px;
  opacity:.5;
  pointer-events:none;
}

.services-page [data-visual="iot"] .service-connectivity-card::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  z-index:0;
  width:430px;
  height:430px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(236,59,67,.13),rgba(243,3,7,.055) 42%,transparent 66%);
  box-shadow:0 0 0 74px rgba(243,3,7,.028);
  pointer-events:none;
}

.services-page .service-connectivity-canvas,
.services-page .service-connectivity-grid,
.services-page .service-connectivity-ring{
  position:absolute;
  pointer-events:none;
}

.services-page .service-connectivity-canvas{
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
}

.services-page .service-connectivity-grid{
  inset:0;
  z-index:2;
  background:
    linear-gradient(115deg,transparent 0 38%,rgba(243,3,7,.12) 50%,transparent 62%),
    linear-gradient(180deg,rgba(254,254,254,0),rgba(254,254,254,.72) 86%,#FEFEFE);
  opacity:.74;
  mix-blend-mode:multiply;
}

.services-page .service-connectivity-ring{
  left:50%;
  top:50%;
  z-index:2;
  border-radius:50%;
  border:1px dashed rgba(243,3,7,.23);
  transform:translate(-50%,-50%);
}

.services-page .service-connectivity-ring.ring-one{
  width:292px;
  height:292px;
}

.services-page .service-connectivity-ring.ring-two{
  width:420px;
  height:420px;
  border-color:rgba(236,59,67,.15);
}

.services-page .service-connectivity-toolbar,
.services-page .service-connectivity-core,
.services-page .service-connectivity-node,
.services-page .service-connectivity-status{
  position:absolute;
  z-index:5;
  background:rgba(254,254,254,.9);
  border:1px solid rgba(243,3,7,.13);
  box-shadow:
    0 18px 48px rgba(8,13,26,.10),
    inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter:blur(18px);
}

.services-page .service-connectivity-toolbar{
  left:24px;
  right:24px;
  top:24px;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 16px;
  border-radius:18px;
}

.services-page .service-connectivity-toolbar span,
.services-page .service-connectivity-toolbar b,
.services-page .service-connectivity-status span,
.services-page .service-connectivity-status b{
  font-family:var(--font-accent);
  letter-spacing:0;
}

.services-page .service-connectivity-toolbar span,
.services-page .service-connectivity-status span{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#182033;
  font-size:13px;
  font-weight:900;
}

.services-page .service-connectivity-toolbar i,
.services-page .service-connectivity-status i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#F30307;
  box-shadow:0 0 0 8px rgba(243,3,7,.10);
}

.services-page .service-connectivity-toolbar b,
.services-page .service-connectivity-status b{
  color:#F30307;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

.services-page .service-connectivity-core{
  left:50%;
  top:50%;
  width:214px;
  min-height:140px;
  display:grid;
  place-items:center;
  align-content:center;
  text-align:center;
  gap:7px;
  padding:22px;
  border-radius:32px;
  transform:translate(-50%,-50%);
  background:linear-gradient(145deg,#FEFEFE,#fff1f2 58%,#FEFEFE);
  border-color:rgba(243,3,7,.20);
  box-shadow:
    0 28px 70px rgba(243,3,7,.17),
    0 18px 44px rgba(8,13,26,.11),
    inset 0 1px 0 rgba(255,255,255,1);
}

.services-page .service-connectivity-core small,
.services-page .service-connectivity-core span{
  font-family:var(--font-accent);
  letter-spacing:0;
}

.services-page .service-connectivity-core small{
  color:#F30307;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}

.services-page .service-connectivity-core strong{
  max-width:178px;
  color:#F30307;
  font-size:27px;
  line-height:1.02;
  letter-spacing:0;
}

.services-page .service-connectivity-core span{
  color:#465369;
  font-size:12px;
  font-weight:800;
}

.services-page .service-connectivity-node{
  width:150px;
  min-height:108px;
  padding:15px 16px;
  border-radius:20px;
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.services-page .service-connectivity-node::before{
  content:"";
  position:absolute;
  right:15px;
  top:15px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#F30307;
  box-shadow:0 0 0 8px rgba(243,3,7,.09);
}

.services-page .service-connectivity-node small{
  display:inline-grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  color:#F30307;
  background:#FEFEFE;
  border:1px solid rgba(243,3,7,.18);
  font-family:var(--font-accent);
  font-size:10px;
  font-weight:950;
  letter-spacing:0;
}

.services-page .service-connectivity-node b{
  display:block;
  margin-top:13px;
  color:#111827;
  font-size:18px;
  line-height:1.05;
  letter-spacing:0;
}

.services-page .service-connectivity-node span{
  display:block;
  margin-top:7px;
  color:#5B6677;
  font-size:12px;
  line-height:1.35;
  letter-spacing:0;
}

.services-page .service-connectivity-node:hover{
  transform:translateY(-6px);
  border-color:rgba(243,3,7,.28);
  box-shadow:
    0 26px 58px rgba(8,13,26,.12),
    0 14px 36px rgba(243,3,7,.12),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.services-page .node-gps{left:18px;top:118px;}
.services-page .node-gsr{right:18px;top:132px;}
.services-page .node-edge{left:20px;bottom:112px;}
.services-page .node-dashboard{right:20px;bottom:126px;}

.services-page .service-connectivity-status{
  left:50%;
  right:auto;
  bottom:24px;
  width:min(430px,calc(100% - 48px));
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  border-radius:18px;
  transform:translateX(-50%);
}

@media (prefers-reduced-motion:no-preference){
  .services-page .service-connectivity-ring.ring-one{animation:slowSpin 18s linear infinite;}
  .services-page .service-connectivity-ring.ring-two{animation:slowSpin 30s linear reverse infinite;}
  .services-page .service-connectivity-node{animation:connectivityServiceFloat 5.8s ease-in-out infinite;}
  .services-page .node-gsr{animation-delay:-1.1s;}
  .services-page .node-edge{animation-delay:-2.2s;}
  .services-page .node-dashboard{animation-delay:-3.1s;}
}

@keyframes connectivityServiceFloat{
  0%,100%{translate:0 0;}
  50%{translate:0 -9px;}
}

@media (max-width:1180px){
  .services-page [data-visual="iot"] .service-connectivity-card{
    min-height:620px!important;
  }
}

@media (max-width:760px){
  .services-page [data-visual="iot"] .service-connectivity-card{
    min-height:auto!important;
    display:grid;
    gap:12px;
    padding:18px;
    border-radius:28px!important;
  }

  .services-page [data-visual="iot"] .service-connectivity-card::before{
    inset:12px;
    border-radius:20px;
    background-size:30px 30px;
  }

  .services-page [data-visual="iot"] .service-connectivity-card::after{
    width:300px;
    height:300px;
    top:170px;
  }

  .services-page .service-connectivity-toolbar,
  .services-page .service-connectivity-core,
  .services-page .service-connectivity-node,
  .services-page .service-connectivity-status{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:100%;
    min-width:0;
    transform:none;
  }

  .services-page .service-connectivity-toolbar,
  .services-page .service-connectivity-status{
    display:grid;
    justify-items:start;
  }

  .services-page .service-connectivity-core{
    min-height:138px;
  }

  .services-page .service-connectivity-core strong{
    max-width:none;
    font-size:27px;
  }
}

/* Platform route with nested category groups */
body.category-page.route-scroll-page .route-content-stage::before{
  content:"Platform categories"!important;
}

body.category-page.route-scroll-page .route-showcase-stack > .category-panel{
  grid-template-columns:minmax(380px,.95fr) minmax(0,1.05fr)!important;
  min-height:clamp(600px,62vh,760px)!important;
}

body.category-page .category-hero-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

body.category-page .route-hero p span{
  display:block;
}

body.category-page .category-visual-stage{
  color:#101828;
  min-height:clamp(430px,38vw,560px)!important;
  border:1px solid rgba(8,13,26,.08)!important;
  background:
    radial-gradient(circle at 18% 16%,rgba(254,0,0,.14),transparent 31%),
    radial-gradient(circle at 82% 14%,rgba(37,99,235,.16),transparent 33%),
    radial-gradient(circle at 68% 86%,rgba(22,163,74,.12),transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f7fbff 52%,#fff6f7 100%)!important;
  box-shadow:0 30px 84px rgba(8,13,26,.11),inset 0 1px 0 rgba(255,255,255,.95)!important;
}

body.category-page .category-visual-stage::before{
  background:
    linear-gradient(rgba(8,13,26,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.035) 1px,transparent 1px)!important;
  background-size:36px 36px!important;
  opacity:.7!important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.12))!important;
  -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.12))!important;
}

body.category-page .category-visual-stage .route-visual-kicker span:first-child{
  color:#9b0710!important;
}

body.category-page .category-visual-stage .route-visual-kicker span:last-child,
body.category-page .category-visual-footer span{
  color:#344052!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(8,13,26,.08)!important;
  box-shadow:0 10px 24px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.9);
}

body.category-page .category-orbit-visual{
  position:relative;
  z-index:2;
  flex:1;
  min-height:360px;
  margin:20px 0;
}

body.category-page .category-orbit-visual::before,
body.category-page .category-orbit-visual::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:min(78%,390px);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(254,0,0,.16);
  transform:translate(-50%,-50%);
  box-shadow:inset 0 0 54px rgba(254,0,0,.045);
}

body.category-page .category-orbit-visual::after{
  width:min(56%,280px);
  border-color:rgba(37,99,235,.14);
}

body.category-page .category-core-mark{
  position:absolute;
  left:50%;
  top:50%;
  z-index:4;
  display:grid;
  place-items:center;
  width:clamp(150px,13vw,190px);
  min-height:140px;
  padding:18px;
  text-align:center;
  border-radius:30px;
  background:radial-gradient(circle at 50% 15%,#fff,#fff2f3 58%,#f7fbff 100%);
  border:1px solid rgba(254,0,0,.16);
  box-shadow:0 24px 58px rgba(254,0,0,.12),0 18px 44px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98);
  transform:translate(-50%,-50%);
}

body.category-page .category-core-mark small,
body.category-page .category-core-mark span{
  color:#697386;
  font-size:11px;
  font-weight:800;
}

body.category-page .category-core-mark small{
  color:#b90b14;
  font-family:var(--font-accent);
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

body.category-page .category-core-mark b{
  color:#0b1220;
  font-family:var(--font-accent);
  font-size:clamp(22px,2vw,30px);
  font-weight:900;
  letter-spacing:-.035em;
}

body.category-page .category-node{
  position:absolute;
  z-index:5;
  display:grid;
  place-items:center;
  min-width:112px;
  max-width:180px;
  min-height:48px;
  padding:10px 14px;
  border-radius:18px;
  color:#172033;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(248,251,255,.80));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 16px 40px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.95);
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:900;
  line-height:1.18;
  text-align:center;
  transform:translate(-50%,-50%);
}

body.category-page .node-a{left:50%;top:8%;}
body.category-page .node-b{left:80%;top:22%;}
body.category-page .node-c{left:88%;top:50%;}
body.category-page .node-d{left:78%;top:76%;}
body.category-page .node-e{left:50%;top:93%;}
body.category-page .node-f{left:22%;top:76%;}
body.category-page .node-g{left:12%;top:50%;}
body.category-page .node-h{left:20%;top:22%;}

body.category-page .category-visual-footer{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

body.category-page .category-visual-footer span{
  padding:9px 11px;
  border-radius:999px;
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:850;
}

body.category-page .category-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

body.category-page .category-list li{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:88px;
  padding:14px;
  scroll-margin-top:150px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.64));
  border:1px solid rgba(8,13,26,.08);
  box-shadow:0 12px 30px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.92);
}

body.category-page .category-list li::before{
  content:none!important;
}

body.category-page .category-list li:target{
  border-color:rgba(254,0,0,.32);
  box-shadow:0 18px 44px rgba(254,0,0,.16),inset 0 1px 0 rgba(255,255,255,.95);
}

body.category-page .category-list .category-index{
  display:grid;
  place-items:center;
  flex:0 0 38px;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#fe0000;
  background:linear-gradient(180deg,#fff,#fff0f1);
  border:1px solid rgba(254,0,0,.16);
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:950;
}

body.category-page .category-copy{
  display:grid;
  gap:6px;
  min-width:0;
}

body.category-page .category-list strong{
  color:#0b1220;
  font-family:var(--font-accent);
  font-size:clamp(16px,1.2vw,19px);
  line-height:1.18;
  overflow-wrap:anywhere;
}

body.category-page .category-list small{
  color:#697386;
  font-size:12px;
  font-weight:750;
  line-height:1.35;
}

body.category-page .bfsi-category-card{
  grid-column:1 / -1;
  align-items:flex-start;
  padding:18px;
  background:
    radial-gradient(circle at 7% 0%,rgba(254,0,0,.10),transparent 34%),
    radial-gradient(circle at 96% 18%,rgba(37,99,235,.10),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.72));
}

body.category-page .bfsi-category-card .category-copy{
  flex:1 1 0;
  width:auto;
  min-width:0;
}

body.category-page .bfsi-summary{
  max-width:900px!important;
  margin:2px 0 4px!important;
  color:#344052!important;
  font-size:14px!important;
  line-height:1.62!important;
}

body.category-page .subcategory-list{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:4px;
}

body.category-page .subcategory-list a{
  display:inline-grid;
  place-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  color:#9b0710;
  background:rgba(254,0,0,.07);
  border:1px solid rgba(254,0,0,.14);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}

body.category-page .bfsi-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

body.category-page .bfsi-product-grid article{
  min-height:118px;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 10px 26px rgba(8,13,26,.04),inset 0 1px 0 rgba(255,255,255,.88);
}

body.category-page .bfsi-product-grid b{
  display:block;
  color:#0b1220;
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:950;
  line-height:1.2;
}

body.category-page .bfsi-product-grid p{
  margin:7px 0 0!important;
  color:#536071!important;
  font-size:12.5px!important;
  line-height:1.48!important;
}

@media (max-width:1180px){
  body.category-page.route-scroll-page .route-showcase-stack > .category-panel{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
}

@media (max-width:760px){
  body.category-page .container,
  body.category-page.route-scroll-page .route-hero-grid,
  body.category-page.route-scroll-page .route-scroll-layout{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
    min-width:0!important;
  }

  body.category-page .route-hero,
  body.category-page .route-scroll-section,
  body.category-page .category-panel{
    overflow:hidden!important;
  }

  body.category-page .route-hero p{
    max-width:calc(100vw - 28px)!important;
    overflow-wrap:break-word;
  }

  body.category-page .route-hero h1,
  body.category-page .route-hero .kicker,
  body.category-page .route-hero-grid > *{
    max-width:calc(100vw - 28px)!important;
    min-width:0!important;
  }

  body.category-page .category-hero-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:stretch!important;
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
  }

  body.category-page .category-hero-actions .btn{
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
    min-width:0!important;
    padding-inline:14px!important;
  }

  body.category-page .route-hero-panel{
    width:100%!important;
    max-width:100%!important;
    padding:24px!important;
    border-radius:30px!important;
  }

  body.category-page .category-orbit-visual{
    min-height:460px;
  }

  body.category-page .category-node{
    min-width:94px;
    max-width:140px;
    padding:9px 10px;
    font-size:11px;
  }

  body.category-page .category-list{
    grid-template-columns:1fr;
  }

  body.category-page .bfsi-product-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:430px){
  body.category-page .category-orbit-visual{
    min-height:420px;
  }

  body.category-page .category-core-mark{
    width:132px;
    min-height:118px;
    border-radius:24px;
  }

  body.category-page .category-node{
    min-width:82px;
    max-width:118px;
    min-height:42px;
    font-size:10px;
  }
}

@media (max-width:760px){
  body.category-page .page-main,
  body.category-page .route-hero,
  body.category-page .route-scroll-section,
  body.category-page .site-footer{
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  body.category-page.route-scroll-page .route-hero-grid{
    display:block!important;
    grid-template-columns:none!important;
    width:calc(100% - 56px)!important;
    max-width:calc(100% - 56px)!important;
    margin-inline:auto!important;
  }

  body.category-page .route-hero-grid > div,
  body.category-page .route-hero-grid > aside,
  body.category-page .route-hero h1,
  body.category-page .route-hero p,
  body.category-page .category-hero-actions{
    width:calc(100vw - 84px)!important;
    max-width:calc(100vw - 84px)!important;
  }

  body.category-page .route-hero h1{
    font-size:clamp(42px,13vw,58px)!important;
  }

  body.category-page .route-hero-panel{
    margin-top:28px!important;
  }

  body.category-page .category-hero-actions .btn{
    width:calc(100vw - 84px)!important;
    max-width:calc(100vw - 84px)!important;
  }
}

@media (max-width:760px){
  body.category-page.route-scroll-page .route-hero .category-hero-actions,
  body.category-page.route-scroll-page .route-hero .category-hero-actions .btn{
    width:100%!important;
    max-width:280px!important;
    justify-self:center!important;
    margin-inline:auto!important;
  }
}

body.category-page .preloader.done{
  display:none!important;
}

@media (max-width:760px){
  body.category-page{
    overflow-x:hidden!important;
  }

  body.category-page .route-hero-grid,
  body.category-page .route-scroll-layout{
    width:calc(100vw - 48px)!important;
    max-width:calc(100vw - 48px)!important;
    margin-inline:auto!important;
    box-sizing:border-box!important;
  }

  body.category-page .route-hero-grid > div,
  body.category-page .route-hero-grid > aside,
  body.category-page .route-hero h1,
  body.category-page .route-hero p,
  body.category-page .route-content-stage,
  body.category-page .category-panel,
  body.category-page .category-visual-stage{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.category-page .route-hero p{
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
}

@media (max-width:430px){
  body.category-page.route-scroll-page .route-hero-grid,
  body.category-page.route-scroll-page .route-scroll-layout{
    width:calc(100vw - 56px)!important;
    max-width:calc(100vw - 56px)!important;
  }

  body.category-page.route-scroll-page .route-hero p{
    width:100%!important;
    max-width:310px!important;
  }

  body.category-page.route-scroll-page .route-hero-panel,
  body.category-page.route-scroll-page .route-showcase-stack > .category-panel{
    width:100%!important;
    max-width:calc(100vw - 56px)!important;
  }
}

@media (max-width:760px){
  body.category-page .route-scroll-section,
  body.category-page .route-scroll-layout,
  body.category-page .category-showcase-stack,
  body.category-page .category-panel,
  body.category-page .route-content-stage,
  body.category-page .category-list,
  body.category-page .category-list li,
  body.category-page .category-copy,
  body.category-page .bfsi-product-grid,
  body.category-page .bfsi-product-grid article{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.category-page .category-list li{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    align-items:flex-start!important;
  }

  body.category-page .bfsi-category-card{
    grid-template-columns:38px minmax(0,1fr)!important;
  }

  body.category-page .route-content-stage p,
  body.category-page .bfsi-summary,
  body.category-page .bfsi-product-grid p,
  body.category-page .category-list strong,
  body.category-page .category-list small{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }

  body.category-page .subcategory-list a{
    max-width:100%;
    white-space:normal;
    text-align:center;
  }

  body.category-page .category-visual-stage .route-visual-kicker span:last-child,
  body.category-page .category-visual-footer span:last-child{
    display:none!important;
  }

  body.category-page .category-visual-footer{
    justify-content:flex-start!important;
  }

  body.category-page .node-b{left:74%;top:23%;}
  body.category-page .node-c{left:78%;top:50%;max-width:96px;}
  body.category-page .node-d{left:74%;top:76%;}
}

@media (max-width:430px){
  body.category-page.route-scroll-page .route-scroll-layout{
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
  }

  body.category-page.route-scroll-page .route-showcase-stack > .category-panel{
    max-width:100%!important;
    padding:18px 12px!important;
    border-radius:24px!important;
  }

  body.category-page .category-visual-stage{
    padding:14px!important;
  }

  body.category-page .route-content-stage h2{
    font-size:clamp(34px,10vw,44px)!important;
  }

  body.category-page .category-visual-stage .route-visual-kicker span:last-child,
  body.category-page .category-visual-footer span:last-child{
    display:none!important;
  }

  body.category-page .category-visual-footer{
    justify-content:flex-start!important;
  }

  body.category-page .node-b{left:74%;top:23%;}
  body.category-page .node-c{left:78%;top:50%;max-width:96px;}
  body.category-page .node-d{left:74%;top:76%;}
}

/* v49: light-red aerospace mission UI — reference-image inspired service cards
   Overview iframe and IoT connectivity card are intentionally left intact. */
body.services-page{
  --font-main:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-accent:"Sora","Rajdhani","Inter",sans-serif;
  --mission-red:#FE0000;
  --mission-ruby:#B90B14;
  --mission-ember:#FF6A1A;
  --mission-navy:#141B2D;
  --mission-blue:#DDF1FF;
  --mission-grid:rgba(20,27,45,.055);
  --mission-panel:rgba(255,255,255,.88);
  background:
    radial-gradient(circle at 12% 0%,rgba(254,0,0,.105),transparent 24%),
    radial-gradient(circle at 86% 5%,rgba(221,241,255,.88),transparent 34%),
    radial-gradient(circle at 52% 78%,rgba(255,238,240,.92),transparent 38%),
    linear-gradient(180deg,#fff 0%,#FFF8F8 42%,#fff 100%)!important;
}

body.services-page .route-hero{
  background:
    radial-gradient(circle at 18% 14%,rgba(254,0,0,.13),transparent 32%),
    radial-gradient(circle at 82% 12%,rgba(221,241,255,.92),transparent 35%),
    linear-gradient(180deg,#FFFFFF 0%,#FFF6F6 100%)!important;
}

body.services-page .route-hero h1,
body.services-page .services-showcase-head h2,
body.services-page .service-content-col h2{
  font-family:"Space Grotesk","Sora","Inter",sans-serif!important;
  letter-spacing:-.065em!important;
}

body.services-page .kicker,
body.services-page .service-eyebrow,
body.services-page .service-panel-note{
  font-family:"Orbitron","Sora","Inter",sans-serif!important;
  letter-spacing:.16em!important;
}

body.services-page .services-showcase-section{
  background:
    radial-gradient(circle at 9% 8%,rgba(254,0,0,.105),transparent 30%),
    radial-gradient(circle at 93% 10%,rgba(221,241,255,.82),transparent 34%),
    linear-gradient(180deg,#FFFFFF 0%,#FFF7F7 54%,#FFFFFF 100%)!important;
}

body.services-page .service-showcase-panel{
  border-color:rgba(254,0,0,.12)!important;
  background:
    radial-gradient(circle at 12% 11%,rgba(254,0,0,.095),transparent 32%),
    radial-gradient(circle at 92% 12%,rgba(221,241,255,.70),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,247,247,.92) 58%,rgba(249,252,255,.95))!important;
  box-shadow:0 28px 86px rgba(20,27,45,.095),0 14px 36px rgba(254,0,0,.055),inset 0 1px 0 rgba(255,255,255,.98)!important;
}

body.services-page .service-showcase-panel.is-service-active{
  box-shadow:0 34px 100px rgba(20,27,45,.11),0 16px 42px rgba(254,0,0,.075),0 0 0 1px rgba(254,0,0,.06) inset!important;
}

body.services-page [data-visual="modernization"] .service-visual-card,
body.services-page [data-visual="ai"] .service-visual-card,
body.services-page [data-visual="automation"] .service-visual-card,
body.services-page [data-visual="bps"] .service-visual-card,
body.services-page [data-visual="blockchain"] .service-visual-card,
body.services-page [data-visual="enterprise"] .service-visual-card,
body.services-page [data-visual="software"] .service-visual-card{
  position:relative!important;
  display:block!important;
  min-height:clamp(540px,44vw,650px)!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:34px!important;
  border:1px solid rgba(254,0,0,.12)!important;
  background:
    radial-gradient(circle at 14% 10%,rgba(254,0,0,.14),transparent 30%),
    radial-gradient(circle at 86% 12%,rgba(221,241,255,.90),transparent 35%),
    linear-gradient(145deg,#FFFFFF 0%,#FFF7F7 48%,#F8FCFF 100%)!important;
  box-shadow:0 32px 84px rgba(20,27,45,.12),0 10px 34px rgba(254,0,0,.06),inset 0 1px 0 rgba(255,255,255,.98)!important;
}

body.services-page [data-visual="modernization"] .service-visual-card::before,
body.services-page [data-visual="modernization"] .service-visual-card::after,
body.services-page [data-visual="ai"] .service-visual-card::before,
body.services-page [data-visual="ai"] .service-visual-card::after,
body.services-page [data-visual="automation"] .service-visual-card::before,
body.services-page [data-visual="automation"] .service-visual-card::after,
body.services-page [data-visual="bps"] .service-visual-card::before,
body.services-page [data-visual="bps"] .service-visual-card::after,
body.services-page [data-visual="blockchain"] .service-visual-card::before,
body.services-page [data-visual="blockchain"] .service-visual-card::after,
body.services-page [data-visual="enterprise"] .service-visual-card::before,
body.services-page [data-visual="enterprise"] .service-visual-card::after,
body.services-page [data-visual="software"] .service-visual-card::before,
body.services-page [data-visual="software"] .service-visual-card::after{
  display:none!important;
}

body.services-page [data-visual="modernization"] .service-visual-toolbar,
body.services-page [data-visual="ai"] .service-visual-toolbar,
body.services-page [data-visual="automation"] .service-visual-toolbar,
body.services-page [data-visual="bps"] .service-visual-toolbar,
body.services-page [data-visual="blockchain"] .service-visual-toolbar,
body.services-page [data-visual="enterprise"] .service-visual-toolbar,
body.services-page [data-visual="software"] .service-visual-toolbar{
  top:16px!important;
  left:18px!important;
  right:18px!important;
  z-index:12!important;
  height:44px!important;
  color:#141B2D!important;
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(20,27,45,.08)!important;
  box-shadow:0 14px 36px rgba(20,27,45,.08),inset 0 1px 0 rgba(255,255,255,.98)!important;
  backdrop-filter:blur(16px)!important;
}

body.services-page [data-visual="modernization"] .service-visual-toolbar span,
body.services-page [data-visual="ai"] .service-visual-toolbar span,
body.services-page [data-visual="automation"] .service-visual-toolbar span,
body.services-page [data-visual="bps"] .service-visual-toolbar span,
body.services-page [data-visual="blockchain"] .service-visual-toolbar span,
body.services-page [data-visual="enterprise"] .service-visual-toolbar span,
body.services-page [data-visual="software"] .service-visual-toolbar span{
  color:#273244!important;
  font-family:"Orbitron","Sora",sans-serif!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.15em!important;
}

body.services-page .service-cockpit-chart.mission-light-chart{
  --mx:50%;
  --my:50%;
  position:absolute!important;
  inset:76px 18px 122px 18px!important;
  isolation:isolate!important;
  overflow:hidden!important;
  color:#141B2D!important;
  border-radius:28px!important;
  border:1px solid rgba(20,27,45,.07)!important;
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.92),transparent 24%),
    radial-gradient(circle at 0% 0%,rgba(254,0,0,.09),transparent 30%),
    radial-gradient(circle at 100% 0%,rgba(221,241,255,.92),transparent 34%),
    linear-gradient(90deg,var(--mission-grid) 1px,transparent 1px),
    linear-gradient(0deg,var(--mission-grid) 1px,transparent 1px),
    linear-gradient(145deg,#FFFFFF 0%,#FFF8F8 56%,#F7FCFF 100%)!important;
  background-size:100% 100%,100% 100%,100% 100%,46px 46px,46px 46px,100% 100%!important;
  box-shadow:0 24px 62px rgba(20,27,45,.105),inset 0 1px 0 rgba(255,255,255,.98)!important;
}

body.services-page .service-cockpit-chart.mission-light-chart::after,
body.services-page .service-cockpit-chart.mission-light-chart::before{
  display:none!important;
}

body.services-page .mission-window,
body.services-page .mission-stage{
  position:absolute!important;
  inset:0!important;
  display:block!important;
}

body.services-page .mission-grid{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 50%,rgba(254,0,0,.055),transparent 32%),
    repeating-linear-gradient(90deg,transparent 0 45px,rgba(20,27,45,.035) 46px),
    repeating-linear-gradient(0deg,transparent 0 45px,rgba(20,27,45,.030) 46px);
  mask-image:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.42));
}

body.services-page .mission-titlebar{
  position:absolute;
  z-index:8;
  left:16px;
  right:16px;
  top:14px;
  height:44px;
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(20,27,45,.08);
  box-shadow:0 12px 28px rgba(20,27,45,.07),inset 0 1px 0 rgba(255,255,255,.98);
}

body.services-page .mission-titlebar strong{
  color:#2B3446;
  font-family:"Orbitron","Sora",sans-serif;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}

body.services-page .mission-titlebar span{
  display:flex;
  gap:8px;
}

body.services-page .mission-titlebar i{
  display:block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent-a,#FE0000);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--accent-a,#FE0000) 13%,transparent);
}
body.services-page .mission-titlebar i:nth-child(2){background:#FFB020;box-shadow:0 0 0 4px rgba(255,176,32,.13);}
body.services-page .mission-titlebar i:nth-child(3){background:#20C997;box-shadow:0 0 0 4px rgba(32,201,151,.13);}

body.services-page .mission-chart-card{
  position:absolute!important;
  z-index:3;
  left:18px;
  top:76px;
  width:58%;
  height:59%;
  overflow:hidden;
  border-radius:24px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(20,27,45,.075);
  box-shadow:0 18px 44px rgba(20,27,45,.09),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
}

body.services-page .mission-chart-card::before{
  content:"";
  position:absolute;
  inset:20px 18px 18px;
  background:
    linear-gradient(90deg,rgba(20,27,45,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(20,27,45,.050) 1px,transparent 1px);
  background-size:20% 100%,100% 25%;
  pointer-events:none;
}

body.services-page .mission-chart-head{
  position:absolute;
  z-index:3;
  left:18px;
  right:18px;
  top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

body.services-page .mission-chart-head span{
  color:var(--accent-a,#FE0000);
  font-family:"Orbitron","Sora",sans-serif;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

body.services-page .mission-chart-head strong{
  color:#121A29;
  font-family:"Sora","Inter",sans-serif;
  font-size:clamp(24px,2.3vw,34px);
  font-weight:900;
  letter-spacing:-.055em;
}

body.services-page .mission-svg{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  top:58px;
  bottom:22px;
  width:calc(100% - 36px);
  height:calc(100% - 80px);
  overflow:visible;
}

body.services-page .mission-ghost,
body.services-page .mission-curve,
body.services-page .mission-curve-glow{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

body.services-page .mission-ghost{
  stroke:#B9C0CC;
  stroke-width:2;
  opacity:.55;
  stroke-dasharray:8 10;
}

body.services-page .mission-curve-glow{
  stroke:var(--accent-a,#FE0000)!important;
  stroke-width:9!important;
  opacity:.16!important;
}

body.services-page .mission-curve{
  stroke:url(#mission-line-gradient);
  stroke:var(--accent-a,#FE0000)!important;
  stroke-width:3.2!important;
  filter:drop-shadow(0 6px 10px color-mix(in srgb,var(--accent-a,#FE0000) 24%,transparent));
}

body.services-page .mission-point{
  fill:#FFFFFF;
  stroke:var(--accent-a,#FE0000);
  stroke-width:3.2;
  filter:drop-shadow(0 5px 10px rgba(254,0,0,.16));
}

body.services-page .mission-badge{
  position:absolute;
  z-index:4;
  left:22px;
  bottom:20px;
  min-width:102px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(20,27,45,.075);
  box-shadow:0 16px 38px rgba(20,27,45,.09),inset 0 1px 0 rgba(255,255,255,.98);
}

body.services-page .mission-badge small,
body.services-page .mission-stat-card small,
body.services-page .mission-command-card b,
body.services-page .mission-status-pill,
body.services-page .mission-instrument-tile small,
body.services-page .mission-instrument-tile span{
  color:#667084;
  font-family:"Orbitron","Sora",sans-serif;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.10em;
  line-height:1;
  text-transform:uppercase;
}

body.services-page .mission-badge b{
  display:block;
  color:#121A29;
  font-family:"Sora","Inter",sans-serif;
  font-size:clamp(28px,3vw,40px);
  font-weight:900;
  letter-spacing:-.07em;
  line-height:.92;
  margin-top:4px;
}

body.services-page .mission-side-stack{
  position:absolute!important;
  z-index:4;
  top:76px;
  right:18px;
  width:35%;
  height:59%;
  display:grid!important;
  grid-template-rows:1fr 1fr auto;
  gap:12px;
}

body.services-page .mission-stat-card,
body.services-page .mission-command-card{
  min-width:0;
  overflow:hidden;
  padding:16px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(20,27,45,.075);
  box-shadow:0 14px 34px rgba(20,27,45,.075),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
}

body.services-page .mission-stat-card strong{
  display:block;
  color:#121A29;
  font-family:"Sora","Inter",sans-serif;
  font-size:clamp(30px,3.2vw,48px);
  font-weight:900;
  letter-spacing:-.075em;
  line-height:.95;
  margin:7px 0 7px;
}

body.services-page .mission-stat-card span{
  display:block;
  color:#556174;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
}

body.services-page .mission-command-card{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  min-height:72px;
}

body.services-page .mission-command-card span{
  display:grid;
  gap:7px;
  min-width:0;
}

body.services-page .mission-command-card strong{
  color:#121A29;
  font-family:"Sora","Inter",sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:-.01em;
  white-space:nowrap;
}

body.services-page .mission-radar{
  position:absolute!important;
  z-index:2;
  left:50%;
  top:50%;
  width:44%;
  aspect-ratio:1;
  opacity:.34;
  border-radius:50%;
  transform:translate(-50%,-50%);
  border:1px dashed color-mix(in srgb,var(--accent-b,#FF6A1A) 34%,transparent)!important;
  background:radial-gradient(circle,transparent 0 42%,color-mix(in srgb,var(--accent-b,#FF6A1A) 10%,transparent) 43% 44%,transparent 45%);
}

body.services-page .mission-motif,
body.services-page .mission-motif *{
  position:absolute;
}

body.services-page .mission-motif{
  inset:0;
}

body.services-page .mission-motif i{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--accent-a,#FE0000);
  box-shadow:0 0 0 7px color-mix(in srgb,var(--accent-a,#FE0000) 15%,transparent),0 0 20px color-mix(in srgb,var(--accent-a,#FE0000) 32%,transparent);
}
body.services-page .mission-motif i:nth-child(1){left:18%;top:28%;}
body.services-page .mission-motif i:nth-child(2){right:18%;top:28%;background:var(--accent-b,#FF6A1A);}
body.services-page .mission-motif i:nth-child(3){right:26%;bottom:20%;background:var(--accent-c,#273B67);}
body.services-page .mission-motif i:nth-child(4){left:24%;bottom:22%;background:#7CBDF0;}
body.services-page .mission-motif i:nth-child(5){left:50%;top:50%;transform:translate(-50%,-50%);background:#FFFFFF;border:3px solid var(--accent-a,#FE0000);}

body.services-page .mission-motif b{
  display:grid;
  place-items:center;
  min-width:48px;
  height:24px;
  padding:0 10px;
  border-radius:999px;
  color:#273244;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(20,27,45,.08);
  box-shadow:0 10px 20px rgba(20,27,45,.06);
  font-family:"Orbitron","Sora",sans-serif;
  font-size:8.5px;
  font-weight:900;
  letter-spacing:.08em;
}
body.services-page .mission-motif b:nth-of-type(1){left:16%;bottom:30%;}
body.services-page .mission-motif b:nth-of-type(2){left:50%;top:12%;transform:translateX(-50%);}
body.services-page .mission-motif b:nth-of-type(3){right:12%;bottom:30%;}

body.services-page .mission-motif-modernization::before,
body.services-page .mission-motif-ai::before,
body.services-page .mission-motif-blockchain::before,
body.services-page .mission-motif-enterprise::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:70%;
  height:2px;
  border-radius:999px;
  transform:translate(-50%,-50%) rotate(-32deg);
  background:linear-gradient(90deg,transparent,var(--accent-b,#FF6A1A),transparent);
  opacity:.8;
}
body.services-page .mission-motif-ai::after,
body.services-page .mission-motif-enterprise::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:70%;
  height:2px;
  border-radius:999px;
  transform:translate(-50%,-50%) rotate(32deg);
  background:linear-gradient(90deg,transparent,var(--accent-a,#FE0000),transparent);
  opacity:.72;
}
body.services-page .mission-motif-bps i,
body.services-page .mission-motif-automation i,
body.services-page .mission-motif-software i{
  width:22%;
  height:12px;
  border-radius:999px;
}
body.services-page .mission-motif-bps i:nth-child(1),
body.services-page .mission-motif-automation i:nth-child(1),
body.services-page .mission-motif-software i:nth-child(1){left:14%;top:32%;}
body.services-page .mission-motif-bps i:nth-child(2),
body.services-page .mission-motif-automation i:nth-child(2),
body.services-page .mission-motif-software i:nth-child(2){left:38%;top:50%;right:auto;}
body.services-page .mission-motif-bps i:nth-child(3),
body.services-page .mission-motif-automation i:nth-child(3),
body.services-page .mission-motif-software i:nth-child(3){right:14%;bottom:26%;}

body.services-page .mission-histogram{
  position:absolute!important;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:5;
  display:flex!important;
  align-items:end;
  justify-content:space-between;
  gap:10px;
  height:104px;
  padding:16px 18px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(20,27,45,.075)!important;
  box-shadow:0 18px 44px rgba(20,27,45,.08),inset 0 1px 0 rgba(255,255,255,.98)!important;
  backdrop-filter:blur(14px)!important;
}

body.services-page .mission-histogram span{
  position:relative;
  display:block!important;
  flex:1;
  max-width:52px;
  height:var(--bar)!important;
  min-height:26px;
  transform-origin:bottom center;
  border-radius:999px 999px 6px 6px!important;
  background:linear-gradient(180deg,var(--accent-a,#FE0000),#FF9D4D 48%,var(--accent-c,#273B67) 100%)!important;
  box-shadow:0 14px 24px color-mix(in srgb,var(--accent-a,#FE0000) 16%,transparent)!important;
}

body.services-page .mission-histogram span b{
  position:absolute;
  left:50%;
  bottom:-18px;
  transform:translateX(-50%);
  color:#7A879A;
  font-family:"Sora","Inter",sans-serif;
  font-size:10px;
  font-weight:800;
}

body.services-page .mission-status-pill{
  position:absolute;
  z-index:7;
  left:50%;
  top:62px;
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  max-width:66%;
  padding:8px 12px;
  border-radius:999px;
  transform:translateX(-50%);
  color:#445066;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(20,27,45,.075);
  box-shadow:0 12px 28px rgba(20,27,45,.065),inset 0 1px 0 rgba(255,255,255,.98);
  white-space:nowrap;
}

body.services-page .mission-status-pill i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent-a,#FE0000);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--accent-a,#FE0000) 12%,transparent);
}

body.services-page .mission-hidden-needle{
  display:block!important;
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}

body.services-page .service-instrument-strip.mission-instrument-strip{
  left:20px!important;
  right:20px!important;
  bottom:20px!important;
  z-index:6!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

body.services-page .mission-instrument-tile{
  display:grid!important;
  align-content:center!important;
  min-height:84px!important;
  padding:14px 16px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(20,27,45,.075)!important;
  box-shadow:0 16px 38px rgba(20,27,45,.075),inset 0 1px 0 rgba(255,255,255,.98)!important;
  backdrop-filter:blur(12px)!important;
}

body.services-page .mission-instrument-tile strong{
  overflow:hidden;
  color:#141B2D!important;
  font-family:"Sora","Inter",sans-serif!important;
  font-size:clamp(20px,1.8vw,28px)!important;
  font-weight:900!important;
  letter-spacing:-.055em!important;
  line-height:.95!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.services-page .mission-instrument-tile small{
  color:#141B2D!important;
  opacity:.9;
}

body.services-page .mission-instrument-tile span{
  color:#667084!important;
  margin-top:5px!important;
}

body.services-page .mission-light-chart--modernization{--accent-a:#FE0000;--accent-b:#F97316;--accent-c:#173456;}
body.services-page .mission-light-chart--ai{--accent-a:#B90B14;--accent-b:#8B5CF6;--accent-c:#0EA5E9;}
body.services-page .mission-light-chart--automation{--accent-a:#FE0000;--accent-b:#FF7A1A;--accent-c:#18365D;}
body.services-page .mission-light-chart--bps{--accent-a:#FE0000;--accent-b:#D97706;--accent-c:#475569;}
body.services-page .mission-light-chart--blockchain{--accent-a:#FE0000;--accent-b:#1E3A8A;--accent-c:#0EA5E9;}
body.services-page .mission-light-chart--enterprise{--accent-a:#FE0000;--accent-b:#2563EB;--accent-c:#16A34A;}
body.services-page .mission-light-chart--software{--accent-a:#FE5B00;--accent-b:#D71920;--accent-c:#273B67;}

body.services-page .mission-light-chart--blockchain .mission-chart-card{
  border-radius:24px 24px 42px 24px;
}
body.services-page .mission-light-chart--blockchain .mission-stat-card,
body.services-page .mission-light-chart--blockchain .mission-command-card{
  clip-path:polygon(9% 0,91% 0,100% 50%,91% 100%,9% 100%,0 50%);
  border-radius:12px;
}
body.services-page .mission-light-chart--enterprise .mission-radar{
  border-style:solid!important;
  border-radius:28px;
  transform:translate(-50%,-50%) rotate(45deg);
}
body.services-page .mission-light-chart--enterprise .mission-motif{transform:rotate(-45deg);}
body.services-page .mission-light-chart--ai .mission-radar,
body.services-page .mission-light-chart--blockchain .mission-radar{
  opacity:.42;
}
body.services-page .mission-light-chart--software .mission-chart-card{
  width:59%;
}
body.services-page .mission-light-chart--software .mission-histogram span{
  background:linear-gradient(180deg,#FE5B00,#F4A261 52%,#273B67)!important;
}

@keyframes missionScanPass{
  0%{transform:translateX(-62%) rotate(-10deg);opacity:.0;}
  35%{opacity:.62;}
  100%{transform:translateX(62%) rotate(-10deg);opacity:.0;}
}

@keyframes missionSoftFloat{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-6px);}
}

@media (prefers-reduced-motion:no-preference){
  body.services-page .mission-light-chart.is-cockpit-animated .mission-grid::after{
    content:"";
    position:absolute;
    left:-20%;
    top:0;
    width:36%;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(254,0,0,.10),rgba(221,241,255,.18),transparent);
    animation:missionScanPass 3.8s ease-in-out 1 both;
  }
  body.services-page .mission-light-chart.is-cockpit-animated .mission-stat-card,
  body.services-page .mission-light-chart.is-cockpit-animated .mission-badge{
    animation:missionSoftFloat 5.4s ease-in-out 1 both;
  }
}

@media (max-width:1024px){
  body.services-page [data-visual="modernization"] .service-visual-card,
  body.services-page [data-visual="ai"] .service-visual-card,
  body.services-page [data-visual="automation"] .service-visual-card,
  body.services-page [data-visual="bps"] .service-visual-card,
  body.services-page [data-visual="blockchain"] .service-visual-card,
  body.services-page [data-visual="enterprise"] .service-visual-card,
  body.services-page [data-visual="software"] .service-visual-card{
    min-height:620px!important;
  }
  body.services-page .mission-chart-card{width:57%;}
  body.services-page .mission-side-stack{width:36%;}
  body.services-page .mission-radar{width:48%;}
}

@media (max-width:760px){
  body.services-page [data-visual="modernization"] .service-visual-card,
  body.services-page [data-visual="ai"] .service-visual-card,
  body.services-page [data-visual="automation"] .service-visual-card,
  body.services-page [data-visual="bps"] .service-visual-card,
  body.services-page [data-visual="blockchain"] .service-visual-card,
  body.services-page [data-visual="enterprise"] .service-visual-card,
  body.services-page [data-visual="software"] .service-visual-card{
    min-height:560px!important;
    border-radius:26px!important;
  }

  body.services-page .service-cockpit-chart.mission-light-chart{
    inset:64px 12px 108px 12px!important;
    border-radius:22px!important;
    background-size:100% 100%,100% 100%,100% 100%,32px 32px,32px 32px,100% 100%!important;
  }

  body.services-page .mission-titlebar{
    left:10px;
    right:10px;
    top:10px;
    height:38px;
  }

  body.services-page .mission-status-pill,
  body.services-page .mission-radar,
  body.services-page .mission-command-card{
    display:none!important;
  }

  body.services-page .mission-chart-card{
    left:10px;
    right:10px;
    top:58px;
    width:auto;
    height:56%;
    border-radius:20px;
  }

  body.services-page .mission-side-stack{
    left:10px;
    right:10px;
    top:auto;
    bottom:104px;
    width:auto;
    height:78px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:1fr;
    gap:8px;
  }

  body.services-page .mission-stat-card{
    padding:12px 13px;
    border-radius:18px;
  }

  body.services-page .mission-stat-card strong{
    font-size:clamp(22px,7vw,32px);
    margin:5px 0 4px;
  }

  body.services-page .mission-stat-card span{
    font-size:10px;
  }

  body.services-page .mission-histogram{
    left:10px;
    right:10px;
    bottom:10px;
    height:82px;
    gap:7px;
    padding:12px 13px 18px;
    border-radius:18px;
  }

  body.services-page .mission-histogram span{
    max-width:40px;
    min-height:22px;
  }

  body.services-page .mission-badge{
    left:14px;
    bottom:14px;
    padding:9px 11px;
    border-radius:15px;
  }

  body.services-page .mission-badge b{
    font-size:clamp(22px,7vw,30px);
  }

  body.services-page .service-instrument-strip.mission-instrument-strip{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    gap:8px!important;
  }

  body.services-page .mission-instrument-tile{
    min-height:82px!important;
    padding:11px 10px!important;
    border-radius:16px!important;
  }

  body.services-page .mission-instrument-tile strong{
    font-size:clamp(15px,4.5vw,20px)!important;
  }
}

@media (max-width:420px){
  body.services-page .mission-chart-head span,
  body.services-page .mission-instrument-tile span,
  body.services-page .mission-stat-card span{
    display:none!important;
  }

  body.services-page .mission-side-stack{
    height:66px;
    bottom:94px;
  }

  body.services-page .mission-histogram{
    height:72px;
  }

  body.services-page .mission-histogram span b{
    display:none;
  }
}

/* v50: animation-first service module visuals. Module charts are replaced with unique anime.js-style motion scenes. */
body.services-page [data-visual="modernization"] .service-visual-card,
body.services-page [data-visual="ai"] .service-visual-card,
body.services-page [data-visual="automation"] .service-visual-card,
body.services-page [data-visual="bps"] .service-visual-card,
body.services-page [data-visual="blockchain"] .service-visual-card,
body.services-page [data-visual="enterprise"] .service-visual-card,
body.services-page [data-visual="software"] .service-visual-card{
  position:relative!important;
  display:block!important;
  align-items:initial!important;
  justify-content:initial!important;
  min-height:clamp(560px,43vw,680px)!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:clamp(30px,3vw,46px)!important;
  background:
    radial-gradient(circle at 14% 12%,rgba(254,0,0,.18),transparent 32%),
    radial-gradient(circle at 85% 12%,rgba(255,180,180,.20),transparent 35%),
    radial-gradient(circle at 70% 88%,rgba(255,122,26,.09),transparent 36%),
    linear-gradient(145deg,#FFFFFF 0%,#FFF7F7 48%,#F8FBFF 100%)!important;
  border:1px solid rgba(254,0,0,.12)!important;
  box-shadow:0 34px 92px rgba(141,20,28,.12),0 16px 44px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96)!important;
}

body.services-page [data-visual="modernization"] .service-visual-card::before,
body.services-page [data-visual="ai"] .service-visual-card::before,
body.services-page [data-visual="automation"] .service-visual-card::before,
body.services-page [data-visual="bps"] .service-visual-card::before,
body.services-page [data-visual="blockchain"] .service-visual-card::before,
body.services-page [data-visual="enterprise"] .service-visual-card::before,
body.services-page [data-visual="software"] .service-visual-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  opacity:.72!important;
  background-image:
    linear-gradient(rgba(141,20,28,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(141,20,28,.04) 1px,transparent 1px)!important;
  background-size:38px 38px!important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.12) 88%)!important;
  -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.12) 88%)!important;
}

body.services-page [data-visual="modernization"] .service-visual-card::after,
body.services-page [data-visual="ai"] .service-visual-card::after,
body.services-page [data-visual="automation"] .service-visual-card::after,
body.services-page [data-visual="bps"] .service-visual-card::after,
body.services-page [data-visual="blockchain"] .service-visual-card::after,
body.services-page [data-visual="enterprise"] .service-visual-card::after,
body.services-page [data-visual="software"] .service-visual-card::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:47%!important;
  width:72%!important;
  aspect-ratio:1!important;
  border-radius:999px!important;
  transform:translate(-50%,-50%)!important;
  pointer-events:none!important;
  opacity:.55!important;
  background:radial-gradient(circle,rgba(255,255,255,.42),transparent 62%)!important;
  border:1px solid rgba(254,0,0,.12)!important;
  box-shadow:0 0 0 22px rgba(254,0,0,.026),0 0 0 54px rgba(255,122,26,.02)!important;
}

body.services-page .service-motion-visual{
  --mx:50%;
  --my:50%;
  position:absolute!important;
  z-index:3!important;
  inset:24px 24px 126px 24px!important;
  overflow:hidden!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.95),transparent 24%),
    radial-gradient(circle at 16% 18%,color-mix(in srgb,var(--motion-accent) 16%,transparent),transparent 34%),
    radial-gradient(circle at 86% 20%,color-mix(in srgb,var(--motion-accent-2) 15%,transparent),transparent 35%),
    linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,245,246,.78) 52%,rgba(246,250,255,.82))!important;
  border:1px solid rgba(141,20,28,.10)!important;
  box-shadow:0 28px 74px rgba(141,20,28,.105),0 14px 36px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.98)!important;
  backdrop-filter:blur(16px) saturate(1.1)!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.1)!important;
}

body.services-page .service-motion-visual::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:16;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0) 38%,rgba(141,20,28,.035));
}

body.services-page .service-motion-window{
  position:absolute;
  inset:0;
  color:#121827;
  isolation:isolate;
}

body.services-page .motion-bg-grid,
body.services-page .motion-aurora{
  position:absolute;
  inset:0;
  pointer-events:none;
}

body.services-page .motion-bg-grid{
  z-index:1;
  opacity:.65;
  background-image:
    linear-gradient(rgba(15,23,42,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(15,23,42,.04) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.76),transparent 68%);
  background-size:34px 34px,34px 34px,100% 100%;
}

body.services-page .motion-aurora{
  z-index:2;
  background:
    conic-gradient(from 135deg at 50% 50%,transparent,color-mix(in srgb,var(--motion-accent) 13%,transparent),transparent 33%,color-mix(in srgb,var(--motion-accent-2) 13%,transparent),transparent 70%),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.52),transparent 56%);
  filter:blur(.2px);
}

body.services-page .motion-titlebar,
body.services-page .motion-status-pill,
body.services-page .motion-copy-card,
body.services-page .motion-chip-row,
body.services-page .motion-scene{
  position:absolute;
  z-index:6;
}

body.services-page .motion-titlebar{
  left:18px;
  right:18px;
  top:18px;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  padding:11px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(141,20,28,.08);
  box-shadow:0 14px 34px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.98);
}

body.services-page .motion-titlebar strong{
  margin-right:auto;
  color:#1A2234;
  font-family:"Orbitron","Sora",var(--font-accent),sans-serif;
  font-size:10.5px;
  font-weight:850;
  letter-spacing:.17em;
  text-transform:uppercase;
}

body.services-page .motion-titlebar span{
  display:flex;
  gap:7px;
}

body.services-page .motion-titlebar i{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--motion-accent);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--motion-accent) 10%,transparent);
}
body.services-page .motion-titlebar i:nth-child(2){background:#FFB020;box-shadow:none;}
body.services-page .motion-titlebar i:nth-child(3){background:#22C55E;box-shadow:none;}

body.services-page .motion-status-pill{
  left:24px;
  bottom:22px;
  display:flex;
  align-items:center;
  gap:8px;
  max-width:58%;
  padding:10px 13px;
  border-radius:999px;
  color:#263247;
  font-family:"Rajdhani",var(--font-accent),sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(141,20,28,.09);
  box-shadow:0 16px 32px rgba(8,13,26,.065),inset 0 1px 0 rgba(255,255,255,.98);
}

body.services-page .motion-status-pill i{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--motion-accent);
  box-shadow:0 0 0 7px color-mix(in srgb,var(--motion-accent) 13%,transparent),0 0 18px color-mix(in srgb,var(--motion-accent) 42%,transparent);
}

body.services-page .motion-copy-card{
  right:22px;
  bottom:22px;
  width:min(245px,38%);
  padding:14px 15px;
  border-radius:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(141,20,28,.09);
  box-shadow:0 18px 40px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.98);
}

body.services-page .motion-copy-card small,
body.services-page .motion-copy-card b,
body.services-page .motion-chip-row span,
body.services-page .service-motion-tile small,
body.services-page .service-motion-tile strong,
body.services-page .service-motion-tile span{
  display:block;
  font-family:"Rajdhani",var(--font-accent),sans-serif;
}

body.services-page .motion-copy-card small{
  color:#758096;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.services-page .motion-copy-card b{
  margin-top:6px;
  color:#0F172A;
  font-size:18px;
  font-weight:900;
  line-height:1.03;
  letter-spacing:-.02em;
}

body.services-page .motion-chip-row{
  left:50%;
  top:76px;
  display:flex;
  gap:9px;
  transform:translateX(-50%);
}

body.services-page .motion-chip-row span{
  padding:8px 10px;
  color:#1E293B;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(141,20,28,.08);
  box-shadow:0 12px 24px rgba(8,13,26,.055);
}

body.services-page .motion-scene{
  inset:104px 22px 82px 22px;
  border-radius:28px;
  overflow:hidden;
}

body.services-page .motion-orbit-ring,
body.services-page .enterprise-orbit{
  position:absolute;
  left:50%;
  top:50%;
  border-radius:999px;
  border:1px dashed color-mix(in srgb,var(--motion-accent) 24%,transparent);
  transform:translate(-50%,-50%);
}
body.services-page .ring-a{width:58%;height:58%;}
body.services-page .ring-b{width:82%;height:82%;border-color:color-mix(in srgb,var(--motion-accent-2) 20%,transparent);}

body.services-page .service-motion-strip{
  position:absolute!important;
  z-index:6!important;
  left:24px!important;
  right:24px!important;
  bottom:24px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  pointer-events:none!important;
}

body.services-page .service-motion-tile{
  min-height:84px;
  display:grid;
  align-content:center;
  padding:13px 15px;
  border-radius:20px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(141,20,28,.09);
  box-shadow:0 16px 36px rgba(8,13,26,.07),inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

body.services-page .service-motion-tile small{
  color:#9B0710;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  line-height:1;
  text-transform:uppercase;
}

body.services-page .service-motion-tile strong{
  margin-top:6px;
  color:#111827;
  font-size:clamp(19px,1.65vw,27px);
  font-weight:900;
  letter-spacing:-.045em;
  line-height:.98;
}

body.services-page .service-motion-tile span{
  margin-top:4px;
  color:#667085;
  font-size:11px;
  font-weight:750;
  line-height:1.2;
}

/* Modernization: legacy-to-cloud migration animation */
body.services-page .modern-legacy,
body.services-page .modern-cloud,
body.services-page .modern-api,
body.services-page .modern-container,
body.services-page .ai-core,
body.services-page .ai-token,
body.services-page .automation-gate,
body.services-page .automation-arm,
body.services-page .automation-terminal,
body.services-page .bps-board article,
body.services-page .bps-sla,
body.services-page .block,
body.services-page .validator-ring,
body.services-page .enterprise-core,
body.services-page .enterprise-node,
body.services-page .software-code,
body.services-page .software-pipeline,
body.services-page .software-rocket{
  position:absolute;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(141,20,28,.10);
  box-shadow:0 18px 42px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter:blur(14px) saturate(1.08);
  -webkit-backdrop-filter:blur(14px) saturate(1.08);
}

body.services-page .modern-legacy{
  left:7%;top:28%;width:138px;height:174px;padding:17px;border-radius:22px;
}
body.services-page .modern-legacy small,
body.services-page .modern-api span,
body.services-page .modern-cloud small,
body.services-page .ai-core small,
body.services-page .ai-core span,
body.services-page .automation-gate small,
body.services-page .bps-board small,
body.services-page .bps-sla small,
body.services-page .block small,
body.services-page .validator-ring small,
body.services-page .enterprise-core small,
body.services-page .enterprise-core span,
body.services-page .software-code small,
body.services-page .software-pipeline small{
  color:#8A3140;
  font-family:"Rajdhani",var(--font-accent),sans-serif;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.services-page .modern-legacy b,
body.services-page .modern-cloud b,
body.services-page .modern-api b,
body.services-page .automation-gate b,
body.services-page .automation-terminal b,
body.services-page .bps-board b,
body.services-page .bps-sla b,
body.services-page .block b,
body.services-page .validator-ring b,
body.services-page .enterprise-core b,
body.services-page .enterprise-node b,
body.services-page .software-pipeline b{
  display:block;
  color:#111827;
  font-family:"Sora",var(--font-accent),sans-serif;
  font-weight:900;
  letter-spacing:-.04em;
  line-height:1;
}
body.services-page .modern-legacy b{margin:10px 0 18px;font-size:19px;}
body.services-page .modern-legacy span{display:block;height:9px;margin:10px 0;border-radius:999px;background:linear-gradient(90deg,var(--motion-accent),rgba(254,0,0,.10));}
body.services-page .modern-cloud{right:8%;top:25%;width:180px;height:126px;display:grid;place-items:center;text-align:center;border-radius:46px;background:linear-gradient(180deg,#FFFFFF,#FFF1F2);}
body.services-page .modern-cloud i{position:absolute;width:58px;height:34px;border-radius:999px;background:rgba(254,0,0,.09);}
body.services-page .modern-cloud i:nth-child(1){left:22px;top:35px;}.modern-cloud i:nth-child(2){left:64px;top:22px;}.modern-cloud i:nth-child(3){right:22px;top:40px;}
body.services-page .modern-cloud b{position:relative;font-size:28px;color:#9B0710;}
body.services-page .modern-api{left:43%;top:45%;display:grid;place-items:center;width:96px;height:96px;border-radius:30px;transform:translate(-50%,-50%) rotate(45deg);}
body.services-page .modern-api b,body.services-page .modern-api span{transform:rotate(-45deg);}
body.services-page .modern-api b{font-size:24px;color:#1E3A8A;}
body.services-page .motion-packet{position:absolute;z-index:8;width:14px;height:14px;border-radius:999px;background:var(--motion-accent);box-shadow:0 0 0 8px color-mix(in srgb,var(--motion-accent) 12%,transparent),0 0 24px color-mix(in srgb,var(--motion-accent) 45%,transparent);}
body.services-page .packet-a{left:25%;top:44%;}.packet-b{left:44%;top:35%;background:var(--motion-accent-2);}.packet-c{left:61%;top:52%;background:var(--motion-accent-3);}
body.services-page .modern-container{right:13%;bottom:17%;width:58px;height:46px;border-radius:14px;}
body.services-page .modern-container::before{content:"";position:absolute;inset:10px;border-radius:8px;background:linear-gradient(135deg,var(--motion-accent),var(--motion-accent-2));opacity:.72;}
body.services-page .modern-container.c2{right:25%;bottom:22%;}.modern-container.c3{right:19%;bottom:9%;}

/* AI/ML: neural animated model field */
body.services-page .ai-neural-field{position:absolute;inset:0;z-index:3;}
body.services-page .ai-node{position:absolute;width:16px;height:16px;border-radius:999px;background:#FFFFFF;border:2px solid color-mix(in srgb,var(--motion-accent-2) 64%,#FFFFFF);box-shadow:0 0 0 8px color-mix(in srgb,var(--motion-accent-2) 10%,transparent),0 0 24px color-mix(in srgb,var(--motion-accent-2) 32%,transparent);}
body.services-page .ai-node-1{left:12%;top:18%;}.ai-node-2{left:27%;top:31%;}.ai-node-3{left:16%;top:62%;}.ai-node-4{left:35%;top:72%;}.ai-node-5{left:46%;top:18%;}.ai-node-6{left:56%;top:36%;}.ai-node-7{left:48%;top:62%;}.ai-node-8{left:68%;top:21%;}.ai-node-9{left:78%;top:42%;}.ai-node-10{left:68%;top:71%;}.ai-node-11{left:87%;top:62%;}.ai-node-12{left:84%;top:18%;}
body.services-page .ai-link{position:absolute;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--motion-accent-2) 52%,transparent),transparent);transform-origin:left center;}
body.services-page .ai-link.link-a{left:15%;top:23%;width:42%;transform:rotate(20deg);}.ai-link.link-b{left:20%;top:62%;width:42%;transform:rotate(-22deg);}.ai-link.link-c{left:47%;top:34%;width:34%;transform:rotate(9deg);}.ai-link.link-d{left:52%;top:62%;width:31%;transform:rotate(-18deg);}.ai-link.link-e{left:30%;top:46%;width:44%;transform:rotate(0deg);}
body.services-page .ai-core{left:50%;top:50%;width:178px;height:178px;display:grid;place-items:center;text-align:center;border-radius:46px;transform:translate(-50%,-50%);background:radial-gradient(circle at 50% 20%,#FFFFFF,#F6EDFF 58%,#FFF6F7);}
body.services-page .ai-core::after{content:"";position:absolute;inset:-13px;border-radius:inherit;border:1px dashed color-mix(in srgb,var(--motion-accent-2) 40%,transparent);}
body.services-page .ai-core b{color:#5B21B6;font-family:"Orbitron",var(--font-accent),sans-serif;font-size:54px;line-height:.8;}
body.services-page .ai-token{z-index:6;padding:10px 13px;border-radius:999px;color:#152238;font-family:"Rajdhani",var(--font-accent),sans-serif;font-weight:900;font-size:13px;}
body.services-page .ai-token.token-a{left:9%;bottom:18%;}.ai-token.token-b{right:8%;top:28%;}.ai-token.token-c{right:12%;bottom:18%;}
body.services-page .ai-pulse{position:absolute;left:50%;top:50%;width:28px;height:28px;border-radius:999px;border:1px solid color-mix(in srgb,var(--motion-accent-2) 40%,transparent);transform:translate(-50%,-50%);}

/* Automation: workflow conveyor */
body.services-page .automation-rail{position:absolute;left:8%;right:8%;top:52%;height:10px;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--motion-accent) 20%,transparent),color-mix(in srgb,var(--motion-accent-2) 28%,transparent),color-mix(in srgb,var(--motion-accent-3) 24%,transparent));box-shadow:0 0 0 10px rgba(255,255,255,.56);}
body.services-page .automation-rail span{position:absolute;top:-7px;width:4px;height:24px;border-radius:999px;background:rgba(15,23,42,.15);}
body.services-page .automation-rail span:nth-child(1){left:15%;}.automation-rail span:nth-child(2){left:40%;}.automation-rail span:nth-child(3){left:65%;}.automation-rail span:nth-child(4){left:90%;}
body.services-page .automation-gate{z-index:5;top:37%;width:116px;height:96px;display:grid;place-items:center;text-align:center;border-radius:24px;}
body.services-page .automation-gate.gate-a{left:9%;}.automation-gate.gate-b{left:50%;transform:translateX(-50%);}.automation-gate.gate-c{right:9%;}
body.services-page .automation-gate b{font-size:21px;}
body.services-page .automation-token{position:absolute;z-index:7;left:10%;top:50%;width:20px;height:20px;border-radius:8px;background:var(--motion-accent);box-shadow:0 0 0 8px color-mix(in srgb,var(--motion-accent) 11%,transparent),0 0 22px color-mix(in srgb,var(--motion-accent) 35%,transparent);}
body.services-page .automation-token.token-b{left:48%;background:var(--motion-accent-2);}.automation-token.token-c{left:77%;background:var(--motion-accent-3);}
body.services-page .automation-arm{right:14%;top:13%;width:132px;height:106px;border-radius:26px;}
body.services-page .automation-arm i{position:absolute;left:22px;top:28px;width:88px;height:8px;border-radius:999px;background:var(--motion-accent);transform-origin:16px 50%;transform:rotate(22deg);}
body.services-page .automation-arm b{position:absolute;right:24px;bottom:22px;width:30px;height:30px;border-radius:50%;background:var(--motion-accent-2);}
body.services-page .automation-terminal{left:12%;bottom:13%;width:150px;padding:14px 16px;border-radius:22px;}
body.services-page .automation-terminal span{display:block;color:#667085;font-family:"Rajdhani";font-weight:900;letter-spacing:.12em;font-size:11px;}.automation-terminal b{font-size:30px;color:#9B0710;}

/* BPS: operations board */
body.services-page .bps-board{position:absolute;left:6%;right:6%;top:18%;height:54%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
body.services-page .bps-board article{position:relative!important;padding:16px;border-radius:24px;overflow:hidden;}
body.services-page .bps-board b{margin-top:8px;font-size:22px;}
body.services-page .bps-board span{display:block;height:8px;margin-top:15px;border-radius:999px;background:linear-gradient(90deg,var(--motion-accent),transparent);opacity:.72;}
body.services-page .bps-board span:last-child{width:70%;background:linear-gradient(90deg,var(--motion-accent-2),transparent);}
body.services-page .bps-sla{right:8%;bottom:12%;width:150px;height:150px;display:grid;place-items:center;text-align:center;border-radius:999px;background:radial-gradient(circle,#FFFFFF,#FFF4F4);}
body.services-page .bps-sla i{position:absolute;inset:12px;border-radius:999px;border:10px solid color-mix(in srgb,var(--motion-accent) 22%,transparent);border-top-color:var(--motion-accent);}
body.services-page .bps-sla b{font-size:25px;color:#15803D;}.bps-sla small{position:relative;z-index:2;}.bps-sla b{position:relative;z-index:2;}
body.services-page .bps-ticket{position:absolute;z-index:8;left:9%;bottom:17%;width:56px;height:38px;border-radius:12px;background:#FFFFFF;border:1px solid rgba(141,20,28,.11);box-shadow:0 12px 28px rgba(8,13,26,.08);}
body.services-page .bps-ticket.ticket-b{left:34%;bottom:11%;}.bps-ticket.ticket-c{left:58%;bottom:18%;}

/* Blockchain: ledger lattice */
body.services-page .blockchain-chain{position:absolute;left:7%;right:7%;top:31%;height:170px;}
body.services-page .block{width:104px;height:104px;display:grid;place-items:center;text-align:center;border-radius:28px;clip-path:polygon(12% 0,88% 0,100% 50%,88% 100%,12% 100%,0 50%);}
body.services-page .block small{margin-top:8px;}.block b{font-size:18px;color:#1E3A8A;}.block span{width:32px;height:6px;border-radius:999px;background:var(--motion-accent);}
body.services-page .block-1{left:0;top:34px;}.block-2{left:20%;top:0;}.block-3{left:40%;top:34px;}.block-4{left:60%;top:0;}.block-5{right:0;top:34px;}
body.services-page .chain-link{position:absolute;z-index:3;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--motion-accent),var(--motion-accent-3));opacity:.42;}
body.services-page .chain-link.link-a{left:17%;top:52%;width:16%;transform:rotate(-14deg);}.chain-link.link-b{left:36%;top:52%;width:16%;transform:rotate(14deg);}.chain-link.link-c{left:55%;top:52%;width:16%;transform:rotate(-14deg);}.chain-link.link-d{left:74%;top:52%;width:13%;transform:rotate(14deg);}
body.services-page .validator-ring{left:50%;bottom:8%;width:168px;height:92px;display:grid;place-items:center;text-align:center;border-radius:26px;transform:translateX(-50%);}
body.services-page .validator-ring i{position:absolute;inset:-15px;border:1px dashed color-mix(in srgb,var(--motion-accent-3) 42%,transparent);border-radius:inherit;}.validator-ring b{font-size:25px;color:#9B0710;}
body.services-page .hash-spark{position:absolute;z-index:9;width:12px;height:12px;border-radius:999px;background:var(--motion-accent-3);box-shadow:0 0 0 8px color-mix(in srgb,var(--motion-accent-3) 12%,transparent);}
body.services-page .hash-spark.s1{left:25%;top:23%;}.hash-spark.s2{left:55%;top:28%;}.hash-spark.s3{left:76%;top:66%;}

/* Enterprise: system orbit */
body.services-page .enterprise-core{left:50%;top:50%;width:178px;height:178px;display:grid;place-items:center;text-align:center;border-radius:42px;transform:translate(-50%,-50%);background:radial-gradient(circle,#FFFFFF,#FFF3F3 58%,#F6FBFF);}
body.services-page .enterprise-core b{font-size:22px;color:#9B0710;}
body.services-page .enterprise-node{width:100px;min-height:74px;display:grid;place-items:center;text-align:center;border-radius:22px;}
body.services-page .enterprise-node b{font-size:20px;color:#1E3A8A;}.enterprise-node span{width:34px;height:5px;border-radius:999px;background:var(--motion-accent);}
body.services-page .enterprise-node.node-1{left:12%;top:17%;}.enterprise-node.node-2{right:12%;top:17%;}.enterprise-node.node-3{left:7%;top:55%;}.enterprise-node.node-4{right:7%;top:55%;}.enterprise-node.node-5{left:37%;bottom:5%;}.enterprise-node.node-6{right:37%;bottom:5%;}
body.services-page .enterprise-orbit.orbit-a{width:62%;height:62%;}.enterprise-orbit.orbit-b{width:88%;height:88%;border-color:color-mix(in srgb,var(--motion-accent-3) 24%,transparent);}
body.services-page .enterprise-satellite{position:absolute;z-index:7;width:18px;height:18px;border-radius:999px;background:var(--motion-accent-3);box-shadow:0 0 0 9px color-mix(in srgb,var(--motion-accent-3) 12%,transparent);}.enterprise-satellite.sat-a{left:50%;top:12%;}.enterprise-satellite.sat-b{left:82%;top:50%;}

/* Software: CI/CD rocket loop */
body.services-page .software-code{left:7%;top:20%;width:190px;height:154px;padding:18px;border-radius:26px;}
body.services-page .software-code span{display:block;height:8px;margin:14px 0;border-radius:999px;background:linear-gradient(90deg,var(--motion-accent),rgba(254,0,0,.10));}.software-code span:nth-child(2){width:72%;background:linear-gradient(90deg,var(--motion-accent-2),rgba(215,25,32,.08));}.software-code span:nth-child(3){width:84%;}.software-code span:nth-child(4){width:58%;}
body.services-page .software-pipeline{left:50%;top:48%;display:grid;grid-template-columns:repeat(3,94px);gap:12px;padding:14px;border-radius:26px;transform:translate(-50%,-50%);background:rgba(255,255,255,.68);}
body.services-page .software-pipeline article{display:grid;place-items:center;min-height:86px;border-radius:20px;background:#FFFFFF;border:1px solid rgba(141,20,28,.08);}
body.services-page .software-pipeline b{font-size:24px;color:#9B0710;}
body.services-page .software-rocket{right:9%;top:22%;width:112px;height:198px;border-radius:60px 60px 28px 28px;display:grid;place-items:center;background:linear-gradient(180deg,#FFFFFF,#FFF0F1);}
body.services-page .software-rocket i{width:34px;height:82px;border-radius:999px 999px 16px 16px;background:linear-gradient(180deg,var(--motion-accent),var(--motion-accent-2));box-shadow:0 14px 34px color-mix(in srgb,var(--motion-accent) 24%,transparent);}
body.services-page .software-rocket b{position:absolute;bottom:34px;width:42px;height:18px;border-radius:0 0 999px 999px;background:#1E3A8A;}.software-rocket span{position:absolute;bottom:-20px;width:44px;height:54px;border-radius:50%;background:radial-gradient(circle,var(--motion-accent-2),transparent 68%);filter:blur(2px);}
body.services-page .software-commit{position:absolute;z-index:7;left:34%;top:36%;width:18px;height:18px;border-radius:7px;background:var(--motion-accent);box-shadow:0 0 0 8px color-mix(in srgb,var(--motion-accent) 10%,transparent);}.software-commit.commit-b{left:49%;top:62%;background:var(--motion-accent-2);}.software-commit.commit-c{left:68%;top:38%;background:var(--motion-accent-3);}

@keyframes serviceMotionSpin{to{transform:translate(-50%,-50%) rotate(360deg);}}
@keyframes serviceMotionPulse{0%,100%{opacity:.42;transform:translate(-50%,-50%) scale(.85);}50%{opacity:.98;transform:translate(-50%,-50%) scale(1.42);}}
@keyframes serviceMotionGlow{0%,100%{filter:brightness(1);opacity:.82;}50%{filter:brightness(1.08);opacity:1;}}
@keyframes serviceMotionRail{0%{background-position:0 0;}100%{background-position:52px 0;}}
@keyframes serviceRocketFlame{0%,100%{transform:translateY(0) scaleY(.82);opacity:.58;}50%{transform:translateY(8px) scaleY(1.18);opacity:1;}}

@media (prefers-reduced-motion:no-preference){
  body.services-page .service-motion-visual.is-motion-live .motion-aurora{animation:serviceMotionGlow 5.4s ease-in-out infinite;}
  body.services-page .service-motion-visual.is-motion-live .motion-orbit-ring.ring-a,
  body.services-page .service-motion-visual.is-motion-live .enterprise-orbit.orbit-a{animation:serviceMotionSpin 18s linear infinite;}
  body.services-page .service-motion-visual.is-motion-live .motion-orbit-ring.ring-b,
  body.services-page .service-motion-visual.is-motion-live .enterprise-orbit.orbit-b{animation:serviceMotionSpin 28s linear reverse infinite;}
  body.services-page .service-motion-visual.is-motion-live .ai-pulse{animation:serviceMotionPulse 3.2s ease-in-out infinite;}
  body.services-page .service-motion-visual.is-motion-live .ai-pulse.p2{animation-delay:.7s;}.service-motion-visual.is-motion-live .ai-pulse.p3{animation-delay:1.4s;}
  body.services-page .service-motion-visual.is-motion-live .automation-rail{background-size:52px 100%;animation:serviceMotionRail 1.6s linear infinite;}
  body.services-page .service-motion-visual.is-motion-live .bps-sla i,
  body.services-page .service-motion-visual.is-motion-live .validator-ring i{animation:serviceMotionSpin 5s linear infinite;}
  body.services-page .service-motion-visual.is-motion-live .software-rocket span{animation:serviceRocketFlame .9s ease-in-out infinite;}
}

@media (max-width:1024px){
  body.services-page .service-motion-visual{inset:22px 18px 124px!important;}
  body.services-page .motion-copy-card{width:min(220px,42%);}
  body.services-page .software-pipeline{grid-template-columns:repeat(3,78px);}
  body.services-page .enterprise-node{width:88px;}
}

@media (max-width:760px){
  body.services-page [data-visual="modernization"] .service-visual-card,
  body.services-page [data-visual="ai"] .service-visual-card,
  body.services-page [data-visual="automation"] .service-visual-card,
  body.services-page [data-visual="bps"] .service-visual-card,
  body.services-page [data-visual="blockchain"] .service-visual-card,
  body.services-page [data-visual="enterprise"] .service-visual-card,
  body.services-page [data-visual="software"] .service-visual-card{
    min-height:560px!important;
    border-radius:28px!important;
  }
  body.services-page .service-motion-visual{inset:14px 12px 104px 12px!important;border-radius:24px!important;}
  body.services-page .motion-titlebar{left:10px;right:10px;top:10px;min-height:38px;padding:9px 11px;}
  body.services-page .motion-titlebar strong{font-size:9px;letter-spacing:.12em;}
  body.services-page .motion-chip-row{top:58px;gap:6px;max-width:calc(100% - 20px);overflow:hidden;}
  body.services-page .motion-chip-row span{padding:7px 8px;font-size:9px;}
  body.services-page .motion-scene{inset:88px 10px 74px;border-radius:20px;}
  body.services-page .motion-copy-card{display:none;}
  body.services-page .motion-status-pill{left:12px;right:12px;bottom:12px;max-width:none;justify-content:center;font-size:11px;}
  body.services-page .service-motion-strip{left:12px!important;right:12px!important;bottom:12px!important;gap:8px!important;}
  body.services-page .service-motion-tile{min-height:76px;padding:10px 9px;border-radius:16px;}
  body.services-page .service-motion-tile strong{font-size:clamp(15px,5.2vw,20px);}
  body.services-page .service-motion-tile span{display:none;}
  body.services-page .modern-legacy{left:6%;top:31%;width:112px;height:136px;padding:12px;}
  body.services-page .modern-cloud{right:4%;top:27%;width:142px;height:104px;}
  body.services-page .modern-api{left:47%;top:50%;width:76px;height:76px;}
  body.services-page .ai-core{width:138px;height:138px;border-radius:34px;}
  body.services-page .ai-core b{font-size:42px;}
  body.services-page .automation-gate{width:86px;height:78px;}
  body.services-page .automation-arm{display:none;}
  body.services-page .automation-terminal{left:8%;bottom:10%;width:118px;}
  body.services-page .bps-board{left:4%;right:4%;gap:8px;}
  body.services-page .bps-board article{padding:12px;border-radius:18px;}
  body.services-page .bps-sla{width:112px;height:112px;}
  body.services-page .block{width:72px;height:72px;border-radius:20px;}
  body.services-page .validator-ring{width:132px;height:76px;}
  body.services-page .enterprise-core{width:136px;height:136px;border-radius:32px;}
  body.services-page .enterprise-node{width:70px;min-height:58px;border-radius:17px;}
  body.services-page .enterprise-node b{font-size:15px;}
  body.services-page .software-code{left:5%;top:16%;width:132px;height:122px;padding:13px;border-radius:20px;}
  body.services-page .software-pipeline{top:56%;grid-template-columns:repeat(3,58px);gap:7px;padding:9px;border-radius:20px;}
  body.services-page .software-pipeline article{min-height:62px;border-radius:16px;}
  body.services-page .software-rocket{right:6%;top:18%;width:82px;height:150px;}
}

@media (max-width:420px){
  body.services-page .motion-chip-row span:nth-child(3){display:none;}
  body.services-page .service-motion-tile small{font-size:8px;}
  body.services-page .service-motion-tile strong{font-size:15px;}
  body.services-page .automation-gate small,
  body.services-page .block small,
  body.services-page .modern-cloud small,
  body.services-page .ai-core span,
  body.services-page .enterprise-core span{display:none;}
}

/* =========================================================
   SSB Digital Ultra-Premium Light Red Design System v51
   Purpose: upgrade service cards from repeated chart feel to bespoke
   cinematic motion scenes while preserving Overview and IoT visuals.
   ========================================================= */
:root{
  --ssb-premium-red:#fe0000;
  --ssb-premium-red-deep:#9f0712;
  --ssb-premium-coral:#ff6d5f;
  --ssb-premium-blush:#fff2f2;
  --ssb-premium-cream:#fffaf7;
  --ssb-premium-ink:#111827;
  --ssb-premium-muted:#6b7280;
  --ssb-premium-line:rgba(159,7,18,.14);
  --ssb-premium-shadow:0 34px 90px rgba(107,20,26,.13),0 12px 30px rgba(15,23,42,.08);
  --ssb-premium-soft-shadow:0 22px 60px rgba(107,20,26,.10),0 10px 24px rgba(15,23,42,.06);
  --ssb-premium-radius:36px;
}

html{scroll-behavior:smooth;}
body.services-page{
  color:var(--ssb-premium-ink);
  background:
    radial-gradient(circle at 10% 2%,rgba(254,0,0,.105),transparent 28%),
    radial-gradient(circle at 88% 9%,rgba(255,122,26,.105),transparent 24%),
    radial-gradient(circle at 50% 58%,rgba(255,219,219,.42),transparent 42%),
    linear-gradient(180deg,#fffafa 0%,#fff7f5 42%,#fffdfb 100%) !important;
  font-family:'Sora','Space Grotesk','Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
body.services-page::before{
  background-image:
    linear-gradient(rgba(159,7,18,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(159,7,18,.045) 1px,transparent 1px),
    radial-gradient(circle at center,rgba(254,0,0,.055),transparent 1px) !important;
  background-size:82px 82px,82px 82px,22px 22px !important;
  opacity:.7 !important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.66),rgba(0,0,0,.18) 58%,transparent 100%);
}

body.services-page .site-header{
  top:18px;
  filter:drop-shadow(0 20px 45px rgba(107,20,26,.10));
}
body.services-page .nav-shell{
  border:1px solid rgba(255,255,255,.82) !important;
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,246,246,.76)) !important;
  box-shadow:0 18px 48px rgba(107,20,26,.10),inset 0 1px 0 rgba(255,255,255,.96) !important;
  backdrop-filter:blur(22px) saturate(150%);
}
body.services-page .nav-link{
  font-family:'Space Grotesk','Inter',sans-serif;
  letter-spacing:.02em;
}
body.services-page .nav-link.active,
body.services-page .nav-link:hover{
  color:#9f0712 !important;
}
body.services-page .btn-primary,
body.services-page .service-panel-cta{
  background:
    radial-gradient(circle at 28% 0%,rgba(255,255,255,.34),transparent 28%),
    linear-gradient(135deg,#fe0000 0%,#bd0712 48%,#ff6d5f 100%) !important;
  color:#fff !important;
  border-color:rgba(254,0,0,.18) !important;
  box-shadow:0 18px 44px rgba(254,0,0,.23),inset 0 1px 0 rgba(255,255,255,.34) !important;
}
body.services-page .btn-primary:hover,
body.services-page .service-panel-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 26px 62px rgba(254,0,0,.28),inset 0 1px 0 rgba(255,255,255,.42) !important;
}

body.services-page .route-hero{
  position:relative;
  overflow:hidden;
  padding-top:168px !important;
  padding-bottom:82px !important;
}
body.services-page .route-hero::before{
  content:"";
  position:absolute;
  inset:56px max(24px,calc((100vw - 1460px)/2)) 22px;
  border-radius:46px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,244,244,.64)),
    radial-gradient(circle at 82% 22%,rgba(254,0,0,.12),transparent 30%);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--ssb-premium-shadow),inset 0 1px 0 rgba(255,255,255,.96);
  z-index:-1;
}
body.services-page .route-hero::after{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-170px;
  top:-190px;
  border-radius:50%;
  background:conic-gradient(from 180deg,rgba(254,0,0,.18),rgba(255,122,26,.12),rgba(255,255,255,.0),rgba(254,0,0,.16));
  filter:blur(2px);
  opacity:.72;
  animation:ssbPremiumSlowSpin 26s linear infinite;
  z-index:-1;
}
body.services-page .route-hero h1{
  font-family:'Orbitron','Sora',sans-serif;
  letter-spacing:-.055em;
  font-size:clamp(58px,8vw,132px) !important;
  line-height:.83 !important;
  background:linear-gradient(110deg,#111827 6%,#9f0712 42%,#fe0000 62%,#111827 95%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent !important;
  text-transform:uppercase;
}
body.services-page .route-hero p{
  max-width:760px;
  font-size:clamp(17px,1.5vw,22px) !important;
  color:#4b5563 !important;
}
body.services-page .kicker,
body.services-page .service-eyebrow{
  color:#9f0712 !important;
  border-color:rgba(254,0,0,.18) !important;
  background:linear-gradient(135deg,rgba(255,255,255,.74),rgba(255,236,236,.88)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 12px 30px rgba(254,0,0,.08);
}
body.services-page .route-hero-panel{
  border:1px solid rgba(255,255,255,.9) !important;
  background:
    radial-gradient(circle at 20% 18%,rgba(254,0,0,.12),transparent 28%),
    linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,241,241,.68)) !important;
  box-shadow:var(--ssb-premium-shadow),inset 0 1px 0 rgba(255,255,255,.96) !important;
  backdrop-filter:blur(22px) saturate(148%);
}
body.services-page .route-hero-panel strong{
  font-family:'Orbitron','Sora',sans-serif;
  color:#9f0712 !important;
}

body.services-page .services-showcase-section{
  position:relative;
  overflow:clip;
  padding-top:72px !important;
  padding-bottom:110px !important;
}
body.services-page .services-showcase-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 22% 12%,rgba(254,0,0,.10),transparent 30%),
    linear-gradient(180deg,transparent,rgba(255,235,235,.54) 42%,transparent);
  pointer-events:none;
}
body.services-page .services-showcase-head{
  position:relative;
  margin-bottom:36px !important;
}
body.services-page .services-showcase-head h2{
  font-family:'Orbitron','Sora',sans-serif;
  max-width:1040px;
  letter-spacing:-.055em;
  text-transform:uppercase;
  font-size:clamp(36px,5.4vw,82px) !important;
  line-height:.91 !important;
  background:linear-gradient(110deg,#111827 0%,#9f0712 44%,#fe0000 66%,#111827 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent !important;
}
body.services-page .services-showcase-head p{
  max-width:830px;
  color:#606a78 !important;
  font-size:clamp(16px,1.25vw,19px) !important;
}
body.services-page .services-showcase-layout{
  position:relative;
  isolation:isolate;
}
body.services-page .services-showcase-main{
  position:relative;
}
body.services-page .services-showcase-stack{
  display:grid !important;
  gap:34px !important;
}
body.services-page .service-showcase-panel{
  position:relative;
  isolation:isolate;
  display:grid !important;
  grid-template-columns:minmax(420px,1.02fr) minmax(360px,.86fr) !important;
  align-items:stretch !important;
  gap:34px !important;
  min-height:650px !important;
  padding:28px !important;
  border-radius:44px !important;
  border:1px solid rgba(255,255,255,.82) !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,246,246,.74)),
    radial-gradient(circle at var(--panel-x,18%) 0%,rgba(254,0,0,.10),transparent 35%) !important;
  box-shadow:var(--ssb-premium-shadow),inset 0 1px 0 rgba(255,255,255,.98) !important;
  overflow:hidden !important;
  backdrop-filter:blur(26px) saturate(148%);
  transform:translateZ(0);
}
body.services-page .service-showcase-panel::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:43px;
  background:
    radial-gradient(circle at var(--card-x,50%) var(--card-y,35%),rgba(255,255,255,.95),transparent 15%),
    linear-gradient(115deg,rgba(255,255,255,.60),transparent 34%,rgba(254,0,0,.065) 72%,transparent);
  opacity:.62;
  mix-blend-mode:screen;
  pointer-events:none;
  z-index:-1;
}
body.services-page .service-showcase-panel::after{
  content:"";
  position:absolute;
  inset:auto -10% -42% 35%;
  height:260px;
  background:radial-gradient(ellipse at center,rgba(254,0,0,.16),transparent 68%);
  filter:blur(18px);
  pointer-events:none;
  z-index:-1;
}
body.services-page .service-showcase-panel:nth-child(even){
  --panel-x:84%;
  grid-template-columns:minmax(360px,.86fr) minmax(420px,1.02fr) !important;
}
body.services-page .service-showcase-panel:nth-child(even) .service-visual-col{order:2;}
body.services-page .service-showcase-panel:nth-child(even) .service-content-col{order:1;}
body.services-page .service-visual-col,
body.services-page .service-content-col{
  min-width:0;
}
body.services-page .service-content-col{
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  padding:clamp(12px,2vw,34px) clamp(10px,2vw,28px) !important;
}
body.services-page .service-content-col h2{
  font-family:'Orbitron','Sora',sans-serif;
  letter-spacing:-.052em;
  line-height:.95 !important;
  font-size:clamp(34px,4vw,66px) !important;
  text-transform:uppercase;
  color:#111827 !important;
  margin-top:18px !important;
}
body.services-page .service-content-col p{
  color:#596577 !important;
  font-size:clamp(15.5px,1.1vw,18px) !important;
  line-height:1.78 !important;
  max-width:680px;
}
body.services-page .service-bullet-list{
  display:grid;
  gap:12px !important;
  margin:24px 0 28px !important;
  padding:0 !important;
}
body.services-page .service-bullet-list li{
  position:relative;
  list-style:none !important;
  padding:14px 16px 14px 48px !important;
  border:1px solid rgba(254,0,0,.10) !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,244,244,.64)) !important;
  color:#263241 !important;
  box-shadow:0 10px 28px rgba(107,20,26,.06),inset 0 1px 0 rgba(255,255,255,.9);
}
body.services-page .service-bullet-list li::before{
  content:"";
  position:absolute;
  left:17px;
  top:50%;
  width:16px;
  height:16px;
  transform:translateY(-50%);
  border-radius:50%;
  background:radial-gradient(circle,#fff 0 28%,#fe0000 30% 58%,rgba(254,0,0,.16) 60% 100%);
  box-shadow:0 0 0 6px rgba(254,0,0,.07),0 0 24px rgba(254,0,0,.22);
}
body.services-page .service-panel-note{
  color:#6b7280 !important;
}

/* Premium visual cards */
body.services-page .service-visual-card{
  --card-x:50%;
  --card-y:45%;
  position:relative !important;
  min-height:590px !important;
  height:100% !important;
  border-radius:38px !important;
  border:1px solid rgba(255,255,255,.82) !important;
  background:
    radial-gradient(circle at var(--card-x) var(--card-y),rgba(255,255,255,.72),transparent 22%),
    linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,241,241,.68)) !important;
  box-shadow:0 32px 80px rgba(107,20,26,.14),0 12px 28px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.98) !important;
  overflow:hidden !important;
  transform-style:preserve-3d;
}
body.services-page .service-visual-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent 0%,rgba(255,255,255,.82) 44%,transparent 54%),
    repeating-linear-gradient(90deg,rgba(159,7,18,.04) 0 1px,transparent 1px 92px);
  opacity:.38;
  transform:translateX(-34%);
  animation:ssbPremiumSweep 8s cubic-bezier(.22,1,.36,1) infinite;
  pointer-events:none;
  z-index:8;
}
body.services-page .service-visual-glow{
  position:absolute !important;
  inset:-24% !important;
  background:
    radial-gradient(circle at 24% 18%,rgba(254,0,0,.16),transparent 32%),
    radial-gradient(circle at 86% 18%,rgba(255,122,26,.14),transparent 24%),
    radial-gradient(circle at 52% 88%,rgba(159,7,18,.09),transparent 38%) !important;
  filter:blur(10px);
  opacity:1 !important;
}
body.services-page .service-visual-toolbar{
  position:absolute !important;
  top:18px !important;
  left:18px !important;
  right:18px !important;
  z-index:12 !important;
  height:52px !important;
  padding:0 18px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.86) !important;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,244,244,.68)) !important;
  box-shadow:0 18px 42px rgba(107,20,26,.10),inset 0 1px 0 rgba(255,255,255,.94) !important;
  backdrop-filter:blur(18px) saturate(145%);
}
body.services-page .service-visual-toolbar span{
  font-family:'Orbitron','Space Grotesk',sans-serif !important;
  letter-spacing:.11em !important;
  text-transform:uppercase;
  font-size:11px !important;
  color:#111827 !important;
}
body.services-page .service-visual-toolbar i{
  width:9px !important;
  height:9px !important;
  border-radius:50%;
  background:#fe0000 !important;
  box-shadow:0 0 18px rgba(254,0,0,.40);
}
body.services-page .service-visual-toolbar i:nth-child(3){background:#ff8a00!important;}
body.services-page .service-visual-toolbar i:nth-child(4){background:#22c55e!important;}
body.services-page .service-motion-visual.premium-motion-visual{
  position:absolute !important;
  inset:82px 18px 120px !important;
  border-radius:32px !important;
  overflow:hidden !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.services-page .service-motion-strip.premium-motion-strip{
  position:absolute !important;
  left:18px !important;
  right:18px !important;
  bottom:18px !important;
  z-index:18 !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
}
body.services-page .premium-visual-shell{
  --premium-accent:#fe0000;
  --premium-accent-2:#ff7a1a;
  --premium-accent-3:#273b67;
  position:absolute;
  inset:0;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.82);
  background:
    radial-gradient(circle at 22% 18%,color-mix(in srgb,var(--premium-accent) 16%,transparent),transparent 28%),
    radial-gradient(circle at 84% 18%,color-mix(in srgb,var(--premium-accent-2) 16%,transparent),transparent 25%),
    linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,248,248,.56) 52%,rgba(255,239,239,.70));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 22px 58px rgba(107,20,26,.13);
  transform:translateZ(0);
}
body.services-page .premium-ui-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(159,7,18,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(159,7,18,.07) 1px,transparent 1px),
    radial-gradient(circle at center,color-mix(in srgb,var(--premium-accent) 14%,transparent),transparent 1px);
  background-size:58px 58px,58px 58px,18px 18px;
  opacity:.56;
  mask-image:radial-gradient(circle at 50% 45%,#000 0 62%,transparent 94%);
}
body.services-page .premium-glow-field{
  position:absolute;
  inset:-25%;
  background:
    conic-gradient(from 140deg at 54% 48%,transparent,color-mix(in srgb,var(--premium-accent) 19%,transparent),transparent,color-mix(in srgb,var(--premium-accent-2) 16%,transparent),transparent),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.65),transparent 36%);
  filter:blur(18px);
  opacity:.88;
  animation:ssbPremiumSlowSpin 20s linear infinite;
}
body.services-page .premium-orb{
  position:absolute;
  border-radius:50%;
  border:1px solid color-mix(in srgb,var(--premium-accent) 24%,transparent);
  background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.94),color-mix(in srgb,var(--premium-accent) 16%,transparent) 42%,transparent 72%);
  box-shadow:0 0 48px color-mix(in srgb,var(--premium-accent) 20%,transparent);
  opacity:.78;
}
body.services-page .premium-orb.orb-a{width:210px;height:210px;right:-72px;top:44px;animation:ssbPremiumFloat 8s ease-in-out infinite;}
body.services-page .premium-orb.orb-b{width:160px;height:160px;left:-62px;bottom:44px;animation:ssbPremiumFloat 9s ease-in-out reverse infinite;}
body.services-page .premium-titlebar{
  position:absolute;
  top:14px;
  left:14px;
  right:14px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:46px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.82);
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,247,247,.64));
  box-shadow:0 12px 32px rgba(107,20,26,.10),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
}
body.services-page .premium-titlebar div{display:flex;align-items:center;gap:10px;min-width:0;}
body.services-page .premium-titlebar small{
  font-family:'Orbitron',sans-serif;
  color:#9f0712;
  font-size:10px;
  letter-spacing:.14em;
}
body.services-page .premium-titlebar strong{
  font-family:'Orbitron','Space Grotesk',sans-serif;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.10em;
  color:#111827;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
body.services-page .premium-titlebar span{display:flex;gap:7px;}
body.services-page .premium-titlebar i{width:8px;height:8px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 14px color-mix(in srgb,var(--premium-accent) 44%,transparent);}
body.services-page .premium-titlebar i:nth-child(2){background:var(--premium-accent-2);}
body.services-page .premium-titlebar i:nth-child(3){background:#1fd080;}
body.services-page .premium-status{
  position:absolute;
  z-index:5;
  top:72px;
  right:16px;
  display:flex;
  align-items:center;
  gap:9px;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.82);
  background:rgba(255,255,255,.72);
  box-shadow:0 12px 28px rgba(107,20,26,.08),inset 0 1px 0 rgba(255,255,255,.9);
  color:#263241;
  font:700 11px/1 'Space Grotesk',sans-serif;
  letter-spacing:.05em;
  text-transform:uppercase;
  backdrop-filter:blur(14px);
}
body.services-page .premium-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#20d47b;
  box-shadow:0 0 0 6px rgba(32,212,123,.10),0 0 18px rgba(32,212,123,.44);
  animation:ssbPremiumPulse 1.7s ease-in-out infinite;
}
body.services-page .premium-caption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:52px;
  z-index:6;
  display:grid;
  gap:6px;
  padding:16px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.76);
  background:linear-gradient(135deg,rgba(255,255,255,.80),rgba(255,243,243,.62));
  box-shadow:0 18px 38px rgba(107,20,26,.10),inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
}
body.services-page .premium-caption small{
  color:#9f0712;
  font:800 10px/1 'Orbitron',sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.services-page .premium-caption b{
  max-width:620px;
  color:#111827;
  font:700 clamp(14px,1.2vw,17px)/1.25 'Space Grotesk',sans-serif;
}
body.services-page .premium-chip-row{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:7;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
body.services-page .premium-chip-row span{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(254,0,0,.12);
  color:#374151;
  font:800 10px/1 'Space Grotesk',sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 8px 20px rgba(107,20,26,.07),inset 0 1px 0 rgba(255,255,255,.88);
}
body.services-page .premium-shine{
  position:absolute;
  inset:-40% -20%;
  background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.72) 46%,transparent 58%);
  opacity:.45;
  transform:translateX(-60%) rotate(10deg);
  animation:ssbPremiumSweep 7.2s ease-in-out infinite;
  pointer-events:none;
}
body.services-page .premium-scene{
  position:absolute;
  inset:94px 18px 136px;
  z-index:3;
}
body.services-page .premium-mini-card{
  position:relative;
  min-height:86px;
  display:grid;
  align-content:center;
  gap:4px;
  padding:16px 15px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.84);
  background:
    radial-gradient(circle at 28% 0%,color-mix(in srgb,var(--premium-accent,#fe0000) 15%,transparent),transparent 42%),
    linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,245,245,.68));
  box-shadow:0 18px 38px rgba(107,20,26,.10),inset 0 1px 0 rgba(255,255,255,.98);
  overflow:hidden;
}
body.services-page .premium-mini-card::after{
  content:"";
  position:absolute;
  width:60px;
  height:60px;
  right:-22px;
  bottom:-22px;
  border-radius:50%;
  background:color-mix(in srgb,var(--premium-accent,#fe0000) 20%,transparent);
  filter:blur(2px);
}
body.services-page .premium-mini-card small{
  color:#6b7280;
  font:900 10px/1 'Orbitron',sans-serif;
  letter-spacing:.13em;
}
body.services-page .premium-mini-card strong{
  color:#111827;
  font:900 clamp(20px,2.3vw,30px)/.95 'Orbitron',sans-serif;
  letter-spacing:-.04em;
}
body.services-page .premium-mini-card span{
  color:#6b7280;
  font:800 11px/1 'Space Grotesk',sans-serif;
  letter-spacing:.05em;
  text-transform:uppercase;
}

/* Scene: Application Modernization */
body.services-page .premium-route-map{position:absolute;inset:0;width:100%;height:100%;overflow:visible;}
body.services-page .premium-route-map path{fill:none;stroke-linecap:round;stroke-width:4;}
body.services-page .premium-route-map .route-shadow{stroke:rgba(159,7,18,.12);stroke-width:12;filter:blur(2px);}
body.services-page .premium-route-map .route-live{stroke:url(#unused);stroke:var(--premium-accent);stroke-dasharray:14 16;filter:drop-shadow(0 0 14px color-mix(in srgb,var(--premium-accent) 34%,transparent));animation:ssbPremiumDash 1.3s linear infinite;}
body.services-page .legacy-tower,
body.services-page .cloud-cluster,
body.services-page .api-bridge,
body.services-page .pod{
  position:absolute;
  border:1px solid rgba(255,255,255,.82);
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,244,244,.64));
  box-shadow:0 18px 42px rgba(107,20,26,.11),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
}
body.services-page .legacy-tower{left:7%;top:19%;width:134px;height:178px;border-radius:26px;padding:18px;display:grid;align-content:start;gap:11px;}
body.services-page .legacy-tower small,.api-bridge small,.cloud-cluster small{color:#9f0712;font:900 10px/1 'Orbitron',sans-serif;letter-spacing:.14em;text-transform:uppercase;}
body.services-page .legacy-tower b,.api-bridge b,.cloud-cluster b{color:#111827;font:900 22px/.9 'Orbitron',sans-serif;letter-spacing:-.04em;}
body.services-page .legacy-tower span{height:13px;border-radius:999px;background:linear-gradient(90deg,rgba(159,7,18,.18),rgba(254,0,0,.08));}
body.services-page .legacy-tower em{position:absolute;right:16px;bottom:16px;width:24px;height:24px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 24px color-mix(in srgb,var(--premium-accent) 44%,transparent);}
body.services-page .api-bridge{left:41%;top:40%;width:116px;height:94px;border-radius:24px;padding:17px;text-align:center;display:grid;place-content:center;gap:6px;}
body.services-page .api-bridge i{position:absolute;inset:10px;border:1px dashed color-mix(in srgb,var(--premium-accent) 36%,transparent);border-radius:18px;animation:ssbPremiumSpin 12s linear infinite;}
body.services-page .cloud-cluster{right:7%;top:15%;width:188px;height:148px;border-radius:36px;padding:20px;}
body.services-page .cloud-cluster i{position:absolute;width:44px;height:32px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(254,0,0,.12);box-shadow:0 10px 24px rgba(107,20,26,.08);}
body.services-page .cloud-cluster i:nth-of-type(1){left:26px;bottom:26px}.cloud-cluster i:nth-of-type(2){left:77px;bottom:46px}.cloud-cluster i:nth-of-type(3){right:28px;bottom:26px}.cloud-cluster i:nth-of-type(4){right:50px;top:26px}
body.services-page .pod{width:62px;height:46px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.82),color-mix(in srgb,var(--premium-accent-2) 12%,white));}
body.services-page .pod-a{left:32%;top:16%;animation:ssbPremiumFloat 5.5s ease-in-out infinite}.pod-b{right:28%;bottom:16%;animation:ssbPremiumFloat 5.9s ease-in-out .4s infinite}.pod-c{left:22%;bottom:8%;animation:ssbPremiumFloat 6.2s ease-in-out .8s infinite}
body.services-page .data-capsule{position:absolute;width:16px;height:16px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 22px color-mix(in srgb,var(--premium-accent) 46%,transparent);}
body.services-page .cap-a{left:24%;top:36%}.cap-b{left:54%;top:53%}.cap-c{right:18%;top:24%}

/* Scene: AI / ML */
body.services-page .neural-halo{position:absolute;inset:4%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.80),color-mix(in srgb,var(--premium-accent-2) 12%,transparent) 38%,transparent 70%);filter:blur(3px);animation:ssbPremiumPulse 3.4s ease-in-out infinite;}
body.services-page .neural-orb{position:absolute;left:50%;top:47%;width:min(335px,62%);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,255,255,.82);background:radial-gradient(circle at 35% 32%,rgba(255,255,255,.92),color-mix(in srgb,var(--premium-accent-2) 18%,transparent) 45%,rgba(255,255,255,.22));box-shadow:0 26px 68px color-mix(in srgb,var(--premium-accent-2) 18%,transparent),inset 0 1px 0 rgba(255,255,255,.96);}
body.services-page .neural-node{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 0 7px color-mix(in srgb,var(--premium-accent) 11%,transparent),0 0 24px color-mix(in srgb,var(--premium-accent) 45%,transparent);animation:ssbPremiumPulse 2.3s ease-in-out infinite;}
body.services-page .neural-node.n1{left:48%;top:9%}.n2{left:72%;top:19%}.n3{left:83%;top:43%}.n4{left:73%;top:70%}.n5{left:50%;top:84%}.n6{left:22%;top:73%}.n7{left:9%;top:47%}.n8{left:20%;top:21%}.n9{left:38%;top:33%}.n10{left:58%;top:31%}.n11{left:62%;top:57%}.n12{left:35%;top:58%}.n13{left:48%;top:49%}.n14{left:30%;top:42%}
body.services-page .neural-link{position:absolute;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--premium-accent-2) 54%,transparent),transparent);transform-origin:left center;animation:ssbPremiumGlow 2.4s ease-in-out infinite;}
body.services-page .neural-link.l1{left:20%;top:26%;width:58%;transform:rotate(19deg)}.l2{left:13%;top:50%;width:71%;transform:rotate(-3deg)}.l3{left:25%;top:74%;width:52%;transform:rotate(-23deg)}.l4{left:37%;top:34%;width:34%;transform:rotate(63deg)}.l5{left:31%;top:59%;width:43%;transform:rotate(-58deg)}.l6{left:45%;top:15%;width:41%;transform:rotate(86deg)}
body.services-page .model-chip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:32px;display:grid;place-content:center;text-align:center;gap:5px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,242,242,.72));border:1px solid rgba(255,255,255,.86);box-shadow:0 18px 44px rgba(107,20,26,.13),inset 0 1px 0 rgba(255,255,255,.96);}
body.services-page .model-chip small{color:#9f0712;font:900 10px/1 'Orbitron',sans-serif;letter-spacing:.12em}.model-chip b{font:900 44px/.8 'Orbitron',sans-serif;color:#111827}.model-chip em{font:800 10px/1 'Space Grotesk',sans-serif;color:#6b7280;font-style:normal;text-transform:uppercase;letter-spacing:.06em}
body.services-page .data-ribbon{position:absolute;width:146px;height:56px;border-radius:18px;border:1px solid rgba(255,255,255,.82);background:rgba(255,255,255,.68);box-shadow:0 14px 34px rgba(107,20,26,.09);padding:10px;display:grid;gap:6px;}
body.services-page .data-ribbon span{border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--premium-accent-2) 36%,transparent),rgba(255,255,255,.7));}.ribbon-a{left:6%;top:16%;animation:ssbPremiumFloat 6s ease-in-out infinite}.ribbon-b{right:5%;bottom:18%;animation:ssbPremiumFloat 6.3s ease-in-out reverse infinite}
body.services-page .prediction-card{position:absolute;right:5%;top:20%;width:126px;border-radius:22px;padding:16px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(107,20,26,.11);}.prediction-card small{font:900 10px/1 'Orbitron';color:#9f0712}.prediction-card b{display:block;font:900 34px/.9 'Orbitron';color:#111827}.prediction-card span{font:800 10px/1 'Space Grotesk';text-transform:uppercase;color:#6b7280}

/* Scene: Automation */
body.services-page .auto-track{position:absolute;left:6%;right:6%;top:48%;height:82px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.74),rgba(255,241,241,.66));border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 18px 42px rgba(107,20,26,.10);overflow:hidden;}
body.services-page .auto-track::before{content:"";position:absolute;inset:20px;background:repeating-linear-gradient(90deg,color-mix(in srgb,var(--premium-accent) 26%,transparent) 0 18px,transparent 18px 44px);border-radius:999px;animation:ssbPremiumRail 1.25s linear infinite;}
body.services-page .auto-track span{position:absolute;top:21px;width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--premium-accent-2) 14%,white));border:1px solid rgba(254,0,0,.13);box-shadow:0 10px 24px rgba(107,20,26,.10);animation:ssbPremiumConveyor 4.6s linear infinite;}
body.services-page .auto-track span:nth-child(1){animation-delay:-.1s}.auto-track span:nth-child(2){animation-delay:-1s}.auto-track span:nth-child(3){animation-delay:-1.9s}.auto-track span:nth-child(4){animation-delay:-2.8s}.auto-track span:nth-child(5){animation-delay:-3.7s}
body.services-page .auto-station{position:absolute;top:18%;width:128px;height:92px;border-radius:24px;border:1px solid rgba(255,255,255,.82);background:rgba(255,255,255,.74);box-shadow:0 18px 40px rgba(107,20,26,.10);display:grid;place-content:center;text-align:center;gap:5px;}.auto-station small{font:900 10px 'Orbitron';color:#9f0712}.auto-station b{font:900 20px/.95 'Orbitron';color:#111827}.station-a{left:7%}.station-b{left:40%}.station-c{right:7%}
body.services-page .robot-arm{position:absolute;right:19%;top:18%;width:150px;height:160px;}.robot-arm i{position:absolute;left:52px;top:18px;width:26px;height:112px;border-radius:18px;background:linear-gradient(#fff,color-mix(in srgb,var(--premium-accent) 22%,white));border:1px solid rgba(254,0,0,.14);transform-origin:50% 16px;animation:ssbPremiumArm 3.3s ease-in-out infinite}.robot-arm b{position:absolute;left:28px;top:110px;width:76px;height:26px;border-radius:999px;background:#fff;border:1px solid rgba(254,0,0,.14);box-shadow:0 12px 28px rgba(107,20,26,.1)}.robot-arm em{position:absolute;left:50px;top:126px;width:32px;height:32px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 28px color-mix(in srgb,var(--premium-accent) 42%,transparent)}
body.services-page .task-token{position:absolute;width:18px;height:18px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 22px color-mix(in srgb,var(--premium-accent) 42%,transparent)}.task-token.t1{left:18%;top:44%}.task-token.t2{left:50%;top:54%}.task-token.t3{right:20%;top:44%}
body.services-page .auto-terminal{position:absolute;left:8%;bottom:5%;width:190px;border-radius:26px;padding:18px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(107,20,26,.11)}.auto-terminal small{color:#9f0712;font:900 10px 'Orbitron'}.auto-terminal b{display:block;font:900 42px/.9 'Orbitron';color:#111827}.auto-terminal span{font:800 11px 'Space Grotesk';color:#6b7280;text-transform:uppercase}

/* Scene: BPS */
body.services-page .ops-wall{position:absolute;left:5%;top:12%;width:57%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}.ops-wall article{min-height:176px;border-radius:26px;padding:18px;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(107,20,26,.1);overflow:hidden;position:relative}.ops-wall small{color:#9f0712;font:900 10px 'Orbitron';letter-spacing:.12em}.ops-wall b{display:block;margin-top:8px;font:900 20px/.95 'Orbitron';color:#111827}.ops-wall i{display:block;margin-top:22px;height:56px;border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--premium-accent) 22%,transparent),transparent);animation:ssbPremiumBar 2.5s ease-in-out infinite}.ops-wall article:nth-child(2) i{animation-delay:.4s}.ops-wall article:nth-child(3) i{animation-delay:.8s}.ops-wall span{position:absolute;left:18px;right:18px;bottom:18px;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--premium-accent),rgba(255,255,255,.4))}
body.services-page .sla-gauge{position:absolute;right:8%;top:17%;width:184px;height:184px;border-radius:50%;display:grid;place-content:center;text-align:center;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 46px rgba(107,20,26,.11)}.sla-gauge svg{position:absolute;inset:12px;transform:rotate(-80deg)}.sla-gauge circle{fill:none;stroke:rgba(159,7,18,.12);stroke-width:10}.sla-gauge path{fill:none;stroke:var(--premium-accent);stroke-width:10;stroke-linecap:round;filter:drop-shadow(0 0 12px color-mix(in srgb,var(--premium-accent) 42%,transparent));stroke-dasharray:250;stroke-dashoffset:55;animation:ssbPremiumGauge 3s ease-in-out infinite}.sla-gauge small{font:900 11px 'Orbitron';color:#9f0712}.sla-gauge b{font:900 28px/.9 'Orbitron';color:#111827}.ticket{position:absolute;width:74px;height:42px;border-radius:14px;background:#fff;border:1px solid rgba(254,0,0,.13);box-shadow:0 12px 28px rgba(107,20,26,.09)}.ticket-a{right:22%;bottom:27%}.ticket-b{right:11%;bottom:18%}.ticket-c{right:31%;bottom:14%}.ops-alert{position:absolute;left:10%;bottom:5%;width:220px;border-radius:26px;padding:18px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(107,20,26,.11)}.ops-alert small{font:900 10px 'Orbitron';color:#9f0712}.ops-alert b{display:block;font:900 40px/.9 'Orbitron';color:#111827}.ops-alert span{font:800 11px 'Space Grotesk';color:#6b7280;text-transform:uppercase}

/* Scene: Blockchain */
body.services-page .chain-lines{position:absolute;inset:9% 3%;width:94%;height:80%;}.chain-lines path{fill:none;stroke:color-mix(in srgb,var(--premium-accent-2) 30%,transparent);stroke-width:4;stroke-dasharray:12 14;animation:ssbPremiumDash 1.45s linear infinite;filter:drop-shadow(0 0 12px color-mix(in srgb,var(--premium-accent-2) 30%,transparent))}.ledger-block{position:absolute;width:104px;height:104px;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);display:grid;place-content:center;text-align:center;gap:6px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,243,243,.72));border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(107,20,26,.12)}.ledger-block small{font:900 10px 'Orbitron';color:#9f0712}.ledger-block b{font:900 20px 'Orbitron';color:#111827}.ledger-block span{width:48px;height:8px;border-radius:999px;background:var(--premium-accent);justify-self:center}.b1{left:6%;top:40%}.b2{left:27%;top:18%}.b3{left:49%;top:47%}.b4{right:8%;top:22%}.validator-vault{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:42px;display:grid;place-content:center;text-align:center;gap:5px;background:rgba(255,255,255,.79);border:1px solid rgba(255,255,255,.82);box-shadow:0 22px 54px rgba(107,20,26,.14),inset 0 0 0 10px rgba(254,0,0,.04)}.validator-vault i{position:absolute;inset:14px;border:1px dashed color-mix(in srgb,var(--premium-accent) 40%,transparent);border-radius:32px;animation:ssbPremiumSpin 8s linear infinite}.validator-vault small{font:900 10px 'Orbitron';color:#9f0712}.validator-vault b{font:900 30px/.9 'Orbitron';color:#111827}.hash-particle{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 24px color-mix(in srgb,var(--premium-accent) 44%,transparent)}.hash-particle.p1{left:20%;top:21%}.hash-particle.p2{left:40%;bottom:25%}.hash-particle.p3{right:26%;top:25%}.hash-particle.p4{right:16%;bottom:30%}

/* Scene: Enterprise */
body.services-page .enterprise-orbit-field{position:absolute;inset:3%;}.enterprise-orbit-field .orbit{position:absolute;left:50%;top:50%;border-radius:50%;border:1px dashed color-mix(in srgb,var(--premium-accent-2) 34%,transparent);transform:translate(-50%,-50%);}.orbit-1{width:68%;height:58%;animation:ssbPremiumSpin 18s linear infinite}.orbit-2{width:84%;height:42%;animation:ssbPremiumSpin 24s linear reverse infinite}.orbit-3{width:52%;height:76%;animation:ssbPremiumSpin 30s linear infinite}.enterprise-core-premium{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:188px;height:154px;border-radius:40px;display:grid;place-content:center;text-align:center;gap:6px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,243,243,.72));border:1px solid rgba(255,255,255,.82);box-shadow:0 24px 58px rgba(107,20,26,.13),inset 0 1px 0 rgba(255,255,255,.96)}.enterprise-core-premium small{font:900 10px 'Orbitron';color:#9f0712}.enterprise-core-premium b{font:900 24px/.94 'Orbitron';color:#111827}.enterprise-core-premium span{font:800 11px 'Space Grotesk';text-transform:uppercase;color:#6b7280}.enterprise-sys{position:absolute;width:82px;height:70px;border-radius:22px;display:grid;place-content:center;text-align:center;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.82);box-shadow:0 16px 38px rgba(107,20,26,.1)}.enterprise-sys b{font:900 18px 'Orbitron';color:#111827}.enterprise-sys span{width:32px;height:6px;margin:auto;border-radius:999px;background:var(--premium-accent)}.sys-1{left:12%;top:19%}.sys-2{right:14%;top:20%}.sys-3{left:11%;bottom:20%}.sys-4{right:13%;bottom:20%}.sys-5{left:43%;top:5%}.sys-6{left:43%;bottom:5%}.satellite{position:absolute;width:16px;height:16px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 26px color-mix(in srgb,var(--premium-accent) 48%,transparent)}.sat-1{left:29%;top:26%}.sat-2{right:26%;top:54%}.sat-3{left:48%;bottom:21%}

/* Scene: Software */
body.services-page .code-glass{position:absolute;left:6%;top:13%;width:238px;height:192px;border-radius:28px;padding:20px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.82);box-shadow:0 20px 48px rgba(107,20,26,.12);display:grid;gap:11px}.code-glass small{font:900 10px 'Orbitron';color:#9f0712;text-transform:uppercase;letter-spacing:.13em}.code-glass span{height:12px;border-radius:999px;background:linear-gradient(90deg,var(--premium-accent),rgba(255,255,255,.58));animation:ssbPremiumCode 2.5s ease-in-out infinite}.code-glass span:nth-child(3){width:78%;animation-delay:.2s}.code-glass span:nth-child(4){width:92%;animation-delay:.4s}.code-glass span:nth-child(5){width:63%;animation-delay:.6s}.code-glass span:nth-child(6){width:84%;animation-delay:.8s}.delivery-pipeline{position:absolute;left:34%;right:10%;bottom:26%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.delivery-pipeline article{min-height:92px;border-radius:24px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(107,20,26,.10);display:grid;place-content:center;text-align:center;gap:4px}.delivery-pipeline small{font:900 10px 'Orbitron';color:#9f0712}.delivery-pipeline b{font:900 30px/.9 'Orbitron';color:#111827}.rocket{position:absolute;right:13%;top:8%;width:122px;height:220px;animation:ssbRocketFloat 3s ease-in-out infinite}.rocket i{position:absolute;left:38px;top:12px;width:48px;height:112px;border-radius:50% 50% 20px 20px;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--premium-accent) 18%,white));border:1px solid rgba(254,0,0,.16);box-shadow:0 18px 42px rgba(107,20,26,.12)}.rocket b{position:absolute;left:20px;top:82px;width:84px;height:54px;border-radius:50%;background:linear-gradient(135deg,rgba(254,0,0,.20),rgba(255,255,255,.82));clip-path:polygon(50% 0,100% 100%,0 100%)}.rocket em{position:absolute;left:46px;top:124px;width:32px;height:62px;border-radius:0 0 50% 50%;background:linear-gradient(180deg,var(--premium-accent),transparent);filter:blur(2px);animation:ssbRocketFlame .7s ease-in-out infinite}.rocket span{position:absolute;left:52px;top:42px;width:20px;height:20px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 24px color-mix(in srgb,var(--premium-accent) 42%,transparent)}.commit-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--premium-accent);box-shadow:0 0 22px color-mix(in srgb,var(--premium-accent) 42%,transparent)}.commit-dot.c1{left:30%;top:38%}.commit-dot.c2{left:42%;top:50%}.commit-dot.c3{right:35%;top:40%}.commit-dot.c4{right:20%;bottom:36%}.release-card{position:absolute;left:7%;bottom:7%;width:152px;border-radius:24px;padding:16px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(107,20,26,.11)}.release-card small{font:900 10px 'Orbitron';color:#9f0712}.release-card b{display:block;font:900 42px/.85 'Orbitron';color:#111827}.release-card span{font:800 11px 'Space Grotesk';color:#6b7280;text-transform:uppercase}

/* Runtime animation states */
body.services-page .premium-motion-visual.is-premium-live .premium-glow-field{animation:ssbPremiumSlowSpin 18s linear infinite;}
body.services-page .premium-motion-visual.is-premium-live .premium-visual-shell{animation:ssbPremiumSubtleLift 6.6s ease-in-out infinite;}
body.services-page .premium-motion-visual.is-premium-live .premium-status i{animation:ssbPremiumPulse 1.55s ease-in-out infinite;}
body.services-page .premium-motion-visual.is-premium-live .premium-chip-row span{animation:ssbPremiumChipBlink 3.2s ease-in-out infinite;}
body.services-page .premium-motion-visual.is-premium-live .premium-chip-row span:nth-child(2){animation-delay:.5s}.premium-chip-row span:nth-child(3){animation-delay:1s}

@keyframes ssbPremiumSlowSpin{to{transform:rotate(360deg)}}
@keyframes ssbPremiumSpin{to{transform:rotate(360deg)}}
@keyframes ssbPremiumSweep{0%,35%{transform:translateX(-65%) rotate(10deg)}72%,100%{transform:translateX(65%) rotate(10deg)}}
@keyframes ssbPremiumPulse{0%,100%{opacity:.62;transform:scale(.96)}50%{opacity:1;transform:scale(1.06)}}
@keyframes ssbPremiumFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-14px,0)}}
@keyframes ssbPremiumDash{to{stroke-dashoffset:-30}}
@keyframes ssbPremiumGlow{0%,100%{opacity:.35}50%{opacity:1}}
@keyframes ssbPremiumRail{to{transform:translateX(44px)}}
@keyframes ssbPremiumConveyor{0%{left:-48px;opacity:0}10%{opacity:1}90%{opacity:1}100%{left:100%;opacity:0}}
@keyframes ssbPremiumArm{0%,100%{transform:rotate(-22deg)}50%{transform:rotate(26deg)}}
@keyframes ssbPremiumBar{0%,100%{transform:scaleY(.48);opacity:.52}50%{transform:scaleY(1);opacity:1}}
@keyframes ssbPremiumGauge{0%,100%{stroke-dashoffset:80}50%{stroke-dashoffset:38}}
@keyframes ssbPremiumCode{0%,100%{transform:scaleX(.62);opacity:.54;transform-origin:left}50%{transform:scaleX(1);opacity:1;transform-origin:left}}
@keyframes ssbRocketFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}
@keyframes ssbRocketFlame{0%,100%{transform:scaleY(.72);opacity:.72}50%{transform:scaleY(1.18);opacity:1}}
@keyframes ssbPremiumSubtleLift{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes ssbPremiumChipBlink{0%,100%{box-shadow:0 8px 20px rgba(107,20,26,.07),inset 0 1px 0 rgba(255,255,255,.88)}50%{box-shadow:0 8px 22px color-mix(in srgb,var(--premium-accent,#fe0000) 22%,transparent),inset 0 1px 0 rgba(255,255,255,.92)}}

@media (max-width:1180px){
  body.services-page .service-showcase-panel,
  body.services-page .service-showcase-panel:nth-child(even){
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }
  body.services-page .service-showcase-panel:nth-child(even) .service-visual-col,
  body.services-page .service-showcase-panel:nth-child(even) .service-content-col{order:initial;}
  body.services-page .service-visual-card{min-height:560px !important;}
}
@media (max-width:760px){
  body.services-page .route-hero{padding-top:126px!important;padding-bottom:56px!important;}
  body.services-page .route-hero::before{inset:42px 12px 10px;border-radius:30px;}
  body.services-page .services-showcase-stack{gap:22px!important;}
  body.services-page .service-showcase-panel{padding:14px!important;border-radius:30px!important;gap:18px!important;}
  body.services-page .service-showcase-panel::before{border-radius:29px;}
  body.services-page .service-content-col{padding:18px 8px 10px!important;}
  body.services-page .service-content-col h2{font-size:clamp(30px,10vw,46px)!important;}
  body.services-page .service-visual-card{min-height:520px!important;border-radius:28px!important;}
  body.services-page .service-motion-visual.premium-motion-visual{inset:76px 12px 128px!important;border-radius:24px!important;}
  body.services-page .service-motion-strip.premium-motion-strip{left:12px!important;right:12px!important;bottom:12px!important;gap:8px!important;}
  body.services-page .premium-mini-card{min-height:82px;padding:12px 10px;border-radius:18px;}
  body.services-page .premium-caption{bottom:52px;padding:12px;border-radius:18px;}
  body.services-page .premium-caption b{font-size:13px;}
  body.services-page .premium-titlebar strong{font-size:9px;}
  body.services-page .premium-status{top:64px;right:12px;font-size:9px;}
  body.services-page .premium-scene{inset:86px 10px 138px;transform:scale(.9);transform-origin:center;}
  body.services-page .ops-wall{grid-template-columns:1fr;left:5%;width:44%;gap:7px;}.ops-wall article{min-height:68px;padding:10px}.ops-wall i,.ops-wall span{display:none}.sla-gauge{right:2%!important;width:144px!important;height:144px!important;}.ledger-block{width:78px;height:78px}.enterprise-core-premium{width:150px!important;height:130px!important}.enterprise-sys{width:64px!important;height:56px!important}.code-glass{width:178px!important;height:160px!important}.delivery-pipeline{left:14%!important;right:6%!important;bottom:18%!important}.rocket{right:6%!important;top:8%!important;transform:scale(.82)}
}
@media (prefers-reduced-motion:reduce){
  body.services-page *,body.services-page *::before,body.services-page *::after{animation:none!important;transition:none!important;}
}

/* Global premium polish v51: applied across the full package, not only Services. */
body:not(.services-page){
  background:
    radial-gradient(circle at 9% 0%,rgba(254,0,0,.075),transparent 26%),
    radial-gradient(circle at 86% 7%,rgba(255,122,26,.075),transparent 24%),
    linear-gradient(180deg,#fffafa 0%,#fff7f5 46%,#fffdfb 100%) !important;
  color:#111827;
  font-family:'Sora','Space Grotesk','Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
body:not(.services-page)::before{
  opacity:.45 !important;
  background-image:
    linear-gradient(rgba(159,7,18,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(159,7,18,.04) 1px,transparent 1px) !important;
  background-size:86px 86px !important;
}
body .nav-shell{
  border:1px solid rgba(255,255,255,.84) !important;
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,246,246,.74)) !important;
  box-shadow:0 18px 48px rgba(107,20,26,.10),inset 0 1px 0 rgba(255,255,255,.96) !important;
  backdrop-filter:blur(22px) saturate(150%);
}
body .nav-link{font-family:'Space Grotesk','Inter',sans-serif;}
body .nav-link.active,body .nav-link:hover{color:#9f0712!important;}
body:not(.services-page) .route-hero h1,
body:not(.services-page) .section h2,
body:not(.services-page) .home-hero h1{
  font-family:'Orbitron','Sora',sans-serif;
  letter-spacing:-.052em;
}
body:not(.services-page) .route-hero h1,
body:not(.services-page) .home-hero h1{
  background:linear-gradient(110deg,#111827 5%,#9f0712 45%,#fe0000 67%,#111827 98%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}
body .btn-primary,
body .hero-cta,
body .cta-button{
  background:radial-gradient(circle at 25% 0%,rgba(255,255,255,.34),transparent 28%),linear-gradient(135deg,#fe0000 0%,#bd0712 52%,#ff6d5f 100%) !important;
  color:#fff!important;
  border-color:rgba(254,0,0,.18)!important;
  box-shadow:0 18px 44px rgba(254,0,0,.22),inset 0 1px 0 rgba(255,255,255,.34)!important;
}
body:not(.services-page) .route-hero-panel,
body:not(.services-page) .feature-card,
body:not(.services-page) .industry-card,
body:not(.services-page) .insight-card,
body:not(.services-page) .platform-card,
body:not(.services-page) .contact-card{
  border:1px solid rgba(255,255,255,.82)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.80),rgba(255,244,244,.68))!important;
  box-shadow:0 26px 70px rgba(107,20,26,.10),0 10px 26px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.96)!important;
  backdrop-filter:blur(18px) saturate(142%);
}
body .site-footer{
  background:linear-gradient(180deg,#151922,#090b10)!important;
  border-top:1px solid rgba(254,0,0,.18)!important;
}

/* =========================================================
   Services Automation Section — Flagship Automation OS v54
   Full fresh redesign. Scope: Services > Automation only.
   Overview and IoT visuals remain untouched by selector design.
   ========================================================= */
body.services-page [data-visual="automation"].service-showcase-panel{
  --automation-red:#FE0000;
  --automation-deep:#9F0712;
  --automation-ink:#0B1020;
  --automation-muted:#667085;
  --automation-copper:#FF8A3D;
  --automation-rose:#FFF1F2;
  background:
    radial-gradient(circle at 13% 4%,rgba(254,0,0,.11),transparent 30%),
    radial-gradient(circle at 88% 10%,rgba(255,138,61,.10),transparent 27%),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,246,246,.80) 52%,rgba(255,252,249,.96)) !important;
  border-color:rgba(254,0,0,.12)!important;
}
body.services-page [data-visual="automation"] .service-content-col h2{
  background:linear-gradient(112deg,#0B1020 8%,#9F0712 44%,#FE0000 64%,#0B1020 96%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}
body.services-page [data-visual="automation"] .service-content-col p{max-width:680px;}
body.services-page [data-visual="automation"] .service-bullet-list{margin-bottom:18px;}
body.services-page [data-visual="automation"] .service-bullet-list li{padding-left:30px;}
body.services-page [data-visual="automation"] .automation-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:8px 0 26px;
}
body.services-page [data-visual="automation"] .automation-feature-grid article{
  position:relative;
  min-height:94px;
  display:grid;
  align-content:center;
  gap:8px;
  padding:17px 16px;
  border-radius:24px;
  background:
    radial-gradient(circle at 86% 88%,rgba(254,0,0,.12),transparent 44%),
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,243,243,.70));
  border:1px solid rgba(254,0,0,.105);
  box-shadow:0 18px 44px rgba(107,20,26,.075),inset 0 1px 0 rgba(255,255,255,.96);
  overflow:hidden;
}
body.services-page [data-visual="automation"] .automation-feature-grid article::before{
  content:"";
  position:absolute;
  right:15px;
  top:15px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#FE0000;
  box-shadow:0 0 0 8px rgba(254,0,0,.08),0 0 22px rgba(254,0,0,.28);
}
body.services-page [data-visual="automation"] .automation-feature-grid small{
  color:#9F0712;
  font:900 10px/1 'Orbitron','Sora',sans-serif;
  text-transform:uppercase;
  letter-spacing:.14em;
}
body.services-page [data-visual="automation"] .automation-feature-grid b{
  color:#111827;
  font:850 15px/1.12 'Space Grotesk','Inter',sans-serif;
  letter-spacing:-.025em;
}
body.services-page [data-visual="automation"] .service-visual-card{
  min-height:clamp(760px,54vw,880px)!important;
  border-radius:46px!important;
  background:
    radial-gradient(circle at var(--card-x,52%) var(--card-y,38%),rgba(255,255,255,.96),transparent 17%),
    radial-gradient(circle at 16% 12%,rgba(254,0,0,.145),transparent 32%),
    radial-gradient(circle at 83% 16%,rgba(255,138,61,.135),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,241,242,.74) 48%,rgba(255,252,248,.92))!important;
  border-color:rgba(254,0,0,.12)!important;
  box-shadow:
    0 46px 118px rgba(107,20,26,.17),
    0 22px 56px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.services-page [data-visual="automation"] .service-visual-toolbar{
  top:20px!important;
  left:20px!important;
  right:20px!important;
  height:58px!important;
  border-color:rgba(254,0,0,.12)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,247,247,.74))!important;
  box-shadow:0 20px 52px rgba(107,20,26,.11),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.services-page [data-visual="automation"] .service-visual-toolbar span{
  color:#0B1020!important;
  letter-spacing:.13em!important;
}
body.services-page .premium-motion-automation.service-motion-visual.premium-motion-visual{
  inset:94px 20px 146px!important;
  border-radius:38px!important;
  overflow:hidden!important;
}
body.services-page .premium-motion-automation .premium-visual-shell{
  border-radius:38px!important;
  overflow:hidden;
  isolation:isolate;
  perspective:1400px;
  background:
    radial-gradient(circle at var(--card-x,54%) var(--card-y,38%),rgba(255,255,255,.96),transparent 19%),
    radial-gradient(circle at 18% 17%,rgba(254,0,0,.18),transparent 33%),
    radial-gradient(circle at 79% 12%,rgba(255,138,61,.19),transparent 31%),
    radial-gradient(circle at 51% 88%,rgba(17,24,39,.065),transparent 48%),
    linear-gradient(145deg,#fffefe 0%,#fff3f3 48%,#fffaf6 100%)!important;
  border:1px solid rgba(254,0,0,.105)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 28px 76px rgba(107,20,26,.14)!important;
}
body.services-page .premium-motion-automation .premium-ui-grid{opacity:.42;}
body.services-page .premium-motion-automation .premium-visual-shell::before{
  content:"";
  position:absolute;
  inset:74px 16px 112px;
  z-index:1;
  border-radius:34px;
  background:
    linear-gradient(rgba(159,7,18,.047) 1px,transparent 1px),
    linear-gradient(90deg,rgba(159,7,18,.043) 1px,transparent 1px),
    radial-gradient(circle at 50% 44%,rgba(255,255,255,.82),transparent 56%);
  background-size:48px 48px,48px 48px,100% 100%;
  border:1px solid rgba(254,0,0,.085);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 24px 70px rgba(107,20,26,.08);
  pointer-events:none;
}
body.services-page .premium-motion-automation .premium-visual-shell::after{
  content:"";
  position:absolute;
  z-index:2;
  left:-26%;
  top:128px;
  width:62%;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.20),rgba(255,255,255,.92),rgba(255,138,61,.34),transparent);
  box-shadow:0 0 28px rgba(254,0,0,.24);
  animation:ssbAuto54Scan 6.4s cubic-bezier(.65,0,.35,1) infinite;
  pointer-events:none;
}
body.services-page .premium-motion-automation .premium-titlebar{
  height:50px;
  border-color:rgba(254,0,0,.13);
  background:linear-gradient(135deg,rgba(255,255,255,.93),rgba(255,247,247,.72));
  box-shadow:0 18px 46px rgba(107,20,26,.105),inset 0 1px 0 rgba(255,255,255,.98);
}
body.services-page .premium-motion-automation .premium-status{
  right:22px;
  top:72px;
  z-index:12;
  background:rgba(255,255,255,.86);
  border-color:rgba(254,0,0,.12);
  box-shadow:0 15px 34px rgba(107,20,26,.09),inset 0 1px 0 rgba(255,255,255,.95);
}
body.services-page .scene-automation-v54{
  inset:92px 20px 128px;
  z-index:4;
  overflow:visible;
  transform-style:preserve-3d;
}
body.services-page .scene-automation-v54 *,
body.services-page .scene-automation-v54 *::before,
body.services-page .scene-automation-v54 *::after{box-sizing:border-box;}
body.services-page .auto54-atmosphere,
body.services-page .auto54-atmosphere span,
body.services-page .auto54-route,
body.services-page .auto54-packet{position:absolute;pointer-events:none;}
body.services-page .auto54-atmosphere{inset:-20px;z-index:0;overflow:hidden;border-radius:34px;}
body.services-page .auto54-light{width:260px;height:260px;border-radius:50%;filter:blur(20px);opacity:.48;}
body.services-page .auto54-light.light-one{left:-90px;top:15%;background:rgba(254,0,0,.16);animation:ssbAuto54Float 8.4s ease-in-out infinite;}
body.services-page .auto54-light.light-two{right:-72px;top:-32px;background:rgba(255,138,61,.19);animation:ssbAuto54Float 9.6s ease-in-out reverse infinite;}
body.services-page .auto54-light.light-three{left:35%;bottom:-120px;background:rgba(17,24,39,.07);animation:ssbAuto54Float 10.6s ease-in-out infinite;}
body.services-page .auto54-grid-plane{
  inset:0;
  background:
    linear-gradient(rgba(159,7,18,.038) 1px,transparent 1px),
    linear-gradient(90deg,rgba(159,7,18,.035) 1px,transparent 1px),
    repeating-conic-gradient(from 45deg at 50% 50%,rgba(254,0,0,.027) 0deg 5deg,transparent 5deg 20deg);
  background-size:44px 44px,44px 44px,100% 100%;
  opacity:.60;
  mask-image:radial-gradient(circle at 50% 46%,#000 0 63%,transparent 88%);
}
body.services-page .auto54-dashboard{
  position:relative;
  z-index:3;
  height:100%;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(230px,.88fr);
  grid-template-rows:minmax(150px,auto) minmax(174px,1fr) minmax(92px,auto);
  gap:14px;
  transform-style:preserve-3d;
}
body.services-page .auto54-panel,
body.services-page .auto54-flow-stage{
  position:relative;
  border:1px solid rgba(255,255,255,.86);
  background:
    radial-gradient(circle at 24% 0%,rgba(255,255,255,.98),transparent 48%),
    linear-gradient(145deg,rgba(255,255,255,.84),rgba(255,244,244,.68));
  box-shadow:0 24px 58px rgba(107,20,26,.115),inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter:blur(18px) saturate(150%);
}
body.services-page .auto54-story{
  grid-column:1;
  grid-row:1;
  border-radius:30px;
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:12px;
  overflow:hidden;
  transform:translateZ(70px);
}
body.services-page .auto54-story::after,
body.services-page .auto54-console::after{
  content:"";
  position:absolute;
  right:-32px;
  bottom:-38px;
  width:116px;
  height:116px;
  border-radius:50%;
  background:rgba(254,0,0,.10);
  filter:blur(.2px);
}
body.services-page .auto54-overline{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#9F0712;
  font:950 10px/1 'Orbitron','Sora',sans-serif;
  text-transform:uppercase;
  letter-spacing:.15em;
}
body.services-page .auto54-overline i,
body.services-page .auto54-feed-lines i,
body.services-page .auto54-engine-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22C55E;
  box-shadow:0 0 0 7px rgba(34,197,94,.10),0 0 18px rgba(34,197,94,.34);
}
body.services-page .auto54-story h3{
  position:relative;
  z-index:1;
  margin:0;
  max-width:600px;
  color:#0B1020;
  font:900 clamp(25px,2.2vw,38px)/.96 'Space Grotesk','Sora',sans-serif;
  letter-spacing:-.06em;
}
body.services-page .auto54-story p{
  position:relative;
  z-index:1;
  max-width:650px;
  margin:0;
  color:#596579;
  font:650 13px/1.55 'Inter',sans-serif;
}
body.services-page .auto54-demo-steps{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  margin-top:auto;
}
body.services-page .auto54-step{
  position:relative;
  min-height:68px;
  display:grid;
  align-content:center;
  gap:5px;
  padding:12px 11px;
  border-radius:20px;
  border:1px solid rgba(254,0,0,.08);
  background:rgba(255,255,255,.66);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
  text-align:left;
  cursor:pointer;
  transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,box-shadow .32s ease,background .32s ease;
  overflow:hidden;
}
body.services-page .auto54-step::before{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:8px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#FE0000,#FF8A3D);
  opacity:.32;
  transform:scaleX(.18);
  transform-origin:left;
  transition:transform .36s ease,opacity .36s ease;
}
body.services-page .auto54-step span{color:#9F0712;font:950 9px/1 'Orbitron','Sora',sans-serif;letter-spacing:.14em;}
body.services-page .auto54-step b{color:#111827;font:900 15px/.98 'Space Grotesk','Inter',sans-serif;letter-spacing:-.04em;}
body.services-page .auto54-step small{color:#6B7280;font:800 9.5px/1 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.045em;}
body.services-page .auto54-step:hover,
body.services-page .auto54-step:focus-visible,
body.services-page .auto54-step.is-active{
  transform:translateY(-5px);
  border-color:rgba(254,0,0,.22);
  background:rgba(255,255,255,.90);
  box-shadow:0 18px 38px rgba(107,20,26,.12),inset 0 1px 0 rgba(255,255,255,.96);
  outline:0;
}
body.services-page .auto54-step.is-active::before{opacity:1;transform:scaleX(1);}
body.services-page .auto54-engine{
  grid-column:2;
  grid-row:1 / span 2;
  min-height:100%;
  border-radius:34px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  text-align:center;
  overflow:hidden;
  transform:translateZ(95px);
  background:
    radial-gradient(circle at 50% 43%,rgba(254,0,0,.20),transparent 35%),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.94),rgba(255,238,238,.78) 54%,rgba(255,255,255,.72)),
    linear-gradient(145deg,rgba(255,255,255,.84),rgba(255,244,244,.70));
}
body.services-page .auto54-engine small,
body.services-page .auto54-engine b,
body.services-page .auto54-engine em,
body.services-page .auto54-engine-status{position:relative;z-index:3;}
body.services-page .auto54-engine small{color:#9F0712;font:950 10px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:.16em;}
body.services-page .auto54-engine b{color:#0B1020;font:950 clamp(50px,5vw,76px)/.82 'Orbitron','Space Grotesk',sans-serif;letter-spacing:-.09em;text-shadow:0 16px 34px rgba(17,24,39,.09);}
body.services-page .auto54-engine em{max-width:230px;color:#606B7C;font:850 11px/1.05 'Space Grotesk','Inter',sans-serif;text-transform:uppercase;letter-spacing:.075em;font-style:normal;}
body.services-page .auto54-engine-status{display:inline-flex;align-items:center;gap:9px;margin-top:10px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(254,0,0,.10);color:#263241;font:850 10px/1 'Space Grotesk','Inter',sans-serif;text-transform:uppercase;letter-spacing:.07em;box-shadow:0 12px 28px rgba(107,20,26,.07);}
body.services-page .auto54-engine-rings{position:absolute;inset:22px;z-index:1;transform-style:preserve-3d;}
body.services-page .auto54-engine-rings .ring{position:absolute;border-radius:46px;border:1px dashed rgba(254,0,0,.22);}
body.services-page .auto54-engine-rings .ring-a{inset:8%;animation:ssbAuto54Spin 16s linear infinite;}
body.services-page .auto54-engine-rings .ring-b{inset:18%;border-color:rgba(17,24,39,.18);animation:ssbAuto54Spin 22s linear reverse infinite;}
body.services-page .auto54-engine-rings .ring-c{inset:31%;border-style:solid;border-color:rgba(255,138,61,.34);animation:ssbAuto54Spin 9s linear infinite;}
body.services-page .auto54-orbit-dot{position:absolute;z-index:2;width:14px;height:14px;border-radius:50%;background:#FE0000;box-shadow:0 0 0 8px rgba(254,0,0,.09),0 0 28px rgba(254,0,0,.42);}
body.services-page .auto54-orbit-dot.dot-a{left:50%;top:7%;animation:ssbAuto54OrbitA 6.2s linear infinite;}
body.services-page .auto54-orbit-dot.dot-b{right:8%;top:50%;background:#FF8A3D;animation:ssbAuto54OrbitB 7.1s linear infinite;}
body.services-page .auto54-orbit-dot.dot-c{left:9%;bottom:15%;background:#111827;animation:ssbAuto54OrbitC 8.4s linear infinite;}
body.services-page .auto54-console{
  grid-column:1;
  grid-row:2;
  border-radius:30px;
  padding:20px;
  display:grid;
  gap:16px;
  align-content:start;
  overflow:hidden;
  transform:translateZ(58px);
}
body.services-page .auto54-console header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;}
body.services-page .auto54-console header span{color:#111827;font:950 14px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:-.02em;}
body.services-page .auto54-console header b{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid rgba(34,197,94,.16);color:#13854F;font:900 9px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:.14em;}
body.services-page .auto54-feed-lines{position:relative;z-index:2;display:grid;gap:10px;}
body.services-page .auto54-feed-lines span{display:flex;align-items:center;gap:10px;min-height:34px;padding:0 12px;border-radius:14px;background:rgba(255,255,255,.62);border:1px solid rgba(254,0,0,.07);color:#485568;font:850 11px/1 'Space Grotesk','Inter',sans-serif;text-transform:uppercase;letter-spacing:.055em;}
body.services-page .auto54-feed-lines span:nth-child(2) i{background:#FE0000;box-shadow:0 0 0 7px rgba(254,0,0,.08),0 0 18px rgba(254,0,0,.30);}
body.services-page .auto54-feed-lines span:nth-child(3) i{background:#FF8A3D;box-shadow:0 0 0 7px rgba(255,138,61,.10),0 0 18px rgba(255,138,61,.30);}
body.services-page .auto54-console-metrics{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:2px;}
body.services-page .auto54-console-metrics article{min-height:58px;display:grid;align-content:center;gap:3px;padding:12px;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,245,245,.64));border:1px solid rgba(254,0,0,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.94);}
body.services-page .auto54-console-metrics b{color:#111827;font:950 22px/.9 'Orbitron','Space Grotesk',sans-serif;letter-spacing:-.06em;}
body.services-page .auto54-console-metrics small{color:#667085;font:900 9px/1 'Space Grotesk','Inter',sans-serif;text-transform:uppercase;letter-spacing:.07em;}
body.services-page .auto54-flow-stage{
  grid-column:1 / -1;
  grid-row:3;
  min-height:128px;
  border-radius:30px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:18px;
  overflow:hidden;
  transform:translateZ(72px);
}
body.services-page .auto54-route{inset:0;width:100%;height:100%;z-index:0;opacity:.88;}
body.services-page .auto54-route path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;}
body.services-page .auto54-route .route-shadow{stroke:rgba(159,7,18,.11);stroke-width:18;filter:blur(3px);}
body.services-page .auto54-route .route-live{stroke:url(#auto54-route-gradient);stroke-width:3.4;stroke-dasharray:18 18;filter:drop-shadow(0 0 16px rgba(254,0,0,.32));animation:ssbAuto54Dash 1.35s linear infinite;}
body.services-page .auto54-node{position:relative;z-index:2;min-height:90px;display:grid;align-content:center;gap:6px;padding:14px;border-radius:22px;background:rgba(255,255,255,.74);border:1px solid rgba(254,0,0,.09);box-shadow:0 14px 34px rgba(107,20,26,.08),inset 0 1px 0 rgba(255,255,255,.94);transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease;}
body.services-page .auto54-node i{width:15px;height:15px;border-radius:7px;background:linear-gradient(135deg,#FE0000,#FF8A3D);box-shadow:0 0 0 8px rgba(254,0,0,.07),0 0 24px rgba(254,0,0,.32);}
body.services-page .auto54-node b{color:#111827;font:950 15px/1 'Space Grotesk','Inter',sans-serif;letter-spacing:-.025em;}
body.services-page .auto54-node span{color:#657185;font:800 10px/1.2 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.055em;}
body.services-page .auto54-node:hover,
body.services-page .auto54-node.is-active{transform:translateY(-6px);border-color:rgba(254,0,0,.22);box-shadow:0 24px 50px rgba(107,20,26,.13),inset 0 1px 0 rgba(255,255,255,.98);}
body.services-page .auto54-packet{z-index:4;width:18px;height:18px;border-radius:8px;background:linear-gradient(135deg,#FE0000,#FF8A3D);box-shadow:0 0 0 8px rgba(254,0,0,.08),0 0 28px rgba(254,0,0,.38);}
body.services-page .auto54-packet.packet-a{left:6%;top:50%;animation:ssbAuto54PacketA 4.8s ease-in-out infinite;}
body.services-page .auto54-packet.packet-b{left:38%;top:28%;animation:ssbAuto54PacketB 5.4s ease-in-out .35s infinite;}
body.services-page .auto54-packet.packet-c{right:16%;top:58%;background:linear-gradient(135deg,#111827,#FE0000);animation:ssbAuto54PacketC 5.8s ease-in-out .7s infinite;}
body.services-page [data-visual="automation"] .premium-caption{
  left:20px;
  right:20px;
  bottom:62px;
  z-index:9;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.91),rgba(255,244,244,.73));
  border-color:rgba(254,0,0,.115);
  box-shadow:0 20px 48px rgba(107,20,26,.11),inset 0 1px 0 rgba(255,255,255,.98);
}
body.services-page [data-visual="automation"] .premium-caption b{font-size:clamp(14px,1.05vw,17px);max-width:820px;}
body.services-page [data-visual="automation"] .premium-chip-row{left:20px;right:20px;bottom:20px;z-index:10;}
body.services-page [data-visual="automation"] .premium-chip-row span{background:rgba(255,255,255,.84);border-color:rgba(254,0,0,.13);}
body.services-page [data-visual="automation"] .premium-motion-strip.premium-motion-strip{bottom:20px!important;gap:12px!important;}
body.services-page [data-visual="automation"] .premium-mini-card{
  min-height:98px;
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(255,243,243,.70));
  border-color:rgba(254,0,0,.105);
}

@keyframes ssbAuto54Scan{0%,18%{transform:translateX(0);opacity:0}40%{opacity:.88}88%,100%{transform:translateX(235%);opacity:0}}
@keyframes ssbAuto54Float{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-20px,0) scale(1.045)}}
@keyframes ssbAuto54Spin{to{transform:rotate(360deg)}}
@keyframes ssbAuto54Dash{to{stroke-dashoffset:-36}}
@keyframes ssbAuto54OrbitA{0%,100%{transform:translate(-50%,0)}25%{transform:translate(96px,86px)}50%{transform:translate(-50%,214px)}75%{transform:translate(-106px,86px)}}
@keyframes ssbAuto54OrbitB{0%,100%{transform:translate(0,-50%)}25%{transform:translate(-104px,-98px)}50%{transform:translate(-220px,-50%)}75%{transform:translate(-108px,96px)}}
@keyframes ssbAuto54OrbitC{0%,100%{transform:translate(0,0)}33%{transform:translate(112px,-92px)}66%{transform:translate(208px,18px)}}
@keyframes ssbAuto54PacketA{0%{transform:translate(0,0) scale(.78);opacity:0}12%,84%{opacity:1}50%{transform:translate(275px,-68px) scale(1.1)}100%{transform:translate(645px,-10px) scale(.76);opacity:0}}
@keyframes ssbAuto54PacketB{0%{transform:translate(0,0) scale(.82);opacity:0}12%,84%{opacity:1}52%{transform:translate(150px,75px) scale(1.1)}100%{transform:translate(392px,42px) scale(.78);opacity:0}}
@keyframes ssbAuto54PacketC{0%{transform:translate(0,0) scale(.8);opacity:0}14%,82%{opacity:1}50%{transform:translate(-190px,-70px) scale(1.08)}100%{transform:translate(-580px,-18px) scale(.76);opacity:0}}

@media (max-width:1180px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:820px!important;}
  body.services-page .scene-automation-v54{inset:92px 18px 130px;}
  body.services-page .auto54-dashboard{grid-template-columns:minmax(0,1fr) minmax(218px,.82fr);gap:12px;}
  body.services-page .auto54-story h3{font-size:clamp(24px,2.5vw,34px);}
  body.services-page .auto54-demo-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:900px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:980px!important;}
  body.services-page .premium-motion-automation.service-motion-visual.premium-motion-visual{inset:90px 16px 150px!important;}
  body.services-page .scene-automation-v54{inset:88px 14px 138px;}
  body.services-page .auto54-dashboard{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:12px;}
  body.services-page .auto54-story,
  body.services-page .auto54-engine,
  body.services-page .auto54-console,
  body.services-page .auto54-flow-stage{grid-column:1;grid-row:auto;}
  body.services-page .auto54-engine{min-height:230px;}
  body.services-page .auto54-flow-stage{grid-template-columns:repeat(2,minmax(0,1fr));min-height:220px;}
  body.services-page .auto54-route{display:none;}
  body.services-page .auto54-packet{display:none;}
  body.services-page [data-visual="automation"] .automation-feature-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:1040px!important;border-radius:32px!important;}
  body.services-page [data-visual="automation"] .service-visual-toolbar{height:54px!important;left:14px!important;right:14px!important;top:14px!important;}
  body.services-page .premium-motion-automation.service-motion-visual.premium-motion-visual{inset:82px 12px 150px!important;border-radius:26px!important;}
  body.services-page .premium-motion-automation .premium-visual-shell{border-radius:26px!important;}
  body.services-page .premium-motion-automation .premium-visual-shell::before{inset:68px 10px 118px;border-radius:22px;background-size:34px 34px,34px 34px,100% 100%;}
  body.services-page .premium-motion-automation .premium-status{top:68px;right:12px;font-size:9px;padding:0 10px;}
  body.services-page .scene-automation-v54{inset:84px 10px 134px;}
  body.services-page .auto54-story{padding:18px;border-radius:24px;}
  body.services-page .auto54-story h3{font-size:26px;}
  body.services-page .auto54-story p{font-size:12px;}
  body.services-page .auto54-demo-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.services-page .auto54-step{min-height:62px;border-radius:17px;}
  body.services-page .auto54-engine{border-radius:26px;min-height:220px;}
  body.services-page .auto54-engine b{font-size:44px;}
  body.services-page .auto54-console{padding:16px;border-radius:24px;}
  body.services-page .auto54-flow-stage{grid-template-columns:1fr;min-height:350px;padding:14px;border-radius:24px;}
  body.services-page .auto54-node{min-height:70px;border-radius:18px;}
  body.services-page [data-visual="automation"] .premium-caption{left:12px;right:12px;bottom:58px;padding:12px;border-radius:18px;}
  body.services-page [data-visual="automation"] .premium-caption b{font-size:12px;}
  body.services-page [data-visual="automation"] .premium-chip-row{left:12px;right:12px;bottom:16px;}
  body.services-page [data-visual="automation"] .premium-chip-row span{font-size:8px;padding:7px 8px;}
}
@media (max-width:430px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:1080px!important;}
  body.services-page .auto54-story h3{font-size:23px;}
  body.services-page .auto54-demo-steps{grid-template-columns:1fr;}
  body.services-page .auto54-step small{display:none;}
  body.services-page .auto54-console header{align-items:flex-start;}
  body.services-page .auto54-feed-lines span{font-size:9px;}
  body.services-page .auto54-engine-status{font-size:9px;}
  body.services-page [data-visual="automation"] .premium-chip-row span:nth-child(n+4){display:none;}
}
@media (prefers-reduced-motion:reduce){
  body.services-page .premium-motion-automation .premium-visual-shell::after,
  body.services-page .auto54-light,
  body.services-page .auto54-engine-rings .ring,
  body.services-page .auto54-orbit-dot,
  body.services-page .auto54-route .route-live,
  body.services-page .auto54-packet{animation:none!important;}
}


/* ==========================================================
   Automation Flagship v55 — rebuilt from scratch for clarity,
   premium hierarchy, no overlap, and cinematic automation flow.
   ========================================================== */
body.services-page [data-visual="automation"] .service-visual-card{
  min-height:clamp(880px,68vw,1000px)!important;
  border-radius:48px!important;
  background:
    radial-gradient(circle at var(--card-x,50%) var(--card-y,34%),rgba(255,255,255,.96),transparent 16%),
    radial-gradient(circle at 9% 8%,rgba(254,0,0,.13),transparent 34%),
    radial-gradient(circle at 92% 10%,rgba(255,138,61,.13),transparent 32%),
    linear-gradient(145deg,#fffdfd 0%,#fff4f4 46%,#fffaf6 100%)!important;
  border-color:rgba(254,0,0,.115)!important;
  box-shadow:0 48px 120px rgba(107,20,26,.16),0 22px 56px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.services-page [data-visual="automation"] .service-visual-card::before{opacity:.22!important;}
body.services-page [data-visual="automation"] .service-visual-toolbar{height:58px!important;top:20px!important;left:20px!important;right:20px!important;}
body.services-page .premium-motion-automation.service-motion-visual.premium-motion-visual{
  inset:94px 20px 156px!important;
  border-radius:40px!important;
}
body.services-page .premium-motion-automation .premium-visual-shell{
  border-radius:40px!important;
  background:
    radial-gradient(circle at 14% 12%,rgba(254,0,0,.16),transparent 32%),
    radial-gradient(circle at 86% 13%,rgba(255,138,61,.14),transparent 30%),
    radial-gradient(circle at 48% 92%,rgba(17,24,39,.055),transparent 42%),
    linear-gradient(145deg,#ffffff 0%,#fff5f5 48%,#fffaf7 100%)!important;
  border:1px solid rgba(254,0,0,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 30px 78px rgba(107,20,26,.13)!important;
}
body.services-page .premium-motion-automation .premium-ui-grid{opacity:.34!important;background-size:64px 64px,64px 64px,22px 22px!important;}
body.services-page .premium-motion-automation .premium-visual-shell::before,
body.services-page .premium-motion-automation .premium-visual-shell::after{display:none!important;}
body.services-page .premium-motion-automation .premium-titlebar{height:50px;border-color:rgba(254,0,0,.12);background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,247,247,.72));}
body.services-page .premium-motion-automation .premium-status{top:72px;right:22px;min-height:36px;background:rgba(255,255,255,.86);border-color:rgba(34,197,94,.12);}
body.services-page .scene-automation-v55{
  inset:92px 18px 132px;
  z-index:5;
  overflow:visible;
  transform-style:preserve-3d;
  --auto55-active:0;
}
body.services-page .scene-automation-v55 *,
body.services-page .scene-automation-v55 *::before,
body.services-page .scene-automation-v55 *::after{box-sizing:border-box;}
body.services-page .auto55-atmosphere,
body.services-page .auto55-atmosphere span,
body.services-page .auto55-route,
body.services-page .auto55-signal{position:absolute;pointer-events:none;}
body.services-page .auto55-atmosphere{inset:-24px;z-index:0;overflow:hidden;border-radius:34px;}
body.services-page .auto55-glow{border-radius:50%;filter:blur(22px);opacity:.56;}
body.services-page .auto55-glow.glow-a{width:300px;height:300px;left:-120px;top:9%;background:rgba(254,0,0,.14);animation:ssbAuto55Float 8.8s ease-in-out infinite;}
body.services-page .auto55-glow.glow-b{width:260px;height:260px;right:-78px;top:-70px;background:rgba(255,138,61,.15);animation:ssbAuto55Float 10s ease-in-out reverse infinite;}
body.services-page .auto55-glow.glow-c{width:280px;height:280px;left:38%;bottom:-150px;background:rgba(17,24,39,.055);animation:ssbAuto55Float 11.4s ease-in-out infinite;}
body.services-page .auto55-grid{inset:0;background:linear-gradient(rgba(159,7,18,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(159,7,18,.04) 1px,transparent 1px);background-size:46px 46px;opacity:.50;mask-image:radial-gradient(circle at 50% 45%,#000 0 64%,transparent 90%);}
body.services-page .auto55-noise{inset:0;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.72),transparent 32%),repeating-linear-gradient(115deg,rgba(254,0,0,.022) 0 1px,transparent 1px 9px);opacity:.58;mix-blend-mode:multiply;}
body.services-page .auto55-shell{
  position:relative;
  z-index:2;
  height:100%;
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(295px,.94fr);
  grid-template-rows:minmax(255px,1.08fr) minmax(154px,.72fr);
  gap:16px;
  transform-style:preserve-3d;
}
body.services-page .auto55-panel{
  position:relative;
  min-width:0;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.88);
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,245,245,.66));
  box-shadow:0 26px 62px rgba(107,20,26,.105),inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter:blur(18px) saturate(150%);
  overflow:hidden;
}
body.services-page .auto55-panel::after{content:"";position:absolute;right:-52px;bottom:-58px;width:150px;height:150px;border-radius:50%;background:rgba(254,0,0,.075);filter:blur(.2px);pointer-events:none;}
body.services-page .auto55-hero{padding:28px;display:flex;flex-direction:column;gap:15px;transform:translateZ(82px);}
body.services-page .auto55-kicker{display:inline-flex;align-items:center;gap:10px;color:#9F0712;font:950 10px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:.16em;}
body.services-page .auto55-kicker i{width:9px;height:9px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 7px rgba(34,197,94,.10),0 0 20px rgba(34,197,94,.36);}
body.services-page .auto55-hero h3{position:relative;z-index:2;max-width:680px;margin:0;color:#080F1F;font:900 clamp(31px,3.08vw,52px)/.94 'Space Grotesk','Sora',sans-serif;letter-spacing:-.07em;}
body.services-page .auto55-hero p{position:relative;z-index:2;max-width:690px;margin:0;color:#536174;font:650 14px/1.6 'Inter',sans-serif;}
body.services-page .auto55-stepbar{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:auto;}
body.services-page .auto55-step{position:relative;min-height:82px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"dot num" "dot title" "dot meta";align-content:center;column-gap:10px;row-gap:5px;padding:14px 12px;border-radius:22px;border:1px solid rgba(254,0,0,.085);background:rgba(255,255,255,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.94);text-align:left;cursor:pointer;overflow:hidden;transition:transform .34s cubic-bezier(.22,1,.36,1),border-color .34s ease,box-shadow .34s ease,background .34s ease;}
body.services-page .auto55-step::after{content:"";position:absolute;left:12px;right:12px;bottom:10px;height:4px;border-radius:999px;background:linear-gradient(90deg,#FE0000,#FF8A3D);opacity:.2;transform:scaleX(.18);transform-origin:left;transition:transform .34s ease,opacity .34s ease;}
body.services-page .auto55-step i{grid-area:dot;width:14px;height:14px;margin-top:3px;border-radius:7px;background:linear-gradient(135deg,#FE0000,#FF8A3D);box-shadow:0 0 0 7px rgba(254,0,0,.07),0 0 20px rgba(254,0,0,.25);}
body.services-page .auto55-step span{grid-area:num;color:#9F0712;font:950 9px/1 'Orbitron','Sora',sans-serif;letter-spacing:.16em;}
body.services-page .auto55-step b{grid-area:title;color:#111827;font:900 15px/.98 'Space Grotesk','Inter',sans-serif;letter-spacing:-.035em;}
body.services-page .auto55-step small{grid-area:meta;color:#6B7280;font:800 9px/1 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.045em;}
body.services-page .auto55-step:hover,
body.services-page .auto55-step:focus-visible,
body.services-page .auto55-step.is-active{transform:translateY(-6px);background:rgba(255,255,255,.94);border-color:rgba(254,0,0,.22);box-shadow:0 20px 44px rgba(107,20,26,.12),inset 0 1px 0 rgba(255,255,255,.98);outline:0;}
body.services-page .auto55-step.is-active::after{opacity:1;transform:scaleX(1);}
body.services-page .auto55-core{padding:20px;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px;transform:translateZ(96px);}
body.services-page .auto55-core-stage{position:relative;min-height:222px;border-radius:28px;background:radial-gradient(circle at 50% 45%,rgba(254,0,0,.18),transparent 34%),radial-gradient(circle at 50% 45%,rgba(255,255,255,.98),rgba(255,242,242,.70) 58%,rgba(255,255,255,.68));border:1px solid rgba(254,0,0,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.96);overflow:hidden;}
body.services-page .auto55-ring{position:absolute;left:50%;top:50%;border-radius:40px;border:1px dashed rgba(254,0,0,.22);transform:translate(-50%,-50%);}
body.services-page .auto55-ring.ring-a{width:78%;height:68%;animation:ssbAuto55Spin 18s linear infinite;}
body.services-page .auto55-ring.ring-b{width:58%;height:86%;border-color:rgba(17,24,39,.16);animation:ssbAuto55Spin 23s linear reverse infinite;}
body.services-page .auto55-ring.ring-c{width:38%;height:38%;border-style:solid;border-color:rgba(255,138,61,.34);animation:ssbAuto55Spin 8.4s linear infinite;}
body.services-page .auto55-core-chip{position:absolute;left:50%;top:50%;z-index:3;width:min(220px,68%);min-height:128px;transform:translate(-50%,-50%);display:grid;place-items:center;align-content:center;gap:7px;text-align:center;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,244,244,.72));border:1px solid rgba(255,255,255,.9);box-shadow:0 24px 58px rgba(107,20,26,.13),inset 0 1px 0 rgba(255,255,255,.98);}
body.services-page .auto55-core-chip small{color:#9F0712;font:950 10px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:.18em;}
body.services-page .auto55-core-chip b{color:#080F1F;font:950 clamp(42px,5vw,64px)/.82 'Orbitron','Space Grotesk',sans-serif;letter-spacing:-.10em;}
body.services-page .auto55-core-chip span{color:#667085;font:850 10px/1 'Space Grotesk','Inter',sans-serif;text-transform:uppercase;letter-spacing:.08em;}
body.services-page .auto55-orb-dot{position:absolute;z-index:4;width:14px;height:14px;border-radius:50%;background:#FE0000;box-shadow:0 0 0 8px rgba(254,0,0,.08),0 0 28px rgba(254,0,0,.38);}
body.services-page .auto55-orb-dot.dot-a{left:19%;top:28%;animation:ssbAuto55OrbA 6.8s ease-in-out infinite;}
body.services-page .auto55-orb-dot.dot-b{right:17%;top:42%;background:#FF8A3D;animation:ssbAuto55OrbB 7.4s ease-in-out .4s infinite;}
body.services-page .auto55-orb-dot.dot-c{left:48%;bottom:18%;background:#111827;animation:ssbAuto55OrbC 8.2s ease-in-out .8s infinite;}
body.services-page .auto55-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
body.services-page .auto55-metrics article{min-height:70px;display:grid;align-content:center;gap:5px;padding:13px;border-radius:20px;background:rgba(255,255,255,.76);border:1px solid rgba(254,0,0,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.94);}
body.services-page .auto55-metrics small{color:#667085;font:850 9px/1 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.07em;}
body.services-page .auto55-metrics b{color:#111827;font:950 21px/.9 'Orbitron','Space Grotesk',sans-serif;letter-spacing:-.06em;}
body.services-page .auto55-orchestration{padding:18px;display:grid;grid-template-rows:auto 1fr;gap:12px;transform:translateZ(72px);}
body.services-page .auto55-orchestration header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;}
body.services-page .auto55-orchestration header span{color:#111827;font:950 13px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:.03em;}
body.services-page .auto55-orchestration header b{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid rgba(34,197,94,.16);color:#13854F;font:900 9px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:.14em;}
body.services-page .auto55-lane{position:relative;min-height:115px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end;}
body.services-page .auto55-route{inset:0;width:100%;height:100%;z-index:0;opacity:.9;}
body.services-page .auto55-route path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;}
body.services-page .auto55-route .route-haze{stroke:rgba(159,7,18,.095);stroke-width:17;filter:blur(3px);}
body.services-page .auto55-route .route-line{stroke:url(#auto55-route-gradient);stroke-width:3.4;stroke-dasharray:18 16;filter:drop-shadow(0 0 16px rgba(254,0,0,.28));animation:ssbAuto55Dash 1.45s linear infinite;}
body.services-page .auto55-phase{position:relative;z-index:2;min-height:84px;display:grid;align-content:center;gap:5px;padding:13px;border-radius:21px;background:rgba(255,255,255,.74);border:1px solid rgba(254,0,0,.08);box-shadow:0 13px 32px rgba(107,20,26,.075),inset 0 1px 0 rgba(255,255,255,.94);transition:transform .34s ease,border-color .34s ease,box-shadow .34s ease,background .34s ease;}
body.services-page .auto55-phase i{width:14px;height:14px;border-radius:7px;background:linear-gradient(135deg,#FE0000,#FF8A3D);box-shadow:0 0 0 7px rgba(254,0,0,.07),0 0 20px rgba(254,0,0,.25);}
body.services-page .auto55-phase b{color:#111827;font:950 15px/1 'Space Grotesk','Inter',sans-serif;letter-spacing:-.025em;}
body.services-page .auto55-phase span{color:#657185;font:800 9.5px/1.22 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.055em;}
body.services-page .auto55-phase.is-active{transform:translateY(-7px);background:rgba(255,255,255,.94);border-color:rgba(254,0,0,.23);box-shadow:0 24px 50px rgba(107,20,26,.12),inset 0 1px 0 rgba(255,255,255,.98);}
body.services-page .auto55-signal{z-index:4;width:17px;height:17px;border-radius:8px;background:linear-gradient(135deg,#FE0000,#FF8A3D);box-shadow:0 0 0 8px rgba(254,0,0,.08),0 0 28px rgba(254,0,0,.38);}
body.services-page .auto55-signal.signal-a{left:4%;top:50%;animation:ssbAuto55SignalA 5.4s ease-in-out infinite;}
body.services-page .auto55-signal.signal-b{left:36%;top:28%;animation:ssbAuto55SignalB 5.8s ease-in-out .45s infinite;}
body.services-page .auto55-signal.signal-c{right:12%;top:60%;background:linear-gradient(135deg,#111827,#FE0000);animation:ssbAuto55SignalC 6.2s ease-in-out .9s infinite;}
body.services-page .auto55-proof{padding:18px;display:grid;gap:10px;align-content:stretch;transform:translateZ(64px);}
body.services-page .auto55-proof div{position:relative;z-index:2;display:grid;align-content:center;gap:5px;min-height:54px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(254,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.94);}
body.services-page .auto55-proof small{color:#9F0712;font:900 9px/1 'Orbitron','Sora',sans-serif;text-transform:uppercase;letter-spacing:.13em;}
body.services-page .auto55-proof b{color:#111827;font:850 14px/1.05 'Space Grotesk','Inter',sans-serif;letter-spacing:-.02em;}
body.services-page [data-visual="automation"] .premium-caption{left:20px;right:20px;bottom:64px;z-index:12;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,245,245,.74));border-color:rgba(254,0,0,.11);box-shadow:0 22px 52px rgba(107,20,26,.11),inset 0 1px 0 rgba(255,255,255,.98);}
body.services-page [data-visual="automation"] .premium-caption b{max-width:900px;font-size:clamp(14px,1vw,16px);line-height:1.28;}
body.services-page [data-visual="automation"] .premium-chip-row{left:20px;right:20px;bottom:22px;z-index:13;}
body.services-page [data-visual="automation"] .premium-chip-row span{background:rgba(255,255,255,.84);border-color:rgba(254,0,0,.12);}
body.services-page [data-visual="automation"] .premium-motion-strip.premium-motion-strip{bottom:22px!important;gap:12px!important;}
body.services-page [data-visual="automation"] .premium-mini-card{min-height:104px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,244,244,.72));border-color:rgba(254,0,0,.105);}
@keyframes ssbAuto55Float{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-18px,0) scale(1.035)}}
@keyframes ssbAuto55Spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes ssbAuto55Dash{to{stroke-dashoffset:-34}}
@keyframes ssbAuto55OrbA{0%,100%{transform:translate(0,0)}50%{transform:translate(96px,72px)}}
@keyframes ssbAuto55OrbB{0%,100%{transform:translate(0,0)}50%{transform:translate(-104px,86px)}}
@keyframes ssbAuto55OrbC{0%,100%{transform:translate(0,0)}50%{transform:translate(66px,-86px)}}
@keyframes ssbAuto55SignalA{0%{transform:translate(0,0) scale(.72);opacity:0}12%,86%{opacity:1}50%{transform:translate(280px,-54px) scale(1.08)}100%{transform:translate(625px,-8px) scale(.74);opacity:0}}
@keyframes ssbAuto55SignalB{0%{transform:translate(0,0) scale(.76);opacity:0}12%,82%{opacity:1}50%{transform:translate(170px,72px) scale(1.1)}100%{transform:translate(390px,48px) scale(.76);opacity:0}}
@keyframes ssbAuto55SignalC{0%{transform:translate(0,0) scale(.78);opacity:0}14%,84%{opacity:1}50%{transform:translate(-210px,-70px) scale(1.08)}100%{transform:translate(-610px,-14px) scale(.76);opacity:0}}

@media (max-width:1180px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:980px!important;}
  body.services-page .premium-motion-automation.service-motion-visual.premium-motion-visual{inset:92px 18px 156px!important;}
  body.services-page .scene-automation-v55{inset:88px 16px 134px;}
  body.services-page .auto55-shell{grid-template-columns:minmax(0,1fr) minmax(280px,.88fr);grid-template-rows:minmax(280px,auto) minmax(170px,auto);}
  body.services-page .auto55-stepbar{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:900px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:1260px!important;}
  body.services-page .premium-motion-automation.service-motion-visual.premium-motion-visual{inset:88px 16px 160px!important;}
  body.services-page .scene-automation-v55{inset:84px 14px 136px;}
  body.services-page .auto55-shell{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:14px;}
  body.services-page .auto55-hero,.auto55-core,.auto55-orchestration,.auto55-proof{grid-column:1;}
  body.services-page .auto55-core-stage{min-height:240px;}
  body.services-page .auto55-lane{grid-template-columns:repeat(2,minmax(0,1fr));min-height:220px;}
  body.services-page .auto55-route,.auto55-signal{display:none!important;}
}
@media (max-width:760px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:1380px!important;border-radius:34px!important;}
  body.services-page [data-visual="automation"] .service-visual-toolbar{top:14px!important;left:14px!important;right:14px!important;height:54px!important;}
  body.services-page .premium-motion-automation.service-motion-visual.premium-motion-visual{inset:80px 12px 158px!important;border-radius:28px!important;}
  body.services-page .premium-motion-automation .premium-visual-shell{border-radius:28px!important;}
  body.services-page .premium-motion-automation .premium-titlebar{height:46px;left:12px;right:12px;top:12px;}
  body.services-page .premium-motion-automation .premium-status{top:62px;right:12px;font-size:9px;padding:0 10px;}
  body.services-page .scene-automation-v55{inset:108px 10px 132px;}
  body.services-page .auto55-hero{padding:18px;border-radius:24px;}
  body.services-page .auto55-hero h3{font-size:30px;}
  body.services-page .auto55-hero p{font-size:12px;line-height:1.52;}
  body.services-page .auto55-stepbar{grid-template-columns:1fr;}
  body.services-page .auto55-step{min-height:64px;border-radius:18px;}
  body.services-page .auto55-core{padding:14px;border-radius:24px;}
  body.services-page .auto55-metrics{grid-template-columns:1fr;}
  body.services-page .auto55-orchestration{padding:14px;border-radius:24px;}
  body.services-page .auto55-lane{grid-template-columns:1fr;min-height:auto;}
  body.services-page .auto55-phase{min-height:72px;border-radius:18px;}
  body.services-page .auto55-proof{padding:14px;border-radius:24px;}
  body.services-page [data-visual="automation"] .premium-caption{left:12px;right:12px;bottom:58px;padding:12px;border-radius:18px;}
  body.services-page [data-visual="automation"] .premium-caption b{font-size:12px;}
  body.services-page [data-visual="automation"] .premium-chip-row{left:12px;right:12px;bottom:16px;}
  body.services-page [data-visual="automation"] .premium-chip-row span{font-size:8px;padding:7px 8px;}
}
@media (max-width:430px){
  body.services-page [data-visual="automation"] .service-visual-card{min-height:1460px!important;}
  body.services-page .auto55-hero h3{font-size:26px;}
  body.services-page .auto55-step small{display:none;}
  body.services-page .auto55-orchestration header{align-items:flex-start;}
  body.services-page .auto55-proof small{font-size:8px;}
  body.services-page [data-visual="automation"] .premium-chip-row span:nth-child(n+4){display:none;}
}
@media (prefers-reduced-motion:reduce){
  body.services-page .auto55-glow,
  body.services-page .auto55-ring,
  body.services-page .auto55-orb-dot,
  body.services-page .auto55-route .route-line,
  body.services-page .auto55-signal{animation:none!important;}
}


/* ==========================================================================
   Automation Flagship v56 — refined production-grade Automation Studio
   Clean, enterprise-grade, no-overlap redesign inspired by the approved mockup.
   ========================================================================== */
body.services-page #automation.automation-v56-flagship{
  --auto56-red:#FE0000;
  --auto56-ruby:#B90B14;
  --auto56-coral:#FF5B62;
  --auto56-ink:#080D1A;
  --auto56-text:#344054;
  --auto56-muted:#667085;
  --auto56-mint:#3BD884;
  grid-template-columns:minmax(360px,.82fr) minmax(560px,1.18fr)!important;
  gap:clamp(40px,5.4vw,88px)!important;
  align-items:center!important;
  min-height:clamp(760px,70vh,940px)!important;
  padding:clamp(32px,4.8vw,74px)!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 14% 18%,rgba(254,0,0,.090),transparent 31%),
    radial-gradient(circle at 82% 8%,rgba(255,169,172,.20),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,247,248,.90) 46%,rgba(255,255,255,.94))!important;
  border:1px solid rgba(8,13,26,.12)!important;
  box-shadow:
    0 44px 110px rgba(8,13,26,.12),
    0 20px 54px rgba(185,11,20,.065),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
}
body.services-page #automation.automation-v56-flagship::before{
  background:
    linear-gradient(120deg,rgba(255,255,255,.92),transparent 38%,rgba(254,0,0,.045) 72%,transparent),
    repeating-linear-gradient(90deg,rgba(8,13,26,.026) 0 1px,transparent 1px 76px),
    repeating-linear-gradient(0deg,rgba(8,13,26,.021) 0 1px,transparent 1px 76px)!important;
  opacity:.92!important;
}
body.services-page #automation.automation-v56-flagship::after{
  width:clamp(280px,28vw,520px)!important;
  height:clamp(280px,28vw,520px)!important;
  right:3%!important;
  bottom:-18%!important;
  background:radial-gradient(circle,rgba(254,0,0,.16),rgba(255,91,98,.06) 42%,transparent 70%)!important;
  filter:blur(10px)!important;
}
body.services-page #automation.automation-v56-flagship .service-content-col{order:1!important;z-index:2;max-width:620px;}
body.services-page #automation.automation-v56-flagship .service-visual-col{order:2!important;z-index:2;min-width:0;}
body.services-page #automation.automation-v56-flagship .service-content-col [data-animate-service]{opacity:1!important;transform:none!important;}

body.services-page #automation .auto56-copy{position:relative;display:flex;flex-direction:column;gap:clamp(20px,2.2vw,30px);}
body.services-page #automation .auto56-eyebrow{
  width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:10px;
  padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.78);
  border:1px solid rgba(254,0,0,.22);box-shadow:0 14px 34px rgba(254,0,0,.07),inset 0 1px 0 rgba(255,255,255,.92);
  color:var(--auto56-ruby);font-family:'Orbitron',var(--font-accent);font-weight:900;font-size:clamp(10px,.72vw,12px);letter-spacing:.13em;text-transform:uppercase;
}
body.services-page #automation .auto56-eyebrow i{width:9px;height:9px;border-radius:50%;background:var(--auto56-red);box-shadow:0 0 0 6px rgba(254,0,0,.10),0 0 22px rgba(254,0,0,.36);}
body.services-page #automation .auto56-title{
  margin:0;font-family:'Orbitron',var(--font-accent);font-size:clamp(52px,6.1vw,92px);line-height:.88;letter-spacing:-.08em;font-weight:900;
  color:transparent;background:linear-gradient(90deg,#07101F 0%,#151B2C 34%,#8A0710 62%,#FE0000 100%);-webkit-background-clip:text;background-clip:text;text-transform:uppercase;
  filter:drop-shadow(0 12px 26px rgba(254,0,0,.07));
}
body.services-page #automation .auto56-title::after{content:"";display:block;width:88px;height:3px;border-radius:999px;margin-top:23px;background:linear-gradient(90deg,var(--auto56-red),rgba(254,0,0,0));box-shadow:0 0 18px rgba(254,0,0,.20);}
body.services-page #automation .auto56-lede{margin:0;color:#4B5870;font-size:clamp(16px,1.22vw,19px);line-height:1.72;max-width:58ch;}
body.services-page #automation .auto56-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
body.services-page #automation .auto56-feature-card{
  position:relative;display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:center;min-height:108px;padding:18px 20px;border-radius:24px;
  background:linear-gradient(150deg,rgba(255,255,255,.92),rgba(255,249,249,.70));border:1px solid rgba(254,0,0,.14);
  box-shadow:0 20px 54px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.96);overflow:hidden;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
body.services-page #automation .auto56-feature-card::after{content:"";position:absolute;right:-36px;bottom:-44px;width:108px;height:108px;border-radius:50%;background:radial-gradient(circle,rgba(254,0,0,.13),transparent 66%);opacity:.82;}
body.services-page #automation .auto56-feature-card:hover{transform:translateY(-5px);border-color:rgba(254,0,0,.30);box-shadow:0 28px 70px rgba(8,13,26,.09),0 12px 32px rgba(254,0,0,.09),inset 0 1px 0 rgba(255,255,255,.96);}
body.services-page #automation .auto56-feature-icon{width:52px;height:52px;border-radius:19px;display:grid;place-items:center;background:radial-gradient(circle at 35% 24%,#fff,#FFF0F1 62%,#FFD6D9);border:1px solid rgba(254,0,0,.12);box-shadow:0 16px 28px rgba(254,0,0,.12),inset 0 1px 0 rgba(255,255,255,.96);color:var(--auto56-red);}
body.services-page #automation .auto56-feature-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;}
body.services-page #automation .auto56-feature-card b{display:block;margin-bottom:5px;color:#121827;font-size:15px;line-height:1.16;font-weight:900;letter-spacing:-.02em;}
body.services-page #automation .auto56-feature-card span{display:block;color:#536176;font-size:13px;line-height:1.5;font-weight:650;}
body.services-page #automation .auto56-capability-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
body.services-page #automation .auto56-capability{
  min-height:72px;padding:15px 17px;border-radius:20px;background:rgba(255,255,255,.76);border:1px solid rgba(254,0,0,.15);box-shadow:0 18px 42px rgba(8,13,26,.052),inset 0 1px 0 rgba(255,255,255,.94);
}
body.services-page #automation .auto56-capability small{display:block;margin-bottom:8px;color:var(--auto56-ruby);font:900 10px/1 'Orbitron',var(--font-accent);letter-spacing:.13em;text-transform:uppercase;}
body.services-page #automation .auto56-capability b{display:block;color:#182033;font-size:13px;line-height:1.18;}
body.services-page #automation .auto56-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:4px;}
body.services-page #automation .auto56-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:0 28px;border-radius:999px;background:linear-gradient(135deg,#FE0000,#D90A16 52%,#FF6B70);color:#fff;font-weight:900;letter-spacing:-.02em;box-shadow:0 22px 48px rgba(254,0,0,.28),inset 0 1px 0 rgba(255,255,255,.25);overflow:hidden;}
body.services-page #automation .auto56-cta::before{content:"";position:absolute;inset:-140% -45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transform:rotate(24deg) translateX(-42%);animation:auto56ButtonSheen 4.8s ease-in-out infinite;}
body.services-page #automation .auto56-cta span{position:relative;z-index:1;}
body.services-page #automation .auto56-cta i{position:relative;z-index:1;font-style:normal;transition:transform .22s ease;}
body.services-page #automation .auto56-cta:hover i{transform:translateX(4px);}
body.services-page #automation .auto56-action-note{font-family:'Orbitron',var(--font-accent);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#7A8395;}

body.services-page #automation .automation-v56-card{
  position:relative;isolation:isolate;width:100%;min-height:clamp(660px,58vw,790px);padding:clamp(18px,2vw,24px);border-radius:34px;
  background:
    radial-gradient(circle at var(--mx,74%) var(--my,22%),rgba(254,0,0,.11),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,247,248,.86));
  border:1px solid rgba(254,0,0,.16);box-shadow:0 44px 120px rgba(8,13,26,.17),0 18px 50px rgba(254,0,0,.09),inset 0 1px 0 rgba(255,255,255,.98);
  overflow:hidden;transform-style:preserve-3d;transition:transform .36s ease, box-shadow .36s ease;
}
body.services-page #automation .automation-v56-card::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(115deg,rgba(255,255,255,.88),transparent 36%,rgba(254,0,0,.06) 64%,transparent),repeating-linear-gradient(90deg,rgba(8,13,26,.027) 0 1px,transparent 1px 62px),repeating-linear-gradient(0deg,rgba(8,13,26,.022) 0 1px,transparent 1px 62px);mask:linear-gradient(#000,rgba(0,0,0,.78) 76%,transparent);}
body.services-page #automation .automation-v56-card::after{content:"";position:absolute;right:-80px;bottom:-95px;width:280px;height:280px;border-radius:50%;z-index:-1;background:radial-gradient(circle,rgba(254,0,0,.20),rgba(255,126,132,.08) 48%,transparent 70%);filter:blur(3px);}
body.services-page #automation .auto56-card-head{height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:0 18px;border-radius:24px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.92);box-shadow:0 16px 36px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.98);}
body.services-page #automation .auto56-brand{display:flex;align-items:center;gap:13px;color:#151C2D;font:900 12px/1 'Orbitron',var(--font-accent);letter-spacing:.16em;text-transform:uppercase;}
body.services-page #automation .auto56-logo{position:relative;width:28px;height:28px;border-radius:9px;background:conic-gradient(from 210deg,#FE0000,#FF8388,#fff,#FE0000);box-shadow:0 9px 22px rgba(254,0,0,.18);}
body.services-page #automation .auto56-logo::after{content:"";position:absolute;inset:7px;border-radius:4px;background:#fff;clip-path:polygon(50% 0,100% 100%,0 100%);}
body.services-page #automation .auto56-head-actions{display:flex;align-items:center;gap:12px;color:#687387;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;}
body.services-page #automation .auto56-online{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;}
body.services-page #automation .auto56-online i{width:9px;height:9px;border-radius:50%;background:var(--auto56-mint);box-shadow:0 0 0 7px rgba(59,216,132,.11),0 0 22px rgba(59,216,132,.42);}
body.services-page #automation .auto56-menu{display:flex;gap:4px}.auto56-menu i{width:4px;height:4px;border-radius:50%;background:#2D3446;opacity:.78;}
body.services-page #automation .auto56-console{
  position:relative;display:grid;grid-template-rows:auto auto auto auto;gap:18px;min-height:calc(100% - 72px);padding:clamp(18px,2vw,24px);border-radius:30px;
  background:linear-gradient(145deg,rgba(255,248,249,.94),rgba(255,255,255,.72));border:1px solid rgba(254,0,0,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 22px 56px rgba(254,0,0,.055);overflow:hidden;
}
body.services-page #automation .auto56-console::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 52% 28%,rgba(254,0,0,.14),transparent 26%),radial-gradient(circle at 90% 8%,rgba(255,255,255,.82),transparent 28%);pointer-events:none;}
body.services-page #automation .auto56-console > *{position:relative;z-index:1;}
body.services-page #automation .auto56-console-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;}
body.services-page #automation .auto56-console-title span{display:block;color:#121827;font-size:clamp(20px,1.55vw,26px);font-weight:850;letter-spacing:-.035em;}
body.services-page #automation .auto56-console-title b{display:block;margin-top:7px;color:var(--auto56-red);font-size:13px;font-weight:850;letter-spacing:.02em;}
body.services-page #automation .auto56-live-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.84);border:1px solid rgba(8,13,26,.065);box-shadow:0 12px 28px rgba(8,13,26,.05);color:#4C586C;font:900 11px/1 'Orbitron',var(--font-accent);letter-spacing:.075em;text-transform:uppercase;white-space:nowrap;}
body.services-page #automation .auto56-live-pill i{width:7px;height:7px;border-radius:50%;background:var(--auto56-red);box-shadow:0 0 0 6px rgba(254,0,0,.10);animation:auto56Pulse 1.8s ease-in-out infinite;}
body.services-page #automation .auto56-system-map{position:relative;display:grid;grid-template-columns:minmax(128px,.78fr) minmax(220px,1.25fr) minmax(128px,.78fr);align-items:center;gap:clamp(12px,1.7vw,24px);min-height:270px;padding:8px 4px;}
body.services-page #automation .auto56-orbit-stage{position:relative;min-height:250px;display:grid;place-items:center;}
body.services-page #automation .auto56-orbit{position:absolute;border-radius:50%;border:1px solid rgba(254,0,0,.18);box-shadow:inset 0 0 34px rgba(254,0,0,.045);animation:auto56Orbit 12s linear infinite;}
body.services-page #automation .auto56-orbit.o1{width:235px;height:235px;opacity:.40;}
body.services-page #automation .auto56-orbit.o2{width:184px;height:184px;border-style:dashed;animation-duration:16s;animation-direction:reverse;opacity:.52;}
body.services-page #automation .auto56-orbit.o3{width:132px;height:132px;animation-duration:10s;opacity:.75;}
body.services-page #automation .auto56-core{position:relative;z-index:2;width:150px;height:150px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 38% 18%,#fff,#FFF5F6 58%,#FFE3E5);border:1px solid rgba(254,0,0,.18);box-shadow:0 24px 60px rgba(254,0,0,.16),inset 0 2px 0 rgba(255,255,255,.96),0 0 0 18px rgba(255,255,255,.38);}
body.services-page #automation .auto56-core small{color:var(--auto56-red);font:900 9px/1 'Orbitron',var(--font-accent);letter-spacing:.12em;text-transform:uppercase;}
body.services-page #automation .auto56-core b{margin-top:9px;color:#111827;font:900 17px/.96 'Orbitron',var(--font-accent);letter-spacing:.04em;text-transform:uppercase;}
body.services-page #automation .auto56-core span{margin-top:9px;color:#667085;font-size:11px;font-weight:850;}
body.services-page #automation .auto56-orb-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#FE0000;box-shadow:0 0 0 7px rgba(254,0,0,.10),0 0 24px rgba(254,0,0,.50);}
body.services-page #automation .auto56-orb-dot.d1{top:32px;left:50%;animation:auto56Float 2.8s ease-in-out infinite;}
body.services-page #automation .auto56-orb-dot.d2{right:38px;top:50%;animation:auto56Float 3.1s ease-in-out infinite .2s;}
body.services-page #automation .auto56-orb-dot.d3{left:42px;bottom:48px;animation:auto56Float 2.6s ease-in-out infinite .4s;}
body.services-page #automation .auto56-sparkle{position:absolute;width:4px;height:4px;border-radius:50%;background:#fff;box-shadow:0 0 16px rgba(254,0,0,.5);opacity:.9;animation:auto56Spark 3.2s ease-in-out infinite;}
body.services-page #automation .auto56-sparkle.s1{left:28%;top:22%;}.auto56-sparkle.s2{left:66%;top:18%;animation-delay:.65s}.auto56-sparkle.s3{left:72%;bottom:24%;animation-delay:1.25s}.auto56-sparkle.s4{left:22%;bottom:28%;animation-delay:1.8s}
body.services-page #automation .auto56-flow-col{display:flex;flex-direction:column;gap:13px;}
body.services-page #automation .auto56-flow-label{color:#6C768B;font:900 10px/1 'Orbitron',var(--font-accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 3px 2px;}
body.services-page #automation .auto56-signal-item,.auto56-outcome-item{position:relative;display:flex;align-items:center;gap:11px;min-height:42px;padding:0 12px;border-radius:14px;background:rgba(255,255,255,.82);border:1px solid rgba(8,13,26,.055);box-shadow:0 12px 26px rgba(8,13,26,.045);color:#3D485C;font-size:12px;font-weight:850;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;}
body.services-page #automation .auto56-signal-item i,.auto56-outcome-item i{width:9px;height:9px;border-radius:50%;background:var(--auto56-red);box-shadow:0 0 0 6px rgba(254,0,0,.09);flex:0 0 auto;}
body.services-page #automation .auto56-outcome-item i{background:var(--auto56-mint);box-shadow:0 0 0 6px rgba(59,216,132,.10);}
body.services-page #automation .auto56-signal-item.is-active,.auto56-outcome-item.is-active{transform:translateX(4px) scale(1.015);border-color:rgba(254,0,0,.20);box-shadow:0 16px 34px rgba(254,0,0,.09);}
body.services-page #automation .auto56-outcome-item.is-active{border-color:rgba(59,216,132,.28);box-shadow:0 16px 34px rgba(59,216,132,.10);}
body.services-page #automation .auto56-path-svg{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.78;}
body.services-page #automation .auto56-path-svg path{fill:none;stroke-linecap:round;stroke-width:1.5;stroke-dasharray:3 9;animation:auto56Dash 7.5s linear infinite;}
body.services-page #automation .auto56-path-red{stroke:rgba(254,0,0,.38);}.auto56-path-green{stroke:rgba(30,191,107,.34);}
body.services-page #automation .auto56-stage-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:14px;border-radius:24px;background:rgba(255,255,255,.58);border:1px solid rgba(254,0,0,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
body.services-page #automation .auto56-flow-card{position:relative;min-height:126px;padding:16px 15px 15px;border-radius:19px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,249,249,.72));border:1px solid rgba(8,13,26,.065);box-shadow:0 14px 34px rgba(8,13,26,.045);overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;}
body.services-page #automation .auto56-flow-card::before{content:attr(data-index);position:absolute;top:12px;left:12px;color:#9EA7B8;font:900 10px/1 'Orbitron',var(--font-accent);letter-spacing:.08em;}
body.services-page #automation .auto56-flow-card::after{content:"";position:absolute;right:-34px;bottom:-44px;width:96px;height:96px;border-radius:50%;background:radial-gradient(circle,rgba(254,0,0,.13),transparent 65%);}
body.services-page #automation .auto56-flow-icon{width:46px;height:46px;margin:22px 0 12px;border-radius:17px;display:grid;place-items:center;background:radial-gradient(circle at 35% 22%,#fff,#FFF0F1);border:1px solid rgba(254,0,0,.13);box-shadow:0 12px 24px rgba(254,0,0,.10);color:var(--auto56-red);font-size:24px;}
body.services-page #automation .auto56-flow-card b{display:block;color:#121827;font-size:13px;line-height:1.12;text-transform:uppercase;letter-spacing:.02em;}
body.services-page #automation .auto56-flow-card span{display:block;margin-top:7px;color:#526074;font-size:11px;line-height:1.42;font-weight:700;}
body.services-page #automation .auto56-flow-card.is-active{transform:translateY(-6px);border-color:rgba(254,0,0,.30);box-shadow:0 24px 54px rgba(254,0,0,.12);}
body.services-page #automation .auto56-intel-grid{display:grid;grid-template-columns:1fr 1.15fr .88fr;gap:16px;}
body.services-page #automation .auto56-mini-panel{min-height:132px;padding:18px;border-radius:22px;background:rgba(255,255,255,.78);border:1px solid rgba(8,13,26,.06);box-shadow:0 16px 38px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.94);}
body.services-page #automation .auto56-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:#586276;font:900 11px/1 'Orbitron',var(--font-accent);letter-spacing:.09em;text-transform:uppercase;}
body.services-page #automation .auto56-panel-head i{font-style:normal;color:#2DBF6B;background:rgba(59,216,132,.10);border:1px solid rgba(59,216,132,.18);border-radius:999px;padding:5px 7px;font-size:9px;}
body.services-page #automation .auto56-list{display:grid;gap:10px}.auto56-list p{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;color:#48566C;font-size:11px;font-weight:750;}.auto56-list p::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--auto56-red);box-shadow:0 0 0 5px rgba(254,0,0,.08);}.auto56-list p:nth-child(even)::before{background:var(--auto56-mint);box-shadow:0 0 0 5px rgba(59,216,132,.08)}.auto56-list p span{margin-left:auto;color:#121827;font-weight:850;}
body.services-page #automation .auto56-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.auto56-kpis article{min-height:72px;padding:12px 9px;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,247,248,.70));border:1px solid rgba(254,0,0,.10);}.auto56-kpis b{display:block;color:#121827;font-size:clamp(19px,1.5vw,25px);line-height:1;letter-spacing:-.05em}.auto56-kpis small{display:block;margin-top:9px;color:#697589;font-size:9px;line-height:1.2;font-weight:800;}
body.services-page #automation .auto56-governance p{margin:0 0 9px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#48566C;font-size:11px;font-weight:800;}.auto56-governance p:last-child{margin-bottom:0}.auto56-governance p i{width:7px;height:7px;border-radius:50%;background:var(--auto56-mint);margin-right:6px;box-shadow:0 0 0 5px rgba(59,216,132,.08);}.auto56-governance p:first-child i{background:var(--auto56-red);box-shadow:0 0 0 5px rgba(254,0,0,.08)}.auto56-governance p b{margin-left:auto;color:#111827;}
body.services-page #automation .auto56-trust-band{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:88px;padding:16px 22px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,242,243,.72));border:1px solid rgba(254,0,0,.11);box-shadow:0 18px 42px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.94);}
body.services-page #automation .auto56-trust-icon{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:radial-gradient(circle at 35% 22%,#fff,#FFE5E7);border:1px solid rgba(254,0,0,.14);box-shadow:0 14px 26px rgba(254,0,0,.11);color:var(--auto56-red);font-size:24px;}
body.services-page #automation .auto56-trust-band b{display:block;color:#172033;font-size:14px;line-height:1.2;}.auto56-trust-band span{display:block;margin-top:7px;color:#627086;font-size:11px;font-weight:750;line-height:1.45;}
body.services-page #automation .auto56-shield{width:78px;height:78px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#FFE2E4);border:1px solid rgba(254,0,0,.16);box-shadow:0 18px 44px rgba(254,0,0,.16),inset 0 1px 0 rgba(255,255,255,.96);font-size:32px;color:var(--auto56-red);animation:auto56Shield 3.8s ease-in-out infinite;}

body.services-page #automation .auto56-animate{will-change:transform,opacity;}
body.services-page #automation .auto56-enter-ready .auto56-animate{opacity:0;transform:translateY(22px) scale(.982);}
body.services-page #automation .automation-v56-card.auto56-enter-ready{opacity:0;transform:translateY(26px) scale(.982);}
body.services-page #automation .auto56-running .auto56-flow-card:not(.is-active){opacity:.86;}

@keyframes auto56Orbit{to{transform:rotate(360deg)}}
@keyframes auto56Float{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(10px,-12px,0) scale(1.12)}}
@keyframes auto56Spark{0%,100%{opacity:.18;transform:scale(.65)}50%{opacity:1;transform:scale(1.4)}}
@keyframes auto56Dash{to{stroke-dashoffset:-96}}
@keyframes auto56Pulse{0%,100%{transform:scale(1);opacity:.72}50%{transform:scale(1.28);opacity:1}}
@keyframes auto56Shield{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(1deg)}}
@keyframes auto56ButtonSheen{0%,62%{transform:rotate(24deg) translateX(-75%)}100%{transform:rotate(24deg) translateX(75%)}}

@media (min-width:1101px){
  body.services-page #automation.automation-v56-flagship .automation-v56-card:hover{box-shadow:0 54px 140px rgba(8,13,26,.19),0 24px 70px rgba(254,0,0,.12),inset 0 1px 0 rgba(255,255,255,.98);}
}
@media (max-width:1180px){
  body.services-page #automation.automation-v56-flagship{grid-template-columns:1fr!important;gap:34px!important;}
  body.services-page #automation.automation-v56-flagship .service-content-col,body.services-page #automation.automation-v56-flagship .service-visual-col{order:initial!important;max-width:none;}
  body.services-page #automation .auto56-title{font-size:clamp(48px,10vw,82px);}
  body.services-page #automation .automation-v56-card{min-height:auto;}
}
@media (max-width:860px){
  body.services-page #automation .auto56-feature-grid,body.services-page #automation .auto56-capability-row,body.services-page #automation .auto56-stage-row,body.services-page #automation .auto56-intel-grid{grid-template-columns:1fr!important;}
  body.services-page #automation .auto56-system-map{grid-template-columns:1fr;gap:16px;}
  body.services-page #automation .auto56-flow-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}
  body.services-page #automation .auto56-orbit-stage{min-height:230px;order:-1;}
  body.services-page #automation .auto56-path-svg{display:none;}
  body.services-page #automation .auto56-kpis{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.services-page #automation .auto56-trust-band{grid-template-columns:auto 1fr;}.auto56-shield{display:none!important;}
}
@media (max-width:560px){
  body.services-page #automation.automation-v56-flagship{padding:22px!important;border-radius:30px!important;}
  body.services-page #automation .auto56-title{font-size:clamp(39px,15vw,56px);letter-spacing:-.075em;}
  body.services-page #automation .auto56-lede{font-size:15px;line-height:1.62;}
  body.services-page #automation .auto56-feature-card{grid-template-columns:1fr;min-height:auto;}
  body.services-page #automation .auto56-flow-col{grid-template-columns:1fr;}
  body.services-page #automation .auto56-card-head{height:auto;padding:14px;align-items:flex-start;flex-direction:column;}
  body.services-page #automation .auto56-console{padding:15px;border-radius:24px;}
  body.services-page #automation .auto56-console-top{flex-direction:column;}
  body.services-page #automation .auto56-core{width:134px;height:134px;}
}
@media (prefers-reduced-motion:reduce){
  body.services-page #automation *{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
}

/* ========================================================================== 
   Automation Flagship v57 — reference-accurate animated implementation
   Uses the approved visual as the source-of-truth base, then layers premium
   live motion: routing packets, core pulse, shimmer, parallax, and hotspots.
   ========================================================================== */
body.services-page #automation.automation-v57-reference{
  --auto57-red:#FE0000;
  --auto57-ruby:#B90B14;
  --auto57-ink:#08101F;
  --auto57-mint:#3BD884;
  display:block!important;
  grid-template-columns:none!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:38px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  isolation:isolate;
}
body.services-page #automation.automation-v57-reference::before,
body.services-page #automation.automation-v57-reference::after{display:none!important;}
body.services-page #automation .auto57-reference-stage{
  position:relative;
  width:min(100%,1586px);
  margin:0 auto;
  aspect-ratio:1586/992;
  border-radius:38px;
  overflow:hidden;
  isolation:isolate;
  transform-style:preserve-3d;
  background:
    radial-gradient(circle at 74% 24%,rgba(254,0,0,.10),transparent 32%),
    linear-gradient(135deg,#fff,#fff7f8 52%,#fff);
  box-shadow:
    0 42px 120px rgba(8,13,26,.15),
    0 24px 62px rgba(185,11,20,.08),
    inset 0 1px 0 rgba(255,255,255,.96);
  transition:transform .34s ease, box-shadow .34s ease;
}
body.services-page #automation .auto57-reference-stage:hover{
  box-shadow:
    0 54px 148px rgba(8,13,26,.17),
    0 30px 78px rgba(254,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.98);
}
body.services-page #automation .auto57-reference-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  z-index:1;
  transform:translateZ(0);
  user-select:none;
  pointer-events:none;
}
body.services-page #automation .auto57-reference-stage::before{
  content:"";
  position:absolute;
  inset:-18%;
  z-index:2;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--auto57-mx,68%) var(--auto57-my,32%),rgba(255,255,255,.46),transparent 16%),
    linear-gradient(115deg,transparent 0 34%,rgba(255,255,255,.34) 42%,transparent 50% 100%);
  mix-blend-mode:screen;
  opacity:.52;
  transform:translateX(-18%) rotate(8deg);
  animation:auto57Sheen 7.8s ease-in-out infinite;
}
body.services-page #automation .auto57-reference-stage::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    radial-gradient(circle at 69% 33%,rgba(254,0,0,.085),transparent 16%),
    radial-gradient(circle at 88% 84%,rgba(254,0,0,.12),transparent 13%),
    linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.18));
  opacity:.78;
}
body.services-page #automation .auto57-flow-overlay,
body.services-page #automation .auto57-motion-layer{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:4;
  pointer-events:none;
}
body.services-page #automation .auto57-flow-overlay path{
  fill:none;
  stroke-linecap:round;
  stroke-width:1.7;
  stroke-dasharray:6 12;
  filter:drop-shadow(0 0 8px rgba(254,0,0,.18));
  animation:auto57Route 6.8s linear infinite;
}
body.services-page #automation .auto57-route-in{stroke:rgba(254,0,0,.45);}
body.services-page #automation .auto57-route-out{stroke:rgba(36,199,119,.34);animation-direction:reverse!important;}
body.services-page #automation .auto57-route-active{stroke-width:2.5;stroke-dasharray:14 18;opacity:.9;filter:drop-shadow(0 0 12px rgba(254,0,0,.28));}
body.services-page #automation .auto57-core-pulse{
  position:absolute;
  left:68.8%;
  top:33.2%;
  width:15.8%;
  aspect-ratio:1;
  translate:-50% -50%;
  z-index:5;
  border-radius:50%;
  border:1px solid rgba(254,0,0,.26);
  box-shadow:
    0 0 0 14px rgba(254,0,0,.035),
    0 0 48px rgba(254,0,0,.18),
    inset 0 0 54px rgba(254,0,0,.055);
  animation:auto57CorePulse 3.2s ease-in-out infinite;
  pointer-events:none;
}
body.services-page #automation .auto57-core-pulse::before,
body.services-page #automation .auto57-core-pulse::after{
  content:"";
  position:absolute;
  inset:-19%;
  border-radius:inherit;
  border:1px solid rgba(254,0,0,.16);
  animation:auto57Spin 18s linear infinite;
}
body.services-page #automation .auto57-core-pulse::after{
  inset:-36%;
  border-style:dashed;
  border-color:rgba(254,0,0,.13);
  animation-duration:31s;
  animation-direction:reverse;
}
body.services-page #automation .auto57-packet,
body.services-page #automation .auto57-spark,
body.services-page #automation .auto57-status-dot{
  position:absolute;
  z-index:6;
  border-radius:999px;
  pointer-events:none;
}
body.services-page #automation .auto57-packet{
  width:10px;
  height:10px;
  background:#FE0000;
  box-shadow:0 0 0 7px rgba(254,0,0,.08),0 0 25px rgba(254,0,0,.42);
  offset-rotate:0deg;
  animation:auto57Packet 5.9s cubic-bezier(.45,.05,.2,.98) infinite;
}
body.services-page #automation .auto57-packet.p1{offset-path:path('M 860 328 C 930 330 970 350 1010 374');animation-delay:.1s;}
body.services-page #automation .auto57-packet.p2{offset-path:path('M 860 386 C 932 384 974 376 1010 374');animation-delay:1.4s;}
body.services-page #automation .auto57-packet.p3{offset-path:path('M 860 444 C 930 432 972 398 1010 374');animation-delay:2.7s;}
body.services-page #automation .auto57-packet.p4{background:#2EDC87;box-shadow:0 0 0 7px rgba(46,220,135,.08),0 0 24px rgba(46,220,135,.32);offset-path:path('M 1114 374 C 1188 338 1250 326 1328 328');animation-delay:.8s;}
body.services-page #automation .auto57-packet.p5{background:#2EDC87;box-shadow:0 0 0 7px rgba(46,220,135,.08),0 0 24px rgba(46,220,135,.32);offset-path:path('M 1114 374 C 1186 384 1248 386 1328 386');animation-delay:2.1s;}
body.services-page #automation .auto57-packet.p6{background:#2EDC87;box-shadow:0 0 0 7px rgba(46,220,135,.08),0 0 24px rgba(46,220,135,.32);offset-path:path('M 1114 374 C 1186 426 1248 444 1328 444');animation-delay:3.3s;}
body.services-page #automation .auto57-spark{
  width:6px;
  height:6px;
  background:#fff;
  border:1px solid rgba(254,0,0,.25);
  box-shadow:0 0 18px rgba(254,0,0,.38);
  animation:auto57Spark 2.9s ease-in-out infinite;
}
body.services-page #automation .auto57-spark.s1{left:61.7%;top:25.6%;animation-delay:.2s;}
body.services-page #automation .auto57-spark.s2{left:72.1%;top:23.2%;animation-delay:.9s;}
body.services-page #automation .auto57-spark.s3{left:75.6%;top:37.8%;animation-delay:1.5s;}
body.services-page #automation .auto57-spark.s4{left:64.2%;top:43.6%;animation-delay:2.1s;}
body.services-page #automation .auto57-spark.s5{left:85.9%;top:86.6%;animation-delay:2.7s;}
body.services-page #automation .auto57-status-dot{
  width:9px;
  height:9px;
  background:#2EDC87;
  box-shadow:0 0 0 8px rgba(46,220,135,.10),0 0 24px rgba(46,220,135,.36);
  animation:auto57Status 2.4s ease-in-out infinite;
}
body.services-page #automation .auto57-status-dot.online{left:84.5%;top:9.0%;}
body.services-page #automation .auto57-status-dot.live{left:83.6%;top:18.7%;animation-delay:.8s;}
body.services-page #automation .auto57-cta-glow{
  position:absolute;
  left:12.4%;
  bottom:12.1%;
  width:17.7%;
  height:5.8%;
  z-index:6;
  border-radius:999px;
  pointer-events:none;
  background:radial-gradient(circle at 28% 50%,rgba(255,255,255,.36),transparent 32%),linear-gradient(90deg,rgba(254,0,0,.20),rgba(255,105,111,.12));
  box-shadow:0 0 38px rgba(254,0,0,.24);
  opacity:.62;
  animation:auto57CtaGlow 2.8s ease-in-out infinite;
}
body.services-page #automation .auto57-phase-glow{
  position:absolute;
  left:45.0%;
  top:52.5%;
  width:12.0%;
  height:11.4%;
  z-index:5;
  border-radius:18px;
  pointer-events:none;
  border:1px solid rgba(254,0,0,.22);
  background:linear-gradient(135deg,rgba(254,0,0,.05),rgba(255,255,255,.04));
  box-shadow:0 16px 38px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.60);
  transition:left .46s cubic-bezier(.22,1,.36,1),transform .46s cubic-bezier(.22,1,.36,1),opacity .28s ease;
  animation:auto57PhaseBreath 2.8s ease-in-out infinite;
}
body.services-page #automation .auto57-reference-stage[data-phase="1"] .auto57-phase-glow{left:57.4%;}
body.services-page #automation .auto57-reference-stage[data-phase="2"] .auto57-phase-glow{left:69.5%;}
body.services-page #automation .auto57-reference-stage[data-phase="3"] .auto57-phase-glow{left:81.9%;}
body.services-page #automation .auto57-phase-button{
  position:absolute;
  z-index:8;
  top:51.5%;
  width:12.5%;
  height:12.6%;
  border:0;
  border-radius:20px;
  background:transparent;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
body.services-page #automation .auto57-phase-button:nth-of-type(1){left:45.0%;}
body.services-page #automation .auto57-phase-button:nth-of-type(2){left:57.5%;}
body.services-page #automation .auto57-phase-button:nth-of-type(3){left:69.8%;}
body.services-page #automation .auto57-phase-button:nth-of-type(4){left:82.2%;}
body.services-page #automation .auto57-phase-button:focus-visible{outline:2px solid rgba(254,0,0,.55);outline-offset:4px;background:rgba(255,255,255,.10);}
body.services-page #automation .auto57-hotspot-label{
  position:absolute;
  z-index:9;
  right:5.2%;
  top:15.4%;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  color:#101828;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(254,0,0,.10);
  box-shadow:0 12px 28px rgba(8,13,26,.06),inset 0 1px 0 rgba(255,255,255,.88);
  font:900 clamp(7px,.68vw,10px)/1 'Orbitron',var(--font-accent),sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  pointer-events:none;
  animation:auto57FloatBadge 4.2s ease-in-out infinite;
}
body.services-page #automation .auto57-hotspot-label i{width:7px;height:7px;border-radius:50%;background:#FE0000;box-shadow:0 0 0 5px rgba(254,0,0,.08);}
body.services-page #automation .auto57-a11y{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@keyframes auto57Route{to{stroke-dashoffset:-160;}}
@keyframes auto57Packet{0%{offset-distance:0%;opacity:0;transform:scale(.74);}12%{opacity:1;}78%{opacity:1;transform:scale(1.12);}100%{offset-distance:100%;opacity:0;transform:scale(.74);}}
@keyframes auto57Spin{to{transform:rotate(360deg);}}
@keyframes auto57CorePulse{0%,100%{transform:scale(.965);opacity:.55;}50%{transform:scale(1.04);opacity:.95;}}
@keyframes auto57Spark{0%,100%{opacity:.15;transform:scale(.7) translateY(0);}50%{opacity:1;transform:scale(1.45) translateY(-5px);}}
@keyframes auto57Status{0%,100%{transform:scale(.9);opacity:.72;}50%{transform:scale(1.24);opacity:1;}}
@keyframes auto57CtaGlow{0%,100%{opacity:.45;transform:scale(.985);}50%{opacity:.8;transform:scale(1.02);}}
@keyframes auto57PhaseBreath{0%,100%{opacity:.34;transform:translateY(0);}50%{opacity:.88;transform:translateY(-4px);}}
@keyframes auto57FloatBadge{0%,100%{transform:translateY(0);}50%{transform:translateY(-5px);}}
@keyframes auto57Sheen{0%,64%{transform:translateX(-42%) rotate(8deg);opacity:.0;}76%{opacity:.42;}100%{transform:translateX(42%) rotate(8deg);opacity:0;}}

@media (min-width:1101px) and (pointer:fine){
  body.services-page #automation .auto57-reference-stage.is-tilting{
    transform:perspective(1600px) rotateX(var(--auto57-rx,0deg)) rotateY(var(--auto57-ry,0deg)) translateY(-2px);
  }
}
@media (max-width:980px){
  body.services-page #automation .auto57-reference-stage{border-radius:30px;}
  body.services-page #automation .auto57-packet{width:7px;height:7px;}
  body.services-page #automation .auto57-hotspot-label{display:none;}
}
@media (max-width:620px){
  body.services-page #automation.automation-v57-reference{border-radius:24px!important;}
  body.services-page #automation .auto57-reference-stage{width:calc(100vw - 28px);margin-inline:calc(50% - 50vw + 14px);border-radius:24px;box-shadow:0 28px 72px rgba(8,13,26,.14),0 15px 34px rgba(254,0,0,.06);}
  body.services-page #automation .auto57-flow-overlay{opacity:.62;}
  body.services-page #automation .auto57-cta-glow,.auto57-phase-glow{display:none!important;}
}
@media (prefers-reduced-motion:reduce){
  body.services-page #automation .auto57-reference-stage,
  body.services-page #automation .auto57-reference-stage::before,
  body.services-page #automation .auto57-reference-stage::after,
  body.services-page #automation .auto57-flow-overlay path,
  body.services-page #automation .auto57-core-pulse,
  body.services-page #automation .auto57-core-pulse::before,
  body.services-page #automation .auto57-core-pulse::after,
  body.services-page #automation .auto57-packet,
  body.services-page #automation .auto57-spark,
  body.services-page #automation .auto57-status-dot,
  body.services-page #automation .auto57-cta-glow,
  body.services-page #automation .auto57-phase-glow,
  body.services-page #automation .auto57-hotspot-label{animation:none!important;transition:none!important;transform:none!important;}
}


/* v57 scaling refinements */
body.services-page #automation .auto57-svg-packet{filter:drop-shadow(0 0 10px rgba(254,0,0,.30));opacity:.92;}
body.services-page #automation .auto57-svg-packet.packet-red{fill:#FE0000;}
body.services-page #automation .auto57-svg-packet.packet-green{fill:#2EDC87;filter:drop-shadow(0 0 10px rgba(46,220,135,.26));}
body.services-page #automation .auto57-packet{display:none!important;}
@media (max-width:620px){body.services-page #automation .auto57-cta-glow,body.services-page #automation .auto57-phase-glow{display:none!important;}}

/* ========================================================================== 
   Automation Flagship v58 — reference-safe, no-overlap final correction
   This block intentionally neutralizes all v57 foreground overlays. The approved
   Automation Studio PNG is displayed exactly as the source-of-truth artwork;
   animation is limited to non-invasive edge lighting, reveal, and whole-panel
   parallax so no text, labels, paths, cards, or icons are crossed or covered.
   ========================================================================== */
body.services-page #automation.automation-v58-reference-safe{
  --auto58-red:#FE0000;
  --auto58-ruby:#B90B14;
  --auto58-ink:#08101F;
  display:block!important;
  grid-template-columns:none!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:38px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  isolation:isolate;
}
body.services-page #automation.automation-v58-reference-safe::before,
body.services-page #automation.automation-v58-reference-safe::after{display:none!important;}
body.services-page #automation.automation-v58-reference-safe .auto57-flow-overlay,
body.services-page #automation.automation-v58-reference-safe .auto57-motion-layer,
body.services-page #automation.automation-v58-reference-safe .auto57-hotspot-label,
body.services-page #automation.automation-v58-reference-safe .auto57-phase-glow,
body.services-page #automation.automation-v58-reference-safe .auto57-cta-glow,
body.services-page #automation.automation-v58-reference-safe .auto57-core-pulse,
body.services-page #automation.automation-v58-reference-safe .auto57-status-dot,
body.services-page #automation.automation-v58-reference-safe .auto57-svg-packet,
body.services-page #automation.automation-v58-reference-safe .auto57-packet,
body.services-page #automation.automation-v58-reference-safe .auto57-spark{display:none!important;}
body.services-page #automation .auto58-reference-stage{
  position:relative;
  width:min(100%,1586px);
  margin:0 auto;
  aspect-ratio:1586/992;
  border-radius:38px;
  overflow:visible;
  isolation:isolate;
  opacity:0;
  transform-style:preserve-3d;
  transform:translateZ(0);
  transition:transform .34s ease, filter .34s ease;
}
body.services-page #automation.auto58-ready .auto58-reference-stage{opacity:1;}
body.services-page #automation .auto58-reference-stage::before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:1;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(254,0,0,.18) 42%,rgba(255,255,255,.92));
  filter:blur(10px);
  opacity:.28;
  pointer-events:none;
  animation:auto58EdgeBreath 5.8s ease-in-out infinite;
}
body.services-page #automation .auto58-reference-stage::after{
  content:"";
  position:absolute;
  inset:-28px;
  z-index:0;
  border-radius:calc(38px + 24px);
  background:
    radial-gradient(circle at var(--auto58-mx,70%) var(--auto58-my,35%),rgba(254,0,0,.16),transparent 26%),
    radial-gradient(circle at 18% 78%,rgba(254,0,0,.10),transparent 28%),
    radial-gradient(circle at 82% 18%,rgba(255,116,121,.12),transparent 34%);
  filter:blur(24px);
  opacity:.72;
  pointer-events:none;
  animation:auto58AuraFloat 8.8s ease-in-out infinite;
}
body.services-page #automation .auto58-reference-img{
  position:relative;
  z-index:3;
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  border-radius:inherit;
  user-select:none;
  pointer-events:none;
  background:#fff8f8;
  box-shadow:
    0 42px 120px rgba(8,13,26,.13),
    0 24px 62px rgba(185,11,20,.08),
    inset 0 1px 0 rgba(255,255,255,.96);
}
body.services-page #automation .auto58-stage-edge{
  position:absolute;
  inset:0;
  z-index:4;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:
    inset 0 0 0 1px rgba(8,16,31,.20),
    inset 0 1px 0 rgba(255,255,255,.92),
    0 0 0 1px rgba(255,255,255,.78);
}
body.services-page #automation .auto58-stage-aura{
  position:absolute;
  z-index:0;
  pointer-events:none;
  border-radius:999px;
  filter:blur(28px);
  opacity:.72;
  mix-blend-mode:multiply;
}
body.services-page #automation .auto58-stage-aura.aura-one{
  width:28%;height:28%;left:57%;top:20%;
  background:rgba(254,0,0,.10);
  animation:auto58AuraOne 7.5s ease-in-out infinite;
}
body.services-page #automation .auto58-stage-aura.aura-two{
  width:22%;height:22%;right:6%;bottom:8%;
  background:rgba(255,118,126,.12);
  animation:auto58AuraTwo 9s ease-in-out infinite;
}
body.services-page #automation .auto58-stage-aura.aura-three{
  width:24%;height:24%;left:10%;bottom:10%;
  background:rgba(185,11,20,.07);
  animation:auto58AuraThree 10s ease-in-out infinite;
}
body.services-page #automation .auto58-a11y{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media (min-width:1101px) and (pointer:fine){
  body.services-page #automation .auto58-reference-stage.is-tilting{
    transform:perspective(1800px) rotateX(var(--auto58-rx,0deg)) rotateY(var(--auto58-ry,0deg)) translateY(-2px);
  }
  body.services-page #automation .auto58-reference-stage:hover .auto58-reference-img{
    filter:saturate(1.025) contrast(1.01);
  }
}
@media (max-width:980px){
  body.services-page #automation .auto58-reference-stage{border-radius:30px;}
  body.services-page #automation .auto58-reference-stage::after{inset:-18px;}
}
@media (max-width:620px){
  body.services-page #automation.automation-v58-reference-safe{border-radius:24px!important;}
  body.services-page #automation .auto58-reference-stage{
    width:calc(100vw - 28px);
    margin-inline:calc(50% - 50vw + 14px);
    border-radius:24px;
  }
  body.services-page #automation .auto58-reference-img{
    box-shadow:0 28px 72px rgba(8,13,26,.14),0 15px 34px rgba(254,0,0,.06);
  }
  body.services-page #automation .auto58-reference-stage::before,
  body.services-page #automation .auto58-reference-stage::after{display:none!important;}
}
@media (prefers-reduced-motion:reduce){
  body.services-page #automation .auto58-reference-stage,
  body.services-page #automation .auto58-reference-stage::before,
  body.services-page #automation .auto58-reference-stage::after,
  body.services-page #automation .auto58-stage-aura{animation:none!important;transition:none!important;transform:none!important;}
  body.services-page #automation .auto58-reference-stage{opacity:1!important;}
}
@keyframes auto58EdgeBreath{0%,100%{opacity:.20;filter:blur(10px);}50%{opacity:.38;filter:blur(14px);}}
@keyframes auto58AuraFloat{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.58;}50%{transform:translate3d(0,-8px,0) scale(1.015);opacity:.78;}}
@keyframes auto58AuraOne{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(14px,-10px,0) scale(1.08);}}
@keyframes auto58AuraTwo{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(-12px,8px,0) scale(1.07);}}
@keyframes auto58AuraThree{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(10px,10px,0) scale(1.06);}}

/* Automation Flagship v59 — handcrafted native premium UI (no image asset) */
body.services-page #automation.automation-v59-native{
  --auto59-red:#FE0000;
  --auto59-ruby:#B70B14;
  --auto59-coral:#FF646B;
  --auto59-blush:#FFF1F1;
  --auto59-cream:#FFF9F7;
  --auto59-ink:#08101F;
  --auto59-muted:#5A667A;
  --auto59-mint:#2EDC87;
  --auto59-amber:#FF8F3D;
  display:block!important;
  min-height:auto!important;
  padding:clamp(22px,3vw,34px)!important;
  border-radius:clamp(30px,4vw,46px)!important;
  overflow:visible!important;
  background:
    radial-gradient(circle at 83% 11%,rgba(254,0,0,.105),transparent 28%),
    radial-gradient(circle at 12% 88%,rgba(255,111,111,.09),transparent 26%),
    linear-gradient(135deg,rgba(255,255,255,.99),rgba(255,244,243,.92) 56%,rgba(255,251,249,.98))!important;
  border:1px solid rgba(254,0,0,.16)!important;
  box-shadow:0 34px 110px rgba(8,13,26,.12),0 22px 58px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.services-page #automation.automation-v59-native::before,
body.services-page #automation.automation-v59-native::after{
  pointer-events:none!important;
}
body.services-page #automation.automation-v59-native::before{
  content:"";
  position:absolute;
  inset:1px;
  z-index:-2;
  border-radius:inherit;
  background:
    linear-gradient(rgba(254,0,0,.046) 1px,transparent 1px),
    linear-gradient(90deg,rgba(254,0,0,.036) 1px,transparent 1px),
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.72),transparent 50%);
  background-size:46px 46px,46px 46px,100% 100%;
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
body.services-page #automation.automation-v59-native::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  background:linear-gradient(115deg,rgba(255,255,255,.86),rgba(255,255,255,0) 45%,rgba(254,0,0,.04));
}
body.services-page #automation .auto59-shell{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(540px,1.22fr);
  gap:clamp(30px,5vw,72px);
  align-items:center;
  width:100%;
  max-width:1480px;
  margin-inline:auto;
  opacity:0;
}
body.services-page #automation.auto59-ready .auto59-shell{opacity:1;}
body.services-page #automation .auto59-ambient{
  position:absolute;
  z-index:-1;
  pointer-events:none;
  border-radius:999px;
  filter:blur(28px);
  opacity:.68;
  transform:translateZ(0);
}
body.services-page #automation .auto59-ambient.ambient-a{width:300px;height:300px;left:37%;top:-6%;background:rgba(254,0,0,.10);animation:auto59AmbientA 10s ease-in-out infinite;}
body.services-page #automation .auto59-ambient.ambient-b{width:390px;height:240px;right:1%;bottom:2%;background:rgba(255,122,122,.13);animation:auto59AmbientB 11.5s ease-in-out infinite;}
body.services-page #automation .auto59-ambient.ambient-c{width:240px;height:240px;left:3%;bottom:2%;background:rgba(255,255,255,.62);filter:blur(22px);}

body.services-page #automation .auto59-copy{
  position:relative;
  z-index:2;
  padding:clamp(8px,1.8vw,24px) 0 clamp(8px,1.8vw,24px) clamp(4px,1.6vw,16px);
}
body.services-page #automation .auto59-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  max-width:100%;
  margin:0 0 clamp(22px,3.6vw,44px);
  padding:9px 14px 8px 11px;
  border-radius:999px;
  border:1px solid rgba(254,0,0,.22);
  background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,238,238,.70));
  color:#CA0008;
  box-shadow:0 14px 34px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.94);
  font-family:Orbitron, Sora, sans-serif;
  font-size:clamp(10px,.72vw,12px);
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  white-space:normal;
}
body.services-page #automation .auto59-kicker i{
  width:12px;height:12px;border-radius:999px;flex:0 0 auto;
  background:var(--auto59-red);
  box-shadow:0 0 0 6px rgba(254,0,0,.08),0 0 20px rgba(254,0,0,.28);
  animation:auto59LivePulse 2.2s ease-in-out infinite;
}
body.services-page #automation .auto59-kicker span{color:#FE0000;}
body.services-page #automation .auto59-kicker b{font-weight:800;}
body.services-page #automation .auto59-copy h2{
  margin:0;
  font-family:Orbitron, Sora, sans-serif;
  font-size:clamp(46px,6.2vw,92px);
  line-height:.86;
  letter-spacing:-.075em;
  text-transform:uppercase;
  background:linear-gradient(92deg,#070B16 0%,#15192A 32%,#8B0710 58%,#FE0000 78%,#CF0711 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 18px 34px rgba(254,0,0,.08));
}
body.services-page #automation .auto59-copy h2::after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  margin:28px 0 0;
  border-radius:999px;
  background:linear-gradient(90deg,#FE0000,#FF7278);
  box-shadow:0 12px 24px rgba(254,0,0,.22);
}
body.services-page #automation .auto59-lede{
  max-width:620px;
  margin:22px 0 0;
  color:#536176;
  font-size:clamp(15px,1.15vw,19px);
  line-height:1.75;
  letter-spacing:-.018em;
}
body.services-page #automation .auto59-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:clamp(25px,3vw,36px) 0 0;
}
body.services-page #automation .auto59-feature-grid article{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:108px;
  padding:17px 17px 16px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,244,244,.62));
  border:1px solid rgba(254,0,0,.13);
  box-shadow:0 18px 42px rgba(8,13,26,.055),0 10px 28px rgba(254,0,0,.06),inset 0 1px 0 rgba(255,255,255,.92);
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease;
}
body.services-page #automation .auto59-feature-grid article:hover{
  transform:translateY(-4px);
  border-color:rgba(254,0,0,.25);
  box-shadow:0 24px 54px rgba(8,13,26,.08),0 16px 34px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.96);
}
body.services-page #automation .auto59-icon{
  display:grid;
  place-items:center;
  width:48px;height:48px;border-radius:18px;
  color:#FE0000;
  background:
    radial-gradient(circle at 50% 42%,rgba(254,0,0,.13),transparent 62%),
    linear-gradient(145deg,#FFFFFF,#FFEAEA);
  border:1px solid rgba(254,0,0,.12);
  box-shadow:0 16px 34px rgba(254,0,0,.13),inset 0 1px 0 rgba(255,255,255,.94);
}
body.services-page #automation .auto59-icon svg{width:25px;height:25px;fill:currentColor;}
body.services-page #automation .auto59-feature-grid b{
  display:block;
  margin:0 0 7px;
  color:#111827;
  font-size:15px;
  letter-spacing:-.02em;
}
body.services-page #automation .auto59-feature-grid span span{
  display:block;
  color:#566477;
  font-size:13px;
  line-height:1.5;
}
body.services-page #automation .auto59-capability-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:clamp(22px,2.4vw,32px) 0 0;
}
body.services-page #automation .auto59-capability-row article{
  position:relative;
  min-height:76px;
  padding:17px 18px;
  overflow:hidden;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,245,245,.7));
  border:1px solid rgba(254,0,0,.14);
  box-shadow:0 14px 30px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.95);
}
body.services-page #automation .auto59-capability-row article::after{
  content:"";position:absolute;right:14px;top:15px;width:10px;height:10px;border-radius:999px;background:#FE0000;box-shadow:0 0 0 7px rgba(254,0,0,.08);
}
body.services-page #automation .auto59-capability-row small{
  display:block;margin:0 0 7px;color:#D00009;font-family:Orbitron,Sora,sans-serif;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
}
body.services-page #automation .auto59-capability-row b{color:#111827;font-size:14px;line-height:1.25;}
body.services-page #automation .auto59-actions{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:clamp(28px,3.4vw,44px);
}
body.services-page #automation .auto59-cta{
  position:relative;
  isolation:isolate;
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:17px 24px;
  overflow:hidden;
  border-radius:999px;
  background:linear-gradient(135deg,#FE0000,#E80A12 48%,#FF646B);
  color:#fff;
  font-weight:900;
  letter-spacing:-.02em;
  text-decoration:none;
  box-shadow:0 22px 46px rgba(254,0,0,.28),0 12px 22px rgba(254,0,0,.16),inset 0 1px 0 rgba(255,255,255,.35);
  transition:transform .35s ease,box-shadow .35s ease;
}
body.services-page #automation .auto59-cta::before{
  content:"";position:absolute;inset:-140% -50%;z-index:-1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:translateX(-65%) rotate(8deg);animation:auto59CtaSheen 4.4s ease-in-out infinite;
}
body.services-page #automation .auto59-cta:hover{transform:translateY(-3px);box-shadow:0 28px 62px rgba(254,0,0,.32),0 16px 30px rgba(254,0,0,.18),inset 0 1px 0 rgba(255,255,255,.4);}
body.services-page #automation .auto59-cta i{font-style:normal;font-size:19px;}
body.services-page #automation .auto59-actions > span{
  color:#7C879A;
  font-family:Orbitron,Sora,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.10em;
}

body.services-page #automation .auto59-studio{
  position:relative;
  z-index:3;
  padding:clamp(14px,1.6vw,18px);
  border-radius:34px;
  background:
    radial-gradient(circle at var(--auto59-mx,68%) var(--auto59-my,22%),rgba(255,255,255,.75),transparent 23%),
    linear-gradient(145deg,rgba(255,255,255,.93),rgba(255,241,241,.72));
  border:1px solid rgba(254,0,0,.14);
  box-shadow:0 36px 100px rgba(8,13,26,.13),0 24px 72px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.96);
  transform:translateZ(0);
  transition:transform .25s ease,box-shadow .35s ease;
}
@media (hover:hover){
  body.services-page #automation .auto59-studio.is-tilting{transform:perspective(1600px) rotateX(var(--auto59-rx,0deg)) rotateY(var(--auto59-ry,0deg)) translateY(-2px);}
}
body.services-page #automation .auto59-studio::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(254,0,0,.18),rgba(255,255,255,.72));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
body.services-page #automation .auto59-studio::after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:27px;
  pointer-events:none;
  background:
    linear-gradient(rgba(254,0,0,.034) 1px,transparent 1px),
    linear-gradient(90deg,rgba(254,0,0,.026) 1px,transparent 1px);
  background-size:38px 38px;
  opacity:.75;
  mask-image:linear-gradient(180deg,#000,transparent 78%);
}
body.services-page #automation .auto59-studio-topbar{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:60px;
  padding:0 18px 0 20px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,247,247,.78));
  border:1px solid rgba(254,0,0,.10);
  box-shadow:0 18px 40px rgba(8,13,26,.06),inset 0 1px 0 rgba(255,255,255,.98);
}
body.services-page #automation .auto59-brand,
body.services-page #automation .auto59-system-online{
  display:flex;align-items:center;gap:12px;
  color:#111827;
  font-family:Orbitron,Sora,sans-serif;
  font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;
}
body.services-page #automation .auto59-logo-mark{
  width:25px;height:25px;display:inline-block;position:relative;filter:drop-shadow(0 8px 14px rgba(254,0,0,.24));
  background:conic-gradient(from 210deg,#FE0000 0 33%,transparent 33% 44%,#FF777D 44% 66%,transparent 66% 77%,#B80009 77% 100%);
  clip-path:polygon(50% 0,100% 86%,0 86%);
}
body.services-page #automation .auto59-system-online{gap:10px;font-size:10px;letter-spacing:.08em;color:#4A5568;}
body.services-page #automation .auto59-system-online i{width:9px;height:9px;border-radius:999px;background:var(--auto59-mint);box-shadow:0 0 0 7px rgba(46,220,135,.09),0 0 22px rgba(46,220,135,.34);animation:auto59LivePulse 2.2s ease-in-out infinite;}
body.services-page #automation .auto59-system-online em{font-style:normal;color:#111827;font-size:16px;letter-spacing:.18em;margin-left:8px;}

body.services-page #automation .auto59-os-card{
  position:relative;
  z-index:2;
  margin-top:16px;
  overflow:hidden;
  padding:clamp(18px,2vw,28px);
  border-radius:28px;
  background:
    radial-gradient(circle at 57% 24%,rgba(254,0,0,.11),transparent 32%),
    radial-gradient(circle at 100% 0,rgba(255,255,255,.70),transparent 40%),
    linear-gradient(145deg,rgba(255,247,247,.88),rgba(255,255,255,.86));
  border:1px solid rgba(254,0,0,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 22px 54px rgba(254,0,0,.065);
}
body.services-page #automation .auto59-os-card::before{
  content:"";
  position:absolute;inset:-30% -12%;pointer-events:none;
  background:conic-gradient(from 190deg at 54% 34%,transparent,rgba(254,0,0,.055),transparent 38%,rgba(255,255,255,.45),transparent 70%);
  animation:auto59StudioSheen 9s ease-in-out infinite;
}
body.services-page #automation .auto59-os-head{
  position:relative;z-index:2;
  display:flex;align-items:start;justify-content:space-between;gap:18px;
  margin:0 0 22px;
}
body.services-page #automation .auto59-os-head h3{
  margin:0;color:#111827;font-size:clamp(20px,1.65vw,29px);letter-spacing:-.045em;line-height:1.05;
}
body.services-page #automation .auto59-os-head p{margin:7px 0 0;color:#FE0000;font-weight:800;font-size:13px;}
body.services-page #automation .auto59-live{
  display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;
  margin-top:4px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(254,0,0,.10);
  box-shadow:0 12px 30px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.95);
  color:#3B4657;
  font-family:Orbitron,Sora,sans-serif;
  font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
body.services-page #automation .auto59-live i{width:7px;height:7px;border-radius:999px;background:#FE0000;box-shadow:0 0 0 6px rgba(254,0,0,.08);animation:auto59LivePulse 1.9s ease-in-out infinite;}

body.services-page #automation .auto59-map{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(150px,.82fr) minmax(230px,1.16fr) minmax(150px,.82fr);
  align-items:center;
  gap:clamp(12px,2vw,28px);
  min-height:320px;
  padding:6px 0 10px;
}
body.services-page #automation .auto59-route-svg{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;height:100%;
  pointer-events:none;
  overflow:visible;
}
body.services-page #automation .auto59-route{
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-dasharray:6 11;
  opacity:.86;
  animation:auto59RouteDash 7s linear infinite;
}
body.services-page #automation .auto59-route.route-red{stroke:url(#auto59RouteRed);}
body.services-page #automation .auto59-route.route-mint{stroke:url(#auto59RouteMint);animation-direction:reverse;}
body.services-page #automation .auto59-svg-packet{filter:drop-shadow(0 0 10px rgba(254,0,0,.28));opacity:.93;}
body.services-page #automation .auto59-svg-packet.packet-red{fill:#FE0000;}
body.services-page #automation .auto59-svg-packet.packet-mint{fill:#2EDC87;filter:drop-shadow(0 0 10px rgba(46,220,135,.25));}
body.services-page #automation .auto59-signal-stack,
body.services-page #automation .auto59-outcome-stack{
  position:relative;z-index:2;display:grid;gap:13px;align-content:center;
}
body.services-page #automation .auto59-map-label{
  display:block;margin:0 0 5px 12px;
  color:#647086;
  font-family:Orbitron,Sora,sans-serif;
  font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;
}
body.services-page #automation .auto59-signal-stack article,
body.services-page #automation .auto59-outcome-stack article{
  display:flex;align-items:center;gap:10px;
  min-height:42px;
  padding:10px 12px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,248,248,.68));
  border:1px solid rgba(254,0,0,.095);
  box-shadow:0 12px 26px rgba(8,13,26,.038),inset 0 1px 0 rgba(255,255,255,.95);
}
body.services-page #automation .auto59-signal-stack article i,
body.services-page #automation .auto59-outcome-stack article i{
  width:16px;height:16px;border-radius:6px;flex:0 0 auto;background:linear-gradient(135deg,#FFEAEA,#fff);border:1px solid rgba(254,0,0,.14);position:relative;
}
body.services-page #automation .auto59-signal-stack article i::after,
body.services-page #automation .auto59-outcome-stack article i::after{content:"";position:absolute;inset:5px;border-radius:999px;background:#FE0000;}
body.services-page #automation .auto59-outcome-stack article i{border-color:rgba(46,220,135,.18);}
body.services-page #automation .auto59-outcome-stack article i::after{background:#2EDC87;}
body.services-page #automation .auto59-signal-stack b,
body.services-page #automation .auto59-outcome-stack b{color:#3E485A;font-size:11px;font-weight:900;letter-spacing:-.01em;}

body.services-page #automation .auto59-core{
  position:relative;z-index:2;display:grid;place-items:center;min-height:270px;
}
body.services-page #automation .auto59-orbit{
  position:absolute;
  aspect-ratio:1/1;
  border-radius:999px;
  border:1px solid rgba(254,0,0,.16);
  box-shadow:0 0 48px rgba(254,0,0,.06) inset;
  pointer-events:none;
}
body.services-page #automation .auto59-orbit.orbit-a{width:min(88%,285px);animation:auto59Orbit 16s linear infinite;}
body.services-page #automation .auto59-orbit.orbit-b{width:min(70%,226px);border-style:dashed;animation:auto59Orbit 22s linear infinite reverse;}
body.services-page #automation .auto59-orbit.orbit-c{width:min(52%,170px);border-color:rgba(254,0,0,.11);animation:auto59Breath 3.7s ease-in-out infinite;}
body.services-page #automation .auto59-orbit.orbit-a::before,
body.services-page #automation .auto59-orbit.orbit-b::before{
  content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;border-radius:999px;background:#FE0000;box-shadow:0 0 0 8px rgba(254,0,0,.08),0 0 24px rgba(254,0,0,.22);
}
body.services-page #automation .auto59-orbit.orbit-b::before{background:#FF9C72;left:18%;top:12%;}
body.services-page #automation .auto59-core-node{position:absolute;width:11px;height:11px;border-radius:999px;background:#FE0000;box-shadow:0 0 0 8px rgba(254,0,0,.07),0 0 24px rgba(254,0,0,.22);animation:auto59NodeFloat 3.2s ease-in-out infinite;}
body.services-page #automation .auto59-core-node.node-a{left:16%;top:49%;}
body.services-page #automation .auto59-core-node.node-b{right:17%;top:49%;animation-delay:.8s;}
body.services-page #automation .auto59-core-node.node-c{left:48%;bottom:12%;background:#FF785D;animation-delay:1.4s;}
body.services-page #automation .auto59-core-disc{
  position:relative;z-index:4;
  display:grid;place-items:center;text-align:center;
  width:clamp(150px,15vw,208px);height:clamp(150px,15vw,208px);
  border-radius:999px;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.94),rgba(255,235,235,.84) 60%,rgba(255,255,255,.92)),
    linear-gradient(145deg,#FFFFFF,#FFEAEA);
  border:1px solid rgba(254,0,0,.13);
  box-shadow:0 32px 74px rgba(254,0,0,.14),0 14px 34px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -18px 38px rgba(254,0,0,.06);
  animation:auto59CorePulse 4.8s ease-in-out infinite;
}
body.services-page #automation .auto59-core-disc small{
  color:#FE0000;
  font-family:Orbitron,Sora,sans-serif;
  font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
}
body.services-page #automation .auto59-core-disc strong{
  margin:7px 0;
  color:#0E1423;
  font-family:Sora,Inter,sans-serif;
  font-size:clamp(17px,1.45vw,25px);
  line-height:1.05;
  letter-spacing:.02em;
  text-transform:uppercase;
}
body.services-page #automation .auto59-core-disc span{color:#647086;font-size:11px;font-weight:800;}

body.services-page #automation .auto59-flow{
  position:relative;z-index:3;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(12px,1.4vw,18px);
  margin-top:14px;
  padding:14px;
  border-radius:24px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(254,0,0,.10);
  box-shadow:0 16px 34px rgba(8,13,26,.04),inset 0 1px 0 rgba(255,255,255,.92);
}
body.services-page #automation .auto59-flow article{
  position:relative;
  min-height:138px;
  padding:16px 15px;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,248,248,.68));
  border:1px solid rgba(254,0,0,.09);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease;
  cursor:pointer;
}
body.services-page #automation .auto59-flow article:not(:last-child)::after{
  content:"";position:absolute;right:-15px;top:50%;width:18px;height:1px;background:linear-gradient(90deg,rgba(254,0,0,.55),rgba(254,0,0,.18));box-shadow:0 0 0 1px rgba(254,0,0,.03);}
body.services-page #automation .auto59-flow article.is-active{
  transform:translateY(-4px);
  border-color:rgba(254,0,0,.28);
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,238,238,.82));
  box-shadow:0 22px 46px rgba(254,0,0,.12),0 14px 30px rgba(8,13,26,.06),inset 0 1px 0 rgba(255,255,255,.98);
}
body.services-page #automation .auto59-flow small{
  display:block;color:#9AA3B3;font-family:Orbitron,Sora,sans-serif;font-size:10px;font-weight:900;letter-spacing:.08em;
}
body.services-page #automation .auto59-step-icon{
  display:grid;place-items:center;
  width:46px;height:46px;border-radius:17px;margin:10px 0 12px;
  background:radial-gradient(circle at 50% 45%,rgba(254,0,0,.13),transparent 65%),linear-gradient(145deg,#FFFFFF,#FFEAEA);
  border:1px solid rgba(254,0,0,.13);
  box-shadow:0 14px 30px rgba(254,0,0,.12),inset 0 1px 0 rgba(255,255,255,.96);
}
body.services-page #automation .auto59-step-icon::before{content:"";display:block;width:22px;height:22px;background:#FE0000;}
body.services-page #automation .auto59-step-icon.radar::before{border-radius:999px;box-shadow:0 0 0 4px #FFE3E3,0 0 0 8px rgba(254,0,0,.12);}
body.services-page #automation .auto59-step-icon.brain::before{border-radius:8px;clip-path:polygon(28% 0,72% 0,100% 30%,86% 100%,55% 80%,50% 100%,45% 80%,14% 100%,0 30%);}
body.services-page #automation .auto59-step-icon.bolt::before{clip-path:polygon(56% 0,15% 55%,45% 55%,33% 100%,86% 36%,54% 39%);}
body.services-page #automation .auto59-step-icon.shield::before{clip-path:polygon(50% 0,90% 15%,82% 70%,50% 100%,18% 70%,10% 15%);}
body.services-page #automation .auto59-flow b{display:block;margin:0 0 6px;color:#111827;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.02em;}
body.services-page #automation .auto59-flow p{margin:0;color:#5E6A7C;font-size:10.8px;line-height:1.45;}

body.services-page #automation .auto59-intel-grid{
  position:relative;z-index:3;
  display:grid;
  grid-template-columns:minmax(170px,.82fr) minmax(260px,1.35fr) minmax(160px,.78fr);
  gap:clamp(12px,1.5vw,20px);
  margin-top:18px;
}
body.services-page #automation .auto59-intel-grid > article,
body.services-page #automation .auto59-trust-band{
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.87),rgba(255,247,247,.70));
  border:1px solid rgba(254,0,0,.10);
  box-shadow:0 15px 34px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.95);
}
body.services-page #automation .auto59-intel-grid > article{padding:17px;}
body.services-page #automation .auto59-card-title{
  display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 14px;
  font-family:Orbitron,Sora,sans-serif;text-transform:uppercase;
}
body.services-page #automation .auto59-card-title b{font-size:10px;color:#5F697B;letter-spacing:.10em;}
body.services-page #automation .auto59-card-title span{
  padding:5px 7px;border-radius:999px;background:rgba(46,220,135,.10);color:#139E5F;font-size:9px;font-weight:900;border:1px solid rgba(46,220,135,.12);
}
body.services-page #automation .auto59-live-card p,
body.services-page #automation .auto59-governance-card p{
  display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:9px;align-items:center;margin:9px 0 0;color:#4F5B6E;font-size:10.5px;
}
body.services-page #automation .auto59-live-card p i,
body.services-page #automation .auto59-governance-card p i{width:7px;height:7px;border-radius:999px;background:#2EDC87;box-shadow:0 0 0 5px rgba(46,220,135,.07);}
body.services-page #automation .auto59-live-card p i.red,
body.services-page #automation .auto59-governance-card p i.red{background:#FE0000;box-shadow:0 0 0 5px rgba(254,0,0,.07);}
body.services-page #automation .auto59-live-card p i.amber{background:#FF8F3D;box-shadow:0 0 0 5px rgba(255,143,61,.08);}
body.services-page #automation .auto59-live-card p b,
body.services-page #automation .auto59-governance-card p b{font-size:10.5px;color:#586478;}
body.services-page #automation .auto59-live-card p span,
body.services-page #automation .auto59-governance-card p span{font-size:10.5px;color:#111827;font-weight:800;}
body.services-page #automation .auto59-metrics{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;
}
body.services-page #automation .auto59-metrics div{
  min-height:82px;padding:14px 10px;border-radius:14px;background:rgba(255,255,255,.64);border:1px solid rgba(254,0,0,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
body.services-page #automation .auto59-metrics strong{display:block;margin:0 0 8px;color:#111827;font-size:clamp(20px,2vw,30px);letter-spacing:-.055em;}
body.services-page #automation .auto59-metrics small{display:block;color:#6D788A;font-size:9.5px;line-height:1.2;text-transform:capitalize;}
body.services-page #automation .auto59-trust-band{
  position:relative;z-index:3;display:grid;grid-template-columns:54px minmax(0,1fr) 74px;align-items:center;gap:18px;margin-top:18px;padding:18px 22px;overflow:hidden;
}
body.services-page #automation .auto59-trust-icon,
body.services-page #automation .auto59-shield-3d{
  display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#fff,#FFE7E7);border:1px solid rgba(254,0,0,.12);box-shadow:0 15px 34px rgba(254,0,0,.13),inset 0 1px 0 rgba(255,255,255,.96);
}
body.services-page #automation .auto59-trust-icon{width:44px;height:44px;}
body.services-page #automation .auto59-trust-icon::before,
body.services-page #automation .auto59-shield-3d::before{content:"";width:22px;height:24px;background:#FE0000;clip-path:polygon(50% 0,90% 16%,82% 70%,50% 100%,18% 70%,10% 16%);}
body.services-page #automation .auto59-trust-band b{display:block;color:#111827;font-size:13px;margin:0 0 6px;}
body.services-page #automation .auto59-trust-band span:not(.auto59-trust-icon):not(.auto59-shield-3d){display:block;color:#667286;font-size:10.5px;line-height:1.45;}
body.services-page #automation .auto59-shield-3d{width:70px;height:70px;border-radius:25px;filter:drop-shadow(0 18px 30px rgba(254,0,0,.15));animation:auto59ShieldFloat 4.8s ease-in-out infinite;}
body.services-page #automation .auto59-shield-3d::after{content:"";position:absolute;width:120px;height:120px;right:-40px;bottom:-50px;border-radius:999px;background:rgba(254,0,0,.08);z-index:-1;}

@keyframes auto59AmbientA{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(18px,-12px,0) scale(1.08);}}
@keyframes auto59AmbientB{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(-18px,12px,0) scale(1.06);}}
@keyframes auto59LivePulse{0%,100%{transform:scale(.88);opacity:.74;}50%{transform:scale(1.16);opacity:1;}}
@keyframes auto59CtaSheen{0%,62%{transform:translateX(-70%) rotate(8deg);opacity:0;}73%{opacity:.62;}100%{transform:translateX(72%) rotate(8deg);opacity:0;}}
@keyframes auto59StudioSheen{0%,68%{transform:rotate(0deg) translateX(-8%);opacity:.18;}82%{opacity:.62;}100%{transform:rotate(8deg) translateX(8%);opacity:.18;}}
@keyframes auto59RouteDash{to{stroke-dashoffset:-120;}}
@keyframes auto59Orbit{to{transform:rotate(360deg);}}
@keyframes auto59Breath{0%,100%{transform:scale(.96);opacity:.52;}50%{transform:scale(1.04);opacity:.86;}}
@keyframes auto59NodeFloat{0%,100%{transform:translate3d(0,0,0) scale(.92);opacity:.72;}50%{transform:translate3d(0,-7px,0) scale(1.12);opacity:1;}}
@keyframes auto59CorePulse{0%,100%{transform:scale(.985);box-shadow:0 32px 74px rgba(254,0,0,.14),0 14px 34px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -18px 38px rgba(254,0,0,.06);}50%{transform:scale(1.015);box-shadow:0 38px 86px rgba(254,0,0,.18),0 18px 38px rgba(8,13,26,.09),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -18px 38px rgba(254,0,0,.075);}}
@keyframes auto59ShieldFloat{0%,100%{transform:translateY(0) rotate(-2deg);}50%{transform:translateY(-7px) rotate(2deg);}}

@media (max-width:1180px){
  body.services-page #automation .auto59-shell{grid-template-columns:1fr;gap:34px;}
  body.services-page #automation .auto59-copy{padding:0;}
  body.services-page #automation .auto59-copy h2{font-size:clamp(52px,11vw,96px);}
  body.services-page #automation .auto59-lede{max-width:850px;}
}
@media (max-width:860px){
  body.services-page #automation.automation-v59-native{padding:18px!important;border-radius:30px!important;}
  body.services-page #automation .auto59-feature-grid,
  body.services-page #automation .auto59-capability-row{grid-template-columns:1fr;}
  body.services-page #automation .auto59-studio{padding:12px;border-radius:28px;}
  body.services-page #automation .auto59-studio-topbar{border-radius:20px;min-height:54px;padding-inline:14px;}
  body.services-page #automation .auto59-brand{font-size:10px;letter-spacing:.11em;}
  body.services-page #automation .auto59-system-online span{display:none;}
  body.services-page #automation .auto59-os-card{border-radius:24px;padding:18px;}
  body.services-page #automation .auto59-os-head{display:grid;}
  body.services-page #automation .auto59-map{grid-template-columns:1fr;min-height:auto;gap:18px;padding:4px 0;}
  body.services-page #automation .auto59-route-svg{display:none;}
  body.services-page #automation .auto59-signal-stack,
  body.services-page #automation .auto59-outcome-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  body.services-page #automation .auto59-map-label{grid-column:1/-1;margin-left:2px;}
  body.services-page #automation .auto59-core{order:-1;min-height:250px;}
  body.services-page #automation .auto59-flow{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.services-page #automation .auto59-flow article:not(:last-child)::after{display:none;}
  body.services-page #automation .auto59-intel-grid{grid-template-columns:1fr;}
  body.services-page #automation .auto59-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:560px){
  body.services-page #automation.automation-v59-native{width:calc(100vw - 28px);margin-inline:calc(50% - 50vw + 14px);padding:14px!important;border-radius:24px!important;}
  body.services-page #automation .auto59-copy h2{font-size:clamp(42px,14vw,64px);letter-spacing:-.085em;}
  body.services-page #automation .auto59-lede{font-size:14px;line-height:1.65;}
  body.services-page #automation .auto59-feature-grid article{grid-template-columns:44px minmax(0,1fr);padding:14px;min-height:98px;}
  body.services-page #automation .auto59-icon{width:40px;height:40px;border-radius:15px;}
  body.services-page #automation .auto59-icon svg{width:22px;height:22px;}
  body.services-page #automation .auto59-actions{gap:14px;}
  body.services-page #automation .auto59-cta{width:100%;justify-content:center;padding:15px 18px;}
  body.services-page #automation .auto59-studio-topbar{gap:10px;}
  body.services-page #automation .auto59-os-head h3{font-size:21px;}
  body.services-page #automation .auto59-signal-stack,
  body.services-page #automation .auto59-outcome-stack,
  body.services-page #automation .auto59-flow,
  body.services-page #automation .auto59-metrics{grid-template-columns:1fr;}
  body.services-page #automation .auto59-flow article{min-height:auto;}
  body.services-page #automation .auto59-trust-band{grid-template-columns:42px minmax(0,1fr);padding:16px;}
  body.services-page #automation .auto59-shield-3d{display:none;}
}
@media (prefers-reduced-motion:reduce){
  body.services-page #automation .auto59-ambient,
  body.services-page #automation .auto59-kicker i,
  body.services-page #automation .auto59-cta::before,
  body.services-page #automation .auto59-os-card::before,
  body.services-page #automation .auto59-live i,
  body.services-page #automation .auto59-system-online i,
  body.services-page #automation .auto59-route,
  body.services-page #automation .auto59-orbit,
  body.services-page #automation .auto59-core-node,
  body.services-page #automation .auto59-core-disc,
  body.services-page #automation .auto59-shield-3d{
    animation:none!important;transition:none!important;transform:none!important;
  }
  body.services-page #automation .auto59-shell{opacity:1!important;}
}
body.services-page #automation .auto59-feature-grid div > span{
  display:block;
  color:#566477;
  font-size:13px;
  line-height:1.5;
}

/* ==========================================================
   Automation native v60 — final visual polish patch
   Fixes user-reported micro issues:
   1) System Performance metric values were too large/tight.
   2) Trust-band shield aura escaped the icon and created a cropped blob.
   ========================================================== */
body.services-page #automation .auto59-intel-grid{
  grid-template-columns:minmax(150px,.72fr) minmax(300px,1.56fr) minmax(150px,.72fr);
}
body.services-page #automation .auto59-performance-card{
  min-width:0;
  overflow:hidden;
}
body.services-page #automation .auto59-metrics{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(7px,.72vw,10px);
}
body.services-page #automation .auto59-metrics div{
  min-width:0;
  min-height:86px;
  padding:13px 8px 12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  border-radius:16px;
}
body.services-page #automation .auto59-metrics strong{
  margin:0 0 8px;
  font-size:clamp(21px,1.34vw,25px);
  line-height:.98;
  letter-spacing:-.05em;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
body.services-page #automation .auto59-metrics small{
  font-size:clamp(8.2px,.62vw,9.2px);
  line-height:1.18;
  max-width:100%;
  overflow-wrap:normal;
}
body.services-page #automation .auto59-trust-band{
  overflow:hidden;
  isolation:isolate;
}
body.services-page #automation .auto59-shield-3d{
  position:relative;
  z-index:1;
  justify-self:end;
  overflow:hidden;
  isolation:isolate;
  width:66px;
  height:66px;
  border-radius:24px;
}
body.services-page #automation .auto59-shield-3d::before{
  position:relative;
  z-index:2;
  width:21px;
  height:23px;
}
body.services-page #automation .auto59-shield-3d::after{
  content:"";
  position:absolute;
  z-index:0;
  width:92px;
  height:92px;
  right:-28px;
  bottom:-30px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(254,0,0,.14),rgba(254,0,0,.08) 42%,transparent 70%);
}
@media (max-width:1320px) and (min-width:861px){
  body.services-page #automation .auto59-intel-grid{
    grid-template-columns:minmax(140px,.68fr) minmax(280px,1.62fr) minmax(140px,.68fr);
    gap:12px;
  }
  body.services-page #automation .auto59-metrics strong{font-size:clamp(20px,1.25vw,23px);}
  body.services-page #automation .auto59-metrics div{padding-inline:7px;}
}


/* ==========================================================
   Automation native v61 — typography and sizing refinement
   Fixes user-reported headline / eyebrow scale mismatch.
   ========================================================== */
body.services-page #automation .auto59-shell{
  grid-template-columns:minmax(380px,.84fr) minmax(520px,1.16fr);
  gap:clamp(28px,4vw,56px);
  align-items:start;
}
body.services-page #automation .auto59-copy{
  max-width:620px;
  padding:clamp(4px,1.2vw,14px) 0 clamp(8px,1.5vw,20px) clamp(2px,1vw,8px);
}
body.services-page #automation .auto59-kicker{
  width:fit-content;
  max-width:100%;
  gap:8px;
  margin:0 0 clamp(18px,2.8vw,30px);
  padding:8px 14px 7px 11px;
  font-size:clamp(9px,.58vw,11px);
  letter-spacing:.09em;
  white-space:nowrap;
}
body.services-page #automation .auto59-kicker em{
  font-style:normal;
  color:rgba(202,0,8,.55);
  font-weight:800;
}
body.services-page #automation .auto59-copy h2{
  max-width:640px;
  font-size:clamp(38px,4.85vw,76px);
  line-height:.88;
  letter-spacing:-.062em;
}
body.services-page #automation .auto59-copy h2::after{
  width:68px;
  margin:22px 0 0;
}
body.services-page #automation .auto59-lede{
  max-width:600px;
  margin:18px 0 0;
  font-size:clamp(15px,1vw,17px);
  line-height:1.72;
}
@media (max-width:1400px) and (min-width:1181px){
  body.services-page #automation .auto59-shell{
    grid-template-columns:minmax(340px,.8fr) minmax(480px,1.2fr);
    gap:clamp(24px,3vw,40px);
  }
  body.services-page #automation .auto59-kicker{font-size:9px;letter-spacing:.085em;padding:8px 12px 7px 10px;}
  body.services-page #automation .auto59-copy h2{font-size:clamp(34px,4.35vw,62px);}
  body.services-page #automation .auto59-lede{font-size:15px;}
}
@media (max-width:1180px){
  body.services-page #automation .auto59-kicker{white-space:normal;}
  body.services-page #automation .auto59-copy h2{font-size:clamp(46px,10vw,74px);letter-spacing:-.07em;}
}
@media (max-width:560px){
  body.services-page #automation .auto59-kicker{font-size:8.5px;gap:6px;padding:7px 10px 6px 9px;}
  body.services-page #automation .auto59-copy h2{font-size:clamp(36px,13vw,56px);letter-spacing:-.075em;}
}

/* ==========================================================
   Business Process Services v62 — premium MNC-grade native redesign
   Creative, animated, process-focused. No images used.
   ========================================================== */
body.services-page #bps.bps62-native{
  --bps62-red:#FE0000;
  --bps62-ruby:#B60B15;
  --bps62-coral:#FF6B72;
  --bps62-ink:#08101F;
  --bps62-muted:#5D6A7D;
  --bps62-mint:#2EDC87;
  --bps62-amber:#FF9347;
  display:block!important;
  min-height:auto!important;
  padding:clamp(22px,3vw,34px)!important;
  border-radius:clamp(30px,4vw,46px)!important;
  overflow:visible!important;
  background:
    radial-gradient(circle at 72% 12%,rgba(254,0,0,.10),transparent 26%),
    radial-gradient(circle at 8% 76%,rgba(255,121,121,.10),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.99),rgba(255,243,242,.91) 58%,rgba(255,251,249,.98))!important;
  border:1px solid rgba(254,0,0,.16)!important;
  box-shadow:0 34px 110px rgba(8,13,26,.12),0 22px 58px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.94)!important;
}
body.services-page #bps.bps62-native::before,
body.services-page #bps.bps62-native::after{pointer-events:none!important;}
body.services-page #bps.bps62-native::before{
  content:"";
  position:absolute;
  inset:1px;
  z-index:-2;
  border-radius:inherit;
  background:
    linear-gradient(rgba(254,0,0,.042) 1px,transparent 1px),
    linear-gradient(90deg,rgba(254,0,0,.032) 1px,transparent 1px),
    radial-gradient(circle at 48% 42%,rgba(255,255,255,.72),transparent 50%);
  background-size:44px 44px,44px 44px,100% 100%;
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
body.services-page #bps.bps62-native::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  background:linear-gradient(115deg,rgba(255,255,255,.88),rgba(255,255,255,0) 44%,rgba(254,0,0,.04));
}
body.services-page #bps .bps62-shell{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(380px,.86fr) minmax(560px,1.14fr);
  gap:clamp(30px,4.5vw,64px);
  align-items:start;
  width:100%;
  max-width:1480px;
  margin-inline:auto;
  opacity:0;
}
body.services-page #bps.bps62-ready .bps62-shell{opacity:1;}
body.services-page #bps .bps62-ambient{
  position:absolute;
  z-index:-1;
  pointer-events:none;
  border-radius:999px;
  filter:blur(28px);
  opacity:.65;
  transform:translateZ(0);
}
body.services-page #bps .bps62-ambient.ambient-a{width:300px;height:300px;left:34%;top:-7%;background:rgba(254,0,0,.10);animation:bps62AmbientA 10s ease-in-out infinite;}
body.services-page #bps .bps62-ambient.ambient-b{width:390px;height:250px;right:0;bottom:4%;background:rgba(255,122,122,.12);animation:bps62AmbientB 11.5s ease-in-out infinite;}
body.services-page #bps .bps62-ambient.ambient-c{width:230px;height:230px;left:2%;bottom:4%;background:rgba(255,255,255,.62);filter:blur(22px);}

body.services-page #bps .bps62-copy{
  position:relative;
  z-index:2;
  max-width:640px;
  padding:clamp(4px,1.2vw,14px) 0 clamp(8px,1.5vw,20px) clamp(2px,1vw,8px);
}
body.services-page #bps .bps62-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:100%;
  margin:0 0 clamp(18px,2.8vw,30px);
  padding:8px 14px 7px 11px;
  border-radius:999px;
  border:1px solid rgba(254,0,0,.22);
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,238,238,.72));
  color:#CA0008;
  box-shadow:0 14px 34px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.94);
  font-family:Orbitron,Sora,sans-serif;
  font-size:clamp(9px,.58vw,11px);
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  white-space:nowrap;
}
body.services-page #bps .bps62-kicker i{
  width:12px;height:12px;border-radius:999px;flex:0 0 auto;
  background:var(--bps62-red);
  box-shadow:0 0 0 6px rgba(254,0,0,.08),0 0 20px rgba(254,0,0,.28);
  animation:bps62Pulse 2.2s ease-in-out infinite;
}
body.services-page #bps .bps62-kicker span{color:#FE0000;}
body.services-page #bps .bps62-kicker em{font-style:normal;color:rgba(202,0,8,.55);font-weight:800;}
body.services-page #bps .bps62-kicker b{font-weight:800;}
body.services-page #bps .bps62-copy h2{
  margin:0;
  max-width:650px;
  font-family:Orbitron,Sora,sans-serif;
  font-size:clamp(34px,4.3vw,68px);
  line-height:.98;
  letter-spacing:-.062em;
  text-transform:uppercase;
  background:linear-gradient(92deg,#070B16 0%,#14182A 30%,#8B0710 58%,#FE0000 80%,#C90711 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 18px 34px rgba(254,0,0,.08));
}
body.services-page #bps .bps62-copy h2::after{
  content:"";
  display:block;
  width:68px;
  height:3px;
  margin:22px 0 0;
  border-radius:999px;
  background:linear-gradient(90deg,#FE0000,#FF7278);
  box-shadow:0 12px 24px rgba(254,0,0,.22);
}
body.services-page #bps .bps62-lede{
  max-width:610px;
  margin:18px 0 0;
  color:#536176;
  font-size:clamp(15px,1vw,17px);
  line-height:1.72;
  letter-spacing:-.018em;
}
body.services-page #bps .bps62-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:clamp(25px,3vw,36px) 0 0;
}
body.services-page #bps .bps62-feature-grid article{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:108px;
  padding:17px 17px 16px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,244,244,.62));
  border:1px solid rgba(254,0,0,.13);
  box-shadow:0 18px 42px rgba(8,13,26,.055),0 10px 28px rgba(254,0,0,.06),inset 0 1px 0 rgba(255,255,255,.92);
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease;
}
body.services-page #bps .bps62-feature-grid article:hover{
  transform:translateY(-4px);
  border-color:rgba(254,0,0,.25);
  box-shadow:0 24px 54px rgba(8,13,26,.08),0 16px 34px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.96);
}
body.services-page #bps .bps62-icon{
  display:grid;
  place-items:center;
  width:48px;height:48px;border-radius:18px;
  color:#FE0000;
  background:radial-gradient(circle at 50% 42%,rgba(254,0,0,.13),transparent 62%),linear-gradient(145deg,#FFFFFF,#FFEAEA);
  border:1px solid rgba(254,0,0,.12);
  box-shadow:0 16px 34px rgba(254,0,0,.13),inset 0 1px 0 rgba(255,255,255,.94);
}
body.services-page #bps .bps62-icon svg{width:25px;height:25px;fill:currentColor;}
body.services-page #bps .bps62-feature-grid b{display:block;margin:0 0 7px;color:#111827;font-size:15px;letter-spacing:-.02em;}
body.services-page #bps .bps62-feature-grid span span{display:block;color:#566477;font-size:13px;line-height:1.5;}
body.services-page #bps .bps62-capability-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:clamp(22px,2.4vw,32px) 0 0;
}
body.services-page #bps .bps62-capability-row article{
  position:relative;
  min-height:76px;
  padding:17px 18px;
  overflow:hidden;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,245,245,.7));
  border:1px solid rgba(254,0,0,.14);
  box-shadow:0 14px 30px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.95);
}
body.services-page #bps .bps62-capability-row article::after{content:"";position:absolute;right:14px;top:15px;width:10px;height:10px;border-radius:999px;background:#FE0000;box-shadow:0 0 0 7px rgba(254,0,0,.08);}
body.services-page #bps .bps62-capability-row small{display:block;margin:0 0 7px;color:#D00009;font-family:Orbitron,Sora,sans-serif;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
body.services-page #bps .bps62-capability-row b{color:#111827;font-size:14px;line-height:1.25;}
body.services-page #bps .bps62-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:clamp(28px,3.4vw,44px);}
body.services-page #bps .bps62-cta{
  position:relative;
  isolation:isolate;
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:17px 24px;
  overflow:hidden;
  border-radius:999px;
  background:linear-gradient(135deg,#FE0000,#E80A12 48%,#FF646B);
  color:#fff;
  font-weight:900;
  letter-spacing:-.02em;
  text-decoration:none;
  box-shadow:0 22px 46px rgba(254,0,0,.28),0 12px 22px rgba(254,0,0,.16),inset 0 1px 0 rgba(255,255,255,.35);
  transition:transform .35s ease,box-shadow .35s ease;
}
body.services-page #bps .bps62-cta::before{content:"";position:absolute;inset:-140% -50%;z-index:-1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:translateX(-65%) rotate(8deg);animation:bps62CtaSheen 4.4s ease-in-out infinite;}
body.services-page #bps .bps62-cta:hover{transform:translateY(-3px);box-shadow:0 28px 62px rgba(254,0,0,.32),0 16px 30px rgba(254,0,0,.18),inset 0 1px 0 rgba(255,255,255,.4);}
body.services-page #bps .bps62-cta i{font-style:normal;font-size:19px;}
body.services-page #bps .bps62-actions > span{color:#7C879A;font-family:Orbitron,Sora,sans-serif;font-size:12px;font-weight:800;letter-spacing:.10em;}

body.services-page #bps .bps62-studio{
  position:relative;
  z-index:3;
  padding:clamp(14px,1.6vw,18px);
  border-radius:34px;
  background:radial-gradient(circle at var(--bps62-mx,65%) var(--bps62-my,24%),rgba(255,255,255,.75),transparent 23%),linear-gradient(145deg,rgba(255,255,255,.93),rgba(255,241,241,.72));
  border:1px solid rgba(254,0,0,.14);
  box-shadow:0 36px 100px rgba(8,13,26,.13),0 24px 72px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.96);
  transform:translateZ(0);
  transition:transform .25s ease,box-shadow .35s ease;
}
@media (hover:hover){body.services-page #bps .bps62-studio.is-tilting{transform:perspective(1600px) rotateX(var(--bps62-rx,0deg)) rotateY(var(--bps62-ry,0deg)) translateY(-2px);}}
body.services-page #bps .bps62-studio::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(110deg,transparent 0 34%,rgba(255,255,255,.52) 45%,transparent 56%);opacity:.42;animation:bps62StudioSheen 7.8s ease-in-out infinite;}
body.services-page #bps .bps62-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:56px;padding:0 18px;border-radius:23px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,248,248,.82));border:1px solid rgba(254,0,0,.11);box-shadow:0 16px 38px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.96);}
body.services-page #bps .bps62-brand{display:flex;align-items:center;gap:14px;font-family:Orbitron,Sora,sans-serif;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#0E172A;}
body.services-page #bps .bps62-logo-mark{width:24px;height:24px;border-radius:9px;background:conic-gradient(from 210deg,#FE0000,#FF858A,#FE0000);clip-path:polygon(50% 0,100% 86%,58% 70%,50% 100%,42% 70%,0 86%);filter:drop-shadow(0 10px 18px rgba(254,0,0,.22));}
body.services-page #bps .bps62-live{display:flex;align-items:center;gap:10px;color:#667286;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
body.services-page #bps .bps62-live i{width:8px;height:8px;border-radius:999px;background:#2EDC87;box-shadow:0 0 0 7px rgba(46,220,135,.10);animation:bps62Pulse 2.1s ease-in-out infinite;}
body.services-page #bps .bps62-live em{font-style:normal;color:#111827;font-size:19px;letter-spacing:.16em;}
body.services-page #bps .bps62-control-card{position:relative;z-index:1;margin-top:14px;padding:clamp(18px,2.2vw,28px);overflow:hidden;border-radius:28px;background:radial-gradient(circle at 56% 15%,rgba(255,255,255,.88),transparent 32%),linear-gradient(145deg,rgba(255,244,244,.86),rgba(255,255,255,.82));border:1px solid rgba(254,0,0,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 54px rgba(8,13,26,.055);}
body.services-page #bps .bps62-control-card::before{content:"";position:absolute;inset:0;z-index:-1;background:repeating-linear-gradient(90deg,rgba(8,13,26,.026) 0 1px,transparent 1px 58px),repeating-linear-gradient(0deg,rgba(8,13,26,.02) 0 1px,transparent 1px 58px);mask:linear-gradient(#000,rgba(0,0,0,.74) 68%,transparent);}
body.services-page #bps .bps62-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px;}
body.services-page #bps .bps62-head h3{margin:0;color:#111827;font-size:clamp(20px,1.65vw,27px);line-height:1.08;letter-spacing:-.035em;}
body.services-page #bps .bps62-head p{margin:7px 0 0;color:#FE0000;font-size:14px;font-weight:850;letter-spacing:-.02em;}
body.services-page #bps .bps62-head > span{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(254,0,0,.10);color:#5F6A7C;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;box-shadow:inset 0 1px 0 rgba(255,255,255,.95);}
body.services-page #bps .bps62-head > span i{width:7px;height:7px;border-radius:999px;background:#FE0000;box-shadow:0 0 0 6px rgba(254,0,0,.07);}
body.services-page #bps .bps62-command-grid{display:grid;grid-template-columns:minmax(160px,.36fr) minmax(320px,.64fr);gap:16px;align-items:stretch;}
body.services-page #bps .bps62-queue-board,
body.services-page #bps .bps62-flow-lab,
body.services-page #bps .bps62-metric-grid article,
body.services-page #bps .bps62-proof-grid article,
body.services-page #bps .bps62-trust-band{border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,247,247,.62));border:1px solid rgba(254,0,0,.10);box-shadow:0 14px 34px rgba(8,13,26,.045),inset 0 1px 0 rgba(255,255,255,.94);}
body.services-page #bps .bps62-queue-board{padding:15px;}
body.services-page #bps .bps62-board-title,
body.services-page #bps .bps62-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
body.services-page #bps .bps62-board-title b,
body.services-page #bps .bps62-card-title b{font-family:Orbitron,Sora,sans-serif;color:#5A667A;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;}
body.services-page #bps .bps62-board-title span,
body.services-page #bps .bps62-card-title span{padding:5px 8px;border-radius:999px;background:rgba(46,220,135,.10);color:#16A062;font-size:9px;font-weight:950;text-transform:uppercase;}
body.services-page #bps .bps62-queue-board article{display:grid;grid-template-columns:9px minmax(0,1fr) auto;gap:9px;align-items:center;margin-top:10px;padding:11px;border-radius:15px;background:rgba(255,255,255,.62);border:1px solid rgba(254,0,0,.07);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;}
body.services-page #bps .bps62-queue-board article.is-active{background:#fff;border-color:rgba(254,0,0,.20);box-shadow:0 12px 24px rgba(254,0,0,.08);transform:translateX(3px);}
body.services-page #bps .bps62-queue-board i{width:7px;height:7px;border-radius:999px;background:#2EDC87;box-shadow:0 0 0 5px rgba(46,220,135,.07);}
body.services-page #bps .bps62-queue-board i.red{background:#FE0000;box-shadow:0 0 0 5px rgba(254,0,0,.07);}
body.services-page #bps .bps62-queue-board i.amber{background:#FF9347;box-shadow:0 0 0 5px rgba(255,147,71,.08);}
body.services-page #bps .bps62-queue-board b{color:#111827;font-size:11px;letter-spacing:-.02em;}
body.services-page #bps .bps62-queue-board article span{color:#667286;font-size:10px;font-weight:850;}
body.services-page #bps .bps62-flow-lab{position:relative;min-height:300px;overflow:hidden;padding:20px;}
body.services-page #bps .bps62-flow-lab::before{content:"";position:absolute;inset:16px;border-radius:26px;background:radial-gradient(circle at 52% 42%,rgba(254,0,0,.11),transparent 34%),radial-gradient(circle at 82% 76%,rgba(46,220,135,.06),transparent 28%);pointer-events:none;}
body.services-page #bps .bps62-flow-svg{position:absolute;inset:8px;width:calc(100% - 16px);height:calc(100% - 16px);z-index:0;pointer-events:none;}
body.services-page #bps .bps62-route{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-dasharray:7 10;animation:bps62Dash 6s linear infinite;}
body.services-page #bps .bps62-route.route-red{stroke:url(#bps62Red);}
body.services-page #bps .bps62-route.route-mint{stroke:url(#bps62Mint);stroke-dasharray:4 13;animation-duration:7.8s;}
body.services-page #bps .bps62-svg-packet{filter:drop-shadow(0 0 9px rgba(254,0,0,.42));}
body.services-page #bps .bps62-svg-packet.red{fill:#FE0000;}
body.services-page #bps .bps62-svg-packet.mint{fill:#2EDC87;filter:drop-shadow(0 0 9px rgba(46,220,135,.35));}
body.services-page #bps .bps62-stage-row{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;}
body.services-page #bps .bps62-stage-row article{position:relative;min-height:88px;padding:12px 10px;border-radius:16px;background:rgba(255,255,255,.68);border:1px solid rgba(254,0,0,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.94);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease;}
body.services-page #bps .bps62-stage-row article.is-active{transform:translateY(-5px);background:#fff;border-color:rgba(254,0,0,.22);box-shadow:0 16px 30px rgba(254,0,0,.10),inset 0 1px 0 rgba(255,255,255,.96);}
body.services-page #bps .bps62-stage-row small{display:block;color:#8B95A5;font-size:10px;font-weight:900;margin-bottom:9px;}
body.services-page #bps .bps62-stage-row b{display:block;color:#111827;font-size:11px;text-transform:uppercase;letter-spacing:.02em;}
body.services-page #bps .bps62-stage-row span{display:block;margin-top:6px;color:#667286;font-size:9.5px;line-height:1.25;}
body.services-page #bps .bps62-sla-orb{position:absolute;left:50%;top:38%;z-index:3;display:grid;place-items:center;width:150px;height:150px;transform:translate(-50%,-50%);border-radius:999px;background:radial-gradient(circle,#FFFFFF 0 38%,#FFF2F2 70%,rgba(255,255,255,.7));border:1px solid rgba(254,0,0,.12);box-shadow:0 28px 70px rgba(254,0,0,.14),0 12px 34px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.98);animation:bps62OrbFloat 5.4s ease-in-out infinite;}
body.services-page #bps .bps62-sla-orb .orb-ring{position:absolute;inset:11px;border-radius:999px;border:8px solid rgba(254,0,0,.10);border-top-color:#FE0000;border-right-color:#FF8D93;animation:bps62Orbit 7s linear infinite;}
body.services-page #bps .bps62-sla-orb small{position:relative;z-index:2;color:#FE0000;font-family:Orbitron,Sora,sans-serif;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
body.services-page #bps .bps62-sla-orb strong{position:relative;z-index:2;color:#111827;font-size:30px;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.055em;}
body.services-page #bps .bps62-sla-orb b{position:relative;z-index:2;color:#667286;font-size:10px;text-transform:uppercase;letter-spacing:.05em;}
body.services-page #bps .bps62-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;}
body.services-page #bps .bps62-metric-grid article{min-height:92px;padding:15px 14px;overflow:hidden;}
body.services-page #bps .bps62-metric-grid small{display:block;color:#667286;font-family:Orbitron,Sora,sans-serif;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
body.services-page #bps .bps62-metric-grid strong{display:block;margin:7px 0 6px;color:#111827;font-size:clamp(23px,1.8vw,31px);line-height:1;letter-spacing:-.055em;white-space:nowrap;}
body.services-page #bps .bps62-metric-grid span{display:block;color:#667286;font-size:10px;line-height:1.3;}
body.services-page #bps .bps62-proof-grid{display:grid;grid-template-columns:minmax(150px,.9fr) minmax(220px,1.2fr) minmax(150px,.9fr);gap:12px;margin-top:16px;}
body.services-page #bps .bps62-proof-grid article{padding:16px;overflow:hidden;}
body.services-page #bps .bps62-insight-card p,
body.services-page #bps .bps62-governance-card p{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:9px;align-items:center;margin:9px 0 0;color:#4F5B6E;font-size:10.5px;}
body.services-page #bps .bps62-insight-card p i,
body.services-page #bps .bps62-governance-card p i{width:7px;height:7px;border-radius:999px;background:#2EDC87;box-shadow:0 0 0 5px rgba(46,220,135,.07);}
body.services-page #bps .bps62-insight-card p i.red,
body.services-page #bps .bps62-governance-card p i.red{background:#FE0000;box-shadow:0 0 0 5px rgba(254,0,0,.07);}
body.services-page #bps .bps62-insight-card p i.amber{background:#FF9347;box-shadow:0 0 0 5px rgba(255,147,71,.08);}
body.services-page #bps .bps62-insight-card p b,
body.services-page #bps .bps62-governance-card p b{font-size:10.5px;color:#586478;}
body.services-page #bps .bps62-insight-card p span,
body.services-page #bps .bps62-governance-card p span{font-size:10.5px;color:#111827;font-weight:850;}
body.services-page #bps .bps62-excellence-card p{margin:12px 0 0;color:#667286;font-size:11px;line-height:1.45;}
body.services-page #bps .bps62-tower-bars{height:76px;display:flex;align-items:end;gap:8px;padding:12px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,241,241,.54));border:1px solid rgba(254,0,0,.08);}
body.services-page #bps .bps62-tower-bars i{display:block;flex:1;border-radius:999px 999px 5px 5px;background:linear-gradient(180deg,#FE0000,#FF9EA2);box-shadow:0 8px 18px rgba(254,0,0,.16);animation:bps62Bars 2.8s ease-in-out infinite;}
body.services-page #bps .bps62-tower-bars i:nth-child(1){height:35%;animation-delay:.1s;}.bps62-tower-bars i:nth-child(2){height:62%;animation-delay:.3s;}.bps62-tower-bars i:nth-child(3){height:48%;animation-delay:.5s;}.bps62-tower-bars i:nth-child(4){height:82%;animation-delay:.7s;}.bps62-tower-bars i:nth-child(5){height:56%;animation-delay:.9s;}.bps62-tower-bars i:nth-child(6){height:72%;animation-delay:1.1s;}
body.services-page #bps .bps62-trust-band{position:relative;z-index:3;display:grid;grid-template-columns:54px minmax(0,1fr) 74px;align-items:center;gap:18px;margin-top:16px;padding:18px 22px;overflow:hidden;isolation:isolate;}
body.services-page #bps .bps62-trust-icon,
body.services-page #bps .bps62-cert-badge{display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#fff,#FFE7E7);border:1px solid rgba(254,0,0,.12);box-shadow:0 15px 34px rgba(254,0,0,.13),inset 0 1px 0 rgba(255,255,255,.96);}
body.services-page #bps .bps62-trust-icon{width:44px;height:44px;}
body.services-page #bps .bps62-trust-icon::before{content:"";width:22px;height:22px;border-radius:7px;background:#FE0000;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);}
body.services-page #bps .bps62-trust-band b{display:block;color:#111827;font-size:13px;margin:0 0 6px;}
body.services-page #bps .bps62-trust-band span:not(.bps62-trust-icon):not(.bps62-cert-badge){display:block;color:#667286;font-size:10.5px;line-height:1.45;}
body.services-page #bps .bps62-cert-badge{position:relative;justify-self:end;overflow:hidden;isolation:isolate;width:66px;height:66px;border-radius:24px;filter:drop-shadow(0 18px 30px rgba(254,0,0,.15));animation:bps62BadgeFloat 4.8s ease-in-out infinite;}
body.services-page #bps .bps62-cert-badge::before{content:"";position:relative;z-index:2;width:30px;height:30px;border-radius:10px;background:#FE0000;clip-path:polygon(50% 0,61% 31%,95% 31%,67% 51%,78% 86%,50% 65%,22% 86%,33% 51%,5% 31%,39% 31%);}
body.services-page #bps .bps62-cert-badge::after{content:"";position:absolute;z-index:0;width:92px;height:92px;right:-28px;bottom:-30px;border-radius:999px;background:radial-gradient(circle,rgba(254,0,0,.14),rgba(254,0,0,.08) 42%,transparent 70%);}

@keyframes bps62AmbientA{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(18px,-12px,0) scale(1.08);}}
@keyframes bps62AmbientB{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(-18px,12px,0) scale(1.06);}}
@keyframes bps62Pulse{0%,100%{transform:scale(.88);opacity:.74;}50%{transform:scale(1.16);opacity:1;}}
@keyframes bps62CtaSheen{0%,62%{transform:translateX(-70%) rotate(8deg);opacity:0;}73%{opacity:.62;}100%{transform:translateX(72%) rotate(8deg);opacity:0;}}
@keyframes bps62StudioSheen{0%,68%{transform:rotate(0deg) translateX(-8%);opacity:.16;}82%{opacity:.56;}100%{transform:rotate(8deg) translateX(8%);opacity:.16;}}
@keyframes bps62Dash{to{stroke-dashoffset:-120;}}
@keyframes bps62Orbit{to{transform:rotate(360deg);}}
@keyframes bps62OrbFloat{0%,100%{transform:translate(-50%,-50%) translateY(0) scale(1);}50%{transform:translate(-50%,-50%) translateY(-6px) scale(1.015);}}
@keyframes bps62Bars{0%,100%{filter:saturate(1);transform:scaleY(.92);}50%{filter:saturate(1.18);transform:scaleY(1.06);}}
@keyframes bps62BadgeFloat{0%,100%{transform:translateY(0) rotate(-2deg);}50%{transform:translateY(-7px) rotate(2deg);}}

@media (max-width:1400px) and (min-width:1181px){
  body.services-page #bps .bps62-shell{grid-template-columns:minmax(340px,.82fr) minmax(500px,1.18fr);gap:clamp(24px,3vw,40px);}
  body.services-page #bps .bps62-kicker{font-size:9px;letter-spacing:.085em;padding:8px 12px 7px 10px;}
  body.services-page #bps .bps62-copy h2{font-size:clamp(33px,4vw,58px);}
  body.services-page #bps .bps62-lede{font-size:15px;}
  body.services-page #bps .bps62-sla-orb{width:132px;height:132px;}
  body.services-page #bps .bps62-sla-orb strong{font-size:26px;}
  body.services-page #bps .bps62-metric-grid strong{font-size:clamp(21px,1.45vw,25px);}
}
@media (max-width:1180px){
  body.services-page #bps .bps62-shell{grid-template-columns:1fr;gap:34px;}
  body.services-page #bps .bps62-copy{padding:0;max-width:none;}
  body.services-page #bps .bps62-kicker{white-space:normal;}
  body.services-page #bps .bps62-copy h2{font-size:clamp(42px,8vw,70px);letter-spacing:-.065em;}
  body.services-page #bps .bps62-lede{max-width:850px;}
}
@media (max-width:860px){
  body.services-page #bps.bps62-native{padding:18px!important;border-radius:30px!important;}
  body.services-page #bps .bps62-feature-grid,
  body.services-page #bps .bps62-capability-row{grid-template-columns:1fr;}
  body.services-page #bps .bps62-studio{padding:12px;border-radius:28px;}
  body.services-page #bps .bps62-topbar{border-radius:20px;min-height:54px;padding-inline:14px;}
  body.services-page #bps .bps62-brand{font-size:10px;letter-spacing:.11em;}
  body.services-page #bps .bps62-live span{display:none;}
  body.services-page #bps .bps62-control-card{border-radius:24px;padding:18px;}
  body.services-page #bps .bps62-head{display:grid;}
  body.services-page #bps .bps62-command-grid{grid-template-columns:1fr;}
  body.services-page #bps .bps62-flow-lab{min-height:420px;}
  body.services-page #bps .bps62-stage-row{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.services-page #bps .bps62-stage-row article{min-height:78px;}
  body.services-page #bps .bps62-sla-orb{top:38%;}
  body.services-page #bps .bps62-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.services-page #bps .bps62-proof-grid{grid-template-columns:1fr;}
}
@media (max-width:560px){
  body.services-page #bps.bps62-native{width:calc(100vw - 28px);margin-inline:calc(50% - 50vw + 14px);padding:14px!important;border-radius:24px!important;}
  body.services-page #bps .bps62-kicker{font-size:8.5px;gap:6px;padding:7px 10px 6px 9px;}
  body.services-page #bps .bps62-copy h2{font-size:clamp(34px,11vw,54px);letter-spacing:-.07em;}
  body.services-page #bps .bps62-lede{font-size:14px;line-height:1.65;}
  body.services-page #bps .bps62-feature-grid article{grid-template-columns:44px minmax(0,1fr);padding:14px;min-height:98px;}
  body.services-page #bps .bps62-icon{width:40px;height:40px;border-radius:15px;}
  body.services-page #bps .bps62-icon svg{width:22px;height:22px;}
  body.services-page #bps .bps62-actions{gap:14px;}
  body.services-page #bps .bps62-cta{width:100%;justify-content:center;padding:15px 18px;}
  body.services-page #bps .bps62-topbar{gap:10px;}
  body.services-page #bps .bps62-head h3{font-size:21px;}
  body.services-page #bps .bps62-flow-svg{display:none;}
  body.services-page #bps .bps62-flow-lab{min-height:auto;padding:16px;}
  body.services-page #bps .bps62-sla-orb{position:relative;left:auto;top:auto;transform:none;margin:0 auto 18px;}
  body.services-page #bps .bps62-stage-row{position:relative;left:auto;right:auto;bottom:auto;grid-template-columns:1fr;}
  body.services-page #bps .bps62-metric-grid{grid-template-columns:1fr;}
  body.services-page #bps .bps62-trust-band{grid-template-columns:42px minmax(0,1fr);padding:16px;}
  body.services-page #bps .bps62-cert-badge{display:none;}
}
@media (prefers-reduced-motion:reduce){
  body.services-page #bps .bps62-ambient,
  body.services-page #bps .bps62-kicker i,
  body.services-page #bps .bps62-cta::before,
  body.services-page #bps .bps62-studio::before,
  body.services-page #bps .bps62-live i,
  body.services-page #bps .bps62-route,
  body.services-page #bps .bps62-sla-orb,
  body.services-page #bps .bps62-sla-orb .orb-ring,
  body.services-page #bps .bps62-tower-bars i,
  body.services-page #bps .bps62-cert-badge{animation:none!important;transition:none!important;transform:none!important;}
  body.services-page #bps .bps62-shell{opacity:1!important;}
}


/* ==========================================================
   Business Process Services v63 — clean compact premium patch
   Less content, stronger spacing, no clutter.
   ========================================================== */
body.services-page #bps.bps63-compact .bps62-shell{
  grid-template-columns:minmax(360px,.82fr) minmax(540px,1.18fr);
  gap:clamp(30px,4vw,56px);
  align-items:center;
}
body.services-page #bps.bps63-compact .bps62-copy{max-width:610px;}
body.services-page #bps.bps63-compact .bps62-copy h2{
  font-size:clamp(34px,4.05vw,62px);
  line-height:1;
  letter-spacing:-.058em;
}
body.services-page #bps.bps63-compact .bps62-lede{
  max-width:560px;
  font-size:clamp(15px,.96vw,17px);
  line-height:1.68;
}
body.services-page #bps.bps63-compact .bps62-feature-grid{
  margin-top:clamp(22px,2.6vw,30px);
}
body.services-page #bps.bps63-compact .bps62-feature-grid article{
  min-height:96px;
  padding:16px;
}
body.services-page #bps.bps63-compact .bps62-capability-row article{
  min-height:68px;
  padding:15px 16px;
}
body.services-page #bps.bps63-compact .bps62-actions{margin-top:clamp(24px,2.8vw,34px);}
body.services-page #bps.bps63-compact .bps62-control-card{padding:clamp(18px,2vw,26px);}
body.services-page #bps.bps63-compact .bps62-command-grid{
  grid-template-columns:minmax(145px,.30fr) minmax(360px,.70fr);
  gap:14px;
}
body.services-page #bps.bps63-compact .bps62-flow-lab{min-height:286px;}
body.services-page #bps.bps63-compact .bps62-stage-row{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
body.services-page #bps.bps63-compact .bps62-stage-row article{
  min-height:82px;
  padding:13px 12px;
}
body.services-page #bps.bps63-compact .bps62-sla-orb{
  width:136px;
  height:136px;
  top:39%;
}
body.services-page #bps.bps63-compact .bps62-sla-orb strong{font-size:28px;}
body.services-page #bps.bps63-compact .bps62-metric-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
body.services-page #bps.bps63-compact .bps62-metric-grid article{
  min-height:82px;
  padding:14px;
}
body.services-page #bps.bps63-compact .bps62-metric-grid strong{
  font-size:clamp(22px,1.55vw,28px);
}
@media (max-width:1180px){
  body.services-page #bps.bps63-compact .bps62-shell{grid-template-columns:1fr;gap:32px;}
  body.services-page #bps.bps63-compact .bps62-copy{max-width:none;}
}
@media (max-width:860px){
  body.services-page #bps.bps63-compact .bps62-command-grid{grid-template-columns:1fr;}
  body.services-page #bps.bps63-compact .bps62-flow-lab{min-height:380px;}
  body.services-page #bps.bps63-compact .bps62-stage-row{grid-template-columns:repeat(3,minmax(0,1fr));}
  body.services-page #bps.bps63-compact .bps62-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:560px){
  body.services-page #bps.bps63-compact .bps62-copy h2{font-size:clamp(34px,10vw,52px);}
  body.services-page #bps.bps63-compact .bps62-flow-lab{min-height:auto;padding:16px;}
  body.services-page #bps.bps63-compact .bps62-stage-row,
  body.services-page #bps.bps63-compact .bps62-metric-grid{grid-template-columns:1fr;}
  body.services-page #bps.bps63-compact .bps62-sla-orb{width:128px;height:128px;}
}


/* ==========================================================
   Footer theme recovery v65 — restore light-red company theme
   Scope: footer only. Prevents previous global dark footer override.
   ========================================================== */
body .site-footer{
  background:
    radial-gradient(circle at 12% 18%,rgba(254,0,0,.075),transparent 28%),
    radial-gradient(circle at 82% 8%,rgba(255,112,112,.06),transparent 30%),
    linear-gradient(180deg,#FFFDFC 0%,#FFF6F5 55%,#F7EFEA 100%)!important;
  border-top:1px solid rgba(254,0,0,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body .footer-watermark{
  color:rgba(254,0,0,.05)!important;
}
body .site-footer h3{
  color:#8A5963!important;
}
body .site-footer a,
body .site-footer span{
  color:#536176!important;
}
body .site-footer .footer-brand p,
body .site-footer p{
  color:#536176!important;
}
body .site-footer a:hover{
  color:#FE0000!important;
}
body .footer-bottom{
  border-top:1px solid rgba(254,0,0,.10)!important;
  color:#6D788A!important;
}
body .footer-bottom a{
  color:#FE0000!important;
}
body .site-footer .logo span{
  color:#172033!important;
}
body .site-footer .brand-red{
  color:#FE0000!important;
}


/* ==========================================================
   Global typography v66 — Alliance No.2 company font system
   Applies the requested Alliance font stack across every page.
   Note: this uses the declared font-family stack; licensed font files
   should be supplied by the project if Alliance is not already available.
   ========================================================== */
:root{
  --font-alliance:"Alliance No.2","Alliance No.1",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-main:var(--font-alliance);
  --font-accent:var(--font-alliance);
}
html,
body{
  font-family:var(--font-alliance)!important;
  font-weight:400;
  font-feature-settings:"kern" 1,"liga" 1,"calt" 1;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
body :is(#ssb-alliance-font-override, *),
body :is(#ssb-alliance-font-override, *)::before,
body :is(#ssb-alliance-font-override, *)::after{
  font-family:var(--font-alliance)!important;
}
button,
input,
textarea,
select,
option{
  font-family:var(--font-alliance)!important;
}
h1,h2,h3,h4,h5,h6,
.hero-title,
.section-title,
.service-content-col h2,
body.services-page #automation .auto59-copy h2,
body.services-page #bps .bps63-copy h2{
  font-family:var(--font-alliance)!important;
  font-weight:400;
  letter-spacing:-.055em;
}
.kicker,.eyeline,.btn,.logo,.num,
.service-eyebrow,.service-panel-note,
body.services-page #automation .auto59-kicker,
body.services-page #bps .bps63-kicker{
  font-family:var(--font-alliance)!important;
}


/* ==========================================================
   Services page layout intake v67 — hero/header alignment fix
   Fixes the oversized Services heading clipping under the navbar
   after the Alliance font update, while preserving completed
   Automation, BPS, and footer sections.
   ========================================================== */
body.services-page .page-main{
  padding-top:0!important;
}
body.services-page .route-hero{
  isolation:isolate;
  padding-top:clamp(148px,10vw,176px)!important;
  padding-bottom:clamp(70px,6vw,92px)!important;
  margin-top:0!important;
  overflow:hidden!important;
}
body.services-page .route-hero::before{
  inset:clamp(98px,7.2vw,122px) max(24px,calc((100vw - 1460px)/2)) 20px!important;
}
body.services-page .route-hero::after{
  top:clamp(-260px,-12vw,-160px)!important;
}
body.services-page .route-hero-grid{
  align-items:center!important;
  gap:clamp(36px,4vw,68px)!important;
}
body.services-page .route-hero .reveal:first-child{
  min-width:0;
}
body.services-page .route-hero h1{
  display:block;
  max-width:780px!important;
  margin:0 0 20px!important;
  overflow:visible!important;
  font-size:clamp(48px,5.55vw,94px)!important;
  line-height:.96!important;
  letter-spacing:-.048em!important;
  white-space:normal!important;
  text-wrap:balance;
  transform:none!important;
}
body.services-page .route-hero p{
  max-width:720px!important;
  margin-top:0!important;
  font-size:clamp(16px,1.12vw,19px)!important;
  line-height:1.68!important;
}
body.services-page .route-hero .hero-actions{
  margin-top:clamp(24px,2.4vw,34px);
}
body.services-page .route-hero-panel{
  min-height:clamp(260px,23vw,340px)!important;
  padding:clamp(24px,2.2vw,34px)!important;
  border-radius:clamp(28px,2.6vw,42px)!important;
  align-self:center!important;
}
body.services-page .route-hero-panel strong{
  font-size:clamp(58px,5.6vw,96px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
}
body.services-page .route-hero-panel > span{
  font-size:clamp(16px,1.2vw,20px)!important;
  line-height:1.45!important;
}
body.services-page .services-showcase-section{
  margin-top:0!important;
  padding-top:clamp(82px,7vw,118px)!important;
}
body.services-page .services-showcase-head{
  max-width:980px;
  margin-inline:auto;
}
body.services-page .services-showcase-head h2{
  max-width:900px;
  font-size:clamp(44px,4.5vw,76px)!important;
  line-height:1!important;
  letter-spacing:-.052em!important;
}
body.services-page .services-showcase-head p{
  max-width:760px;
  font-size:clamp(16px,1vw,18px);
  line-height:1.7;
}
@media (max-width:1180px){
  body.services-page .route-hero{
    padding-top:clamp(128px,13vw,158px)!important;
  }
  body.services-page .route-hero-grid{
    grid-template-columns:1fr!important;
  }
  body.services-page .route-hero h1{
    max-width:720px!important;
    font-size:clamp(48px,9vw,82px)!important;
  }
  body.services-page .route-hero-panel{
    width:100%;
    min-height:260px!important;
  }
}
@media (max-width:760px){
  body.services-page .route-hero{
    padding-top:118px!important;
    padding-bottom:54px!important;
  }
  body.services-page .route-hero::before{
    inset:74px 12px 10px!important;
    border-radius:28px!important;
  }
  body.services-page .route-hero h1{
    font-size:clamp(40px,14vw,60px)!important;
    line-height:1!important;
    letter-spacing:-.046em!important;
  }
  body.services-page .route-hero p{
    font-size:15px!important;
    line-height:1.62!important;
  }
  body.services-page .services-showcase-section{
    padding-top:62px!important;
  }
  body.services-page .services-showcase-head h2{
    font-size:clamp(34px,11vw,52px)!important;
    line-height:1.04!important;
  }
}


/* ==========================================================
   Services layout v68 — align Capability Studio header with panels
   Fix: services showcase intro used a narrow centered width while the
   service panels used the wider canvas, causing the Capability Studio
   label/headline to float in the middle instead of aligning to the cards.
   ========================================================== */
body.services-page .services-showcase-section{
  padding-top:clamp(54px,5.2vw,84px)!important;
}
body.services-page .services-showcase-section > .container.services-showcase-head,
body.services-page .services-showcase-section > .container.services-showcase-layout{
  width:min(1680px,calc(100% - clamp(28px,4vw,104px)))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.services-page .services-showcase-head{
  display:block!important;
  text-align:left!important;
  margin-bottom:clamp(34px,3.4vw,52px)!important;
}
body.services-page .services-showcase-head .kicker{
  display:inline-flex!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.services-page .services-showcase-head h2{
  max-width:1010px!important;
  margin:clamp(18px,1.9vw,26px) 0 0!important;
}
body.services-page .services-showcase-head p{
  max-width:820px!important;
  margin:clamp(16px,1.5vw,22px) 0 0!important;
}
body.services-page .services-showcase-layout{
  margin-top:0!important;
}
@media (max-width:760px){
  body.services-page .services-showcase-section > .container.services-showcase-head,
  body.services-page .services-showcase-section > .container.services-showcase-layout{
    width:calc(100% - 28px)!important;
  }
  body.services-page .services-showcase-section{
    padding-top:48px!important;
  }
}

/* ==========================================================
   Services layout v69 — route hero + showcase intake alignment
   Fixes the Services hero card offset and aligns the Capability
   Studio intro to the same left edge as service panels.
   ========================================================== */
body.services-page .route-hero{
  position:relative!important;
  isolation:isolate!important;
  padding-top:clamp(132px,8vw,158px)!important;
  padding-bottom:clamp(66px,5.2vw,88px)!important;
  margin:0!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 8% 8%,rgba(254,0,0,.095),transparent 28%),
    radial-gradient(circle at 92% 7%,rgba(221,241,255,.76),transparent 34%),
    linear-gradient(180deg,#fffdfd 0%,#fff7f7 72%,#ffffff 100%)!important;
}
body.services-page .route-hero::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:clamp(104px,6.8vw,126px) max(36px,calc((100vw - 1760px)/2)) 22px!important;
  border-radius:clamp(30px,3.2vw,48px)!important;
  background:
    radial-gradient(circle at 12% 20%,rgba(254,0,0,.085),transparent 30%),
    radial-gradient(circle at 86% 16%,rgba(255,175,175,.11),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,244,244,.70) 58%,rgba(255,255,255,.78))!important;
  border:1px solid rgba(254,0,0,.105)!important;
  box-shadow:0 28px 90px rgba(107,20,26,.095),0 12px 32px rgba(15,23,42,.055),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.services-page .route-hero::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  width:520px!important;
  height:520px!important;
  right:max(-160px,calc((100vw - 1760px)/2 - 210px))!important;
  top:-220px!important;
  border-radius:999px!important;
  opacity:.42!important;
  background:conic-gradient(from 180deg,rgba(254,0,0,.13),rgba(221,241,255,.42),rgba(255,255,255,0),rgba(254,0,0,.10))!important;
  filter:blur(3px)!important;
}
body.services-page .route-hero-grid{
  position:relative!important;
  z-index:2!important;
  width:min(1680px,calc(100% - clamp(48px,8vw,156px)))!important;
  max-width:none!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(420px,.86fr) minmax(520px,1fr)!important;
  gap:clamp(52px,6.4vw,112px)!important;
  align-items:center!important;
}
body.services-page .route-hero .reveal:first-child{
  max-width:760px!important;
  min-width:0!important;
}
body.services-page .route-hero h1{
  max-width:720px!important;
  margin:0 0 clamp(18px,1.8vw,24px)!important;
  font-size:clamp(58px,5.35vw,104px)!important;
  line-height:.92!important;
  letter-spacing:-.058em!important;
  overflow:visible!important;
  white-space:normal!important;
}
body.services-page .route-hero p{
  max-width:730px!important;
  margin:0!important;
  font-size:clamp(16px,1.04vw,19px)!important;
  line-height:1.72!important;
}
body.services-page .route-hero-panel{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:none!important;
  min-height:clamp(250px,20vw,330px)!important;
  padding:clamp(26px,2.5vw,40px)!important;
  border-radius:clamp(28px,2.8vw,44px)!important;
}
body.services-page .route-hero-panel strong{
  font-size:clamp(58px,5vw,96px)!important;
}
body.services-page .route-hero-metrics{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
body.services-page .route-hero-metrics div{
  min-width:0!important;
}
body.services-page .services-showcase-section > .container.services-showcase-head,
body.services-page .services-showcase-section > .container.services-showcase-layout{
  width:min(1680px,calc(100% - clamp(48px,8vw,156px)))!important;
  max-width:none!important;
}
body.services-page .services-showcase-head{
  margin-inline:auto!important;
  text-align:left!important;
}
body.services-page .services-showcase-head .kicker,
body.services-page .services-showcase-head h2,
body.services-page .services-showcase-head p{
  margin-left:0!important;
  margin-right:auto!important;
}
@media (max-width:1180px){
  body.services-page .route-hero{padding-top:clamp(118px,13vw,148px)!important;}
  body.services-page .route-hero-grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }
  body.services-page .route-hero .reveal:first-child{max-width:900px!important;}
  body.services-page .route-hero h1{font-size:clamp(48px,9vw,82px)!important;}
}
@media (max-width:760px){
  body.services-page .route-hero{
    padding-top:112px!important;
    padding-bottom:52px!important;
  }
  body.services-page .route-hero::before{
    inset:76px 14px 10px!important;
    border-radius:26px!important;
  }
  body.services-page .route-hero-grid,
  body.services-page .services-showcase-section > .container.services-showcase-head,
  body.services-page .services-showcase-section > .container.services-showcase-layout{
    width:calc(100% - 28px)!important;
  }
  body.services-page .route-hero h1{
    font-size:clamp(42px,13vw,62px)!important;
    line-height:.98!important;
  }
  body.services-page .route-hero-panel{min-height:auto!important;}
  body.services-page .route-hero-metrics{grid-template-columns:1fr!important;}
}

/* ==========================================================
   Platform showcase v70 - five-category business scroll
   ========================================================== */
body.platform-showcase-page{
  --platform-ink:#080d1a;
  --platform-muted:#4d596d;
  --platform-line:rgba(8,13,26,.09);
  --platform-red:#FE0000;
  --platform-blue:#2563eb;
  --platform-green:#16a34a;
  --platform-amber:#d97706;
  overflow-x:clip!important;
  overflow-y:visible!important;
}

@supports selector(html:has(body.platform-showcase-page)){
  html:has(body.platform-showcase-page){
    overflow-x:clip!important;
    overflow-y:visible!important;
  }
}

body.platform-showcase-page .page-main{
  background:
    linear-gradient(180deg,#ffffff 0%,#f8fbff 28%,#fff7f7 60%,#f7fbf8 100%)!important;
}

body.platform-showcase-page .route-hero{
  position:relative!important;
  padding-top:132px!important;
  padding-bottom:78px!important;
  overflow:hidden!important;
  background:
    linear-gradient(120deg,rgba(255,255,255,.96),rgba(247,251,255,.82) 48%,rgba(255,246,247,.86))!important;
}

body.platform-showcase-page .route-hero::before{
  content:""!important;
  position:absolute!important;
  inset:96px max(26px,calc((100vw - 1760px)/2)) 18px!important;
  z-index:0!important;
  border:1px solid rgba(254,0,0,.10)!important;
  border-radius:34px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.82),rgba(241,247,255,.58) 54%,rgba(255,242,243,.62))!important;
  box-shadow:0 28px 88px rgba(8,13,26,.08),inset 0 1px 0 rgba(255,255,255,.96)!important;
  pointer-events:none!important;
}

body.platform-showcase-page .route-hero-grid{
  position:relative!important;
  z-index:1!important;
  width:min(1680px,calc(100% - 96px))!important;
  max-width:none!important;
  grid-template-columns:minmax(0,1fr) minmax(380px,520px)!important;
  gap:64px!important;
}

body.platform-showcase-page .route-hero h1{
  max-width:940px!important;
  color:var(--platform-ink)!important;
  font-size:5.25rem!important;
  line-height:1.02!important;
  letter-spacing:0!important;
}

body.platform-showcase-page .route-hero p{
  max-width:840px!important;
  color:var(--platform-muted)!important;
}

body.platform-showcase-page .route-hero p span{
  display:block;
}

body.platform-showcase-page .category-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

body.platform-showcase-page .platform-hero-panel{
  background:
    linear-gradient(145deg,rgba(255,255,255,.9),rgba(245,249,255,.78)),
    repeating-linear-gradient(90deg,rgba(8,13,26,.035) 0 1px,transparent 1px 68px)!important;
  border:1px solid rgba(8,13,26,.08)!important;
}

body.platform-showcase-page .platform-hero-panel strong{
  color:var(--platform-red)!important;
}

body.platform-showcase-page.route-scroll-page .platform-business-scroll{
  overflow:visible!important;
  padding-top:44px!important;
  padding-bottom:90px!important;
}

body.platform-showcase-page.route-scroll-page .platform-scroll-layout{
  width:min(1720px,calc(100% - 96px))!important;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index{
  position:sticky!important;
  top:calc(var(--header-h,88px) + 12px)!important;
  z-index:44!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:74px!important;
  margin:0 0 46px!important;
  padding:12px!important;
  overflow:visible!important;
  border:1px solid rgba(8,13,26,.08)!important;
  border-radius:18px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(246,250,255,.80)),
    linear-gradient(90deg,rgba(254,0,0,.08),rgba(37,99,235,.07),rgba(22,163,74,.06))!important;
  box-shadow:0 24px 70px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.96)!important;
  backdrop-filter:blur(20px) saturate(1.12)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.12)!important;
  scrollbar-width:none!important;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index::-webkit-scrollbar{
  display:none!important;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index::before{
  display:none!important;
  content:none!important;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index::after{
  display:none!important;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a{
  flex:0 0 auto!important;
  min-width:154px!important;
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:10px 14px!important;
  border-radius:8px!important;
  color:#172033!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(8,13,26,.08)!important;
  box-shadow:0 10px 24px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.94)!important;
  font-weight:850!important;
  font-size:13px!important;
  letter-spacing:0!important;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a span{
  color:var(--platform-red);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:900;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a:hover,
body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a.active,
body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a.is-active,
body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a[aria-current="location"]{
  color:#ffffff!important;
  background:linear-gradient(135deg,#c9000d,#ff2834 54%,#2563eb)!important;
  border-color:rgba(254,0,0,.28)!important;
  box-shadow:0 18px 42px rgba(254,0,0,.20),inset 0 1px 0 rgba(255,255,255,.26)!important;
  transform:translateY(-1px)!important;
}

body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a:hover span,
body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a.active span,
body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a.is-active span,
body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a[aria-current="location"] span{
  color:#ffffff!important;
}

body.platform-showcase-page .platform-showcase-stack{
  gap:72px!important;
}

body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel{
  min-height:720px!important;
  padding:58px!important;
  grid-template-columns:minmax(460px,.96fr) minmax(0,1.04fr)!important;
  gap:62px!important;
  border-radius:20px!important;
  border:1px solid rgba(8,13,26,.075)!important;
  opacity:.64;
  transform:translate3d(0,42px,0);
  transition:opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1), box-shadow .72s ease, border-color .72s ease;
  will-change:opacity,transform;
}

body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel.is-route-visible{
  opacity:.88;
  transform:translate3d(0,14px,0);
}

body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel.is-route-active{
  opacity:1;
  transform:translate3d(0,0,0);
  border-color:rgba(254,0,0,.20)!important;
}

body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel:nth-child(even){
  grid-template-columns:minmax(0,1.04fr) minmax(460px,.96fr)!important;
}

body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel:nth-child(even) .route-visual-stage{
  order:2!important;
}

body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel:nth-child(even) .route-content-stage{
  order:1!important;
}

body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel::before{
  border-radius:16px!important;
}

body.platform-showcase-page.route-scroll-page .route-content-stage::before{
  display:none!important;
}

body.platform-showcase-page.route-scroll-page .route-content-stage::after{
  width:220px!important;
}

body.platform-showcase-page .platform-panel-label{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  margin-bottom:16px;
  padding:8px 11px;
  border-radius:8px;
  color:#9b0710;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(254,0,0,.13);
  box-shadow:0 10px 24px rgba(254,0,0,.055),inset 0 1px 0 rgba(255,255,255,.9);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:0;
  line-height:1.35;
  text-transform:uppercase;
}

body.platform-showcase-page.route-scroll-page .route-content-stage h2{
  max-width:820px!important;
  margin-bottom:20px!important;
  color:var(--platform-ink)!important;
  font-size:3.75rem!important;
  line-height:1.08!important;
  letter-spacing:0!important;
}

body.platform-showcase-page.route-scroll-page .route-content-stage p{
  max-width:830px!important;
  color:var(--platform-muted)!important;
  font-size:18px!important;
  line-height:1.72!important;
}

body.platform-showcase-page .platform-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:26px;
}

body.platform-showcase-page .platform-product-grid article{
  min-height:128px;
  padding:17px;
  border-radius:8px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.88),rgba(248,251,255,.68)),
    linear-gradient(90deg,rgba(254,0,0,.055),transparent 44%,rgba(37,99,235,.045))!important;
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 15px 34px rgba(8,13,26,.06),inset 0 1px 0 rgba(255,255,255,.94);
}

body.platform-showcase-page .platform-product-grid article b{
  display:block;
  color:var(--platform-ink);
  font-family:var(--font-accent);
  font-size:16px;
  font-weight:850;
  line-height:1.22;
}

body.platform-showcase-page .platform-product-grid article span{
  display:block;
  margin-top:9px;
  color:#546175;
  font-size:13px;
  font-weight:650;
  line-height:1.48;
}

body.platform-showcase-page.route-scroll-page .route-content-stage .platform-proof-list{
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin-top:24px!important;
}

body.platform-showcase-page.route-scroll-page .route-content-stage .platform-proof-list li{
  min-height:0!important;
  padding:13px 15px 13px 42px!important;
  border-radius:8px!important;
  color:#172033;
  font-size:14px;
  font-weight:750;
  line-height:1.48;
}

body.platform-showcase-page.route-scroll-page .route-content-stage .platform-proof-list li::before{
  width:11px!important;
  height:11px!important;
  left:16px!important;
  top:18px!important;
}

body.platform-showcase-page .platform-panel-actions{
  position:relative;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px 14px;
  margin-top:24px;
  padding:14px;
  border-radius:10px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(246,250,255,.76)),
    linear-gradient(90deg,rgba(254,0,0,.08),rgba(37,99,235,.06));
  border:1px solid rgba(8,13,26,.075);
  box-shadow:0 18px 44px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.96);
  overflow:hidden;
}

body.platform-showcase-page .platform-panel-actions::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.72),transparent);
  transform:translateX(-115%);
  transition:transform .75s ease;
  pointer-events:none;
}

body.platform-showcase-page .platform-panel-actions:hover::before{
  transform:translateX(115%);
}

body.platform-showcase-page .platform-panel-actions > span{
  position:relative;
  z-index:1;
  color:#4b586e;
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:800;
  line-height:1.45;
}

body.platform-showcase-page .platform-contact-cta{
  position:relative;
  z-index:1;
  min-height:50px;
  padding-inline:20px;
  letter-spacing:0;
  box-shadow:0 16px 36px rgba(254,0,0,.20),inset 0 1px 0 rgba(255,255,255,.35);
}

body.platform-showcase-page.route-scroll-page .route-visual-stage.platform-domain-chart{
  min-height:600px!important;
  border-radius:18px!important;
  color:var(--platform-ink)!important;
  background:
    linear-gradient(145deg,#ffffff,#f5f9ff 54%,#fff3f4),
    repeating-linear-gradient(90deg,rgba(8,13,26,.04) 0 1px,transparent 1px 42px)!important;
  border-color:rgba(8,13,26,.08)!important;
}

body.platform-showcase-page .platform-domain-chart .route-visual-kicker,
body.platform-showcase-page .platform-domain-chart .platform-chart-footer{
  min-height:42px;
}

body.platform-showcase-page .platform-domain-chart .route-visual-kicker span,
body.platform-showcase-page .platform-domain-chart .platform-chart-footer span{
  border-radius:8px!important;
  letter-spacing:0!important;
}

body.platform-showcase-page .platform-domain-chart .platform-diagram{
  min-height:430px!important;
  margin:18px 0!important;
  border-radius:14px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.46),rgba(255,255,255,.12)),
    repeating-linear-gradient(0deg,rgba(8,13,26,.035) 0 1px,transparent 1px 54px)!important;
  border:1px solid rgba(8,13,26,.055);
}

body.platform-showcase-page .platform-domain-chart .platform-node,
body.platform-showcase-page .platform-domain-chart .platform-flow-step,
body.platform-showcase-page .platform-domain-chart .platform-module,
body.platform-showcase-page .platform-domain-chart .platform-core{
  border-radius:8px!important;
}

body.platform-showcase-page .platform-domain-chart .platform-node,
body.platform-showcase-page .platform-domain-chart .platform-module{
  width:min(176px,29%)!important;
}

body.platform-showcase-page .platform-domain-chart .platform-flow-step{
  width:min(120px,19%)!important;
  min-height:94px!important;
  display:grid!important;
  align-content:center!important;
  padding:12px 10px!important;
  text-align:center!important;
}

body.platform-showcase-page .platform-domain-chart .platform-core{
  width:min(206px,36%)!important;
  min-height:152px!important;
}

body.platform-showcase-page .platform-domain-chart .platform-lines{
  opacity:.88;
}

body.platform-showcase-page .platform-domain-chart .platform-line{
  stroke-width:3.1!important;
}

body.platform-showcase-page .platform-domain-chart .platform-side-line{
  stroke-width:2.2!important;
  stroke-dasharray:7 11!important;
  opacity:.48!important;
}

body.platform-showcase-page .platform-bfsi-chart .platform-core,
body.platform-showcase-page .platform-drishti-chart .platform-core{
  background:linear-gradient(180deg,#ffffff,#fff0f1 58%,#eef6ff)!important;
}

body.platform-showcase-page .platform-samundra-chart .platform-flow-step[data-platform-core]{
  background:linear-gradient(180deg,#ffffff,#eff9ff 48%,#fff3f4)!important;
  border-color:rgba(14,165,233,.24)!important;
}

body.platform-showcase-page .platform-enterprise-ai-chart .platform-core{
  background:linear-gradient(180deg,#ffffff,#eef4ff 48%,#fff7e8)!important;
  border-color:rgba(37,99,235,.22)!important;
}

body.platform-showcase-page .platform-trinetra-chart .platform-flow-step[data-platform-core]{
  background:linear-gradient(180deg,#ffffff,#f0fdfa 48%,#fff1f2)!important;
  border-color:rgba(15,118,110,.22)!important;
}

body.platform-showcase-page .platform-mitra-chart .platform-core{
  background:linear-gradient(180deg,#ffffff,#fff7e8 48%,#eff6ff)!important;
  border-color:rgba(217,119,6,.22)!important;
}

body.platform-showcase-page .platform-ritam-chart .platform-flow-step[data-platform-core]{
  background:linear-gradient(180deg,#ffffff,#fff1f2 54%,#effaf2)!important;
  border-color:rgba(22,163,74,.22)!important;
}

@media (prefers-reduced-motion:no-preference){
  body.platform-showcase-page .platform-business-panel.is-route-active .platform-line{
    filter:drop-shadow(0 0 6px rgba(254,0,0,.18));
  }
}

@media (max-width:1180px){
  body.platform-showcase-page .route-hero-grid,
  body.platform-showcase-page.route-scroll-page .platform-scroll-layout{
    width:calc(100% - 40px)!important;
  }

  body.platform-showcase-page .route-hero-grid{
    grid-template-columns:1fr!important;
    gap:32px!important;
  }

  body.platform-showcase-page .route-hero h1{
    font-size:4.25rem!important;
  }

  body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index{
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }

  body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a{
    min-width:138px!important;
  }

  body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel,
  body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel:nth-child(even){
    grid-template-columns:1fr!important;
    min-height:auto!important;
    padding:34px!important;
  }

  body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel:nth-child(even) .route-visual-stage,
  body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel:nth-child(even) .route-content-stage{
    order:initial!important;
  }

  body.platform-showcase-page.route-scroll-page .route-content-stage h2{
    font-size:3.15rem!important;
  }
}

@media (max-width:760px){
  body.platform-showcase-page .route-hero{
    padding-top:112px!important;
    padding-bottom:54px!important;
  }

  body.platform-showcase-page .route-hero::before{
    inset:76px 14px 12px!important;
    border-radius:22px!important;
  }

  body.platform-showcase-page .route-hero-grid,
  body.platform-showcase-page.route-scroll-page .platform-scroll-layout{
    width:calc(100% - 28px)!important;
  }

  body.platform-showcase-page .route-hero h1{
    font-size:3.05rem!important;
    line-height:1.06!important;
  }

  body.platform-showcase-page .route-hero p,
  body.platform-showcase-page.route-scroll-page .route-content-stage p{
    font-size:16px!important;
  }

  body.platform-showcase-page .platform-hero-panel{
    min-height:auto!important;
  }

  body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index{
    top:86px!important;
    min-height:64px!important;
    margin-bottom:26px!important;
    padding:10px!important;
    border-radius:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }

  body.platform-showcase-page.route-scroll-page .route-capability-nav.platform-index a{
    min-width:132px!important;
    min-height:40px!important;
    font-size:12px!important;
  }

  body.platform-showcase-page .platform-showcase-stack{
    gap:28px!important;
  }

  body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel{
    padding:22px 16px!important;
    border-radius:16px!important;
    gap:22px!important;
    opacity:1!important;
    transform:none!important;
  }

  body.platform-showcase-page.route-scroll-page .route-content-stage h2{
    font-size:2.35rem!important;
    line-height:1.12!important;
  }

  body.platform-showcase-page .platform-panel-label{
    font-size:10px;
  }

  body.platform-showcase-page .platform-product-grid{
    grid-template-columns:1fr;
  }

  body.platform-showcase-page .platform-panel-actions{
    align-items:stretch;
    padding:12px;
  }

  body.platform-showcase-page .platform-contact-cta{
    width:100%;
  }

  body.platform-showcase-page .platform-panel-actions > span{
    width:100%;
    font-size:12px;
  }

  body.platform-showcase-page.route-scroll-page .route-visual-stage.platform-domain-chart{
    min-height:auto!important;
    padding:14px!important;
    border-radius:14px!important;
  }

  body.platform-showcase-page .platform-domain-chart .platform-diagram{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    min-height:0!important;
    margin:12px 0!important;
    overflow:visible!important;
    padding:10px;
  }

  body.platform-showcase-page .platform-domain-chart .platform-lines{
    display:none!important;
  }

  body.platform-showcase-page .platform-domain-chart .platform-node,
  body.platform-showcase-page .platform-domain-chart .platform-flow-step,
  body.platform-showcase-page .platform-domain-chart .platform-module,
  body.platform-showcase-page .platform-domain-chart .platform-core{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    min-height:auto!important;
    transform:none!important;
  }

  body.platform-showcase-page .platform-domain-chart .platform-core,
  body.platform-showcase-page .platform-domain-chart .platform-flow-step[data-platform-core]{
    grid-column:1 / -1;
  }

  body.platform-showcase-page .platform-domain-chart .platform-chart-footer{
    flex-wrap:wrap;
  }
}

@media (max-width:480px){
  body.platform-showcase-page .route-hero h1{
    font-size:2.55rem!important;
  }

  body.platform-showcase-page.route-scroll-page .route-content-stage h2{
    font-size:2rem!important;
  }

  body.platform-showcase-page .platform-domain-chart .platform-diagram{
    grid-template-columns:1fr;
  }

  body.platform-showcase-page .platform-domain-chart .route-visual-kicker{
    flex-direction:column;
    align-items:flex-start!important;
  }

  body.platform-showcase-page .platform-domain-chart .platform-chart-footer span{
    width:100%;
    white-space:normal!important;
  }
}

@media (prefers-reduced-motion:reduce){
  body.platform-showcase-page.route-scroll-page .route-showcase-stack > .platform-business-panel{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* Career page: local email-resume experience */
body.career-page{
  background:
    radial-gradient(circle at 14% 4%,rgba(254,0,0,.075),transparent 24%),
    radial-gradient(circle at 86% 9%,rgba(221,240,255,.62),transparent 30%),
    linear-gradient(180deg,#fff 0%,#FAF9F6 42%,#fff 100%);
}

body.career-page .career-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:116px 0 96px;
  background:
    radial-gradient(circle at 13% 28%,rgba(254,0,0,.075),transparent 24%),
    radial-gradient(circle at 86% 26%,rgba(124,189,240,.30),transparent 31%),
    linear-gradient(120deg,rgba(255,255,255,.96),rgba(248,251,255,.82) 46%,rgba(255,242,243,.76)),
    linear-gradient(180deg,#fff,#FAF9F6);
}

body.career-page .career-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(rgba(8,13,26,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,13,26,.035) 1px,transparent 1px);
  background-size:68px 68px;
  mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.72) 18%,rgba(0,0,0,.50) 72%,transparent);
  pointer-events:none;
}

body.career-page .career-hero::after{
  content:"";
  position:absolute;
  inset:auto -10vw -24vh -10vw;
  z-index:-1;
  height:46vh;
  background:radial-gradient(circle at 50% 50%,rgba(254,0,0,.075),rgba(221,240,255,.18) 38%,transparent 68%);
  filter:blur(24px);
  pointer-events:none;
}

.career-opening-field{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}

.career-light-beam{
  position:absolute;
  height:1px;
  width:min(720px,44vw);
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.55),rgba(124,189,240,.48),transparent);
  box-shadow:0 0 28px rgba(254,0,0,.14);
  opacity:0;
}

.career-light-beam.beam-a{left:-12vw;top:24%;transform:rotate(-10deg)}
.career-light-beam.beam-b{right:-14vw;top:47%;transform:rotate(8deg)}
.career-light-beam.beam-c{left:20%;bottom:18%;width:min(520px,34vw);transform:rotate(-4deg)}

.career-pulse-dot{
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--red);
  box-shadow:0 0 0 8px rgba(254,0,0,.08),0 0 28px rgba(254,0,0,.34);
  opacity:0;
}

.career-pulse-dot.dot-a{left:15%;top:26%}
.career-pulse-dot.dot-b{right:20%;top:32%}
.career-pulse-dot.dot-c{left:52%;bottom:17%}

body.career-page .career-hero .route-hero-grid{
  position:relative;
  z-index:1;
  width:min(1500px,calc(100% - 72px));
  grid-template-columns:minmax(0,.9fr) minmax(480px,.78fr);
  gap:clamp(52px,5vw,92px);
  align-items:center;
  padding:44px;
  border:1px solid rgba(8,13,26,.075);
  border-radius:40px;
  background:linear-gradient(135deg,rgba(255,255,255,.70),rgba(255,255,255,.32));
  box-shadow:0 32px 96px rgba(8,13,26,.065),inset 0 1px 0 rgba(255,255,255,.9);
}

.career-hero-copy{
  min-width:0;
  position:relative;
  z-index:2;
  padding:12px 0;
}

body.career-page .career-hero h1{
  max-width:760px;
  margin:0;
  font-size:clamp(52px,5.7vw,92px);
  line-height:.99;
  letter-spacing:0;
  text-wrap:balance;
}

.career-title-line{
  display:block;
  max-width:100%;
}

body.career-page .career-hero p{
  max-width:680px;
  margin:28px 0 0;
  color:#4f596b;
  font-size:clamp(19px,2vw,23px);
  line-height:1.58;
}

body.career-page .career-hero .hero-actions{
  margin-top:34px;
}

.career-hero-panel{
  position:relative;
  justify-self:end;
  width:min(100%,640px);
  min-height:520px;
  display:grid;
  align-content:space-between;
  gap:28px;
  padding:36px;
  overflow:hidden;
  border:1px solid rgba(8,13,26,.085);
  border-radius:34px;
  background:
    radial-gradient(circle at 9% 12%,rgba(254,0,0,.15),transparent 28%),
    radial-gradient(circle at 88% 14%,rgba(221,240,255,.70),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.97),rgba(246,250,255,.80));
  box-shadow:0 34px 100px rgba(8,13,26,.12),0 18px 70px rgba(254,0,0,.08),inset 0 1px 0 rgba(255,255,255,.98);
  transform:translateZ(0);
}

.career-hero-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(105deg,transparent 0%,rgba(255,255,255,.72) 38%,transparent 68%),
    linear-gradient(90deg,rgba(254,0,0,.09),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.70),transparent 56%);
  transform:translateX(-32%);
  pointer-events:none;
  animation:careerPanelSheen 8s ease-in-out infinite;
}

.career-hero-panel > *{
  position:relative;
  z-index:1;
}

.career-hero-panel::after,
.career-resume-card::after{
  content:"";
  position:absolute;
  left:34px;
  right:34px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.44),rgba(124,189,240,.38),transparent);
}

.career-panel-top,
.career-panel-console,
.career-signal-stage{
  position:relative;
  z-index:1;
}

.career-panel-top small{
  display:inline-flex;
  margin-bottom:18px;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.career-panel-top strong{
  display:block;
  max-width:420px;
  color:var(--ink);
  font-size:clamp(50px,4.8vw,76px);
  line-height:.96;
  letter-spacing:0;
  font-weight:500;
}

.career-signal-stage{
  min-height:190px;
  margin:12px 0 4px;
  border:1px solid rgba(8,13,26,.075);
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 50%,rgba(254,0,0,.055),transparent 34%),
    repeating-linear-gradient(90deg,rgba(8,13,26,.045) 0 1px,transparent 1px 42px),
    linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.24));
  overflow:hidden;
}

.career-signal-stage::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.13),transparent);
  transform:translateX(-100%);
  animation:careerScan 4.6s ease-in-out infinite;
}

.career-signal-stage::after{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:50%;
  height:72%;
  border:1px solid rgba(8,13,26,.07);
  border-left-color:transparent;
  border-right-color:transparent;
  border-radius:50%;
  transform:translateY(-50%) rotate(-2deg);
  opacity:.72;
}

.career-orbit{
  position:absolute;
  left:50%;
  top:50%;
  width:74%;
  height:54%;
  border:1px solid rgba(254,0,0,.16);
  border-radius:50%;
  transform:translate(-50%,-50%) rotate(-8deg);
  opacity:.72;
}

.career-orbit.orbit-b{
  width:58%;
  height:92%;
  border-color:rgba(124,189,240,.22);
  transform:translate(-50%,-50%) rotate(62deg);
}

.career-signal-line{
  position:absolute;
  left:11%;
  right:11%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(254,0,0,.18),rgba(254,0,0,.62),rgba(8,13,26,.24));
  box-shadow:0 0 18px rgba(254,0,0,.12);
  transform-origin:left center;
  animation:careerLine 4.4s ease-in-out infinite;
}

.career-signal-line.line-a{top:35%;width:74%}
.career-signal-line.line-b{top:56%;width:58%;animation-delay:-1.2s}
.career-signal-line.line-c{top:75%;width:66%;animation-delay:-2.1s}

.career-signal-node{
  position:absolute;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  border:3px solid var(--red);
  box-shadow:0 0 0 8px rgba(254,0,0,.08),0 12px 26px rgba(254,0,0,.14);
  animation:careerNode 3.8s ease-in-out infinite;
}

.career-signal-node.node-a{left:22%;top:31%}
.career-signal-node.node-b{right:24%;top:52%;animation-delay:-1.1s}
.career-signal-node.node-c{left:48%;top:71%;animation-delay:-2.2s}

.career-data-packet{
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 18px rgba(254,0,0,.62);
  offset-rotate:0deg;
}

.career-data-packet.packet-a{
  offset-path:path("M 72 69 C 150 38 282 40 390 102");
  animation:careerPacketMove 4.4s linear infinite;
}

.career-data-packet.packet-b{
  offset-path:path("M 70 132 C 160 170 300 158 416 70");
  animation:careerPacketMove 5.2s linear infinite reverse;
}

.career-panel-console{
  display:grid;
  gap:12px;
}

.career-panel-console span{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  align-items:center;
  gap:16px;
  min-height:60px;
  padding:14px 16px;
  border:1px solid rgba(8,13,26,.075);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.68));
  box-shadow:0 14px 32px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.94);
  color:#596476;
  font-size:14px;
  line-height:1.3;
}

.career-panel-console b{
  flex:0 0 auto;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

body.career-page .btn-primary{
  box-shadow:0 18px 44px rgba(254,0,0,.24),0 0 0 1px rgba(255,255,255,.28) inset;
}

body.career-page .btn-primary:hover{
  box-shadow:0 26px 68px rgba(254,0,0,.30),0 0 0 7px rgba(254,0,0,.06);
}

body.career-page .btn-ghost:hover,
.career-email-link:hover{
  border-color:rgba(254,0,0,.22);
  color:var(--ruby);
  transform:translateY(-2px);
}

.career-resume-section{
  position:relative;
  padding:78px 0 112px;
  background:
    radial-gradient(circle at 9% 12%,rgba(254,0,0,.045),transparent 22%),
    radial-gradient(circle at 94% 20%,rgba(221,240,255,.42),transparent 30%),
    linear-gradient(180deg,#FAF9F6,#fff 76%);
}

.career-resume-layout{
  width:min(1180px,calc(100% - 64px));
  display:grid;
  gap:24px;
}

.career-resume-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
  gap:34px;
  align-items:center;
  padding:42px;
  border:1px solid rgba(8,13,26,.085);
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,255,255,.78)),
    linear-gradient(120deg,rgba(254,0,0,.055),rgba(221,240,255,.24));
  box-shadow:0 24px 70px rgba(8,13,26,.075),inset 0 1px 0 rgba(255,255,255,.98);
}

.career-resume-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(circle at var(--career-card-x,18%) var(--career-card-y,26%),rgba(254,0,0,.10),transparent 28%),
    linear-gradient(110deg,transparent 0%,rgba(255,255,255,.78) 42%,transparent 72%);
  opacity:.78;
  pointer-events:none;
  transform:translateX(-18%);
  animation:careerResumeSheen 9s ease-in-out infinite;
}

.career-card-copy,
.career-mail-module{
  position:relative;
  z-index:1;
}

.career-card-copy h2{
  max-width:800px;
  margin:0 0 16px;
  color:var(--ink);
  font-size:clamp(36px,4.8vw,66px);
  line-height:1.02;
  letter-spacing:0;
  font-weight:400;
  text-wrap:balance;
}

.career-card-copy h2 a{
  color:var(--ruby);
  text-decoration-thickness:2px;
  text-underline-offset:8px;
  word-break:break-word;
}

.career-card-copy p{
  max-width:690px;
  margin:0;
  color:#535e70;
  font-size:17px;
  line-height:1.72;
}

.career-card-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.career-email-link{
  display:inline-flex;
  align-items:center;
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(8,13,26,.09);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 26px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.9);
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:14px;
  font-weight:700;
  word-break:break-word;
}

.career-mail-module{
  min-height:360px;
  display:grid;
  place-items:center;
}

.mail-window{
  position:relative;
  overflow:hidden;
  width:min(460px,100%);
  padding:18px;
  border:1px solid rgba(8,13,26,.08);
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(247,250,255,.74)),
    repeating-linear-gradient(0deg,rgba(8,13,26,.035) 0 1px,transparent 1px 46px);
  box-shadow:0 24px 70px rgba(8,13,26,.10),inset 0 1px 0 rgba(255,255,255,.96);
  transform:translateY(0);
  animation:careerFloat 5.8s ease-in-out infinite;
}

.mail-window::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:22px;
  background:linear-gradient(90deg,transparent,rgba(254,0,0,.10),transparent);
  transform:translateX(-115%);
  animation:careerMailPulse 4.8s ease-in-out infinite;
  pointer-events:none;
}

.mail-window-head{
  display:flex;
  gap:7px;
  padding-bottom:18px;
}

.mail-window-head span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(254,0,0,.82);
  box-shadow:0 0 0 5px rgba(254,0,0,.08);
}

.mail-window-head span:nth-child(2){
  background:rgba(124,189,240,.88);
  box-shadow:0 0 0 5px rgba(124,189,240,.12);
}

.mail-window-head span:nth-child(3){
  background:rgba(8,13,26,.24);
  box-shadow:none;
}

.mail-row{
  display:grid;
  grid-template-columns:84px 1fr;
  gap:12px;
  align-items:center;
  min-height:52px;
  border-top:1px solid rgba(8,13,26,.075);
  color:#657084;
}

.mail-row b{
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.mail-row span{
  min-width:0;
  color:#172033;
  font-weight:650;
  word-break:break-word;
}

.mail-body{
  display:grid;
  gap:10px;
  padding:18px 0;
}

.mail-body span{
  height:12px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(8,13,26,.12),rgba(8,13,26,.055));
}

.mail-body span:nth-child(1){width:92%}
.mail-body span:nth-child(2){width:76%}
.mail-body span:nth-child(3){width:84%}
.mail-body span:nth-child(4){width:58%}

.mail-attachment{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 14px;
  border:1px solid rgba(254,0,0,.14);
  border-radius:18px;
  background:rgba(255,241,242,.74);
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:13px;
  font-weight:700;
}

.mail-attachment i{
  width:28px;
  height:28px;
  border:1px solid rgba(254,0,0,.18);
  border-radius:10px;
  background:
    linear-gradient(90deg,transparent 44%,rgba(254,0,0,.24) 45% 55%,transparent 56%),
    linear-gradient(180deg,#fff,#fff1f2);
}

.career-guidance-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.career-guidance-grid article{
  position:relative;
  overflow:hidden;
  min-height:210px;
  padding:24px;
  border:1px solid rgba(8,13,26,.075);
  border-radius:24px;
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 34px rgba(8,13,26,.055),inset 0 1px 0 rgba(255,255,255,.94);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.career-guidance-grid article::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(254,0,0,.06),transparent 34%,rgba(221,240,255,.22));
  opacity:.78;
  pointer-events:none;
}

.career-guidance-grid article:hover{
  transform:translateY(-5px);
  border-color:rgba(254,0,0,.16);
  box-shadow:0 22px 58px rgba(8,13,26,.085);
}

.career-guidance-grid span,
.career-guidance-grid strong,
.career-guidance-grid p{
  position:relative;
  z-index:1;
}

.career-guidance-grid span{
  display:block;
  margin-bottom:44px;
  color:var(--ruby);
  font-family:var(--font-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.career-guidance-grid strong{
  display:block;
  color:var(--ink);
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:500;
}

.career-guidance-grid p{
  margin:12px 0 0;
  color:#66707e;
  line-height:1.58;
}

@keyframes careerScan{
  0%,18%{transform:translateX(-100%);opacity:0}
  38%,62%{opacity:1}
  82%,100%{transform:translateX(100%);opacity:0}
}

@keyframes careerLine{
  0%,100%{transform:scaleX(.76);opacity:.52}
  50%{transform:scaleX(1);opacity:1}
}

@keyframes careerNode{
  0%,100%{transform:translateY(0) scale(.96)}
  50%{transform:translateY(-8px) scale(1.08)}
}

@keyframes careerFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

@keyframes careerPanelSheen{
  0%,24%{transform:translateX(-48%);opacity:.38}
  45%,65%{opacity:.72}
  100%{transform:translateX(48%);opacity:.38}
}

@keyframes careerResumeSheen{
  0%,18%{transform:translateX(-24%);opacity:.42}
  44%,64%{opacity:.84}
  100%{transform:translateX(18%);opacity:.42}
}

@keyframes careerMailPulse{
  0%,28%{transform:translateX(-115%);opacity:0}
  48%,62%{opacity:.9}
  84%,100%{transform:translateX(115%);opacity:0}
}

@keyframes careerStageOpen{
  0%{opacity:0;transform:translate3d(0,34px,0) scale(.972);clip-path:inset(18% 8% 16% 8% round 40px);filter:blur(12px)}
  58%{opacity:1;filter:blur(0)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);clip-path:inset(0 0 0 0 round 40px);filter:blur(0)}
}

@keyframes careerTitleReveal{
  0%{opacity:0;transform:translate3d(0,52px,0);filter:blur(12px)}
  100%{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
}

@keyframes careerCopyReveal{
  0%{opacity:0;transform:translate3d(0,18px,0);filter:blur(8px)}
  100%{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
}

@keyframes careerBeamSweep{
  0%{opacity:0;transform:translate3d(-34vw,0,0) rotate(var(--beam-rotate,-8deg)) scaleX(.72)}
  24%{opacity:.72}
  70%{opacity:.48}
  100%{opacity:0;transform:translate3d(78vw,0,0) rotate(var(--beam-rotate,-8deg)) scaleX(1)}
}

@keyframes careerDotWake{
  0%{opacity:0;transform:scale(.5)}
  45%{opacity:1;transform:scale(1.15)}
  100%{opacity:.72;transform:scale(1)}
}

@keyframes careerPacketMove{
  0%{offset-distance:0%;opacity:0;transform:scale(.7)}
  12%,82%{opacity:1}
  100%{offset-distance:100%;opacity:0;transform:scale(1.2)}
}

@keyframes careerOrbitTurn{
  to{transform:translate(-50%,-50%) rotate(352deg)}
}

@keyframes careerOrbitTurnReverse{
  to{transform:translate(-50%,-50%) rotate(-298deg)}
}

@keyframes careerMailEnter{
  0%{opacity:0;transform:translate3d(28px,18px,0) scale(.96);filter:blur(10px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}

@media (prefers-reduced-motion:no-preference){
  html.js body.career-page .career-hero .route-hero-grid{
    opacity:0;
    transform:translate3d(0,34px,0) scale(.972);
    clip-path:inset(18% 8% 16% 8% round 40px);
  }

  html.js body.career-page .career-title-line,
  html.js body.career-page .career-hero-copy p,
  html.js body.career-page .career-hero-copy .hero-actions,
  html.js body.career-page .career-signal-stage,
  html.js body.career-page .career-panel-top,
  html.js body.career-page .career-panel-console span{
    opacity:0;
  }

  html.js body.career-page.page-ready .career-hero .route-hero-grid{
    animation:careerStageOpen 1.04s cubic-bezier(.2,.8,.2,1) .18s both;
  }

  html.js body.career-page.page-ready .career-title-line{
    animation:careerTitleReveal .86s cubic-bezier(.2,.8,.2,1) .54s both;
  }

  html.js body.career-page.page-ready .career-title-line:nth-child(2){
    animation-delay:.66s;
  }

  html.js body.career-page.page-ready .career-hero-copy p{
    animation:careerCopyReveal .72s cubic-bezier(.2,.8,.2,1) .84s both;
  }

  html.js body.career-page.page-ready .career-hero-copy .hero-actions{
    animation:careerCopyReveal .72s cubic-bezier(.2,.8,.2,1) .98s both;
  }

  html.js body.career-page.page-ready .career-signal-stage{
    animation:careerCopyReveal .76s cubic-bezier(.2,.8,.2,1) .66s both;
  }

  html.js body.career-page.page-ready .career-panel-top{
    animation:careerCopyReveal .72s cubic-bezier(.2,.8,.2,1) .86s both;
  }

  html.js body.career-page.page-ready .career-panel-console span{
    animation:careerCopyReveal .62s cubic-bezier(.2,.8,.2,1) both;
  }

  html.js body.career-page.page-ready .career-panel-console span:nth-child(1){animation-delay:1.02s}
  html.js body.career-page.page-ready .career-panel-console span:nth-child(2){animation-delay:1.12s}
  html.js body.career-page.page-ready .career-panel-console span:nth-child(3){animation-delay:1.22s}

  html.js body.career-page.page-ready .beam-a{--beam-rotate:-10deg;animation:careerBeamSweep 1.8s cubic-bezier(.2,.8,.2,1) .28s both}
  html.js body.career-page.page-ready .beam-b{--beam-rotate:8deg;animation:careerBeamSweep 2.1s cubic-bezier(.2,.8,.2,1) .42s both reverse}
  html.js body.career-page.page-ready .beam-c{--beam-rotate:-4deg;animation:careerBeamSweep 2.25s cubic-bezier(.2,.8,.2,1) .64s both}

  html.js body.career-page.page-ready .career-pulse-dot{
    animation:careerDotWake .72s cubic-bezier(.2,.8,.2,1) both;
  }

  html.js body.career-page.page-ready .dot-a{animation-delay:.88s}
  html.js body.career-page.page-ready .dot-b{animation-delay:1.04s}
  html.js body.career-page.page-ready .dot-c{animation-delay:1.18s}

  html.js body.career-page .career-resume-card .career-card-copy > *,
  html.js body.career-page .career-resume-card .mail-window{
    opacity:0;
    transform:translate3d(0,18px,0);
  }

  html.js body.career-page .career-resume-card.in-view .career-card-copy > *{
    animation:careerCopyReveal .66s cubic-bezier(.2,.8,.2,1) both;
  }

  html.js body.career-page .career-resume-card.in-view .career-card-copy > :nth-child(1){animation-delay:.06s}
  html.js body.career-page .career-resume-card.in-view .career-card-copy > :nth-child(2){animation-delay:.14s}
  html.js body.career-page .career-resume-card.in-view .career-card-copy > :nth-child(3){animation-delay:.22s}
  html.js body.career-page .career-resume-card.in-view .career-card-copy > :nth-child(4){animation-delay:.30s}

  html.js body.career-page .career-resume-card.in-view .mail-window{
    animation:careerMailEnter .82s cubic-bezier(.2,.8,.2,1) .18s both, careerFloat 5.8s ease-in-out 1s infinite;
  }

  html.js body.career-page .career-guidance-grid article{
    opacity:0;
    transform:translate3d(0,18px,0);
  }

  html.js body.career-page .career-guidance-grid.in-view article{
    animation:careerCardRise .7s cubic-bezier(.2,.8,.2,1) both;
  }

  html.js body.career-page .career-guidance-grid.in-view article:nth-child(2){animation-delay:.08s}
  html.js body.career-page .career-guidance-grid.in-view article:nth-child(3){animation-delay:.16s}

  .career-orbit.orbit-a{
    animation:careerOrbitTurn 18s linear infinite;
  }

  .career-orbit.orbit-b{
    animation:careerOrbitTurnReverse 22s linear infinite;
  }

  body.career-page.page-ready .career-hero-copy{
    animation:careerIntroRise .82s cubic-bezier(.2,.8,.2,1) both;
  }

  body.career-page.page-ready .career-hero-panel{
    animation:careerPanelEnter .92s cubic-bezier(.2,.8,.2,1) .08s both;
  }

}

@keyframes careerIntroRise{
  from{opacity:0;transform:translate3d(0,24px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes careerPanelEnter{
  from{opacity:0;transform:translate3d(28px,18px,0) scale(.975)}
  to{opacity:1;transform:translate3d(0,0,0) scale(1)}
}

@keyframes careerCardRise{
  from{opacity:0;transform:translate3d(0,18px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}

@media (max-width:1120px){
  body.career-page .career-hero .route-hero-grid,
  .career-resume-card{
    grid-template-columns:1fr;
  }

  .career-resume-layout{
    width:min(100% - 40px,1180px);
  }
}

@media (max-width:760px){
  body.career-page .page-main{
    padding-top:92px;
  }

  body.career-page .career-hero{
    padding:64px 0 48px;
  }

  body.career-page .career-hero::before{
    inset:0;
    border-radius:0;
  }

  body.career-page .career-hero .route-hero-grid,
  .career-resume-layout{
    width:min(100% - 28px,1180px);
  }

  body.career-page .career-hero h1{
    font-size:clamp(40px,10.6vw,56px);
    line-height:1.05;
    letter-spacing:0;
  }

  body.career-page .career-hero .route-hero-grid{
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }

  .career-hero-panel,
  .career-resume-card{
    padding:28px;
    border-radius:28px;
  }

  .career-guidance-grid{
    grid-template-columns:1fr;
  }

  .career-panel-console span,
  .mail-row{
    grid-template-columns:1fr;
  }

  .career-panel-console span{
    align-items:flex-start;
    justify-content:flex-start;
  }

  .career-card-copy h2{
    font-size:clamp(34px,11vw,50px);
  }

  .career-card-copy h2 a{
    display:inline-block;
    font-size:clamp(25px,7.3vw,38px);
    line-height:1.06;
    word-break:normal;
    overflow-wrap:normal;
    white-space:nowrap;
  }

  .career-card-actions .btn,
  .career-email-link{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .career-light-beam{
    width:78vw;
  }

  .career-light-beam.beam-b,
  .career-pulse-dot.dot-b{
    display:none;
  }
}

@media (max-width:430px){
  .career-hero-panel,
  .career-resume-card{
    padding:22px;
  }

  .career-signal-stage{
    min-height:132px;
  }

  .mail-window{
    padding:14px;
    border-radius:24px;
  }
}

@media (prefers-reduced-motion:reduce){
  .career-signal-stage::before,
  .career-signal-line,
  .career-signal-node,
  .career-light-beam,
  .career-pulse-dot,
  .career-orbit,
  .career-data-packet,
  .career-hero-panel::before,
  .career-resume-card::before,
  .mail-window,
  .mail-window::before{
    animation:none!important;
  }

  .career-data-packet,
  .career-light-beam,
  .career-pulse-dot{
    display:none!important;
  }
}

/* ==========================================================
   Responsive hardening v64 - compact, tablet, and laptop polish
   ========================================================== */
body.services-page #automation,
body.services-page #automation *{
  min-width:0;
}

body.services-page #automation .auto59-studio,
body.services-page #automation .auto59-os-card,
body.services-page #automation .auto59-intel-grid > article,
body.services-page #automation .auto59-trust-band{
  max-width:100%;
}

body.services-page #automation .auto59-live-card p,
body.services-page #automation .auto59-governance-card p{
  grid-template-columns:10px minmax(0,1fr) max-content;
}

body.services-page #automation .auto59-live-card p b,
body.services-page #automation .auto59-governance-card p b{
  overflow-wrap:anywhere;
}

body.services-page #automation .auto59-live-card p span,
body.services-page #automation .auto59-governance-card p span{
  white-space:nowrap;
}

@media (max-width:1320px) and (min-width:861px){
  body.services-page #automation .auto59-shell{
    grid-template-columns:minmax(0,1fr)!important;
    gap:34px!important;
  }

  body.services-page #automation .auto59-copy{
    max-width:900px;
    padding:0!important;
  }

  body.services-page #automation .auto59-copy h2{
    max-width:900px;
    font-size:clamp(46px,7vw,76px)!important;
    line-height:.93;
    letter-spacing:-.055em!important;
  }

  body.services-page #automation .auto59-lede{
    max-width:780px;
  }

  body.services-page #automation .auto59-intel-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }

  body.services-page #automation .auto59-metrics{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

@media (max-width:860px){
  body.services-page #automation .auto59-copy h2{
    max-width:100%;
    font-size:clamp(38px,11vw,66px)!important;
    line-height:.97;
    letter-spacing:-.045em!important;
    overflow-wrap:anywhere;
  }

  body.services-page #automation .auto59-intel-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }

  body.services-page #automation .auto59-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.services-page #automation .auto59-trust-band{
    grid-template-columns:44px minmax(0,1fr)!important;
  }

  body.services-page #automation .auto59-shield-3d{
    display:none!important;
  }
}

@media (max-width:560px){
  body.services-page #automation .auto59-copy h2{
    font-size:clamp(34px,12vw,52px)!important;
    letter-spacing:0!important;
  }

  body.services-page #automation .auto59-live-card p,
  body.services-page #automation .auto59-governance-card p{
    grid-template-columns:10px minmax(0,1fr);
  }

  body.services-page #automation .auto59-live-card p span,
  body.services-page #automation .auto59-governance-card p span{
    grid-column:2;
    white-space:normal;
  }

  body.services-page #automation .auto59-metrics{
    grid-template-columns:minmax(0,1fr)!important;
  }
}
