:root{
  --ink:#17233b;
  --muted:#5d6879;
  --line:#cfd7e3;
  --panel:#f4f7fa;
  --white:#ffffff;
  --accent:#14589d;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.5
}
a{color:inherit}



.brand-logo{display:block;width:148px;height:auto}









.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border:1px solid var(--ink);
  text-decoration:none;
  font-weight:700;
  font-size:14px
}
.button.primary{background:var(--ink);color:#fff}
main{overflow:hidden}
.container{max-width:var(--max);margin:auto}
.eyebrow{
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:14px
}
h1,h2,h3{
  line-height:1.12;
  margin:0 0 18px;
  letter-spacing:-.025em
}
h1{font-size:clamp(38px,6vw,72px);max-width:930px}
h2{font-size:clamp(30px,4vw,48px);max-width:900px}
h3{font-size:20px}
.lead{
  font-size:clamp(18px,2.1vw,24px);
  color:var(--muted);
  max-width:900px;
  margin:0 0 28px
}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}




.footer{padding:36px 24px;background:#111827;color:#fff}
.footer .container{
  display:flex;
  gap:24px;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap
}
.footer a{color:#fff;text-decoration:none}
.footer-logo{display:block;width:135px;height:auto;}
@media(max-width:900px){}
@media(max-width:600px){.actions{flex-direction:column}.button{width:100%}}
.visual-concept{
  --vc-ink:#0a1830;
  --vc-ink-2:#10213f;
  --vc-navy:#071326;
  --vc-panel:#f2f6fb;
  --vc-line:#dbe4ef;
  --vc-soft:#edf4fb;
  --vc-blue:#1268e7;
  --vc-blue-2:#57b3ff;
  --vc-cyan:#52e7e0;
  --vc-text:#10203a;
  --vc-muted:#65748a;
  --vc-white:#ffffff;
  --vc-max:1240px;
  color:var(--vc-text);
  background:#fff;
  font-family:Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  letter-spacing:-.005em;
}
.visual-concept *{box-sizing:border-box}
.visual-concept .sr-only{
  position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.visual-concept .container{max-width:var(--vc-max)}


.visual-concept .brand-logo{width:144px}










.visual-concept .button{
  border-radius:10px;
  border-color:transparent;
  padding:12px 20px;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease
}
.visual-concept .button:hover{transform:translateY(-2px)}
.visual-concept .button.primary{
  background:linear-gradient(135deg,#0b1b35,#17355f);
  color:#fff;
  box-shadow:0 9px 25px rgba(9,31,66,.2)
}
.visual-concept .button.primary:hover{box-shadow:0 14px 32px rgba(9,31,66,.28)}
.visual-concept .button.compact{min-height:42px;padding:10px 16px}
.visual-concept .button.large{min-height:52px;padding:14px 22px;font-size:15px}
.visual-concept .button.ghost{
  background:#fff;
  color:var(--vc-text);
  border:1px solid var(--vc-line)
}
.visual-concept .button.light{background:#fff;color:#0b1d38;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.visual-concept h1,.visual-concept h2,.visual-concept h3{
  letter-spacing:-.045em;
  text-wrap:balance
}
.visual-concept h1{
  font-size:clamp(48px,6.4vw,86px);
  line-height:.98;
  max-width:760px
}
.visual-concept h2{
  font-size:clamp(38px,4.7vw,64px);
  line-height:1.01
}
.visual-concept h3{letter-spacing:-.025em}
.visual-concept .eyebrow{
  letter-spacing:.16em;
  font-size:11px;
  color:#6f7f96
}
.visual-concept .eyebrow.accent{color:var(--vc-blue)}
.visual-concept .eyebrow.light{color:#8ecbff}
.visual-concept .reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)
}
.visual-concept .reveal.in-view{opacity:1;transform:none}
.visual-concept .delay-1{transition-delay:.08s}
.visual-concept .delay-2{transition-delay:.16s}
.visual-concept .delay-3{transition-delay:.24s}
.hero-glow{position:absolute;border-radius:50%;filter:blur(8px);opacity:.55;pointer-events:none}
.hero-glow-one{width:580px;height:580px;right:-180px;top:-160px;background:radial-gradient(circle,#9dd8ff 0%,rgba(157,216,255,0) 70%)}
.hero-glow-two{width:420px;height:420px;left:-220px;bottom:-180px;background:radial-gradient(circle,#a7fff1 0%,rgba(167,255,241,0) 70%)}
.hero-lead{
  max-width:700px;
  color:#5d6e86;
  font-size:clamp(19px,2vw,24px);
  line-height:1.5;
  margin:30px 0 0
}
.hero-system{position:relative}

@keyframes flowPulse{from{transform:translateX(-60px)}to{transform:translateX(380px)}}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.audience-card{
  position:relative;
  min-height:320px;
  padding:28px;
  background:#fff;
  border:1px solid #dce5ef;
  border-radius:18px;
  text-decoration:none;
  overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}
.audience-card::after{
  content:"";position:absolute;inset:auto -35% -55% 35%;height:180px;
  background:radial-gradient(circle,rgba(18,104,231,.12),transparent 68%);
  transition:transform .3s ease
}
.audience-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(19,48,82,.11);border-color:#b9cbe0}
.audience-card:hover::after{transform:translate(-20px,-20px)}
.audience-card.featured{background:linear-gradient(145deg,#0c1c36,#15365e);border-color:#15365e;color:#fff}
.audience-card h3{font-size:25px;margin-bottom:14px}
.audience-card p{color:#68788e;margin:0;line-height:1.55;max-width:480px}
.audience-card.featured p{color:#b7c6d9}













@keyframes orbitSpin{to{transform:rotate(360deg)}}
.demo-section{padding:104px 24px;background:#0b1d39;color:#fff}
.demo-stage{width:95px;height:95px;border-radius:50%;display:grid;place-items:center;border:1px solid #23466d;color:#7f9bb7;font-size:11px;font-weight:700}
.demo-stage.active{background:#1268e7;color:#fff;border-color:#1268e7;box-shadow:0 0 0 10px rgba(18,104,231,.1)}
.demo-stage.complete{border-color:#3ccfa2;color:#5ce3ba}
.demo-connector{height:1px;flex:1;background:linear-gradient(90deg,#23466d,#2f80ca)}
.insight-card:not(.feature) .insight-content h3{font-size:20px}


@media(max-width:1080px){.hero-system{max-width:720px;width:100%;margin:auto}.audience-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){}
@media(max-width:650px){.visual-concept h1{font-size:clamp(44px,13vw,62px)}.visual-concept h2{font-size:clamp(36px,10vw,50px)}.home-section,.platform-dark,.demo-section,.enterprise-proof{padding:82px 18px}.audience-grid{grid-template-columns:1fr}.demo-stage{width:58px;height:58px;font-size:8px}}
@media(prefers-reduced-motion:reduce){.visual-concept *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.visual-concept .reveal{opacity:1;transform:none}}
.visual-concept{
  --vc-blue:#095dff;
  --vc-blue-2:#2ca8ff;
  --vc-cyan:#20e6d4;
  --vc-teal:#16c79a;
  --vc-violet:#7667ff;
  --vc-indigo:#3155d9;
  --vc-soft-blue:#edf5ff;
  --vc-soft-cyan:#ebfffb;
  --vc-soft-violet:#f2efff;
  --vc-soft-warm:#fff6ed;
}
.hero-glow-one{
  opacity:.82;
  background:radial-gradient(circle,#79caff 0%,rgba(121,202,255,.18) 42%,rgba(121,202,255,0) 72%);
}
.hero-glow-two{
  opacity:.75;
  background:radial-gradient(circle,#7df6df 0%,rgba(125,246,223,.18) 42%,rgba(125,246,223,0) 72%);
}
.visual-concept .eyebrow.accent{color:#075bea}
.visual-concept .button.primary{
  background:linear-gradient(135deg,#0c2348 0%,#174a8b 54%,#0a67f5 100%);
  box-shadow:0 12px 28px rgba(9,93,255,.22)
}
.visual-concept .button.primary:hover{
  box-shadow:0 17px 36px rgba(9,93,255,.31)
}
.audience-card{
  box-shadow:0 10px 30px rgba(35,72,113,.045)
}
.audience-card:nth-child(2){background:linear-gradient(145deg,#ffffff,#f0fffb)}
.audience-card:nth-child(3){background:linear-gradient(145deg,#ffffff,#f4f1ff)}
.audience-card:nth-child(4){background:linear-gradient(145deg,#ffffff,#eef8ff)}
.audience-card:nth-child(5){background:linear-gradient(145deg,#ffffff,#fff7ef)}
.audience-card.featured{
  background:
    radial-gradient(circle at 85% 15%,rgba(73,169,255,.22),transparent 28%),
    linear-gradient(145deg,#0b1d38 0%,#123d70 62%,#0d64cf 100%);
}







.demo-section{
  background:
    radial-gradient(circle at 78% 24%,rgba(62,141,255,.22),transparent 30%),
    radial-gradient(circle at 18% 86%,rgba(32,230,212,.10),transparent 26%),
    linear-gradient(135deg,#0b1d39,#0b2344 58%,#132d58);
}
.demo-stage.active{
  background:linear-gradient(145deg,#095dff,#2ca8ff);
  border-color:#2ca8ff;
  box-shadow:0 0 0 10px rgba(44,168,255,.12),0 0 38px rgba(44,168,255,.18)
}
.demo-stage.complete{
  border-color:#20e6d4;
  color:#63f4df
}
.hero-glow{display:none}

.demo-section{
  background:
    linear-gradient(135deg,#091a34 0%,#0d2b52 52%,#153b6a 100%);
}
.visual-concept section{
  background-attachment:scroll;
}
.visual-concept h1{
  font-size:clamp(44px,5.15vw,72px);
  line-height:1.01;
  max-width:720px;
}
.hero-lead{
  max-width:680px;
  font-size:clamp(18px,1.7vw,22px);
}
@media(max-width:1080px){.visual-concept h1{
    max-width:800px;
  }.hero-system{
    max-width:780px;
  }}
@media(max-width:650px){.visual-concept h1{
    font-size:clamp(40px,11.8vw,58px);
  }}
.visual-concept h1{
  font-size:clamp(40px,4.55vw,64px);
  line-height:1.02;
  max-width:660px;
}
.audience-grid{
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.audience-card{
  min-height:280px;
}
.audience-card:nth-child(6){
  background:linear-gradient(145deg,#ffffff,#f3f7fb);
}
@media(max-width:1080px){.visual-concept h1{
    font-size:clamp(40px,5vw,62px);
    max-width:740px;
  }.audience-grid{
    grid-template-columns:repeat(2,1fr);
  }}
@media(max-width:650px){.visual-concept h1{
    font-size:clamp(36px,10.2vw,52px);
    max-width:100%;
  }.audience-grid{
    grid-template-columns:1fr;
  }}







.scenario-stage.is-changing .scenario-input-card,
.scenario-stage.is-changing .issue-pill,
.scenario-stage.is-changing .primary-outcome-card,
.scenario-stage.is-changing .secondary-statuses,
.scenario-stage.is-changing .confidence-module{
  opacity:.22;
  transform:translateY(3px);
}














.issue-pill.resolved{
  border-color:rgba(32,199,149,.28);
  background:linear-gradient(145deg,#f2fff9,#e9fff6);
}
.issue-pill.resolved small{color:#2b9374}
.issue-pill.resolved strong{color:#1f7058}



.scenario-control{
  min-height:31px;
  padding:7px 6px;
  border:1px solid rgba(91,130,172,.18);
  border-radius:9px;
  background:rgba(255,255,255,.82);
  color:#66798f;
  cursor:pointer;
  font:800 7px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.04em;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.scenario-control:hover{
  transform:translateY(-1px);
  border-color:rgba(9,93,255,.3);
}
.scenario-control.active{
  border-color:rgba(9,93,255,.34);
  background:#ebf4ff;
  color:#095dff;
}





@keyframes scenarioInputActive{
  0%,7%,100%{border-color:rgba(94,133,175,.2);transform:translateY(0)}
  15%,22%{border-color:rgba(44,168,255,.38);transform:translateY(-1px)}
  28%{border-color:rgba(94,133,175,.2);transform:translateY(0)}
}
@keyframes neuralLineFire{
  0%,27%,65%,100%{stroke:#68a9df;opacity:.4}
  38%,52%{stroke:#665cf2;opacity:.82}
}
@keyframes neuralNodeFire{
  0%,26%,62%,100%{transform:scale(1);filter:none}
  36%,48%{transform:scale(1.36);filter:drop-shadow(0 0 5px rgba(44,168,255,.75))}
}
@keyframes edgeSpark{
  0%,25%,55%,100%{opacity:0;transform:scale(.75)}
  33%,43%{opacity:1;transform:scale(1.25)}
}
@keyframes issueResolution{
  0%,48%,100%{transform:translateY(0)}
  56%,70%{transform:translateY(-1px)}
}
@keyframes outcomeComplete{
  0%,62%,100%{opacity:.72;transform:translateX(2px)}
  72%,90%{opacity:1;transform:translateX(0)}
}
@keyframes checkComplete{
  0%,62%,100%{opacity:.48;transform:scale(.84)}
  72%,90%{opacity:1;transform:scale(1)}
}
@keyframes confidenceComplete{
  0%,60%{stroke-dashoffset:16}
  76%,91%{stroke-dashoffset:1.2}
  100%{stroke-dashoffset:16}
}
@keyframes graphOrbit{
  to{transform:rotate(360deg)}
}
@media(max-width:1200px){}
@media(max-width:700px){}
@media(max-width:470px){}
@media(prefers-reduced-motion:reduce){}







.scenario-control{
  min-height:36px;
  padding:8px 8px;
  font-size:8.4px;
}


@media(max-width:1200px){}
@media(max-width:700px){.scenario-control{
    font-size:8px;
  }}
@media(max-width:470px){}


.scenario-control{
  min-height: 40px;
  padding: 9px 10px;
  font-size: 9.6px;
  letter-spacing: .035em;
}



@media (max-width: 700px){.scenario-control{
    min-height: 38px;
    font-size: 9px;
  }}
@media (max-width: 470px){.scenario-control{
    font-size: 8.6px;
  }}
.audience-card:nth-child(6){
  background:linear-gradient(145deg,#ffffff,#fff2f8);
}
.audience-card:nth-child(1):not(.featured){
  background:linear-gradient(145deg,#ffffff,#edf5ff);
  border-color:#d7e4f2;
  color:inherit;
}
.audience-card:nth-child(1):not(.featured) .audience-icon{
  background:#e3efff;
  color:#176ed0;
}
.audience-card:nth-child(1):not(.featured) .card-arrow{
  background:#e7f1ff;
  color:#176ed0;
}
.audience-card:nth-child(1):not(.featured) .card-index{
  color:#8ca1b8;
}
.audience-card:nth-child(1):not(.featured) p{
  color:#68788e;
}
.audience-card.featured,
.audience-card:nth-child(1).featured,
.audience-card:nth-child(2).featured,
.audience-card:nth-child(3).featured,
.audience-card:nth-child(4).featured,
.audience-card:nth-child(5).featured,
.audience-card:nth-child(6).featured{
  background:linear-gradient(145deg,#0b1d38 0%,#123d70 62%,#0d64cf 100%);
  border-color:#174f8d;
  color:#ffffff;
  box-shadow:0 24px 56px rgba(12,45,83,.22);
  transform:translateY(-6px);
}
.audience-card.featured::after{
  background:linear-gradient(135deg,rgba(97,195,255,.16),rgba(117,92,255,.08));
  transform:translate(-18px,-18px);
}
.audience-card.featured h3{
  color:#ffffff;
}
.audience-card.featured p{
  color:#c3d2e4;
}
.audience-card,
.audience-card h3,
.audience-card p,
.audience-card .card-index,
.audience-card .audience-icon,
.audience-card .card-arrow{
  transition:
    background .24s ease,
    color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    transform .24s ease;
}
@media (prefers-reduced-motion: reduce){.audience-card,
  .audience-card h3,
  .audience-card p,
  .audience-card .card-index,
  .audience-card .audience-icon,
  .audience-card .card-arrow{
    transition:none;
  }}
@keyframes demoConnectorPulse{
  0%{transform:translateX(0);opacity:.1}
  20%{opacity:.95}
  100%{transform:translateX(420%);opacity:.1}
}
.demo-canvas-animated .demo-stage:not(.is-active){
  opacity:.84;
}
@keyframes demoConnectorPulseSlow{
  0%{transform:translateX(0);opacity:.06}
  18%{opacity:.55}
  52%{opacity:.95}
  100%{transform:translateX(420%);opacity:.08}
}
@keyframes figParticleClockwise{
  to{transform:rotate(360deg)}
}
@keyframes figParticleCounterClockwise{
  to{transform:rotate(-360deg)}
}
.demo-start-indicator{
  position:absolute;
  z-index:8;
  top:62px;
  left:18px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:6px 9px;
  border:1px solid rgba(61,211,151,.28);
  border-radius:999px;
  background:rgba(12,53,43,.54);
  color:#74e7b5;
  opacity:0;
  transform:translateY(-2px);
  pointer-events:none;
  box-shadow:0 0 0 0 rgba(61,211,151,0);
}
.demo-start-indicator.is-flashing{
  animation:demoStartFlash 1.35s ease-out both;
}
@keyframes demoStartFlash{
  0%{
    opacity:0;
    transform:translateY(-2px) scale(.96);
    box-shadow:0 0 0 0 rgba(61,211,151,0);
  }
  18%{
    opacity:1;
    transform:translateY(0) scale(1);
    box-shadow:0 0 0 5px rgba(61,211,151,.08);
  }
  62%{
    opacity:.9;
    box-shadow:0 0 0 3px rgba(61,211,151,.04);
  }
  100%{
    opacity:0;
    transform:translateY(0) scale(.99);
    box-shadow:0 0 0 0 rgba(61,211,151,0);
  }
}
@media (max-width: 640px){.demo-start-indicator{
    top:58px;
    left:12px;
    padding:5px 8px;
  }}
@media (prefers-reduced-motion: reduce){.demo-start-indicator.is-flashing{
    animation:none;
    opacity:.8;
  }}
@keyframes heroFigClockwise{
  to{transform:rotate(360deg)}
}
@keyframes heroFigCounterClockwise{
  to{transform:rotate(-360deg)}
}
@keyframes heroNeuralClockwise{
  to{transform:rotate(360deg)}
}
@keyframes heroNeuralCounterClockwise{
  to{transform:rotate(-360deg)}
}



@media(max-width:700px){}
@media(max-width:470px){}
.contact-form{display:grid;gap:18px}
.contact-success{
  display:none;
  margin-top:18px;
  padding:14px 16px;
  border:1px solid rgba(32,199,149,.28);
  border-radius:12px;
  background:#effbf7;
  color:#17664f;
  font-size:13px;
  font-weight:750;
}
.contact-success.is-visible{display:block}






















@media(max-width:1080px){}
@media(max-width:900px){}





.platform-orbit-ring{
  position:absolute;
  border-radius:50%;
  border:1.5px solid rgba(57,120,205,.18);
}
.platform-orbit-ring.ring-one{
  width:306px;
  height:306px;
  animation:platformRingBreath 8s ease-in-out infinite;
}
.platform-orbit-ring.ring-two{
  width:254px;
  height:254px;
  border-color:rgba(85,195,220,.2);
  animation:platformRingBreath 8s ease-in-out infinite reverse;
}
.platform-core{
  position:relative;
  width:182px;
  height:182px;
  border-radius:50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(178,228,255,.96), rgba(111,180,241,.95) 28%, rgba(49,116,203,.94) 60%, rgba(20,52,106,.96) 100%);
  box-shadow:
    0 0 0 12px rgba(102,187,255,.10),
    0 26px 60px rgba(9,34,76,.28),
    inset 0 8px 24px rgba(255,255,255,.28);
  overflow:hidden;
}
.core-glow{
  position:absolute;
  inset:22px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(215,244,255,.36), transparent 72%);
}
.core-inner-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(217,241,255,.26);
}
.core-inner-ring.ring-a{
  width:106px;
  height:106px;
  top:38px;
  left:38px;
}
.core-inner-ring.ring-b{
  width:134px;
  height:134px;
  top:24px;
  left:24px;
}
.platform-core-label{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#eef8ff;
  text-align:center;
  font-weight:800;
  letter-spacing:.07em;
  text-shadow:0 2px 10px rgba(8,24,54,.26);
  z-index:3;
}
.platform-core-label span{
  display:block;
  font-size:13px;
  line-height:1.15;
}
.core-particle{
  position:absolute;
  width:10px;
  height:10px;
  margin:-5px 0 0 -5px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.95), rgba(118,222,255,.95) 45%, rgba(46,176,232,.85) 100%);
  box-shadow:0 0 16px rgba(110,230,255,.62);
  top:50%;
  left:50%;
  z-index:2;
}
.core-particle.particle-1{ animation:platformParticleOrbit1 6.4s linear infinite; }
.core-particle.particle-2{ animation:platformParticleOrbit2 8.0s linear infinite; }
.core-particle.particle-3{ animation:platformParticleOrbit3 7.2s linear infinite reverse; }
.core-particle.particle-4{
  width:8px; height:8px; margin:-4px 0 0 -4px;
  background:radial-gradient(circle, rgba(255,255,255,.95), rgba(160,255,222,.92) 42%, rgba(55,196,167,.84) 100%);
  box-shadow:0 0 14px rgba(103,255,204,.52);
  animation:platformParticleOrbit4 9.1s linear infinite;
}
.core-particle.particle-5{
  width:8px; height:8px; margin:-4px 0 0 -4px;
  background:radial-gradient(circle, rgba(255,255,255,.95), rgba(202,224,255,.92) 42%, rgba(116,166,255,.84) 100%);
  box-shadow:0 0 13px rgba(144,187,255,.46);
  animation:platformParticleOrbit5 10.7s linear infinite reverse;
}
@keyframes platformCapabilityPulse{
  0%, 8%, 100%{
    box-shadow:0 12px 24px rgba(12,35,72,.07);
    transform-origin:center;
  }
  12%, 22%{
    box-shadow:0 16px 34px rgba(19,110,230,.16);
    border-color:rgba(18,104,231,.28);
    color:#0d58c4;
  }
}
@keyframes platformRingBreath{
  0%, 100%{ transform:scale(1); opacity:.86; }
  50%{ transform:scale(1.02); opacity:1; }
}
@keyframes platformInputGlow{
  0%, 100%{ box-shadow:0 10px 22px rgba(12,35,72,.06); border-color:rgba(23,53,95,.08); }
  10%, 22%{ box-shadow:0 16px 32px rgba(18,104,231,.15); border-color:rgba(18,104,231,.22); }
}
@keyframes platformOutputGlow{
  0%, 100%{ box-shadow:0 10px 22px rgba(12,35,72,.06); border-color:rgba(39,180,130,.16); }
  12%, 24%{ box-shadow:0 16px 32px rgba(34,170,128,.14); border-color:rgba(39,180,130,.28); }
}
@keyframes platformLinePulse{
  0%, 100%{ opacity:.18; transform:scaleX(.78); transform-origin:left center; }
  10%, 24%{ opacity:1; transform:scaleX(1); box-shadow:0 0 16px rgba(32,129,255,.24); }
}
@keyframes platformLinePulseOut{
  0%, 100%{ opacity:.18; transform:scaleX(.78); transform-origin:right center; }
  12%, 24%{ opacity:1; transform:scaleX(1); box-shadow:0 0 16px rgba(38,175,132,.18); }
}
@keyframes platformParticleOrbit1{
  0%{ transform:rotate(0deg) translateX(58px) rotate(0deg); }
  100%{ transform:rotate(360deg) translateX(58px) rotate(-360deg); }
}
@keyframes platformParticleOrbit2{
  0%{ transform:rotate(72deg) translateX(45px) rotate(-72deg); }
  100%{ transform:rotate(432deg) translateX(45px) rotate(-432deg); }
}
@keyframes platformParticleOrbit3{
  0%{ transform:rotate(20deg) translateX(34px) rotate(-20deg); }
  100%{ transform:rotate(380deg) translateX(34px) rotate(-380deg); }
}
@keyframes platformParticleOrbit4{
  0%{ transform:rotate(180deg) translateX(66px) rotate(-180deg); }
  100%{ transform:rotate(540deg) translateX(66px) rotate(-540deg); }
}
@keyframes platformParticleOrbit5{
  0%{ transform:rotate(250deg) translateX(51px) rotate(-250deg); }
  100%{ transform:rotate(610deg) translateX(51px) rotate(-610deg); }
}
@media(max-width:560px){.platform-core{
    width:162px;
    height:162px;
  }.platform-orbit-ring.ring-one{
    width:274px;
    height:274px;
  }.platform-orbit-ring.ring-two{
    width:226px;
    height:226px;
  }.platform-core-label span{
    font-size:11px;
  }}
@keyframes impactTapeFlutter{
  0%,100%{top:14px}
  25%{top:11px}
  50%{top:16px}
  75%{top:12px}
}
@keyframes impactRunwayMarker{
  0%,100%{left:78%}
  25%{left:75%}
  50%{left:80%}
  75%{left:77%}
}
@keyframes impactChevronFlow{
  0%{transform:translateX(-6px) rotate(45deg);opacity:.18}
  40%{opacity:.72}
  100%{transform:translateX(8px) rotate(45deg);opacity:.18}
}
@keyframes impactQualityPulse{
  0%,100%{box-shadow:none; transform:none}
  50%{box-shadow:0 0 0 2px rgba(107,103,245,.10), 0 0 12px rgba(107,103,245,.16); transform:translateY(-1px)}
}
@keyframes impactCostFlutter{
  0%,100%{width:50%}
  25%{width:47%}
  55%{width:53%}
  75%{width:49%}
}
@keyframes impactLiteBarFlutter{
  0%,100%{transform:scaleX(1);opacity:.86}
  25%{transform:scaleX(.988);opacity:.82}
  55%{transform:scaleX(1.012);opacity:.90}
  78%{transform:scaleX(.996);opacity:.86}
}
@keyframes impactLiteMarkerFlutter{
  0%,100%{transform:translateX(-1px)}
  25%{transform:translateX(-3px)}
  55%{transform:translateX(2px)}
  78%{transform:translateX(0)}
}
body.visual-concept main section:not(.home-hero) h2{
  font-size:36px;
  line-height:1.07;
  letter-spacing:-.035em;
}
@media(max-width:980px){body.visual-concept main section:not(.home-hero) h2{
    font-size:32px;
  }}
@media(max-width:640px){body.visual-concept main section:not(.home-hero) h2{
    font-size:28px;
  }}
.bank-why-network-orb{
  position:absolute;
  left:50%;
  top:50%;
  width:372px;
  height:372px;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center;
}
.bank-why-network-orb::before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 46%, rgba(92,168,255,.06), rgba(32,106,199,.02) 46%, transparent 72%);
  filter:blur(8px);
  pointer-events:none;
}
.bank-why-network-orb .platform-orbit-ring{
  position:absolute;
}
.bank-why-network-orb .platform-orbit-ring.ring-one{
  width:316px;
  height:316px;
  border-color:rgba(57,120,205,.10);
}
.bank-why-network-orb .platform-orbit-ring.ring-two{
  width:266px;
  height:266px;
  border-color:rgba(85,195,220,.12);
}
.bank-why-network-orb .platform-core{
  width:242px;
  height:242px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 47%, rgba(49,123,183,.38) 0%, rgba(40,110,170,.39) 36%, rgba(31,92,145,.43) 66%, rgba(21,69,121,.49) 88%, rgba(16,55,104,.57) 100%);
  box-shadow:
    0 0 24px rgba(102,187,255,.05),
    0 22px 52px rgba(4,18,42,.22),
    inset 0 -10px 18px rgba(4,22,48,.08);
  overflow:hidden;
}
.bank-why-network-orb .core-glow{
  inset:24px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 44%, rgba(120,198,255,.048), rgba(68,147,236,.02) 34%, transparent 68%);
}
.bank-why-network-orb .core-inner-ring{
  border-color:rgba(217,241,255,.24);
}
.bank-why-network-orb .platform-core-label{
  color:#eef8ff;
  text-shadow:0 2px 10px rgba(8,24,54,.26);
  font-weight:500;
  letter-spacing:.07em;
}
.bank-why-network-orb .core-particle{
  top:50%;
  left:50%;
}
.bank-why-network-orb .core-particle.particle-1{
  width:10px; height:10px; margin:-5px 0 0 -5px;
  background:radial-gradient(circle, rgba(255,255,255,.97), rgba(255,214,145,.96) 45%, rgba(245,166,71,.90) 100%);
  box-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 18px rgba(255,194,96,.98),
    0 0 36px rgba(255,194,96,.88),
    0 0 58px rgba(255,194,96,.56);
  animation:bankFigParticle1 11.8s linear infinite;
}
.bank-why-network-orb .core-particle.particle-2{
  width:10px; height:10px; margin:-5px 0 0 -5px;
  background:radial-gradient(circle, rgba(255,255,255,.97), rgba(212,176,255,.95) 45%, rgba(148,96,242,.90) 100%);
  box-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 18px rgba(186,131,255,.98),
    0 0 36px rgba(186,131,255,.88),
    0 0 58px rgba(186,131,255,.54);
  animation:bankFigParticle2 13.6s linear infinite reverse;
}
.bank-why-network-orb .core-particle.particle-3{
  width:10px; height:10px; margin:-5px 0 0 -5px;
  background:radial-gradient(circle, rgba(255,255,255,.97), rgba(118,222,255,.96) 45%, rgba(46,176,232,.88) 100%);
  box-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 18px rgba(110,230,255,.98),
    0 0 36px rgba(110,230,255,.88),
    0 0 58px rgba(110,230,255,.52);
  animation:bankFigParticle3 12.7s linear infinite;
}
.bank-why-network-orb .core-particle.particle-4{
  width:8px; height:8px; margin:-4px 0 0 -4px;
  background:radial-gradient(circle, rgba(255,255,255,.97), rgba(160,255,222,.94) 42%, rgba(55,196,167,.86) 100%);
  box-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 18px rgba(103,255,204,.98),
    0 0 36px rgba(103,255,204,.86),
    0 0 56px rgba(103,255,204,.50);
  animation:bankFigParticle4 15.1s linear infinite reverse;
}
.bank-why-network-orb .core-particle.particle-5{
  width:8px; height:8px; margin:-4px 0 0 -4px;
  background:radial-gradient(circle, rgba(255,255,255,.97), rgba(255,214,145,.95) 42%, rgba(245,166,71,.88) 100%);
  box-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 18px rgba(255,194,96,.98),
    0 0 34px rgba(255,194,96,.86),
    0 0 54px rgba(255,194,96,.50);
  animation:bankFigParticle5 17.2s linear infinite;
}
.bank-why-network-orb .core-particle.particle-6{
  position:absolute;
  width:8px; height:8px; margin:-4px 0 0 -4px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.97), rgba(212,176,255,.95) 42%, rgba(148,96,242,.88) 100%);
  box-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 18px rgba(186,131,255,.98),
    0 0 36px rgba(186,131,255,.86),
    0 0 56px rgba(186,131,255,.50);
  animation:bankFigParticle6 16.4s linear infinite reverse;
  z-index:2;
}
.bank-why-network-orb .core-particle.particle-7{
  position:absolute;
  width:8px; height:8px; margin:-4px 0 0 -4px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.97), rgba(202,224,255,.94) 42%, rgba(116,166,255,.86) 100%);
  box-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 18px rgba(144,187,255,.96),
    0 0 34px rgba(144,187,255,.84),
    0 0 54px rgba(144,187,255,.48);
  animation:bankFigParticle7 18.4s linear infinite;
  z-index:2;
}
.bank-why-network-orb .core-inner-ring.ring-a{
  width:176px;
  height:176px;
  top:33px;
  left:33px;
  border-width:1px;
  opacity:.88;
}
.bank-why-network-orb .core-inner-ring.ring-b{
  width:216px;
  height:216px;
  top:13px;
  left:13px;
  border-width:1px;
  opacity:.26;
}
.bank-why-network-orb .platform-core-label span{
  font-size:10px;
  line-height:1.14;
  letter-spacing:.12em;
  font-weight:500;
}
@keyframes bankNetBuild1{0%,4%{opacity:0;transform:translateY(8px)}8%,100%{opacity:1;transform:translateY(0)}}
@keyframes bankNetBuild2{0%,17%{opacity:0;transform:translateY(8px)}21%,100%{opacity:1;transform:translateY(0)}}
@keyframes bankNetBuild3{0%,30%{opacity:0;transform:translateY(8px)}34%,100%{opacity:1;transform:translateY(0)}}
@keyframes bankNetBuild4{0%,43%{opacity:0;transform:translateY(8px)}47%,100%{opacity:1;transform:translateY(0)}}
@keyframes bankNetBuild5{0%,56%{opacity:0;transform:translateY(8px)}60%,100%{opacity:1;transform:translateY(0)}}
@keyframes bankNetBuild6{0%,69%{opacity:0;transform:translateY(8px)}73%,100%{opacity:1;transform:translateY(0)}}
@keyframes bankConnector1{0%,4%{opacity:0;stroke-dashoffset:260}8%,100%{opacity:1;stroke-dashoffset:0}}
@keyframes bankConnector2{0%,17%{opacity:0;stroke-dashoffset:260}21%,100%{opacity:1;stroke-dashoffset:0}}
@keyframes bankConnector3{0%,30%{opacity:0;stroke-dashoffset:260}34%,100%{opacity:1;stroke-dashoffset:0}}
@keyframes bankConnector4{0%,43%{opacity:0;stroke-dashoffset:260}47%,100%{opacity:1;stroke-dashoffset:0}}
@keyframes bankConnector5{0%,56%{opacity:0;stroke-dashoffset:260}60%,100%{opacity:1;stroke-dashoffset:0}}
@keyframes bankConnector6{0%,69%{opacity:0;stroke-dashoffset:260}73%,100%{opacity:1;stroke-dashoffset:0}}
@keyframes bankFigParticle1{
  0%{ transform:rotate(182deg) translateX(73px) rotate(-182deg); }
  100%{ transform:rotate(542deg) translateX(73px) rotate(-542deg); }
}
@keyframes bankFigParticle2{
  0%{ transform:rotate(214deg) translateX(86px) rotate(-214deg); }
  100%{ transform:rotate(574deg) translateX(86px) rotate(-574deg); }
}
@keyframes bankFigParticle3{
  0%{ transform:rotate(232deg) translateX(52px) rotate(-232deg); }
  100%{ transform:rotate(592deg) translateX(52px) rotate(-592deg); }
}
@keyframes bankFigParticle4{
  0%{ transform:rotate(248deg) translateX(67px) rotate(-248deg); }
  100%{ transform:rotate(608deg) translateX(67px) rotate(-608deg); }
}
@keyframes bankFigParticle5{
  0%{ transform:rotate(278deg) translateX(60px) rotate(-278deg); }
  100%{ transform:rotate(638deg) translateX(60px) rotate(-638deg); }
}
@keyframes bankFigParticle6{
  0%{ transform:rotate(6deg) translateX(86px) rotate(-6deg); }
  100%{ transform:rotate(366deg) translateX(86px) rotate(-366deg); }
}
@keyframes bankFigParticle7{
  0%{ transform:rotate(22deg) translateX(68px) rotate(-22deg); }
  100%{ transform:rotate(382deg) translateX(68px) rotate(-382deg); }
}
@media (max-width:980px){.bank-why-network-orb{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    grid-column:1 / -1;
    margin:2px auto 8px;
  }}
@media (max-width:640px){.bank-why-network-orb{ width:300px; height:300px; }.bank-why-network-orb .platform-orbit-ring.ring-one{ width:274px; height:274px; }.bank-why-network-orb .platform-orbit-ring.ring-two{ width:228px; height:228px; }}
@media (prefers-reduced-motion: reduce){.bank-net-diff,
  .bank-why-connectors .connector path,
  .bank-why-connectors .connector circle,
  .bank-why-network-orb .platform-orbit-ring,
  .bank-why-network-orb .core-particle{ animation:none !important; }}
@keyframes impactLiteBarBuild{
  0%{transform:scaleX(0);opacity:.28;filter:saturate(.9)}
  72%{transform:scaleX(1.025);opacity:1;filter:saturate(1.22)}
  100%{transform:scaleX(1);opacity:.94;filter:saturate(1.1)}
}
@keyframes impactLiteBarPulse{
  0%,100%{
    transform:scaleX(1);
    opacity:.9;
    filter:brightness(1) saturate(1.06);
    box-shadow:
      0 0 8px color-mix(in srgb, var(--accent) 42%, transparent),
      0 0 18px color-mix(in srgb, var(--accent) 28%, transparent);
  }
  48%{
    transform:scaleX(1.01);
    opacity:1;
    filter:brightness(1.16) saturate(1.22);
    box-shadow:
      0 0 12px color-mix(in srgb, var(--accent) 68%, transparent),
      0 0 28px color-mix(in srgb, var(--accent) 42%, transparent),
      0 0 42px color-mix(in srgb, var(--accent) 22%, transparent);
  }
}
@keyframes impactLiteMarkerBuild{
  0%{opacity:0;transform:translateX(-14px) scale(.72)}
  72%{opacity:1;transform:translateX(2px) scale(1.12)}
  100%{opacity:1;transform:translateX(-1px) scale(1)}
}
@keyframes impactLiteMarkerPulse{
  0%,100%{
    transform:translateX(-1px) scale(1);
    filter:brightness(1);
  }
  48%{
    transform:translateX(1px) scale(1.14);
    filter:brightness(1.22);
  }
}
@keyframes impactLiteNumberPop{
  0%{opacity:.45;transform:translateY(6px) scale(.94)}
  70%{opacity:1;transform:translateY(-1px) scale(1.035)}
  100%{opacity:1;transform:none}
}
.administrative-footer{
  position:relative;
  padding:36px 24px 20px;
  background:#061224;
  color:#fff;
}
.admin-footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(430px,.65fr);
  gap:64px;
  align-items:start;
}
.admin-footer-brand p{
  max-width:420px;
  margin:16px 0 0;
  color:#8298b1;
  font-size:14px;
  line-height:1.55;
}
.admin-footer-nav{
  display:grid;
  grid-template-columns:minmax(110px,.65fr) minmax(280px,1.35fr);
  gap:40px;
  align-items:start;
}
.admin-footer-nav > div{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.admin-footer-nav strong{
  margin-bottom:3px;
  color:#fff;
  font-size:12px;
  letter-spacing:.02em;
}
.admin-trust-links{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:24px;
  row-gap:8px;
}
.admin-trust-links > div{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.admin-footer-nav a{
  color:#859bb4;
  font-size:13px;
  text-decoration:none;
}
.admin-footer-nav a:hover,
.admin-footer-bottom a:hover{
  color:#fff;
}
.admin-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-top:30px;
  padding-top:17px;
  border-top:1px solid rgba(143,176,211,.14);
  color:#67819e;
  font-size:12px;
}
.admin-footer-bottom a{
  color:#67819e;
  text-decoration:none;
}
@media(max-width:900px){.admin-footer-main{
    grid-template-columns:1fr;
    gap:32px;
  }.admin-footer-nav{
    max-width:620px;
  }}
@media(max-width:620px){.administrative-footer{padding:32px 20px 18px}.admin-footer-nav{grid-template-columns:1fr;gap:24px}.admin-trust-links{grid-template-columns:1fr 1fr;column-gap:20px}.admin-footer-bottom{align-items:flex-start;flex-direction:column;gap:10px}}
@media(max-width:420px){.admin-trust-links{grid-template-columns:1fr}}

.demo-record-item{
  min-width:0;
  min-height:82px;
  padding:11px 10px;
  border:1px solid rgba(112,156,199,.13);
  border-radius:10px;
  background:rgba(14,39,68,.48);
  opacity:.46;
  transform:translateY(2px);
  transition:opacity .45s ease,transform .45s ease,border-color .45s ease,background .45s ease,box-shadow .45s ease;
}
.demo-record-item i{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  margin-bottom:8px;
  border-radius:50%;
  background:#17395f;
  color:#83a8ca;
  font:800 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace;
  font-style:normal;
}
.demo-record-item strong{display:block;color:#dceafa;font-size:13px;line-height:1.3}
.demo-record-item span{display:block;margin-top:5px;color:#91abc4;font-size:11.5px;line-height:1.35}
.demo-record-item.is-current{
  opacity:1;
  transform:translateY(0);
  border-color:rgba(74,153,239,.55);
  background:rgba(21,70,119,.7);
  box-shadow:0 0 0 4px rgba(35,116,207,.07),0 10px 24px rgba(0,0,0,.12);
}
.demo-record-item.is-current i{background:#1268e7;color:#fff}
.demo-record-item.is-complete{opacity:.88;transform:translateY(0);border-color:rgba(61,202,147,.25)}
.demo-record-item.is-complete i{background:rgba(39,174,121,.22);color:#75e2b7}




.demo-record-outcome.is-complete strong{color:#73e0b4}
.demo-record-outcome.is-complete{box-shadow:inset 0 0 28px rgba(35,183,126,.045)}
@media(max-width:640px){.demo-record-item{min-height:76px}}
@media(prefers-reduced-motion:reduce){.demo-record-item,.demo-record-status,.demo-record-outcome strong{transition:none}}
.integrations-page{
  --int-blue:var(--vc-blue);
  --int-navy:var(--vc-navy);
  --int-line:var(--vc-line);
  --int-soft:var(--vc-soft);
}
.integrations-hero{
  position:relative;
  overflow:hidden;
  padding:110px 24px 44px;
  background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}
.integrations-hero::before{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(17,84,154,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,84,154,.055) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 78%);
  pointer-events:none;
}
.integrations-hero-grid{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);
  gap:64px;align-items:center;
}
.integrations-hero h1{max-width:760px}
.integrations-hero .hero-lead{max-width:700px}
.integrations-section{padding:92px 24px}
.integrations-hero + .integrations-section{padding-top:48px}
.integrations-section.alt{background:#f5f8fc;border-top:1px solid var(--vc-line);border-bottom:1px solid var(--vc-line)}
.integration-heading{max-width:800px;margin-bottom:38px}
.integrations-hero + .integrations-section .integration-heading{max-width:1120px}
.integrations-hero + .integrations-section .integration-heading h2{max-width:1120px}
.integrations-hero + .integrations-section .integration-heading p{max-width:860px}
.integration-heading p{color:var(--vc-muted);font-size:18px;max-width:720px}
.integration-benefits{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px
}
.integration-benefit{
  border:1px solid var(--vc-line);border-radius:22px;background:#fff;
  padding:30px;min-height:245px;
}
.integration-benefit .icon{
  width:44px;height:44px;border-radius:13px;background:#eaf3ff;color:#1268e7;
  display:grid;place-items:center;font-weight:900;margin-bottom:24px
}
.integration-benefit h3{font-size:24px;margin-bottom:12px}
.integration-benefit p{color:var(--vc-muted);margin:0}
.integration-directory-shell{
  border:1px solid var(--vc-line);border-radius:26px;background:#fff;
  padding:24px;box-shadow:0 18px 50px rgba(10,24,48,.06)
}
.integration-tools{
  display:flex;gap:12px;justify-content:space-between;align-items:center;
  margin-bottom:22px;flex-wrap:wrap
}
.integration-search{
  flex:1;min-width:280px;max-width:480px;
  display:flex;align-items:center;gap:10px;
  border:1px solid #d8e2ed;border-radius:12px;padding:0 14px;background:#f9fbfd
}
.integration-search input{
  width:100%;border:0;background:transparent;padding:13px 0;outline:0;
  color:#24364f;font:inherit
}
.integration-chips{display:flex;gap:8px;flex-wrap:wrap}
.integration-chip{
  border:1px solid #d7e2ee;background:#fff;color:#52627a;
  border-radius:999px;padding:9px 13px;font:inherit;font-size:12px;font-weight:800;cursor:pointer
}
.integration-chip.active{background:#0a1830;color:#fff;border-color:#0a1830}
.integration-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px
}
.integration-card{
  min-height:110px;border:1px solid #dfe7ef;border-radius:18px;padding:18px 20px;
  display:flex;flex-direction:column;justify-content:space-between;gap:16px;
  background:linear-gradient(180deg,#fff,#fbfdff);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.integration-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(10,24,48,.07);border-color:#c5d7ea}
.integration-card small{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#7b8ba1}
.integration-card strong{font-size:18px;letter-spacing:-.025em;color:#162744}
.integration-card span{font-size:12px;color:#6e7f94}
.integration-card.hidden{display:none}
.integration-empty{display:none;padding:28px;color:#687a91;text-align:center}
.integration-empty.visible{display:block}
.integration-api{
  display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:54px;align-items:center
}
.api-console{
  border-radius:22px;background:#071326;color:#d7eaff;padding:24px;
  box-shadow:0 24px 60px rgba(7,19,38,.20);overflow:hidden
}
.api-console-top{display:flex;gap:7px;margin-bottom:22px}
.api-console-top i{display:block;width:9px;height:9px;border-radius:50%;background:#496783}
.api-console code{font:600 12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}
.api-console .blue{color:#79c7fc}
.api-console .mint{color:#79efd8}
.api-console .muted{color:#7e98b5}
.integrations-request{
  padding:84px 24px;background:
  radial-gradient(circle at 83% 18%,rgba(82,231,224,.14),transparent 31%),
  linear-gradient(135deg,#071326,#0e2f5c);color:#fff
}
.integrations-request h2{color:white}
.integrations-request p{color:#c5d5e7;max-width:700px;font-size:18px}
.integrations-request .button{margin-top:12px}
.integration-faq{max-width:900px}
.integration-faq details{border-top:1px solid var(--vc-line);padding:20px 0}
.integration-faq summary{cursor:pointer;font-weight:800;color:#20324b}
.integration-faq p{color:var(--vc-muted);max-width:780px}
@media(max-width:960px){.integrations-hero-grid,.integration-api{grid-template-columns:1fr}.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.integration-benefits{grid-template-columns:1fr}.integration-grid{grid-template-columns:1fr}}
.integrations-page .integrations-hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);
}
.integrations-page .hero-system-platform{
  width:100%;
  min-width:0;
}
.integrations-page .integration-platform-visual{
  display:block;
  min-height:420px;
  margin:0;
  border-color:rgba(126,181,231,.30);
  background:
    radial-gradient(circle at 50% 50%,rgba(42,118,231,.12),transparent 32%),
    linear-gradient(145deg,#0b213f,#123863);
  box-shadow:0 24px 60px rgba(17,55,95,.15);
}
.integrations-page .integration-platform-visual::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(104,179,240,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(104,179,240,.055) 1px,transparent 1px);
  background-size:36px 36px;
}
.integrations-page .integration-platform-visual .data-source,
.integrations-page .integration-platform-visual .outcome-card{
  box-sizing:border-box;
  width:164px;
  height:84px;
  min-height:84px;
  padding:12px 14px;
  background:linear-gradient(145deg,#3c759f,#356b95);
  border-color:rgba(159,207,239,.38);
  box-shadow:0 14px 30px rgba(7,28,55,.17),inset 0 1px 0 rgba(255,255,255,.045);
  z-index:3;
}
.integrations-page .integration-platform-visual .data-source{
  left:20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.integrations-page .integration-platform-visual .outcome-card{
  right:20px;
  display:flex;
  align-items:center;
  gap:10px;
}
.integrations-page .integration-platform-visual .data-source small,
.integrations-page .integration-platform-visual .outcome-card small{color:#afd4ed}
.integrations-page .integration-platform-visual .data-source strong,
.integrations-page .integration-platform-visual .outcome-card strong{color:#fff}
.integrations-page .integration-platform-visual .data-source span,
.integrations-page .integration-platform-visual .outcome-card span{color:#d2e3ef}
.integrations-page .integration-platform-visual .source-a{top:22px}
.integrations-page .integration-platform-visual .source-b{top:168px}
.integrations-page .integration-platform-visual .source-c{top:314px}
.integrations-page .integration-platform-visual .outcome-a{top:22px}
.integrations-page .integration-platform-visual .outcome-b{top:168px}
.integrations-page .integration-platform-visual .outcome-c{top:314px}
.integrations-page .integration-orb{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:4;
}
.integrations-page .integration-core-label span:first-child{letter-spacing:.18em}
.integrations-page .integration-flow-lines path{
  stroke:#58aef7;
  stroke-width:1.5;
  stroke-dasharray:6 8;
  opacity:.68;
  animation:integrationDash 7s linear infinite;
}
.integrations-page .integration-flow-lines .path-2,
.integrations-page .integration-flow-lines .path-5{animation-duration:8.4s}
.integrations-page .integration-flow-lines .path-3,
.integrations-page .integration-flow-lines .path-6{animation-duration:6.6s}
.integrations-page .flow-dot{
  fill:#7ce5ff;
  filter:drop-shadow(0 0 5px rgba(124,229,255,.95));
  opacity:.95;
}
.integrations-page .flow-dot.output-dot{
  fill:#8cf1d7;
  filter:drop-shadow(0 0 5px rgba(140,241,215,.95));
}
@keyframes integrationDash{
  to{stroke-dashoffset:-56}
}
@media (prefers-reduced-motion:reduce){.integrations-page .integration-flow-lines path{animation:none!important}.integrations-page .flow-dot{display:none}}
@media(max-width:1100px){.integrations-page .integrations-hero-grid{grid-template-columns:1fr}.integrations-page .hero-system-platform{max-width:720px;margin:10px auto 0}}
@media(max-width:620px){.integrations-page .integration-platform-visual{
    transform:scale(.82);
    transform-origin:center center;
    width:122%;
    margin-left:-11%;
  }}
.integrations-page .integration-platform-visual .integration-rotator strong{
  display:block;
  transition:opacity .22s ease,transform .22s ease;
  will-change:opacity,transform;
}
.integrations-page .integration-platform-visual .integration-rotator small{
  transition:opacity .22s ease;
}
.integrations-page .integration-platform-visual .integration-rotator.is-switching strong{
  opacity:0;transform:translateY(5px);
}
.integrations-page .integration-platform-visual .integration-rotator.is-switching small{opacity:.35}
.integrations-page .integration-platform-visual .integration-outcome{justify-content:center}
@media (prefers-reduced-motion:reduce){.integrations-page .integration-platform-visual .integration-rotator strong,
  .integrations-page .integration-platform-visual .integration-rotator small{transition:none!important}}
.integrations-page .integration-platform-visual .data-source strong,
.integrations-page .integration-platform-visual .outcome-card strong{
  font-size:14px;
  line-height:1.15;
}
.integrations-page .integration-core-label span{
  font-size:13px;
  letter-spacing:.18em;
}
