@font-face{font-family:Udento;src:url("https://fonts.cdnfonts.com/s/105916/Udento-Regular.woff") format("woff");font-weight:400}
@font-face{font-family:Udento;src:url("https://fonts.cdnfonts.com/s/105916/Udento-Bold.woff") format("woff");font-weight:700}
@font-face{font-family:Udento;src:url("https://fonts.cdnfonts.com/s/105916/Udento-ExtraBold.woff") format("woff");font-weight:800}
:root{
  --fh:Udento,Inter,sans-serif;
  --fb:Inter,sans-serif;
  --blue:#1C4FBD;
  --blue-lt:#6EA8FE;
  --blue-pale:#B8D4FF;
  --bg:#050A14;
  --bg2:#080F1E;
  --paper:#F0F4FA;
  --ink:#0A1628;
  --border:rgba(110,168,254,.13);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);font-family:var(--fb);color:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.grad-head{background:linear-gradient(180deg,#2A4B8C 0%,#6EA8FE 50%,#B8D4FF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.grad-head-light{background:linear-gradient(180deg,#0A1628 0%,#1A3A6B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.btn-cta,.btn-ghost{
  display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;
  font-family:var(--fb);font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;
}
.btn-cta{
  background:linear-gradient(123deg,#0A1628 7%,#1C4FBD 37%,#2563EB 72%,#0E3A8A 100%);
  box-shadow:0 4px 4px rgba(28,79,189,.25),4px 4px 12px #1C4FBD inset;
  outline:2px solid rgba(255,255,255,.25);outline-offset:-3px;border:0;color:#fff;
  padding:15px 34px;font-size:13px;
}
.btn-cta:hover{transform:scale(1.04);box-shadow:0 6px 20px rgba(28,79,189,.5),4px 4px 18px #1C4FBD inset}
.btn-ghost{border:2px solid rgba(110,168,254,.5);color:var(--blue-pale);padding:12px 26px;font-size:12px}
.btn-ghost:hover{background:rgba(110,168,254,.1);border-color:rgba(184,212,255,.65)}
#globalVideoBg{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
#globalVideoBg::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(5,10,20,.65),rgba(5,10,20,.4),rgba(5,10,20,.9))}
#globalVideoBg video{width:100%;height:100%;object-fit:cover;opacity:.1}
#navbar{
  position:fixed;top:0;left:0;right:0;z-index:200;padding:20px 60px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  transition:background .4s,backdrop-filter .4s,border-color .4s;
}
#navbar.scrolled{background:rgba(5,10,20,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(110,168,254,.1)}
.brand-logo{display:inline-flex;align-items:center;flex-shrink:0}
.brand-logo svg{display:none}
.brand-logo::before{
  content:"";display:block;width:192px;height:44px;
  background:url("assets/analysis-studio-logo.png") center/192px 192px no-repeat;
}
.footer-brand .brand-logo::before{width:180px;height:44px;margin-bottom:20px}
.logo-text-main{font-family:var(--fb);font-size:13px;font-weight:600;fill:#B8D4FF;letter-spacing:2px}
.logo-text-sub{font-family:var(--fb);font-size:8px;font-weight:400;fill:rgba(110,168,254,.5);letter-spacing:3px}
.nav-links{display:flex;gap:32px;align-items:center}
.nav-links a,.nav-parent{
  color:var(--blue-pale);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  opacity:.78;transition:opacity .2s,color .2s;background:transparent;border:0;font-family:var(--fb);
}
.nav-links a:hover,.nav-links a.active,.nav-parent:hover,.nav-parent.active{opacity:1;color:#fff}
.nav-item{position:relative;display:flex;align-items:center}
.nav-parent{display:inline-flex;align-items:center;gap:7px;cursor:pointer}
.nav-caret{
  width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;
  border-top:5px solid currentColor;opacity:.65;transition:transform .2s;
}
.nav-item:hover .nav-caret,.nav-item:focus-within .nav-caret{transform:rotate(180deg)}
.submenu{
  position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%,8px);
  min-width:280px;padding:12px;background:rgba(5,10,20,.96);
  border:1px solid rgba(110,168,254,.16);border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.35);backdrop-filter:blur(18px);
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s;
}
.submenu::before{content:"";position:absolute;left:0;right:0;top:-20px;height:20px}
.nav-item:hover .submenu,.nav-item:focus-within .submenu{
  opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0);
}
.submenu a{
  display:flex;padding:11px 13px;border-radius:12px;color:rgba(184,212,255,.7);
  font-size:11px;letter-spacing:.08em;opacity:1;
}
.submenu a:hover,.submenu a.active{background:rgba(28,79,189,.16);color:#fff}
.submenu a.sub-service{
  margin-left:22px;
  padding-left:24px;
  color:rgba(217,234,255,.66);
  position:relative;
}
.submenu a.sub-service::before{
  content:"";
  position:absolute;
  left:10px;
  top:50%;
  width:7px;
  height:1px;
  background:rgba(88,166,255,.55);
}
.hero{
  min-height:82vh;position:relative;overflow:hidden;display:flex;align-items:center;
  padding:130px 60px 80px;
}
.hero-grid-bg{
  position:absolute;inset:0;z-index:0;
  background-image:linear-gradient(rgba(28,79,189,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(28,79,189,.06) 1px,transparent 1px);
  background-size:60px 60px;
  transition:transform .18s ease-out;
}
.hero-glow{
  position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);
  width:800px;height:500px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(28,79,189,.22) 0%,transparent 70%);
  pointer-events:none;z-index:0;
}
.pipeline-canvas{position:absolute;inset:0;z-index:2;pointer-events:none;width:100%;height:100%;opacity:.82}
.hero-inner{position:relative;z-index:5;max-width:920px;margin:0 auto;text-align:center}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:28px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(184,212,255,.5)}
.breadcrumb a{color:rgba(110,168,254,.58)}
.hero-kicker{display:inline-flex;align-items:center;gap:9px;background:rgba(28,79,189,.12);border:1px solid rgba(28,79,189,.3);border-radius:9999px;padding:6px 18px;margin-bottom:26px}
.hero-kicker::before{content:"";width:7px;height:7px;border-radius:50%;background:#4A90D9;animation:pulse 2s infinite}
.hero-kicker span{color:var(--blue-lt);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}
.hero h1{font-family:var(--fh);font-size:clamp(2.8rem,5.7vw,6rem);font-weight:800;line-height:1.02;letter-spacing:-.03em;margin-bottom:24px}
.hero p{max-width:720px;margin:0 auto 38px;color:rgba(184,212,255,.65);font-size:clamp(1rem,1.35vw,1.15rem);font-weight:300;line-height:1.85}
.hero-actions{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}
.hero-stats{
  display:flex;justify-content:center;gap:20px;flex-wrap:wrap;
  margin-top:50px;position:relative;z-index:5;
}
.stat-pill{
  background:rgba(8,15,30,.75);border:1px solid rgba(110,168,254,.18);
  border-radius:14px;padding:16px 24px;backdrop-filter:blur(10px);
  text-align:center;animation:floatStat ease-in-out infinite;
}
.stat-pill:nth-child(1){animation-duration:4s;animation-delay:0s}
.stat-pill:nth-child(2){animation-duration:4.5s;animation-delay:.4s}
.stat-pill:nth-child(3){animation-duration:3.8s;animation-delay:.8s}
.stat-pill:nth-child(4){animation-duration:4.2s;animation-delay:.2s}
@keyframes floatStat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.stat-num{
  font-family:var(--fh);font-size:clamp(1.45rem,2.3vw,2rem);font-weight:800;
  background:linear-gradient(135deg,#6EA8FE,#B8D4FF);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  line-height:1;
}
.stat-label{
  font-family:var(--fb);font-size:10px;font-weight:500;
  color:rgba(110,168,254,.5);letter-spacing:.1em;text-transform:uppercase;
  margin-top:5px;
}
@keyframes techScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.tech-scroll-wrapper{
  position:relative;z-index:5;border-top:1px solid rgba(110,168,254,.08);
  padding:24px 0;overflow:hidden;margin-top:42px;
}
.tech-scroll-track{
  display:flex;gap:0;animation:techScroll 28s linear infinite;width:max-content;
}
.tech-scroll-track:hover{animation-play-state:paused}
.tech-item{
  display:flex;align-items:center;gap:12px;
  padding:0 36px;border-right:1px solid rgba(110,168,254,.1);
  white-space:nowrap;flex-shrink:0;
}
.tech-item-icon{font-size:20px;opacity:.85}
.tech-item-label{
  font-family:var(--fb);font-size:12px;font-weight:500;
  color:rgba(184,212,255,.55);letter-spacing:.06em;text-transform:uppercase;
}
.tech-scroll-wrapper::before,.tech-scroll-wrapper::after{
  content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none;
}
.tech-scroll-wrapper::before{left:0;background:linear-gradient(to right,var(--bg),transparent)}
.tech-scroll-wrapper::after{right:0;background:linear-gradient(to left,var(--bg),transparent)}
.section{padding:86px 60px 100px;background:var(--bg)}
.section.paper{background:var(--paper);color:var(--ink);border-radius:60px 60px 0 0}
.section.overlap{margin-top:-40px;position:relative;z-index:10}
.section-head{text-align:center;margin:0 auto 58px;max-width:780px}
.section-head h2{font-family:var(--fh);font-size:clamp(2.2rem,5vw,5rem);font-weight:800;line-height:1;letter-spacing:-.03em;margin-bottom:16px}
.section-head p{color:rgba(184,212,255,.5);font-size:clamp(.92rem,1.25vw,1.05rem);line-height:1.75}
.paper .section-head p{color:rgba(10,22,40,.56)}
.grid{display:grid;gap:24px;max-width:1100px;margin:0 auto}
.grid.two{grid-template-columns:repeat(2,1fr)}
.grid.three{grid-template-columns:repeat(3,1fr)}
.grid.four{grid-template-columns:repeat(4,1fr)}
.card{
  background:rgba(8,15,30,.82);border:1px solid var(--border);border-radius:24px;padding:32px 28px;
  transition:border-color .3s,transform .3s,background .3s,box-shadow .3s;
}
.card:hover{border-color:rgba(110,168,254,.36);transform:translateY(-5px);background:rgba(28,79,189,.1)}
.paper .card{background:#fff;border-color:rgba(10,22,40,.08);color:var(--ink)}
.paper .card:hover{border-color:rgba(28,79,189,.22);box-shadow:0 16px 40px rgba(28,79,189,.1)}
.card .eyebrow{font-size:11px;font-weight:700;color:var(--blue-lt);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.paper .card .eyebrow{color:var(--blue)}
.card h3{font-family:var(--fh);font-size:1.25rem;font-weight:700;line-height:1.25;margin-bottom:10px}
.card p,.card li{color:rgba(184,212,255,.48);font-size:.92rem;line-height:1.75}
.paper .card p,.paper .card li{color:rgba(10,22,40,.58)}
.card ul{list-style:none;display:grid;gap:8px;margin-top:16px}
.metric-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px}
.metric{min-width:130px}
.metric strong{display:block;font-family:var(--fh);font-size:2.2rem;line-height:1;background:linear-gradient(135deg,#6EA8FE,#B8D4FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.metric span{display:block;margin-top:5px;color:rgba(110,168,254,.48);font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;max-width:1120px;margin:0 auto}
.split h2{font-family:var(--fh);font-size:clamp(2rem,4vw,3.8rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:22px}
.split p{color:rgba(184,212,255,.58);line-height:1.85;margin-bottom:18px}
.paper .split p{color:rgba(10,22,40,.58)}
.list-panel{background:rgba(8,15,30,.75);border:1px solid rgba(110,168,254,.15);border-radius:24px;padding:34px}
.paper .list-panel{background:#fff;border-color:rgba(10,22,40,.08)}
.list-item{padding:18px 0;border-bottom:1px solid rgba(110,168,254,.08)}
.paper .list-item{border-color:rgba(10,22,40,.08)}
.list-item:last-child{border-bottom:0}
.list-item h4{font-family:var(--fh);font-size:1rem;margin-bottom:5px}
.list-item p{font-size:.9rem;margin:0}
.faq-list{max-width:790px;margin:0 auto}
.faq-item{border-top:1px solid rgba(10,22,40,.1)}
.faq-item:last-child{border-bottom:1px solid rgba(10,22,40,.1)}
.faq-q{width:100%;display:flex;justify-content:space-between;gap:18px;padding:24px 0;background:0;border:0;text-align:left;color:var(--ink);font-family:var(--fh);font-size:1.05rem;font-weight:700;cursor:pointer}
.faq-a{max-height:0;overflow:hidden;color:rgba(10,22,40,.62);line-height:1.8;transition:max-height .35s,padding .25s}
.faq-item.open .faq-a{max-height:320px;padding-bottom:24px}
.cta{position:relative;overflow:hidden;text-align:center;padding:86px 60px 110px;background:var(--bg)}
.cta::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(28,79,189,.22),transparent 70%)}
.cta-inner{position:relative;max-width:760px;margin:0 auto}
.cta h2{font-family:var(--fh);font-size:clamp(2.2rem,4.5vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:22px}
.cta p{color:rgba(184,212,255,.55);line-height:1.8;margin-bottom:38px}
#footer{background:#030710;border-top:1px solid rgba(110,168,254,.08);padding:64px 60px 40px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}
.footer-brand svg{margin-bottom:20px}
.footer-brand p{color:rgba(184,212,255,.4);font-size:13px;line-height:1.75;max-width:280px}
.footer-col h4{font-family:var(--fh);font-size:13px;color:rgba(184,212,255,.7);letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col a{color:rgba(184,212,255,.42);font-size:13px;transition:color .2s}
.footer-col a:hover{color:var(--blue-pale)}
.footer-col li.sub-service-item{padding-left:18px;position:relative}
.footer-col li.sub-service-item::before{
  content:"";
  position:absolute;
  left:2px;
  top:.8em;
  width:8px;
  height:1px;
  background:rgba(88,166,255,.45);
}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;border-top:1px solid rgba(110,168,254,.07);padding-top:28px}
.footer-bottom p,.footer-legal a{color:rgba(184,212,255,.28);font-size:12px;letter-spacing:.06em}
.footer-legal{display:flex;gap:24px}
#scrollTopBtn{
  position:fixed;bottom:32px;right:32px;z-index:999;width:48px;height:48px;border-radius:50%;
  background:linear-gradient(135deg,#0A1628,#1C4FBD 60%,#2563EB);border:1px solid rgba(110,168,254,.35);
  box-shadow:0 4px 20px rgba(28,79,189,.45);cursor:pointer;display:flex;align-items:center;justify-content:center;
  opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .35s,transform .35s,box-shadow .2s;
}
#scrollTopBtn.stt-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.fadein{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.fadein-left{opacity:0;transform:translateX(-45px);transition:opacity .7s ease,transform .7s ease}
.fadein-right{opacity:0;transform:translateX(45px);transition:opacity .7s ease,transform .7s ease}
.visible{opacity:1;transform:none}
@media (max-width:980px){
  #navbar{padding:18px 24px}.nav-links{display:none}.hero,.section,.cta,#footer{padding-left:24px;padding-right:24px}
  .grid.two,.grid.three,.grid.four,.split,.footer-grid{grid-template-columns:1fr}
  .hero{min-height:auto;padding-top:118px}.hero h1{font-size:clamp(2.45rem,12vw,4.2rem)}
  .pipeline-canvas{opacity:.45}.hero-stats{gap:12px}.stat-pill{padding:14px 18px}
  .section.paper,.section.overlap{border-radius:34px 34px 0 0}
}
@media (max-width:560px){
  #navbar .btn-cta{display:none}.brand-logo svg{width:172px}
  .hero-actions{align-items:stretch}.btn-cta,.btn-ghost{width:100%;padding-left:18px;padding-right:18px}
  .card{padding:26px 22px}.footer-bottom{align-items:flex-start}
}

/* Premium readability refresh */
:root{
  --fh:Inter,sans-serif;
  --fb:Inter,sans-serif;
  --bg:#071120;
  --bg2:#0B1728;
  --paper:#F7FAFF;
  --ink:#081426;
  --muted:#6B7A90;
  --blue:#1E5BFF;
  --blue-lt:#58A6FF;
  --blue-pale:#D9EAFF;
  --cyan:#25D6FF;
  --border:rgba(130,174,255,.18);
}
body{
  background:
    radial-gradient(circle at 20% 0%,rgba(30,91,255,.22),transparent 34rem),
    linear-gradient(180deg,#071120 0%,#06101D 45%,#091525 100%);
  color:#F7FBFF;
  font-size:16px;
  line-height:1.65;
}
#globalVideoBg video{opacity:.055}
#globalVideoBg::after{background:linear-gradient(180deg,rgba(7,17,32,.88),rgba(7,17,32,.72),rgba(7,17,32,.95))}
#navbar{
  padding:16px 56px;
  background:linear-gradient(180deg,rgba(7,17,32,.72),rgba(7,17,32,.34));
  backdrop-filter:blur(18px);
}
#navbar.scrolled{background:rgba(7,17,32,.94);border-bottom:1px solid rgba(130,174,255,.18)}
.brand-logo::before{width:210px;height:52px;background-size:210px 210px}
.footer-brand .brand-logo::before{width:210px;height:52px;background-size:210px 210px;margin-bottom:18px}
.nav-links{gap:24px}
.nav-links a,.nav-parent{font-size:11px;font-weight:700;letter-spacing:.09em;color:rgba(217,234,255,.82);opacity:1}
.nav-links a:hover,.nav-links a.active,.nav-parent:hover,.nav-parent.active{color:#fff}
.submenu{
  min-width:330px;padding:14px;background:rgba(8,18,34,.98);
  border-color:rgba(88,166,255,.28);box-shadow:0 22px 60px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.03) inset;
}
.submenu a{font-size:11px;font-weight:700;color:rgba(217,234,255,.78);padding:12px 14px}
.submenu a:hover,.submenu a.active{background:linear-gradient(90deg,rgba(30,91,255,.22),rgba(37,214,255,.08));color:#fff}
.submenu a.sub-service{
  margin-left:24px;
  padding-left:26px;
  color:rgba(217,234,255,.66);
}
.submenu a.sub-service::before{
  content:"";
  position:absolute;
  left:12px;
  top:50%;
  width:8px;
  height:1px;
  background:rgba(88,166,255,.55);
}
.hero{
  min-height:78vh;
  padding:142px 60px 90px;
  background:
    linear-gradient(180deg,rgba(7,17,32,.36),rgba(7,17,32,.92)),
    radial-gradient(circle at 50% 30%,rgba(37,214,255,.09),transparent 28rem);
}
.hero::before{
  content:"";position:absolute;inset:0;z-index:3;pointer-events:none;
  background:linear-gradient(90deg,rgba(7,17,32,.82),rgba(7,17,32,.38),rgba(7,17,32,.82));
}
.hero-inner{z-index:6;max-width:980px}
.hero-glow{opacity:.7;background:radial-gradient(ellipse,rgba(30,91,255,.2),rgba(37,214,255,.08),transparent 70%)}
.pipeline-canvas{opacity:.26}
.hero-grid-bg{opacity:.72}
.breadcrumb{color:rgba(217,234,255,.7);font-weight:700}
.breadcrumb a{color:#8FC2FF}
.hero-kicker{
  background:rgba(88,166,255,.13);
  border-color:rgba(88,166,255,.3);
  box-shadow:0 12px 30px rgba(30,91,255,.12);
}
.hero-kicker span{color:#A9D5FF;font-weight:800}
.hero h1{
  font-size:clamp(2.75rem,5.2vw,5.75rem);
  letter-spacing:-.055em;
  line-height:.98;
  margin-bottom:26px;
}
.hero p{
  max-width:780px;
  color:rgba(239,247,255,.84);
  font-size:clamp(1.02rem,1.35vw,1.22rem);
  font-weight:400;
}
.grad-head{
  background:linear-gradient(180deg,#FFFFFF 0%,#B9DAFF 42%,#58A6FF 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.grad-head-light{
  background:linear-gradient(180deg,#071120 0%,#1B3F8F 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.btn-cta{
  background:linear-gradient(135deg,#0B2B72 0%,#1E5BFF 46%,#25D6FF 130%);
  box-shadow:0 14px 32px rgba(30,91,255,.28),inset 0 1px 0 rgba(255,255,255,.28);
  outline:0;padding:15px 32px;font-size:12px;font-weight:800;
}
.btn-cta:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(30,91,255,.38),inset 0 1px 0 rgba(255,255,255,.34)}
.btn-ghost{
  color:#D9EAFF;border-color:rgba(143,194,255,.48);
  background:rgba(255,255,255,.03);font-weight:800;
}
.btn-ghost:hover{background:rgba(88,166,255,.13);border-color:rgba(143,194,255,.75)}
.hero-stats{margin-top:44px}
.stat-pill{
  min-width:150px;background:rgba(9,23,42,.74);
  border-color:rgba(143,194,255,.24);box-shadow:0 18px 36px rgba(0,0,0,.18);
}
.stat-label{color:rgba(217,234,255,.7)}
.tech-scroll-wrapper{border-top-color:rgba(143,194,255,.14)}
.tech-item-label{color:rgba(217,234,255,.72)}
.section{padding:96px 60px 110px;background:linear-gradient(180deg,#071120,#081525)}
.section.paper{
  background:
    radial-gradient(circle at 10% 0%,rgba(30,91,255,.08),transparent 30rem),
    #F7FAFF;
  border-radius:44px 44px 0 0;
}
.section.overlap{margin-top:-34px}
.section-head{max-width:860px;margin-bottom:64px}
.section-head h2{
  font-size:clamp(2.35rem,4.5vw,4.75rem);
  letter-spacing:-.055em;
  line-height:1.02;
}
.section-head p{color:rgba(217,234,255,.76);font-size:1.04rem}
.paper .section-head p{color:#53647A}
.grid{gap:26px}
.card{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,rgba(17,34,60,.86),rgba(9,23,42,.88));
  border-color:rgba(143,194,255,.2);
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}
.card::before{
  content:"";position:absolute;left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,#1E5BFF,#25D6FF);
  opacity:.8;
}
.card:hover{background:linear-gradient(180deg,rgba(21,44,80,.94),rgba(10,27,52,.95));border-color:rgba(143,194,255,.38);box-shadow:0 24px 60px rgba(0,0,0,.24);transform:translateY(-6px)}
.paper .card{background:#FFFFFF;border-color:rgba(21,48,94,.1);box-shadow:0 18px 44px rgba(21,48,94,.08)}
.paper .card:hover{box-shadow:0 28px 60px rgba(21,48,94,.14)}
.card .eyebrow{font-size:11px;color:#58A6FF;font-weight:900}
.paper .card .eyebrow{color:#1E5BFF}
.card h3{font-size:1.25rem;line-height:1.24;color:#fff}
.paper .card h3{color:#081426}
.card p,.card li{color:rgba(239,247,255,.76);font-size:.96rem;line-height:1.78}
.paper .card p,.paper .card li{color:#52647B}
.split{gap:82px}
.split h2{letter-spacing:-.052em}
.split p{color:rgba(239,247,255,.78);font-size:1.02rem}
.paper .split p{color:#52647B}
.list-panel{
  background:linear-gradient(180deg,rgba(17,34,60,.86),rgba(9,23,42,.92));
  border-color:rgba(143,194,255,.2);box-shadow:0 20px 46px rgba(0,0,0,.16);
}
.paper .list-panel{background:#FFFFFF;border-color:rgba(21,48,94,.1);box-shadow:0 18px 42px rgba(21,48,94,.08)}
.list-item h4{font-size:1.04rem;color:inherit}
.list-item p{color:rgba(239,247,255,.72)}
.paper .list-item p{color:#52647B}
.faq-q{font-size:1.08rem;color:#081426}
.faq-a{color:#52647B}
.cta{background:linear-gradient(180deg,#081525,#06101D);padding:98px 60px 118px}
.cta p{color:rgba(239,247,255,.78);font-size:1.05rem}
#footer{
  background:
    linear-gradient(180deg,#071120 0%,#040A13 100%);
  border-top:1px solid rgba(143,194,255,.16);
  padding:76px 60px 42px;
}
.footer-grid{
  max-width:1180px;margin:0 auto 46px;
  grid-template-columns:1.6fr 1fr 1.25fr 1fr;
  gap:34px;
}
.footer-brand p{color:rgba(217,234,255,.72);font-size:14px;line-height:1.85;max-width:340px}
.footer-col{
  background:rgba(255,255,255,.025);
  border:1px solid rgba(143,194,255,.1);
  border-radius:20px;
  padding:24px;
}
.footer-col h4{
  font-family:var(--fb);
  color:#FFFFFF;
  font-size:12px;
  font-weight:900;
  margin-bottom:16px;
}
.footer-col ul{gap:9px}
.footer-col a{
  color:rgba(217,234,255,.7);
  font-size:14px;
  line-height:1.5;
}
.footer-col a:hover{color:#FFFFFF}
.footer-col li.sub-service-item{
  padding-left:18px;
  position:relative;
}
.footer-col li.sub-service-item::before{
  content:"";
  position:absolute;
  left:2px;
  top:.8em;
  width:8px;
  height:1px;
  background:rgba(88,166,255,.45);
}
.footer-bottom{
  max-width:1180px;margin:0 auto;
  border-top-color:rgba(143,194,255,.14);
}
.footer-bottom p,.footer-legal a{color:rgba(217,234,255,.52)}
.fadein,.fadein-left,.fadein-right{transition-duration:.55s}
@media (max-width:980px){
  #navbar{padding:14px 24px}
  .brand-logo::before{width:180px;height:46px;background-size:180px 180px}
  .hero{padding-top:124px}
  .pipeline-canvas{opacity:.12}
  .footer-col{padding:22px}
}
@media (max-width:560px){
  .hero h1{font-size:clamp(2.25rem,13vw,3.7rem)}
  .hero p{font-size:1rem}
  .stat-pill{min-width:130px}
}

/* Blog and editorial layouts */
.blog-scroll{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:1180px;
  margin:0 auto;
}
.blog-card{
  overflow:hidden;
  border-radius:28px;
  background:#FFFFFF;
  border:1px solid rgba(21,48,94,.1);
  box-shadow:0 18px 44px rgba(21,48,94,.09);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.blog-card:hover{
  transform:translateY(-7px);
  border-color:rgba(30,91,255,.22);
  box-shadow:0 28px 68px rgba(21,48,94,.16);
}
.blog-img{
  width:100%;
  height:230px;
  object-fit:cover;
  filter:saturate(.95) contrast(1.03);
}
.blog-body{padding:26px}
.blog-label{
  font-size:11px;
  font-weight:900;
  color:#1E5BFF;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.blog-name{
  font-size:1.25rem;
  line-height:1.22;
  font-weight:800;
  color:#081426;
  margin-bottom:12px;
}
.blog-desc{
  color:#52647B;
  font-size:.96rem;
  line-height:1.75;
  margin-bottom:22px;
}
.blog-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:#6B7A90;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.article-wrap{
  max-width:920px;
  margin:0 auto;
  background:#FFFFFF;
  border:1px solid rgba(21,48,94,.1);
  border-radius:32px;
  box-shadow:0 24px 70px rgba(21,48,94,.12);
  overflow:hidden;
}
.article-hero-img{
  width:100%;
  height:380px;
  object-fit:cover;
}
.article-content{
  padding:48px;
  color:#26364A;
}
.article-content h2{
  color:#081426;
  font-size:clamp(1.7rem,3vw,2.45rem);
  line-height:1.1;
  letter-spacing:-.035em;
  margin:34px 0 14px;
}
.article-content p{
  color:#52647B;
  font-size:1.04rem;
  line-height:1.9;
  margin-bottom:18px;
}
.article-content ul{
  display:grid;
  gap:12px;
  margin:18px 0 24px;
  padding-left:22px;
}
.article-content li{
  color:#52647B;
  line-height:1.8;
}
.article-callout{
  margin:32px 0;
  padding:24px;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(30,91,255,.1),rgba(37,214,255,.08));
  border:1px solid rgba(30,91,255,.18);
  color:#081426;
  font-weight:800;
}
@media (max-width:980px){
  .blog-scroll{grid-template-columns:1fr}
  .article-content{padding:30px 24px}
  .article-hero-img{height:260px}
}

/* Site-wide section alignment lock */
:root{--section-max:1180px}
.section,.cta,#footer{
  padding-left:clamp(24px,5vw,64px);
  padding-right:clamp(24px,5vw,64px);
}
.section > .section-head,
.section > .grid,
.section > .split,
.section > .faq-list,
.section > .blog-scroll,
.section > .article-wrap,
.cta-inner,
.footer-grid,
.footer-bottom{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
.section > .section-head{max-width:780px}
.section > .grid,
.section > .split,
.section > .blog-scroll,
.footer-grid,
.footer-bottom{max-width:var(--section-max)}
.section > .faq-list{max-width:790px}
.section > .article-wrap{max-width:920px}

/* Header/footer alignment polish */
#navbar{
  min-height:78px;
  display:grid;
  grid-template-columns:minmax(220px,1fr) auto minmax(170px,1fr);
  align-items:center;
  column-gap:28px;
  padding-left:clamp(24px,5vw,64px);
  padding-right:clamp(24px,5vw,64px);
}
#navbar .brand-logo{justify-self:start}
#navbar .nav-links{
  justify-self:center;
  align-items:center;
  height:100%;
}
#navbar > .btn-cta{
  justify-self:end;
  white-space:nowrap;
  line-height:1;
}
.brand-logo::before{
  display:block;
  width:200px;
  height:48px;
  background-size:200px 200px;
}
.nav-links a,.nav-parent{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  line-height:1;
}
#footer{
  padding-left:clamp(24px,5vw,64px);
  padding-right:clamp(24px,5vw,64px);
}
.footer-grid{
  width:100%;
  max-width:1180px;
  align-items:start;
}
.footer-brand{
  padding-top:0;
}
.footer-brand .brand-logo::before{
  width:200px;
  height:48px;
  background-size:200px 200px;
}
.footer-col{
  min-height:100%;
}
.footer-col h4{
  line-height:1;
  margin-top:0;
}
@media (max-width:980px){
  #navbar{
    display:flex;
    min-height:72px;
  }
}

/* Final color system and restored animated hero energy */
:root{
  --bg:#020817;
  --bg2:#07152B;
  --paper:#F3F8FF;
  --ink:#061224;
  --blue:#2563EB;
  --blue-lt:#38BDF8;
  --blue-pale:#E0F2FE;
  --cyan:#22D3EE;
  --violet:#7C3AED;
  --border:rgba(56,189,248,.22);
}
body{
  background:
    radial-gradient(circle at 14% 8%,rgba(37,99,235,.32),transparent 28rem),
    radial-gradient(circle at 88% 16%,rgba(124,58,237,.22),transparent 26rem),
    radial-gradient(circle at 45% 95%,rgba(34,211,238,.14),transparent 30rem),
    linear-gradient(180deg,#020817 0%,#061124 45%,#020817 100%);
}
#globalVideoBg video{opacity:.13}
#globalVideoBg::after{
  background:linear-gradient(180deg,rgba(2,8,23,.58),rgba(2,8,23,.38),rgba(2,8,23,.82));
}
#navbar{
  background:linear-gradient(180deg,rgba(2,8,23,.82),rgba(2,8,23,.46));
  border-bottom:1px solid rgba(56,189,248,.12);
}
#navbar.scrolled{
  background:rgba(2,8,23,.94);
  border-bottom-color:rgba(56,189,248,.2);
}
.nav-links a,.nav-parent{color:rgba(224,242,254,.84)}
.nav-links a:hover,.nav-links a.active,.nav-parent:hover,.nav-parent.active{color:#fff;text-shadow:0 0 18px rgba(56,189,248,.34)}
.submenu{
  background:linear-gradient(180deg,rgba(3,13,32,.98),rgba(7,21,43,.98));
  border-color:rgba(56,189,248,.3);
  box-shadow:0 22px 70px rgba(2,8,23,.72),0 0 30px rgba(37,99,235,.12);
}
.submenu a:hover,.submenu a.active{
  background:linear-gradient(90deg,rgba(37,99,235,.28),rgba(34,211,238,.12));
}
.hero{
  background:
    radial-gradient(circle at 50% 24%,rgba(34,211,238,.2),transparent 24rem),
    radial-gradient(circle at 72% 20%,rgba(124,58,237,.16),transparent 25rem),
    linear-gradient(180deg,rgba(2,8,23,.2),rgba(2,8,23,.84));
}
.hero::before{
  background:
    linear-gradient(90deg,rgba(2,8,23,.76),rgba(2,8,23,.22) 48%,rgba(2,8,23,.76)),
    radial-gradient(circle at center,transparent 0%,rgba(2,8,23,.22) 62%,rgba(2,8,23,.78) 100%);
}
.hero-grid-bg{
  opacity:1;
  background-image:
    linear-gradient(rgba(34,211,238,.1) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.1) 1px,transparent 1px);
}
.hero-glow{
  opacity:1;
  background:radial-gradient(ellipse,rgba(37,99,235,.32) 0%,rgba(34,211,238,.16) 34%,transparent 72%);
}
.pipeline-canvas{opacity:.52}
.hero-kicker{
  background:rgba(34,211,238,.12);
  border-color:rgba(34,211,238,.38);
  box-shadow:0 0 0 1px rgba(255,255,255,.03) inset,0 16px 40px rgba(34,211,238,.14);
}
.hero-kicker::before{background:#22D3EE;box-shadow:0 0 18px rgba(34,211,238,.8)}
.hero-kicker span{color:#BAE6FD}
.grad-head{
  background:linear-gradient(180deg,#FFFFFF 0%,#BAE6FD 38%,#38BDF8 68%,#818CF8 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.grad-head-light{
  background:linear-gradient(180deg,#061224 0%,#1D4ED8 58%,#0E7490 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.hero p{color:rgba(240,249,255,.88)}
.btn-cta{
  background:linear-gradient(135deg,#1D4ED8 0%,#2563EB 38%,#22D3EE 100%);
  box-shadow:0 16px 42px rgba(37,99,235,.34),0 0 28px rgba(34,211,238,.16),inset 0 1px 0 rgba(255,255,255,.34);
}
.btn-cta:hover{
  box-shadow:0 20px 52px rgba(37,99,235,.46),0 0 36px rgba(34,211,238,.24),inset 0 1px 0 rgba(255,255,255,.38);
}
.btn-ghost{
  border-color:rgba(34,211,238,.52);
  color:#E0F2FE;
}
.btn-ghost:hover{background:rgba(34,211,238,.12);border-color:rgba(34,211,238,.85)}
.stat-pill{
  min-width:154px;
  background:linear-gradient(180deg,rgba(7,21,43,.86),rgba(3,13,32,.88));
  border:1px solid rgba(34,211,238,.28);
  box-shadow:0 18px 44px rgba(2,8,23,.38),0 0 24px rgba(37,99,235,.14);
  animation:floatStat ease-in-out infinite;
}
.stat-num{
  background:linear-gradient(135deg,#FFFFFF,#67E8F9 52%,#A5B4FC);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.stat-label{color:rgba(224,242,254,.78)}
.tech-scroll-wrapper{border-top-color:rgba(34,211,238,.18)}
.tech-item{border-right-color:rgba(34,211,238,.14)}
.tech-item-label{color:rgba(224,242,254,.78)}
.tech-item-icon{filter:drop-shadow(0 0 10px rgba(34,211,238,.25))}
.section{background:linear-gradient(180deg,#020817,#07152B)}
.section.paper{
  background:
    radial-gradient(circle at 8% 0%,rgba(34,211,238,.12),transparent 28rem),
    radial-gradient(circle at 95% 8%,rgba(37,99,235,.08),transparent 26rem),
    #F3F8FF;
}
.card{
  background:linear-gradient(180deg,rgba(10,30,62,.9),rgba(4,15,35,.92));
  border-color:rgba(56,189,248,.22);
}
.card::before{background:linear-gradient(90deg,#2563EB,#22D3EE,#7C3AED)}
.card:hover{
  background:linear-gradient(180deg,rgba(12,40,82,.96),rgba(6,22,48,.96));
  border-color:rgba(34,211,238,.42);
  box-shadow:0 26px 68px rgba(2,8,23,.34),0 0 34px rgba(37,99,235,.12);
}
.paper .card:hover{border-color:rgba(37,99,235,.22)}
.card .eyebrow{color:#67E8F9}
.paper .card .eyebrow{color:#2563EB}
.list-panel{
  background:linear-gradient(180deg,rgba(10,30,62,.9),rgba(4,15,35,.94));
  border-color:rgba(56,189,248,.22);
}
.cta{
  background:
    radial-gradient(circle at 50% 10%,rgba(37,99,235,.2),transparent 30rem),
    linear-gradient(180deg,#07152B,#020817);
}
#footer{
  background:
    radial-gradient(circle at 18% 0%,rgba(37,99,235,.15),transparent 26rem),
    linear-gradient(180deg,#061124 0%,#020817 100%);
  border-top-color:rgba(34,211,238,.18);
}
.footer-col{
  background:linear-gradient(180deg,rgba(10,30,62,.58),rgba(4,15,35,.68));
  border-color:rgba(56,189,248,.14);
}
.footer-col a:hover{color:#67E8F9}
#scrollTopBtn{
  background:linear-gradient(135deg,#1D4ED8,#2563EB 55%,#22D3EE);
  box-shadow:0 10px 32px rgba(37,99,235,.44),0 0 26px rgba(34,211,238,.18);
}

/* Homepage footer applied site-wide */
#footer{
  padding:76px clamp(24px,5vw,64px) 42px;
}
.footer-grid{
  width:100%;
  max-width:1180px;
  margin:0 auto 46px;
  display:grid;
  grid-template-columns:1.6fr 1fr 1.25fr 1fr;
  gap:34px;
  align-items:start;
}
.footer-brand > svg{display:none}
.footer-brand::before{
  content:"";
  display:block;
  width:200px;
  height:48px;
  background:url("assets/analysis-studio-logo.png") center/200px 200px no-repeat;
  margin-bottom:18px;
}
.footer-brand p{
  color:rgba(217,234,255,.72);
  font-size:14px;
  line-height:1.85;
  max-width:340px;
}
.footer-col{
  min-height:100%;
  background:linear-gradient(180deg,rgba(10,30,62,.58),rgba(4,15,35,.68));
  border:1px solid rgba(56,189,248,.14);
  border-radius:20px;
  padding:24px;
}
.footer-col h4{
  font-family:Inter,sans-serif;
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
  margin:0 0 16px;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.footer-col ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:9px;
}
.footer-col a{
  color:rgba(217,234,255,.7);
  font-size:14px;
  line-height:1.5;
}
.footer-col a:hover{color:#67E8F9}
.footer-bottom{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  border-top:1px solid rgba(143,194,255,.14);
  padding-top:28px;
}
.footer-bottom p,.footer-legal a{
  color:rgba(217,234,255,.52);
  font-size:12px;
  letter-spacing:.06em;
}
.footer-legal{display:flex;gap:24px}
@media(max-width:980px){
  .footer-grid{grid-template-columns:1fr}
}

/* Plain footer columns */
.footer-col{
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
  min-height:auto;
}
