/* ===== Integration Hub — hero visual override ===== */
.product-hero__visual{
  aspect-ratio:auto !important;
  max-width:60rem !important;
  margin:0 0 0 auto !important;
  padding:0 !important;
}
.product-hero__visual-frame,
.product-hero__visual-main,
.product-hero__visual-icon,
.product-hero__chip{display:none !important}

.ai{
  position:relative;
  background:#fff;
  border-radius:1.8rem;
  overflow:hidden;
  box-shadow:
    0 30px 60px -20px rgba(3,41,82,.18),
    0 18px 36px -18px rgba(3,41,82,.12),
    0 0 0 1px rgba(3,41,82,.06);
  color:var(--navy-900);
}
.ai::before{
  content:"";position:absolute;
  inset:-3rem -2rem -3rem -2rem;
  background:radial-gradient(ellipse at center,rgba(46,97,255,.18) 0%,transparent 60%);
  filter:blur(40px);
  z-index:-1;
}

.ai__bar{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.1rem 1.6rem;
  background:linear-gradient(180deg,#F5F7FB 0%,#EEF2F8 100%);
  border-bottom:1px solid rgba(3,41,82,.06);
}
.ai__bar-l{display:flex;align-items:center;gap:.7rem}
.ai__bar-icon{
  width:2.2rem;height:2.2rem;border-radius:.5rem;
  background:rgba(46,97,255,.1);color:var(--blue);
  display:grid;place-items:center;flex-shrink:0;
}
.ai__bar-icon svg{width:1.3rem;height:1.3rem;stroke-width:2.5}
.ai__bar-title{font-size:1.2rem;font-weight:700;color:var(--navy-900)}
.ai__bar-sub{font-family:'SF Mono','Consolas',monospace;font-size:.92rem;color:var(--slate-500);margin-left:.3rem;font-weight:500}
.ai__live{
  display:inline-flex;align-items:center;gap:.35rem;
  padding:.25rem .7rem;
  background:rgba(14,171,110,.12);color:var(--success);
  border-radius:99rem;font-size:.85rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;
}
.ai__live::before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:var(--success);animation:aiPulse 1.6s ease-in-out infinite}
@keyframes aiPulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(14,171,110,.45)}50%{opacity:.8;box-shadow:0 0 0 .4rem rgba(14,171,110,0)}}

.ai__body{
  display:grid;grid-template-columns:1.1fr 1fr;
  gap:0;
  min-height:30rem;
}

/* Network diagram column */
.ai__net{
  position:relative;
  padding:1rem;
  background:linear-gradient(180deg,rgba(176,201,254,.14) 0%,transparent 60%);
  border-right:1px solid rgba(3,41,82,.06);
  display:flex;align-items:center;justify-content:center;
}
.ai__net-svg{width:100%;max-width:30rem;height:auto;display:block}
.ai-line{stroke:rgba(46,97,255,.22);stroke-width:1.4;fill:none}
.ai-flow{
  stroke:#2e61ff;stroke-width:1.4;fill:none;
  stroke-dasharray:4 8;
  animation:aiFlow 1.8s linear infinite;
}
@keyframes aiFlow{to{stroke-dashoffset:-24}}
.ai-node-bg{fill:#fff;stroke:rgba(46,97,255,.25);stroke-width:1.2}
.ai-node-dot{fill:#0EAB6E}
.ai-node-text{
  fill:var(--navy-900);font-family:'Inter',sans-serif;
  font-size:8.5px;font-weight:700;text-anchor:middle;letter-spacing:.4px;
}
.ai-hub-ring{fill:none;stroke:rgba(46,97,255,.2);stroke-width:1}
.ai-hub{
  fill:url(#aiHubGrad);
  filter:drop-shadow(0 0 8px rgba(46,97,255,.5));
}
.ai-hub-text{
  fill:#fff;font-family:'Inter',sans-serif;
  font-size:9.5px;font-weight:800;text-anchor:middle;letter-spacing:.5px;
}

/* Live calls log */
.ai__log{
  padding:1rem 1.2rem 1.2rem;
  background:#F7F9FD;
  display:flex;flex-direction:column;
}
.ai__log-t{
  font-size:.78rem;font-weight:700;color:var(--slate-500);
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem;
  display:flex;align-items:center;justify-content:space-between;
}
.ai__log-t .ai__count{
  font-family:'SF Mono','Consolas',monospace;
  font-size:.78rem;color:var(--success);font-weight:700;
}
.ai-call{
  padding:.6rem .7rem;
  background:#fff;
  border:1px solid rgba(3,41,82,.06);
  border-radius:.5rem;
  margin-bottom:.45rem;
  font-family:'SF Mono','Consolas',monospace;
  font-size:.92rem;
  display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;
}
.ai-call:last-child{margin-bottom:0}
.ai-call-m{
  font-size:.7rem;font-weight:800;
  padding:.15rem .4rem;border-radius:.25rem;
  text-align:center;letter-spacing:.04em;
}
.ai-call-m--get{background:rgba(46,97,255,.12);color:var(--blue)}
.ai-call-m--post{background:rgba(14,171,110,.13);color:var(--success)}
.ai-call-m--put{background:rgba(245,158,11,.15);color:#92400E}
.ai-call-p{color:var(--navy-900);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.ai-call-p .tk-id{color:var(--blue);font-weight:600}
.ai-call-r{
  font-size:.78rem;font-weight:700;color:var(--slate-500);
  display:flex;align-items:center;gap:.35rem;flex-shrink:0;
}
.ai-call-r::before{content:"";width:.4rem;height:.4rem;border-radius:50%;background:var(--success)}
.ai-call--err .ai-call-r::before{background:#F59E0B}
.ai-call-r b{color:var(--success);font-weight:700}
.ai-call--err .ai-call-r b{color:#92400E}

/* Footer stats */
.ai__foot{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
  padding:1rem 1.6rem;
  background:linear-gradient(180deg,#F5F7FB 0%,#EEF2F8 100%);
  border-top:1px solid rgba(3,41,82,.06);
}
.ai__stat{
  display:flex;flex-direction:column;gap:.15rem;
  min-width:0;
}
.ai__stat-l{font-size:.7rem;font-weight:600;color:var(--slate-500);text-transform:uppercase;letter-spacing:.05em}
.ai__stat-v{font-size:1.4rem;font-weight:700;color:var(--navy-900);letter-spacing:-.01em;font-family:'SF Mono','Consolas',monospace}
.ai__stat-v small{font-size:.75rem;color:var(--slate-500);font-weight:600;margin-left:.2rem;font-family:'Inter',sans-serif}
.ai__stat-v .up{color:var(--success)}

@media (max-width:991px){
  .product-hero__visual{max-width:60rem !important;margin:0 auto !important}
  .ai__body{grid-template-columns:1fr;min-height:0}
  .ai__net{border-right:0;border-bottom:1px solid rgba(255,255,255,.06);padding:1.4rem 1rem}
  .ai__net-svg{max-width:28rem}
  .ai__foot{grid-template-columns:repeat(2,1fr);gap:1.2rem}
}
@media (max-width:600px){
  .ai__bar,.ai__net,.ai__log,.ai__foot{padding-left:1.2rem;padding-right:1.2rem}
  .ai__stat-v{font-size:1.15rem}
  .ai-call{font-size:.85rem}
}

@media (max-width:600px){.product-hero__visual{display:none}}

.product-hero__visual{max-width:100% !important;margin:2.4rem auto 0 !important}
