
:root{
  --bg:#f7f8ff;
  --paper:rgba(255,255,255,.68);
  --paper-strong:rgba(255,255,255,.84);
  --ink:#11162a;
  --muted:#69708b;
  --line:rgba(77,84,132,.14);
  --blue:#2b6ef3;
  --blue-2:#5d8cff;
  --purple:#7f5cf4;
  --lav:#d9d6ff;
  --mint:#31c98a;
  --shadow:0 24px 80px rgba(52,61,120,.14);
  --shadow-soft:0 14px 40px rgba(52,61,120,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 20% -10%, #e8e3ff 0 14%, transparent 35%),
    radial-gradient(circle at 88% 15%, #dde9ff 0 12%, transparent 33%),
    linear-gradient(180deg,#fbfbff 0%,#f5f6ff 50%,#f9f9ff 100%);
  min-height:100vh;
}

body::before{
  content:"";
  position:fixed; inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(78,86,130,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(78,86,130,.026) 1px,transparent 1px);
  background-size:36px 36px;
  mask-image:linear-gradient(to bottom,black,transparent 70%);
  z-index:-4;
}

a{color:inherit;text-decoration:none}
button,input{font:inherit}
svg{display:block}

.site-shell{
  width:min(1480px,calc(100% - 32px));
  margin:18px auto;
  border:1px solid rgba(109,116,167,.16);
  border-radius:34px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.56),rgba(249,249,255,.7));
  box-shadow:0 30px 100px rgba(59,66,122,.12);
  backdrop-filter:blur(26px);
}

.ambient{
  position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none;opacity:.7
}
.ambient-a{width:320px;height:320px;background:radial-gradient(circle,#c6bbff,transparent 68%);top:90px;left:-110px}
.ambient-b{width:380px;height:380px;background:radial-gradient(circle,#d5e5ff,transparent 68%);top:300px;right:-120px}
.ambient-c{width:220px;height:220px;background:radial-gradient(circle,#e4ddff,transparent 68%);top:980px;left:42%}

.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:22px 38px;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.56);
  backdrop-filter:blur(18px);
  position:sticky;top:0;z-index:40;
}

.brand{display:inline-flex;align-items:center;gap:12px;font-weight:800}
.brand-mark{
  width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:white;font-size:13px;box-shadow:0 10px 24px rgba(74,92,230,.25)
}
.brand-mark.large{width:64px;height:64px;border-radius:20px;font-size:20px}
.brand-text{font-family:Manrope,sans-serif;font-size:14px;letter-spacing:-.4px}
.brand-text b{color:var(--blue)}
.nav-links{display:flex;gap:30px;font-size:13px;color:#4f5873}
.nav-links a{position:relative}
.nav-links a::after{content:"";position:absolute;height:2px;width:0;left:0;bottom:-8px;background:var(--blue);transition:.25s}
.nav-links a:hover::after{width:100%}
.nav-cta{
  display:inline-flex;align-items:center;gap:10px;
  background:#11162a;color:white;padding:12px 16px;border-radius:12px;font-size:12px;font-weight:700
}

.hero{position:relative;padding:30px 38px 90px;min-height:760px}
.hero-kicker{
  display:flex;justify-content:space-between;
  font-size:10px;letter-spacing:1.7px;color:#7a7fa0;
  padding-top:4px
}
.mega-word{
  font-family:Manrope,sans-serif;
  font-weight:800;
  font-size:clamp(90px,14.5vw,210px);
  line-height:.84;
  letter-spacing:-10px;
  color:transparent;
  -webkit-text-stroke:1px rgba(78,84,153,.18);
  background:linear-gradient(180deg,rgba(86,66,198,.16),rgba(105,99,225,.02));
  -webkit-background-clip:text;
  background-clip:text;
  white-space:nowrap;
  text-align:center;
  margin-top:38px;
  user-select:none;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,.9fr);
  gap:52px;
  align-items:center;
  margin-top:-44px;
  position:relative;z-index:2
}
.hero-copy{padding:42px 0 0 26px}
.eyebrow{
  color:var(--blue);
  font-weight:800;
  font-size:11px;
  letter-spacing:1.4px;
  text-transform:uppercase
}
.hero h1{
  font-family:Manrope,sans-serif;
  font-size:clamp(44px,5.2vw,74px);
  line-height:1.01;
  letter-spacing:-3.8px;
  margin:16px 0 22px;
  max-width:760px
}
.hero h1 span{
  display:block;
  color:var(--blue);
  background:linear-gradient(90deg,var(--blue),var(--purple));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-copy>p{
  color:var(--muted);
  max-width:650px;
  font-size:17px;
  line-height:1.75
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  border-radius:14px;padding:15px 20px;font-weight:800;font-size:13px;
  transition:transform .2s ease,box-shadow .2s ease
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--blue),#3769dc 58%,var(--purple));
  color:white;
  box-shadow:0 16px 32px rgba(66,93,225,.24)
}
.btn-ghost{
  background:rgba(255,255,255,.58);
  border:1px solid var(--line);
  color:#303852
}
.micro-proof{
  display:flex;gap:18px;flex-wrap:wrap;
  margin-top:24px;font-size:11px;color:#737b94
}

.hero-visual{
  min-height:520px;position:relative;display:grid;place-items:center
}
.phone{
  width:330px;
  height:580px;
  border-radius:42px;
  border:1px solid rgba(126,133,177,.22);
  padding:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(247,247,255,.76));
  box-shadow:0 40px 110px rgba(64,72,126,.24),inset 0 0 0 1px rgba(255,255,255,.65);
  backdrop-filter:blur(20px);
  position:relative;z-index:3;
  transform:rotate(1.7deg)
}
.phone-notch{
  width:110px;height:24px;border-radius:0 0 14px 14px;
  background:#11162a;
  position:absolute;top:0;left:50%;transform:translateX(-50%)
}
.phone-head{
  height:74px;display:flex;align-items:center;gap:10px;padding:22px 8px 8px
}
.avatar{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,#6f58dd,#2c77ef);color:white;font-size:12px;font-weight:800
}
.avatar.small{width:34px;height:34px}
.phone-head div:nth-child(2){display:flex;flex-direction:column;gap:3px}
.phone-head strong{font-size:12px}
.phone-head small{font-size:10px;color:#74809a}
.phone-head small i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#21c979;margin-right:4px}
.dots{margin-left:auto;color:#8e96ad}
.chat{
  border-radius:25px;
  min-height:420px;
  padding:18px 14px;
  background:
    linear-gradient(rgba(247,248,255,.85),rgba(247,248,255,.85)),
    radial-gradient(circle at 20% 20%,#e2ddff,transparent 30%);
  border:1px solid rgba(94,104,153,.1)
}
.msg{
  max-width:85%;
  padding:12px 12px 18px;
  border-radius:16px;
  font-size:11px;line-height:1.45;
  position:relative;margin:0 0 12px
}
.msg time{
  position:absolute;right:9px;bottom:5px;font-size:8px;color:#8b92a9
}
.msg.customer{margin-left:auto;background:linear-gradient(135deg,#dfffe9,#cff9de)}
.msg.bot{background:white;border:1px solid rgba(91,97,145,.1);box-shadow:var(--shadow-soft)}
.quick-replies{display:flex;flex-direction:column;gap:8px;margin:8px 0 12px}
.quick-replies span{
  border:1px solid rgba(58,104,237,.22);color:var(--blue);
  background:#f7f9ff;padding:10px;border-radius:11px;font-size:10px;text-align:center
}
.typing{width:52px;background:white;border-radius:13px;padding:10px;display:flex;gap:4px;box-shadow:var(--shadow-soft)}
.typing b{width:5px;height:5px;border-radius:50%;background:#aeb5c8;animation:typing 1.25s infinite ease-in-out}
.typing b:nth-child(2){animation-delay:.18s}.typing b:nth-child(3){animation-delay:.36s}
@keyframes typing{0%,100%{transform:translateY(0);opacity:.45}50%{transform:translateY(-3px);opacity:1}}
.phone-input{
  height:54px;display:flex;align-items:center;justify-content:space-between;
  padding:9px 8px 0;color:#a0a7ba;font-size:10px
}
.phone-input button{
  border:0;width:34px;height:34px;border-radius:50%;background:var(--blue);color:white;cursor:pointer
}

.float-card{
  position:absolute;
  z-index:5;
  display:flex;align-items:center;gap:10px;
  min-width:218px;
  padding:13px 14px;
  border:1px solid rgba(105,111,163,.16);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 54px rgba(61,69,126,.15);
  animation:float 5s ease-in-out infinite
}
.float-card-a{left:-42px;top:88px;animation-delay:-1.2s}
.float-card-b{right:-24px;top:245px;animation-delay:-2.8s}
.float-card-c{left:-8px;bottom:54px;animation-delay:-4s}
.float-card small{display:block;font-size:8px;color:#8b91a7;letter-spacing:1px;margin-bottom:3px}
.float-card strong{display:block;font-size:11px}
.float-card span{font-size:9px;color:#8b91a7}
.float-card em{margin-left:auto;font-style:normal;color:#20b877;font-size:10px;font-weight:800}
.float-icon{
  width:36px;height:36px;border-radius:11px;display:grid;place-items:center
}
.float-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.float-icon.purple{background:#f0ebff;color:#7552de}
.float-icon.blue{background:#eaf1ff;color:#3971e8}
.float-icon.green{background:#e7fbf2;color:#22af77}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

.glass-orbit{position:absolute;border:1px solid rgba(104,97,208,.18);border-radius:50%;z-index:1}
.orbit-1{width:450px;height:450px;box-shadow:inset 0 0 80px rgba(120,109,230,.09)}
.orbit-2{width:510px;height:510px;border-style:dashed;animation:spin 28s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.95),rgba(137,123,237,.28) 38%,rgba(99,89,218,.08) 70%);box-shadow:inset 0 0 12px rgba(255,255,255,.7),0 16px 30px rgba(91,79,183,.12)}
.bubble-a{width:62px;height:62px;right:34px;top:64px}
.bubble-b{width:34px;height:34px;left:72px;top:26px}
.bubble-c{width:48px;height:48px;right:90px;bottom:26px}

.section-pad{padding:38px}
.glass-panel{
  background:linear-gradient(180deg,rgba(255,255,255,.73),rgba(247,247,255,.62));
  border:1px solid rgba(103,109,161,.14);
  border-radius:28px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px)
}
.board{padding:34px}
.board-title{display:flex;gap:18px;align-items:flex-start;padding-bottom:26px;border-bottom:1px solid var(--line)}
.section-number{
  min-width:48px;height:48px;border-radius:15px;background:#edf2ff;color:var(--blue);
  display:grid;place-items:center;font-size:12px;font-weight:800
}
.board-title h2,.section-head h2,.contact-card h2{
  font-family:Manrope,sans-serif;
  margin:8px 0 0;
  font-size:clamp(28px,3vw,44px);
  line-height:1.08;letter-spacing:-2px
}
.feature-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin-top:10px;
  background:var(--line);
  border-radius:20px;
  overflow:hidden
}
.feature-strip article{background:rgba(255,255,255,.74);padding:26px}
.icon-badge{
  width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#edf2ff,#f3efff);
  display:grid;place-items:center;color:var(--blue);margin-bottom:18px
}
.icon-badge svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.feature-strip h3{font-size:14px;margin:0 0 8px}
.feature-strip p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}

.section-head{
  display:flex;justify-content:space-between;align-items:flex-end;gap:40px;
  margin:20px 0 34px
}
.section-head>div{max-width:760px}
.section-head>p{max-width:430px;color:var(--muted);font-size:13px;line-height:1.75;margin:0}
.section-head.compact{margin-top:0}

.solution-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr .75fr;
  gap:18px
}
.solution-card{
  min-height:350px;
  border-radius:25px;
  border:1px solid rgba(105,111,163,.15);
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow-soft);
  padding:26px;
  position:relative;overflow:hidden
}
.solution-card::after{
  content:"";position:absolute;width:180px;height:180px;border-radius:50%;
  background:radial-gradient(circle,#e7e0ff,transparent 68%);right:-50px;top:-70px;opacity:.7
}
.solution-card h3{font-family:Manrope,sans-serif;font-size:26px;letter-spacing:-1px;margin:14px 0 10px;position:relative;z-index:2}
.solution-card p{color:var(--muted);font-size:13px;line-height:1.7;position:relative;z-index:2}
.mini-tag{display:inline-flex;padding:6px 9px;border-radius:8px;background:#eef3ff;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:1px}
.chat-demo{margin-top:26px;border:1px solid var(--line);border-radius:18px;padding:16px;background:#f8faff;position:relative;z-index:2}
.chat-demo-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.chat-demo-top div{display:flex;flex-direction:column}
.chat-demo-top strong{font-size:11px}
.chat-demo-top small{font-size:9px;color:var(--muted)}
.online-dot{margin-left:auto;width:8px;height:8px;border-radius:50%;background:#25c980}
.demo-msg{padding:10px 12px;border-radius:13px;font-size:10px;max-width:82%;margin:8px 0}
.demo-msg.left{background:white;border:1px solid var(--line)}
.demo-msg.right{margin-left:auto;background:#def9e6}
.meter-list{display:flex;flex-direction:column;gap:18px;margin-top:34px;position:relative;z-index:2}
.meter-list div{display:grid;grid-template-columns:74px 1fr 42px;gap:10px;align-items:center;font-size:10px;color:#737b96}
.meter-list b{height:7px;border-radius:99px;background:linear-gradient(90deg,var(--blue) var(--w),#e8ebf6 var(--w));display:block}
.meter-list em{font-style:normal;text-align:right;color:#333b55}
.timeline-mini{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:8px;margin-top:40px;font-size:9px;color:#5f6784;position:relative;z-index:2}
.timeline-mini i{height:1px;background:linear-gradient(90deg,#aeb9db,#7f5cf4)}

.process-panel{padding:34px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-grid article{
  padding:24px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.63)
}
.process-grid article>span{font-size:10px;color:#8d93aa}
.process-icon{
  width:48px;height:48px;border-radius:16px;margin:22px 0 18px;
  display:grid;place-items:center;font-size:22px;color:#6b59d7;
  background:linear-gradient(135deg,#eff3ff,#eee8ff)
}
.process-grid h3{font-size:15px;margin:0 0 8px}
.process-grid p{font-size:11px;line-height:1.65;color:var(--muted);margin:0}

.integration-cloud{
  min-height:560px;
  border:1px solid rgba(103,109,161,.14);
  border-radius:28px;
  background:
    radial-gradient(circle at center,rgba(220,218,255,.7),rgba(255,255,255,.52) 38%,rgba(255,255,255,.72) 70%);
  position:relative;overflow:hidden;
  box-shadow:var(--shadow-soft)
}
.integration-center{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  display:flex;flex-direction:column;align-items:center;gap:12px;
  padding:22px 28px;border-radius:26px;border:1px solid var(--line);
  background:rgba(255,255,255,.86);box-shadow:0 22px 60px rgba(72,78,135,.14);z-index:3
}
.integration-center strong{font-size:13px}
.integration-node{
  position:absolute;z-index:3;
  display:flex;align-items:center;gap:10px;
  padding:14px 16px;border:1px solid var(--line);border-radius:16px;
  background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft);
  font-size:11px;font-weight:700
}
.integration-node svg{width:22px;height:22px;fill:none;stroke:#506ce0;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.n1{left:7%;top:12%}.n2{right:7%;top:12%}.n3{left:7%;bottom:12%}.n4{right:7%;bottom:12%}.n5{left:50%;top:6%;transform:translateX(-50%)}.n6{left:50%;bottom:6%;transform:translateX(-50%)}
.network-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.network-lines path{fill:none;stroke:rgba(86,96,171,.18);stroke-width:1.2;stroke-dasharray:8 10}

.contact-wrap{padding-bottom:50px}
.contact-card{
  min-height:340px;
  position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
  padding:52px;
  border-radius:30px;
  color:white;
  background:linear-gradient(135deg,#3867e8 0%,#5b5fe8 45%,#7655da 100%);
  box-shadow:0 30px 90px rgba(76,76,199,.28)
}
.contact-card>div:first-child{max-width:800px;position:relative;z-index:2}
.contact-card p{color:#e7e9ff;line-height:1.7;font-size:14px}
.eyebrow.light{color:#dfe6ff}
.btn-light{background:white;color:#3947a9;position:relative;z-index:2;min-width:190px}
.contact-orb{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.85),rgba(255,255,255,.12) 38%,rgba(255,255,255,.03) 64%);border:1px solid rgba(255,255,255,.22)}
.orb-x{width:180px;height:180px;right:180px;bottom:-60px}
.orb-y{width:90px;height:90px;right:40px;top:28px}

.footer{
  padding:44px 38px 28px;
  display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;
  border-top:1px solid var(--line)
}
.footer p{color:var(--muted);font-size:11px;margin-top:14px}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:10px;font-size:11px;color:#66708b}
.footer-contact span{color:#252d47;font-weight:800}
.footer-bottom{
  display:flex;justify-content:space-between;gap:20px;
  padding:18px 38px 26px;border-top:1px solid var(--line);
  color:#9096aa;font-size:10px
}

/* legal pages */
.legal-shell{width:min(1040px,calc(100% - 32px));margin:30px auto}
.legal-card{
  border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.8);
  padding:42px;box-shadow:var(--shadow)
}
.legal-card h1{font-family:Manrope,sans-serif;font-size:42px;letter-spacing:-2px}
.legal-card h2{font-size:18px;margin-top:30px}
.legal-card p,.legal-card li{color:var(--muted);font-size:13px;line-height:1.8}
.legal-back{display:inline-flex;margin-bottom:24px;color:var(--blue);font-weight:700;font-size:12px}

/* responsive */
@media (max-width:1180px){
  .hero-grid{grid-template-columns:1fr 460px}
  .float-card-a{left:-18px}.float-card-b{right:-8px}
  .solution-grid{grid-template-columns:1fr 1fr}
  .solution-card.big{grid-column:1/-1}
}
@media (max-width:960px){
  .site-shell{width:min(100% - 18px,1480px);margin:9px auto;border-radius:24px}
  .nav-links{display:none}
  .hero{padding:24px 22px 70px}
  .topbar{padding:18px 22px}
  .hero-grid{grid-template-columns:1fr;margin-top:-10px}
  .hero-copy{padding-left:0}
  .hero-visual{min-height:640px}
  .mega-word{font-size:17vw;letter-spacing:-7px;margin-top:34px}
  .feature-strip{grid-template-columns:1fr 1fr}
  .section-pad{padding:28px 22px}
  .process-grid{grid-template-columns:1fr 1fr}
  .section-head{align-items:flex-start;flex-direction:column}
  .integration-cloud{min-height:620px}
  .n1{left:6%;top:16%}.n2{right:6%;top:16%}.n3{left:6%;bottom:16%}.n4{right:6%;bottom:16%}
}
@media (max-width:700px){
  .topbar{gap:12px}
  .brand-text{display:none}
  .nav-cta{padding:11px 13px;font-size:11px}
  .hero-kicker{font-size:8px}
  .hero-kicker span:last-child{display:none}
  .hero{min-height:auto}
  .mega-word{font-size:18vw;letter-spacing:-4px;margin-top:26px}
  .hero h1{font-size:44px;letter-spacing:-2.5px}
  .hero-copy>p{font-size:15px}
  .hero-visual{min-height:600px}
  .phone{width:288px;height:540px}
  .chat{min-height:386px}
  .float-card{min-width:188px;padding:11px}
  .float-card-a{left:0;top:74px}.float-card-b{right:0;top:230px}.float-card-c{left:16px;bottom:28px}
  .orbit-1{width:360px;height:360px}.orbit-2{width:420px;height:420px}
  .bubble-a{right:0}
  .feature-strip{grid-template-columns:1fr}
  .board{padding:24px}
  .solution-grid{grid-template-columns:1fr}
  .solution-card.big{grid-column:auto}
  .process-grid{grid-template-columns:1fr}
  .integration-cloud{min-height:760px}
  .integration-center{top:50%}
  .integration-node{font-size:10px;padding:12px}
  .n1{left:6%;top:12%}.n2{right:6%;top:12%}.n3{left:6%;bottom:12%}.n4{right:6%;bottom:12%}.n5{top:27%}.n6{bottom:27%}
  .contact-card{padding:34px 24px;align-items:flex-start;flex-direction:column}
  .footer{grid-template-columns:1fr;padding:34px 22px 24px}
  .footer-bottom{padding:16px 22px 24px;flex-direction:column}
}
@media (max-width:430px){
  .hero h1{font-size:38px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .micro-proof{display:grid;grid-template-columns:1fr 1fr}
  .phone{width:270px}
  .float-card-a{left:-8px}.float-card-b{right:-8px}.float-card-c{left:4px}
  .section-head h2,.board-title h2,.contact-card h2{font-size:31px}
  .timeline-mini{grid-template-columns:1fr;gap:5px}
  .timeline-mini i{height:18px;width:1px;margin-left:4px}
}
