:root {
  --navy:   #0b0f1f;
  --dark:   #0e1428;
  --card:   #111726;
  --card2:  #141c30;
  --blue:   #1e6bff;
  --blue2:  #3d8bff;
  --blue-l: #6aabff;
  --red:    #e8452a;
  --grad:   linear-gradient(135deg,#1e6bff 0%,#e8452a 100%);
  --white:  #ffffff;
  --off:    #d0daf0;
  --muted:  #6e7d9e;
  --border: rgba(30,107,255,0.16);
  --font:   'Poppins', sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--navy);color:var(--white);font-family:var(--font);font-weight:300;line-height:1.7;overflow-x:hidden}


/* ── HERO ── */
.hero{
  min-height:100vh;display:flex;align-items:center;
  padding:9rem 0 6rem;position:relative;overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(ellipse 65% 55% at 62% 42%,rgba(30,107,255,.09) 0%,transparent 65%),
    radial-gradient(ellipse 38% 45% at 4% 86%,rgba(232,69,42,.06) 0%,transparent 55%),
    linear-gradient(160deg,#0b0f1f 0%,#0e1428 60%,#090e1c 100%);
}
.hero-dots{
  position:absolute;inset:0;z-index:0;opacity:.022;
  background-image:radial-gradient(circle,#6aabff 1px,transparent 1px);
  background-size:44px 44px;
}
.hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;width:100%;}
.hero-two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}

.hero-pill{
  display:inline-flex;align-items:center;gap:.6rem;
  background:rgba(30,107,255,.1);border:1px solid rgba(30,107,255,.28);
  border-radius:100px;padding:.3rem .95rem;
  font-size:.68rem;font-weight:600;letter-spacing:.15em;
  text-transform:uppercase;color:var(--blue-l);margin-bottom:1.5rem;
}
.hero-pill .pulse{width:6px;height:6px;border-radius:50%;background:var(--blue2);animation:pls 2s infinite}
@keyframes pls{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}

h1{font-size:clamp(2.4rem,4.6vw,4rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.25rem}
h1 .hl{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:clamp(.95rem,1.35vw,1.08rem);font-weight:400;color:var(--off);margin-bottom:1.3rem;line-height:1.7;max-width:580px}
.hero-body{font-size:.88rem;color:var(--muted);max-width:560px;margin-bottom:2.4rem;line-height:2}
.hero-btns{display:flex;gap:.9rem;flex-wrap:wrap}

/* Buttons */
.btn{display:inline-block;font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:.9rem 2rem;text-decoration:none;transition:all .3s;cursor:pointer;border:none;width: auto;
    line-height: normal;
    margin: 0;
    height: auto;}
.btn.btn-blue-v2{color:var(--white);background:var(--blue)}
.btn-blue-v2:hover{background:var(--blue2);box-shadow:0 8px 32px rgba(30,107,255,.45);transform:translateY(-2px)}
.btn-outline{color:var(--blue-l);border:1px solid rgba(30,107,255,.38);background:transparent}
.btn-outline:hover{background:rgba(30,107,255,.08);border-color:var(--blue);color:var(--blue);}

/* AI Visual */
.hero-visual-col{display:flex;justify-content:center;align-items:center}
.ai-visual{position:relative;width:460px;height:460px;flex-shrink:0}
#nodeCanvas{position:absolute;inset:0;width:100%;height:100%;z-index:0}
.ai-orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}
.ai-orb-inner{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}
.ai-orb-ring{position:absolute;border-radius:50%;border:1px solid rgba(30,107,255,.35);animation:spin linear infinite}
.ai-orb-ring-1{width:120px;height:120px;animation-duration:8s;border-top-color:#1e6bff}
.ai-orb-ring-2{width:88px;height:88px;animation-duration:5s;animation-direction:reverse;border-color:rgba(232,69,42,.28);border-top-color:#e8452a}
.ai-orb-ring-3{width:58px;height:58px;animation-duration:3.2s;border-color:rgba(106,171,255,.25);border-top-color:#6aabff}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.ai-orb-core{
  width:46px;height:46px;border-radius:50%;z-index:1;
  background:var(--grad);display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 28px rgba(30,107,255,.6),0 0 56px rgba(30,107,255,.18);
}
.ai-orb-text{font-size:.5rem;font-weight:700;color:white;letter-spacing:.05em;text-align:center;line-height:1.3}
.ai-orb-text span{color:#ffd080}

/* Floating data cards */
.ai-card{
  position:absolute;z-index:3;
  background:rgba(14,20,40,.92);
  border:1px solid rgba(30,107,255,.26);
  border-radius:10px;padding:.7rem .95rem;
  display:flex;align-items:center;gap:.6rem;
  backdrop-filter:blur(14px);
  box-shadow:0 8px 28px rgba(0,0,0,.4),0 0 0 1px rgba(30,107,255,.08);
  min-width:185px;
  animation:cardFloat linear infinite;
}
.ai-card-1{top:5%;left:-6%;animation-duration:6.2s;animation-delay:0s}
.ai-card-2{bottom:9%;right:-5%;animation-duration:7.1s;animation-delay:-2.3s}
.ai-card-3{bottom:24%;left:-9%;animation-duration:5.6s;animation-delay:-1.1s}
@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* Card icon — pure CSS shapes, no emoji */
.card-icon{
  width:34px;height:34px;flex-shrink:0;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
}
.card-icon-blue{background:rgba(30,107,255,.18);border:1px solid rgba(30,107,255,.3)}
.card-icon-green{background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.25)}
.card-icon-orange{background:rgba(232,69,42,.14);border:1px solid rgba(232,69,42,.25)}

/* SVG icon inside cards */
.card-icon svg{width:16px;height:16px}

.ai-card-label{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.ai-card-val{font-size:.76rem;font-weight:600;color:var(--white);margin-top:.1rem}
.ai-card-badge{margin-left:auto;font-size:.58rem;font-weight:700;padding:.22rem .5rem;border-radius:100px;flex-shrink:0}
.badge-green{background:rgba(34,197,94,.14);color:#4ade80;border:1px solid rgba(34,197,94,.28)}
.badge-blue{background:rgba(30,107,255,.14);color:var(--blue-l);border:1px solid rgba(30,107,255,.28)}
.badge-orange{background:rgba(232,69,42,.14);color:#fb8c70;border:1px solid rgba(232,69,42,.28)}

/* ── SECTION COMMONS ── */
section{padding:7rem 0;}
.si{max-width:1180px;margin:0 auto}
.stag{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-l);margin-bottom:.85rem}
.stag::before{content:'';display:inline-block;width:16px;height:2px;background:var(--blue);border-radius:2px}
h2.st{font-size:clamp(1.75rem,2.8vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem;color: #fff;}
h2.st .hl{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.sbody{font-size:.9rem;color:var(--muted);max-width:640px;line-height:1.9}
.blueline{width:44px;height:3px;background:var(--grad);border-radius:3px;margin:1.1rem 0}

/* ── SERVICES ── */
.services-section{background:var(--dark)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3.25rem}
.svc-card{
  background:var(--card);border:1px solid var(--border);border-radius:10px;
  padding:2.25rem 1.85rem;transition:all .35s;position:relative;overflow:hidden;
}
.svc-card::after, .feat-card::after {content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--grad);opacity:0;transition:opacity .3s}
.svc-card:hover{transform:translateY(-5px);border-color:rgba(30,107,255,.38);box-shadow:0 20px 50px rgba(0,0,0,.28),0 0 24px rgba(30,107,255,.07)}
.svc-card:hover::after, .feat-card:hover::after {opacity:1}
.svc-icon-wrap{
  width:46px;height:46px;border-radius:10px;
  background:rgba(30,107,255,.1);border:1px solid rgba(30,107,255,.2);
  display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;
}
.svc-icon-wrap svg{width:20px;height:20px;stroke:var(--blue-l);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
h3.svc-title{font-size:.97rem;font-weight:600;margin-bottom:.75rem;line-height:1.35;color: #fff;}
.svc-body{font-size:.83rem;color:var(--muted);line-height:1.85}

/* ── DEMO ── */
.demo-section{background:var(--navy)}
.demo-frame{margin-top:3rem;border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.5)}
.demo-frame iframe{width:100%;height:550px;border:none;display:block}
.demo-cta{margin-top:2.25rem;text-align:center}

/* ── FEATURES ── */
.features-section{background:var(--dark)}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3.25rem}
.feat-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:2.25rem 1.85rem;transition:all .35s;position: relative;overflow: hidden;}
.feat-card:hover{transform:translateY(-5px);border-color:rgba(30,107,255,.38)}
.feat-num{font-size:2.6rem;font-weight:800;color:rgb(106 171 255 / 50%);line-height:1;margin-bottom:1rem}
.feat-icon-wrap{
  width:44px;height:44px;border-radius:10px;
  background:rgba(30,107,255,.1);border:1px solid rgba(30,107,255,.2);
  display:flex;align-items:center;justify-content:center;margin-bottom:1rem;
}
.feat-icon-wrap svg{width:20px;height:20px;stroke:var(--blue-l);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
h3.ft{font-size:.97rem;font-weight:600;margin-bottom:.75rem;color: #fff;}
.feat-body{font-size:.83rem;color:var(--muted);line-height:1.85}

/* ── AWARD ── */
.award-section{background:var(--navy);position:relative;overflow:hidden}
.award-glow{position:absolute;inset:0;background:radial-gradient(ellipse 55% 70% at 50% 50%,rgba(30,107,255,.06) 0%,transparent 65%)}
.award-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.award-badge-col{display:flex;justify-content:center;align-items:center;position:relative}
.award-badge-col::before{
  content:'';position:absolute;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,rgba(30,107,255,.09) 0%,transparent 70%);
  animation:bpulse 4s ease-in-out infinite alternate;
}
@keyframes bpulse{from{transform:scale(.9)}to{transform:scale(1.08)}}
.award-badge-col img{width:270px;height:auto;position:relative;z-index:1;filter:drop-shadow(0 0 36px rgba(30,107,255,.4))}
.pullquote{
  font-size:1.25rem;font-weight:300;font-style:italic;line-height:1.65;
  color:var(--off);margin-bottom:1.75rem;position:relative;padding-left:1.4rem;
}
.pullquote::before{content:'"';position:absolute;left:0;top:-.15rem;font-size:2.8rem;color:var(--blue);font-style:normal;line-height:1}
.award-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.75rem}
.chip{
  background:rgba(30,107,255,.09);border:1px solid rgba(30,107,255,.26);
  border-radius:100px;padding:.35rem .9rem;
  font-size:.7rem;font-weight:500;letter-spacing:.06em;color:var(--blue-l);
  display:flex;align-items:center;gap:.5rem;
}
.chip-dot{width:6px;height:6px;border-radius:50%;background:var(--blue-l);flex-shrink:0}

/* ── WHY / STATS ── */
.why-section{background:var(--dark)}
.why-layout{display:grid;grid-template-columns:1fr 1fr;gap:5.5rem;align-items:start}
.why-points{display:flex;flex-direction:column;gap:1.2rem;margin-top:2.25rem}
.why-pt{
  display:flex;gap:1.1rem;padding:1.4rem;
  background:var(--card2);border:1px solid var(--border);border-radius:10px;transition:all .3s;
}
.why-pt:hover{border-color:rgba(30,107,255,.38);background:rgba(30,107,255,.03)}
.why-pt-icon{
  width:40px;height:40px;flex-shrink:0;border-radius:8px;background:var(--grad);
  display:flex;align-items:center;justify-content:center;
}
.why-pt-icon svg{width:18px;height:18px;stroke:white;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.why-pt-title{font-size:.83rem;font-weight:600;margin-bottom:.22rem}
.why-pt-body{font-size:.8rem;color:var(--muted);line-height:1.7}
.why-stats{display:flex;flex-direction:column;gap:1.1rem}
.why-stat{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:1.85rem 2.25rem;text-align:center;transition:border-color .3s}
.why-stat:hover{border-color:rgba(30,107,255,.38)}
.why-stat-n{font-size:2.8rem;font-weight:800;line-height:1;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.4rem}
.why-stat-l{font-size:.7rem;font-weight:500;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}

/* ── FINAL CTA ── */
.cta-section{background:#10162f;text-align:center;position:relative;overflow:hidden}
.cta-glow{position:absolute;inset:0;background:radial-gradient(ellipse 65% 75% at 50% 50%,rgba(30,107,255,.07) 0%,transparent 65%)}
.cta-section .si{position:relative;z-index:1;max-width:780px}
.cta-section h2{font-size:clamp(1.9rem,3.2vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.1rem;color: #fff;}
.cta-section .sbody{margin:0 auto 2.5rem;text-align:center;max-width:600px}
.trust-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.75rem;margin-top:2.75rem;padding-top:2.25rem;border-top:1px solid var(--border)}
.trust-item{display:flex;align-items:center;gap:.45rem;font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.trust-check{width:18px;height:18px;border-radius:50%;background:rgba(30,107,255,.12);border:1px solid rgba(30,107,255,.3);display:flex;align-items:center;justify-content:center}
.trust-check svg{width:9px;height:9px;stroke:var(--blue-l);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.hero-pill{animation:fadeUp .5s .1s ease both}
h1{animation:fadeUp .6s .2s ease both}
.hero-sub{animation:fadeUp .6s .32s ease both}
.hero-body{animation:fadeUp .6s .44s ease both}
.hero-btns{animation:fadeUp .6s .55s ease both}
.hero-visual-col{animation:fadeUp .8s .3s ease both}

.container {max-width: 1368px;padding: 0 15px;}
.trusted-by {    background: var(--dark);}
.trusted-by ul li {overflow: hidden;}
.integrations ul li {overflow: hidden;border-radius: 10px;background-color: #fff;}
.sbody.w-100 {max-width: 100%;}
.banner-form {height: 100%;display: flex;flex-direction: column;justify-content: center;}
.trusted-by ul {gap: 0 6%;}
.trusted-by.bg-dark-2 {background: var(--navy);}

@media (max-width: 1500px) {
    .container {max-width: 1200px;}
    .trusted-by ul {gap: 0 3%;}

}

@media (max-width: 1200px) {
    .container {max-width: 950px;}
    section {padding: 5rem 0;}
    .hero-two-col,.award-inner,.why-layout{grid-template-columns:1fr;gap:3rem}
    .hero-visual-col {display:none}
    .services-grid,.feat-grid{grid-template-columns:1fr 1fr}
    .hero {padding: 7rem 0;}
    .trusted-by ul {gap: 0 4%;}
}

@media (max-width: 992px) {
    .container {max-width: 700px;}
}

@media (max-width: 767px) {
    .container {max-width: 540px;}
    .hero {padding: 6rem 0 0;}
    .trusted-by ul {gap: 15px;}
}

@media (max-width: 576px) {
    .container {max-width: 100%;}
    section {padding: 3rem 0;}
    .hero {padding: 5rem 0 0;}
}


@media(max-width:640px){
  .services-grid,.feat-grid{grid-template-columns:1fr}
}