
  :root{
    --ag-bg:        #0b0e13;
    --ag-surface:   #111520;
    --ag-surface2:  #161b28;
    --ag-border:    rgba(255,255,255,0.07);
    --ag-cyan:      #00e5c0;
    --ag-cyan-d:    rgba(0,229,192,0.10);
    --ag-cyan-g:    rgba(0,229,192,0.20);
    --ag-violet:    #7c6bff;
    --ag-violet-d:  rgba(124,107,255,0.10);
    --ag-violet-g:  rgba(124,107,255,0.22);
    --ag-orange:    #ff6b35;
    --ag-white:     #f0f2f7;
    --ag-muted:     #7a8499;
    --ff-head:      'Barlow Condensed',sans-serif;
    --ff-body:      'Barlow',sans-serif;
  }
  body{ background:var(--ag-bg); font-family:var(--ff-body); }

  /* ── shared helpers ── */
  .ag-section    { padding:90px 0; }
  .ag-section-sm { padding:60px 0; }

  .ag-kicker{
    display:inline-flex;align-items:center;gap:8px;
    font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;
    color:var(--ag-cyan);border:1px solid rgba(0,229,192,.22);
    padding:.3rem .9rem;border-radius:50px;margin-bottom:1.25rem;
  }
  .ag-kicker-dot{width:6px;height:6px;border-radius:50%;background:var(--ag-cyan);
    animation:ag-kd 2s infinite;}
  @keyframes ag-kd{0%,100%{box-shadow:0 0 0 0 var(--ag-cyan-g);}50%{box-shadow:0 0 0 6px transparent;}}

  .ag-h2{
    font-family:var(--ff-head);font-size:clamp(2rem,4vw,3.4rem);
    font-weight:900;text-transform:uppercase;line-height:.95;
    letter-spacing:-.01em;color:var(--ag-white);margin-bottom:1rem;
  }
  .ag-h2 .hl  { color:var(--ag-cyan); }
  .ag-h2 .hlv { color:var(--ag-violet); }
  .ag-lead{font-size:1rem;font-weight:300;line-height:1.8;color:var(--ag-muted);}

  /* ── circuit bg ── */
  .ag-circuit-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;}
  .ag-circuit-bg svg{width:100%;height:100%;}

  /* ══════════════════════════════
     BREADCRUMB
  ══════════════════════════════ */
  .ag-breadcrumb-bar{
    background:var(--ag-surface);border-bottom:1px solid var(--ag-border);padding:.75rem 0;
  }
  .ag-breadcrumb{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;}
  .ag-breadcrumb li{font-size:.78rem;color:var(--ag-muted);}
  .ag-breadcrumb li a{color:var(--ag-muted);text-decoration:none;transition:color .2s;}
  .ag-breadcrumb li a:hover{color:var(--ag-cyan);}
  .ag-breadcrumb li.active{color:var(--ag-white);}
  .ag-bc-sep{color:rgba(255,255,255,.18);font-size:.6rem;}

  /* ══════════════════════════════
     HERO
  ══════════════════════════════ */
  .ag-hero{
    position:relative;padding:100px 0 80px;overflow:hidden;
    background:linear-gradient(150deg,rgba(124,107,255,.05) 0%,var(--ag-bg) 55%,rgba(0,229,192,.03) 100%);
  }
  .ag-hero-tag{
    display:inline-flex;align-items:center;gap:8px;
    font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
    color:var(--ag-violet);background:var(--ag-violet-d);
    border:1px solid rgba(124,107,255,.25);padding:.4rem 1rem;border-radius:6px;
    margin-bottom:1.5rem;
  }
  .ag-hero-h1{
    font-family:var(--ff-head);
    font-size:clamp(2.8rem,6vw,5.2rem);
    font-weight:900;text-transform:uppercase;line-height:.92;letter-spacing:-.02em;
    color:var(--ag-white);margin-bottom:1.5rem;
  }
  .ag-hero-h1 .hl { color:var(--ag-cyan); }
  .ag-hero-h1 .hlv{ color:var(--ag-violet); }
  .ag-hero-lead{
    font-size:1.05rem;font-weight:300;line-height:1.85;
    color:var(--ag-muted);max-width:560px;margin-bottom:2.25rem;
  }
  .ag-hero-lead strong{color:var(--ag-white);font-weight:500;}

  /* CTA buttons */
  .btn-ag-primary{
    display:inline-flex;align-items:center;gap:9px;
    font-family:var(--ff-head);font-size:.95rem;font-weight:800;
    text-transform:uppercase;letter-spacing:.1em;
    color:#07090e;background:var(--ag-cyan);
    border:none;padding:.9rem 2rem;border-radius:8px;text-decoration:none;
    position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s;
  }
  .btn-ag-primary::after{content:'';position:absolute;inset:0;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
    transform:translateX(-100%);transition:transform .5s ease;}
  .btn-ag-primary:hover{color:#07090e;transform:translateY(-2px);box-shadow:0 8px 28px var(--ag-cyan-g);}
  .btn-ag-primary:hover::after{transform:translateX(100%);}

  .btn-ag-violet{
    display:inline-flex;align-items:center;gap:9px;
    font-family:var(--ff-head);font-size:.95rem;font-weight:800;
    text-transform:uppercase;letter-spacing:.1em;
    color:#fff;background:var(--ag-violet);
    border:none;padding:.9rem 2rem;border-radius:8px;text-decoration:none;
    transition:transform .2s,box-shadow .2s;
  }
  .btn-ag-violet:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px var(--ag-violet-g);}

  .btn-ag-ghost{
    display:inline-flex;align-items:center;gap:8px;
    font-family:var(--ff-body);font-size:.88rem;font-weight:500;
    color:var(--ag-white);border:1px solid var(--ag-border);
    padding:.9rem 1.75rem;border-radius:8px;text-decoration:none;
    transition:border-color .2s,background .2s;
  }
  .btn-ag-ghost:hover{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:var(--ag-white);}

  /* Hero stats */
  .ag-hero-stats{
    display:grid;grid-template-columns:1fr 1fr;gap:1px;
    background:var(--ag-border);border:1px solid var(--ag-border);
    border-radius:14px;overflow:hidden;
  }
  .ag-hero-stat{background:var(--ag-surface);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.4rem;}
  .ag-hero-stat-num{font-family:var(--ff-head);font-size:2.6rem;font-weight:800;color:var(--ag-white);line-height:1;}
  .ag-hero-stat-num .c{color:var(--ag-cyan);}
  .ag-hero-stat-num .v{color:var(--ag-violet);}
  .ag-hero-stat-label{font-size:.78rem;color:var(--ag-muted);line-height:1.4;}
  .ag-hero-stat-src{font-size:.65rem;color:rgba(122,132,153,.55);}

  /* ══════════════════════════════
     TRUST TICKER
  ══════════════════════════════ */
  .ag-trust-bar{
    background:var(--ag-surface);
    border-top:1px solid var(--ag-border);border-bottom:1px solid var(--ag-border);
    padding:18px 0;overflow:hidden;
  }
  .ag-trust-scroll{
    display:flex;gap:3rem;width:max-content;
    animation:ag-trust 28s linear infinite;
  }
  .ag-trust-scroll:hover{animation-play-state:paused;}
  @keyframes ag-trust{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
  .ag-trust-item{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:.78rem;font-weight:500;color:var(--ag-muted);}
  .ag-trust-item i{color:var(--ag-cyan);font-size:.85rem;}
  .ag-trust-sep{width:4px;height:4px;border-radius:50%;background:var(--ag-border);flex-shrink:0;}

  /* ══════════════════════════════
     WHAT ARE AI AGENTS — with
     animated pipeline diagram
  ══════════════════════════════ */
  .ag-pipeline-wrap{
    background:var(--ag-surface);border:1px solid var(--ag-border);
    border-radius:16px;padding:2rem;position:relative;overflow:hidden;
  }
  .ag-pipeline-wrap::before{
    content:'';position:absolute;top:0;left:0;right:0;height:2px;
    background:linear-gradient(90deg,transparent,var(--ag-violet) 50%,transparent);
  }
  .ag-pipeline-label{
    font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
    color:var(--ag-muted);text-align:center;margin-bottom:1.5rem;
  }
  .ag-pipeline{display:flex;align-items:center;gap:0;justify-content:center;flex-wrap:nowrap;}
  .ag-pipe-node{
    display:flex;flex-direction:column;align-items:center;gap:.6rem;
    min-width:90px;
  }
  .ag-pipe-icon{
    width:52px;height:52px;border-radius:12px;
    display:flex;align-items:center;justify-content:center;
    font-size:1.1rem;border:1px solid var(--ag-border);
    transition:all .4s;position:relative;
  }
  .ag-pipe-icon.thinking::after{
    content:'';position:absolute;inset:-3px;border-radius:14px;
    border:2px solid transparent;
    animation:ag-think 2s linear infinite;
    background:conic-gradient(from 0deg,transparent 70%,var(--ag-violet)) border-box;
    -webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite:destination-out;mask-composite:exclude;
  }
  @keyframes ag-think{to{transform:rotate(360deg);}}
  .ag-pipe-icon.in  {background:rgba(0,229,192,.1);border-color:rgba(0,229,192,.3);color:var(--ag-cyan);}
  .ag-pipe-icon.core{background:var(--ag-violet-d);border-color:rgba(124,107,255,.35);color:var(--ag-violet);}
  .ag-pipe-icon.out {background:rgba(255,107,53,.09);border-color:rgba(255,107,53,.28);color:var(--ag-orange);}
  .ag-pipe-title{font-family:var(--ff-head);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ag-white);text-align:center;}
  .ag-pipe-sub{font-size:.65rem;color:var(--ag-muted);text-align:center;line-height:1.4;}

  .ag-pipe-arrow{
    flex:1;display:flex;align-items:center;justify-content:center;
    padding:0 .5rem;
  }
  .ag-pipe-arrow-line{
    height:2px;width:100%;background:linear-gradient(90deg,var(--ag-border),var(--ag-violet-d),var(--ag-border));
    position:relative;overflow:hidden;min-width:20px;
  }
  .ag-pipe-arrow-line::after{
    content:'';position:absolute;top:0;left:-100%;height:100%;width:60%;
    background:linear-gradient(90deg,transparent,var(--ag-violet),transparent);
    animation:ag-flow 2.5s ease-in-out infinite;
  }
  @keyframes ag-flow{0%{left:-60%;}100%{left:110%;}}
  .ag-pipe-arr-head{color:var(--ag-violet);font-size:.7rem;margin-left:-2px;}

  /* Input chips */
  .ag-input-chips{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center;margin-top:.4rem;}
  .ag-chip{
    font-size:.6rem;font-weight:500;letter-spacing:.06em;
    color:var(--ag-cyan);background:var(--ag-cyan-d);
    border:1px solid rgba(0,229,192,.18);padding:.15rem .5rem;border-radius:4px;
  }
  /* Output chips */
  .ag-out-chip{
    font-size:.6rem;font-weight:500;
    color:var(--ag-orange);background:rgba(255,107,53,.08);
    border:1px solid rgba(255,107,53,.2);padding:.15rem .5rem;border-radius:4px;
  }

  /* ══════════════════════════════
     AGENT TYPES
  ══════════════════════════════ */
  .ag-type-card{
    background:var(--ag-surface);border:1px solid var(--ag-border);
    border-radius:14px;padding:2rem;height:100%;
    position:relative;overflow:hidden;
    transition:border-color .3s,transform .3s;
  }
  .ag-type-card:hover{border-color:rgba(124,107,255,.28);transform:translateY(-3px);}
  .ag-type-card::before{
    content:'';position:absolute;top:0;left:0;right:0;height:3px;
    background:linear-gradient(90deg,var(--ag-violet),var(--ag-cyan));
    transform:scaleX(0);transform-origin:left;transition:transform .35s ease;
  }
  .ag-type-card:hover::before{transform:scaleX(1);}

  /* Watermark number */
  .ag-type-card::after{
    content:attr(data-n);
    font-family:var(--ff-head);font-size:5rem;font-weight:900;
    color:rgba(124,107,255,.04);line-height:1;
    position:absolute;bottom:.25rem;right:1rem;pointer-events:none;
  }

  .ag-type-icon{
    width:48px;height:48px;border-radius:12px;
    background:var(--ag-violet-d);border:1px solid rgba(124,107,255,.22);
    display:flex;align-items:center;justify-content:center;
    font-size:1.1rem;color:var(--ag-violet);margin-bottom:1.25rem;
    transition:box-shadow .3s;
  }
  .ag-type-card:hover .ag-type-icon{box-shadow:0 0 20px var(--ag-violet-g);}
  .ag-type-title{
    font-family:var(--ff-head);font-size:1.15rem;font-weight:700;
    text-transform:uppercase;letter-spacing:.03em;color:var(--ag-white);
    margin-bottom:.75rem;line-height:1.1;
  }
  .ag-type-text{font-size:.88rem;font-weight:300;line-height:1.75;color:var(--ag-muted);margin-bottom:1rem;}

  /* Capability pills */
  .ag-type-caps{display:flex;flex-wrap:wrap;gap:.4rem;}
  .ag-cap{
    font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
    color:var(--ag-violet);background:var(--ag-violet-d);
    border:1px solid rgba(124,107,255,.2);padding:.18rem .55rem;border-radius:4px;
  }

  /* ROI tag */
  .ag-type-roi{
    position:absolute;top:1.25rem;right:1.25rem;
    font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
    color:var(--ag-cyan);background:var(--ag-cyan-d);
    border:1px solid rgba(0,229,192,.2);padding:.2rem .6rem;border-radius:4px;
  }

  /* ══════════════════════════════
     WHY CUSTOM — comparison
  ══════════════════════════════ */
  .ag-compare-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;
  }
  .ag-compare-col{
    background:var(--ag-surface);border:1px solid var(--ag-border);
    border-radius:14px;padding:2rem;position:relative;overflow:hidden;
  }
  .ag-compare-col.custom{border-color:rgba(0,229,192,.2);}
  .ag-compare-col.custom::before{
    content:'';position:absolute;top:0;left:0;right:0;height:2px;
    background:linear-gradient(90deg,transparent,var(--ag-cyan) 50%,transparent);
  }
  .ag-compare-col-label{
    font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
    margin-bottom:1.25rem;display:flex;align-items:center;gap:8px;
  }
  .ag-compare-col-label.off{color:var(--ag-muted);}
  .ag-compare-col-label.cus{color:var(--ag-cyan);}
  .ag-compare-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem;}
  .ag-compare-list li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--ag-muted);line-height:1.5;}
  .ag-compare-list li .ic{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:.6rem;}
  .ic-no {background:rgba(255,107,53,.1); color:var(--ag-orange);}
  .ic-yes{background:var(--ag-cyan-d);    color:var(--ag-cyan);}
  .ag-compare-list li strong{color:var(--ag-white);}

  /* ══════════════════════════════
     BUILD PROCESS
  ══════════════════════════════ */
  .ag-proc-card{
    background:var(--ag-surface);border:1px solid var(--ag-border);
    border-radius:12px;padding:1.75rem;
    transition:border-color .3s,transform .3s;
  }
  .ag-proc-card:hover{border-color:rgba(124,107,255,.25);transform:translateY(-3px);}
  .ag-proc-node{
    width:52px;height:52px;border-radius:12px;
    background:var(--ag-bg);border:2px solid var(--ag-border);
    display:flex;align-items:center;justify-content:center;
    font-size:1.1rem;color:var(--ag-muted);margin-bottom:1.25rem;
    transition:all .4s;
  }
  .ag-proc-card:hover .ag-proc-node{
    background:var(--ag-violet-d);border-color:var(--ag-violet);
    color:var(--ag-violet);box-shadow:0 0 20px var(--ag-violet-g);
  }
  .ag-proc-num{font-family:var(--ff-head);font-size:.62rem;font-weight:700;letter-spacing:.15em;color:var(--ag-violet);text-transform:uppercase;margin-bottom:.4rem;display:block;}
  .ag-proc-title{font-family:var(--ff-head);font-size:1.05rem;font-weight:700;text-transform:uppercase;color:var(--ag-white);margin-bottom:.6rem;letter-spacing:.02em;}
  .ag-proc-text{font-size:.83rem;font-weight:300;line-height:1.7;color:var(--ag-muted);margin:0;}
  .ag-proc-deliver{
    display:inline-flex;align-items:center;gap:5px;
    font-size:.7rem;font-weight:500;color:var(--ag-white);
    background:var(--ag-surface2);border:1px solid var(--ag-border);
    border-radius:50px;padding:.25rem .75rem;margin-top:1rem;
  }
  .ag-proc-deliver i{color:var(--ag-cyan);font-size:.65rem;}

  /* connector line desktop */
  .ag-proc-line{
    position:absolute;top:52px;left:calc(26px + 1.5rem);right:1.5rem;
    height:2px;background:var(--ag-border);z-index:0;
  }
  .ag-proc-line-fill{
    position:absolute;top:0;left:0;height:100%;width:0%;
    background:linear-gradient(90deg,var(--ag-violet),var(--ag-cyan));
    transition:width 1.2s cubic-bezier(.4,0,.2,1);
  }

  /* ══════════════════════════════
     USE CASE ROI CARDS
  ══════════════════════════════ */
  .ag-roi-card{
    background:var(--ag-surface);border:1px solid var(--ag-border);
    border-radius:12px;padding:1.75rem;
    transition:border-color .3s;
  }
  .ag-roi-card:hover{border-color:rgba(0,229,192,.22);}
  .ag-roi-num{
    font-family:var(--ff-head);font-size:2.6rem;font-weight:800;
    color:var(--ag-white);line-height:1;margin-bottom:.25rem;
  }
  .ag-roi-num span{color:var(--ag-cyan);}
  .ag-roi-metric{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ag-muted);margin-bottom:.85rem;}
  .ag-roi-title{font-family:var(--ff-head);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--ag-white);margin-bottom:.5rem;}
  .ag-roi-text{font-size:.82rem;font-weight:300;line-height:1.7;color:var(--ag-muted);margin:0;}

  /* ══════════════════════════════
     INTEGRATION ECOSYSTEM
  ══════════════════════════════ */
  .ag-integ-grid{
    display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;
  }
  .ag-integ-badge{
    display:inline-flex;align-items:center;gap:7px;
    font-size:.78rem;font-weight:500;color:var(--ag-muted);
    background:var(--ag-surface);border:1px solid var(--ag-border);
    padding:.5rem 1.1rem;border-radius:8px;
    transition:color .2s,border-color .2s,background .2s;
  }
  .ag-integ-badge i{font-size:.9rem;color:var(--ag-violet);}
  .ag-integ-badge:hover{color:var(--ag-white);border-color:rgba(124,107,255,.28);background:var(--ag-violet-d);}

  /* ══════════════════════════════
     TECH STACK
  ══════════════════════════════ */
  .ag-tech-badge{
    display:inline-flex;align-items:center;gap:7px;
    font-size:.78rem;font-weight:500;color:var(--ag-muted);
    background:var(--ag-surface);border:1px solid var(--ag-border);
    padding:.5rem 1.1rem;border-radius:8px;
    transition:color .2s,border-color .2s,background .2s;
  }
  .ag-tech-badge i{font-size:.9rem;color:var(--ag-cyan);}
  .ag-tech-badge:hover{color:var(--ag-white);border-color:rgba(0,229,192,.22);background:var(--ag-cyan-d);}

  /* ══════════════════════════════
     TESTIMONIALS
  ══════════════════════════════ */
  .ag-testi-card{
    background:var(--ag-surface);border:1px solid var(--ag-border);
    border-radius:14px;padding:2rem;position:relative;overflow:hidden;
  }
  .ag-testi-card::before{
    content:'"';font-family:Georgia,serif;font-size:6rem;font-weight:900;
    color:rgba(124,107,255,.07);line-height:.8;
    position:absolute;top:.5rem;left:1.25rem;pointer-events:none;
  }
  .ag-testi-text{
    font-size:.92rem;font-weight:300;line-height:1.8;
    color:var(--ag-white);margin-bottom:1.5rem;position:relative;z-index:1;font-style:italic;
  }
  .ag-testi-author{display:flex;align-items:center;gap:.85rem;position:relative;z-index:1;}
  .ag-testi-avatar{
    width:40px;height:40px;border-radius:50%;flex-shrink:0;
    display:flex;align-items:center;justify-content:center;
    font-family:var(--ff-head);font-size:.9rem;font-weight:700;
  }
  .ag-testi-name{font-size:.85rem;font-weight:600;color:var(--ag-white);}
  .ag-testi-role{font-size:.75rem;color:var(--ag-muted);}
  .ag-testi-stars{color:#ffc107;font-size:.75rem;margin-top:.25rem;letter-spacing:2px;}
  .ag-testi-tag{
    position:absolute;top:1.25rem;right:1.25rem;
    font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
    color:var(--ag-violet);background:var(--ag-violet-d);
    border:1px solid rgba(124,107,255,.2);padding:.2rem .6rem;border-radius:4px;
  }

  /* ══════════════════════════════
     FAQ
  ══════════════════════════════ */
  .ag-faq-item{border-bottom:1px solid var(--ag-border);}
  .ag-faq-q{
    width:100%;background:none;border:none;cursor:pointer;
    display:flex;align-items:center;justify-content:space-between;gap:1rem;
    padding:1.25rem 0;text-align:left;
  }
  .ag-faq-q-text{font-size:.95rem;font-weight:500;color:var(--ag-white);line-height:1.4;font-family:var(--ff-body);}
  .ag-faq-icon{
    width:28px;height:28px;border-radius:50%;border:1px solid var(--ag-border);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
    font-size:.65rem;color:var(--ag-muted);
    transition:border-color .2s,color .2s,transform .3s;
  }
  .ag-faq-item.open .ag-faq-icon{border-color:var(--ag-violet);color:var(--ag-violet);transform:rotate(45deg);}
  .ag-faq-a{display:none;padding-bottom:1.25rem;font-size:.88rem;font-weight:300;line-height:1.8;color:var(--ag-muted);}
  .ag-faq-item.open .ag-faq-a{display:block;}

  /* ══════════════════════════════
     RELATED SERVICES
  ══════════════════════════════ */
  .ag-related-card{
    background:var(--ag-surface);border:1px solid var(--ag-border);
    border-radius:12px;padding:1.75rem;text-decoration:none;
    display:block;transition:border-color .3s,transform .3s;height:100%;
  }
  .ag-related-card:hover{border-color:rgba(124,107,255,.25);transform:translateY(-3px);}
  .ag-related-icon{
    width:44px;height:44px;border-radius:10px;
    display:flex;align-items:center;justify-content:center;
    font-size:1rem;margin-bottom:1.1rem;border:1px solid transparent;
  }
  .ag-related-title{
    font-family:var(--ff-head);font-size:1.05rem;font-weight:700;
    text-transform:uppercase;color:var(--ag-white);margin-bottom:.5rem;
    display:flex;align-items:center;gap:.5rem;
  }
  .ag-related-title i{font-size:.75rem;color:var(--ag-cyan);opacity:0;transition:opacity .2s,transform .2s;transform:translateX(-4px);}
  .ag-related-card:hover .ag-related-title i{opacity:1;transform:translateX(0);}
  .ag-related-text{font-size:.82rem;font-weight:300;line-height:1.65;color:var(--ag-muted);margin:0;}

  /* ══════════════════════════════
     CTA BAND
  ══════════════════════════════ */
  .ag-cta-band{
    background:var(--ag-surface);
    border-top:1px solid var(--ag-border);border-bottom:1px solid var(--ag-border);
    position:relative;overflow:hidden;padding:80px 0;
  }
  .ag-cta-band::before{
    content:'';position:absolute;top:-150px;left:50%;transform:translateX(-50%);
    width:700px;height:400px;
    background:radial-gradient(ellipse,rgba(124,107,255,.1) 0%,transparent 70%);
    pointer-events:none;
  }
  .ag-cta-headline{
    font-family:var(--ff-head);font-size:clamp(2rem,4.5vw,4rem);
    font-weight:900;text-transform:uppercase;line-height:.95;
    letter-spacing:-.01em;color:var(--ag-white);margin-bottom:.75rem;
  }
  .ag-cta-headline .hl {color:var(--ag-cyan);}
  .ag-cta-headline .hlv{color:var(--ag-violet);}
  .ag-urgency{
    display:inline-flex;align-items:center;gap:7px;
    font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
    color:var(--ag-orange);background:rgba(255,107,53,.09);
    border:1px solid rgba(255,107,53,.28);padding:.3rem .85rem;border-radius:50px;
    margin-bottom:1.25rem;
  }
  .ag-urgency-blink{width:6px;height:6px;border-radius:50%;background:var(--ag-orange);animation:ag-ublink 1.2s infinite;}
  @keyframes ag-ublink{0%,100%{opacity:1;}50%{opacity:.15;}}

  /* ══════════════════════════════
     RESPONSIVE
  ══════════════════════════════ */
  @media(max-width:991px){
    .ag-compare-grid{grid-template-columns:1fr;}
    .ag-pipeline{flex-wrap:wrap;gap:1rem;}
    .ag-pipe-arrow{display:none;}
  }
  @media(max-width:767px){
    .ag-hero{padding:64px 0 56px;}
    .ag-section{padding:60px 0;}
    .ag-hero-stats{grid-template-columns:1fr 1fr;}
    .ag-proc-line{display:none;}
  }
 
    /* ── OVERFLOW FIX ── */

/* 1. Contain the SVG lines — kill overflow:visible */
.ai-conn-lines-left svg,
.ai-conn-lines-right svg {
  overflow: hidden;
}

/* 2. Let tool labels wrap so they don't bust the grid */
.ai-conn-tool {
  white-space: normal;
  word-break: break-word;
}

/* 3. Hide the diagram at tablet too, not just mobile */
@media (max-width: 991px) {
  .ai-conn-diagram {
    display: none;
  }
  .ai-connector-wrap {
    display: none;
  }
}

/* 4. Nuclear option for the whole page — catches any other rogue element */
body {
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
