:root{
  --tw-blue:#3392cc;
  --tw-blue-dark:#176fa3;
  --tw-navy:#07111f;
  --tw-navy-2:#0b1930;
  --tw-ink:#102033;
  --tw-muted:#64748b;
  --tw-line:#e5edf6;
  --tw-soft:#f6f9fc;
  --tw-card:#ffffff;
  --tw-green:#19b37b;
  --tw-cyan:#6ee7f9;
  --tw-shadow:0 24px 70px rgba(15,35,60,.14);
  --tw-radius:26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--tw-ink);
  background:#fff;
  overflow-x:hidden;
}
a{text-decoration:none}
p{color:var(--tw-muted);line-height:1.68}
.section{padding:104px 0}
.section-sm{padding:76px 0}
#product{
  padding-top:132px;
  padding-bottom:68px;
}
.bg-soft{background:var(--tw-soft)}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(51,146,204,.12);
  color:var(--tw-blue-dark);
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}
.btn-tw{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:14px 24px;
  font-weight:800;
  border:1px solid transparent;
  transition:.22s ease;
}
.btn-tw-primary{
  background:linear-gradient(135deg,var(--tw-blue),#4fb8f0);
  color:white;
  box-shadow:0 14px 34px rgba(51,146,204,.35);
}
.btn-tw-primary:hover{transform:translateY(-2px);color:white;box-shadow:0 18px 42px rgba(51,146,204,.45)}
.btn-tw-light{
  background:rgba(255,255,255,.08);
  color:white;
  border-color:rgba(255,255,255,.18);
}
.btn-tw-light:hover{background:white;color:var(--tw-navy)}
.btn-tw-outline{
  color:var(--tw-blue-dark);
  border-color:#bfdbfe;
  background:white;
}
.btn-tw-outline:hover{background:#eff6ff}
.navbar{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(15,35,60,.08);
  box-shadow:0 14px 42px rgba(15,35,60,.08);
}
.navbar-brand{
  display:inline-flex;
  align-items:center;
  padding:0;
  position:relative;
  z-index:2;
}
.brand-logo{
  display:block;
  width:auto;
  height:42px;
}
.nav-shell{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:24px;
}
.nav-actions{
  display:flex;
  align-items:center;
  gap:16px;
  margin-left:auto;
}
.nav-center{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  display:flex!important;
  align-items:center;
  justify-content:center;
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin:0;
}
.nav-cta{
  position:relative;
  z-index:2;
}
.nav-link{
  color:rgba(16,32,51,.72)!important;
  font-weight:750;
  font-size:14px;
  padding-left:8px!important;
  padding-right:8px!important;
}
.nav-link:hover{color:var(--tw-blue-dark)!important}

.hero{
  position:relative;
  min-height:100vh;
  min-height:100svh;
  padding:112px 0 0;
  color:white;
  background:
    radial-gradient(circle at 82% 18%,rgba(51,146,204,.48),transparent 34%),
    radial-gradient(circle at 18% 12%,rgba(110,231,249,.16),transparent 26%),
    linear-gradient(145deg,#020617 0%,#07111f 45%,#0b1930 100%);
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,#000 0%,transparent 82%);
}
.hero:after{
  content:"";
  position:absolute;
  width:660px;height:660px;right:-250px;bottom:-250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(51,146,204,.2),transparent 65%);
}
.hero .container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1540px;
}
.hero-row{
  align-items:center!important;
  min-height:calc(100svh - 112px);
  --bs-gutter-x:.75rem;
}
@media (min-width:992px){
  .hero .container{
    padding-left:clamp(14px,1.6vw,28px);
    padding-right:clamp(14px,1.8vw,32px);
  }
  .hero-copy-col{
    flex:0 0 43%;
    max-width:43%;
    padding-right:10px;
    position:relative;
    z-index:3;
  }
  .hero-visual-col{
    flex:0 0 57%;
    max-width:57%;
    padding-left:0;
    justify-content:flex-end;
    overflow:hidden;
    min-width:0;
  }
}
.hero-copy-col h1{
  max-width:720px;
  margin-bottom:28px!important;
  font-size:clamp(30px,2.5vw,42px);
  line-height:1.14;
  letter-spacing:0;
  font-weight:900;
}
.hero-copy-col h1 .hero-title-line{white-space:normal}
.hero-copy-col h2{
  max-width:700px;
  margin-bottom:58px!important;
  color:#dbeafe;
  font-size:clamp(22px,1.65vw,30px);
  font-weight:750;
  letter-spacing:0;
  line-height:1.28;
}
.hero p{color:#b7c8dc;font-size:19px}
.hero-pills{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:0;
  max-width:700px;
}
.hero-pill{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:62px;
  padding:13px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.10);
  color:#dbeafe;
  font-size:14px;
  font-weight:750;
  line-height:1.25;
}
.hero-pill span{white-space:nowrap}
.hero-pill i{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  margin-top:0;
  border-radius:50%;
  background:rgba(110,231,249,.12);
  color:var(--tw-cyan);
  font-size:13px;
  flex:0 0 28px;
}
.hero-actions{margin-top:48px}
.hero-visual-col{
  display:flex;
  justify-content:flex-end;
  position:relative;
  isolation:isolate;
}
.hero-visual-col:before{
  content:"";
  position:absolute;
  top:clamp(-132px,-7vw,-96px);
  right:clamp(-360px,-14vw,-150px);
  bottom:clamp(-190px,-9vw,-120px);
  left:clamp(-96px,-5vw,-42px);
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(1,12,30,0) 0%,rgba(1,12,30,.72) 10%,#010c1e 22%,#010c1e 100%);
}
.hero-visual-col:after{
  content:"";
  position:absolute;
  top:clamp(-132px,-7vw,-96px);
  right:clamp(-360px,-14vw,-150px);
  left:clamp(-96px,-5vw,-42px);
  height:clamp(190px,17vw,320px);
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(7,17,31,.96) 0%,rgba(7,17,31,.72) 30%,rgba(7,17,31,.28) 66%,rgba(7,17,31,0) 100%),
    radial-gradient(90% 115% at 68% 28%,rgba(51,146,204,.18) 0%,rgba(51,146,204,0) 72%);
}
.hero-visual-col .visual-wrap{
  width:min(1180px,66vw);
  max-width:none;
  margin-left:0;
  margin-right:clamp(-180px,-6vw,-58px);
  margin-top:-8px;
}
.visual-wrap{
  position:relative;
  z-index:1;
  min-height:auto;
}
@media (min-width:992px) and (max-width:1920px){
  .hero .container{
    max-width:100%;
  }
  .hero-visual-col .visual-wrap{
    width:min(1120px,62vw);
    margin-right:0;
  }
  .hero-visual-col:before{
    right:clamp(-180px,-9vw,-96px);
  }
  .hero-visual-col:after{
    right:clamp(-180px,-9vw,-96px);
  }
}
@media (min-width:992px) and (max-width:1680px){
  .hero .container{
    max-width:100%;
  }
  .hero-visual-col .visual-wrap{
    width:min(1040px,60vw);
    margin-right:0;
  }
  .hero-visual-col:before{
    right:clamp(-160px,-8vw,-82px);
  }
  .hero-visual-col:after{
    right:clamp(-160px,-8vw,-82px);
  }
}
@media (min-width:992px) and (max-width:1320px){
  .hero-copy-col{
    flex:0 0 44%;
    max-width:44%;
  }
  .hero-visual-col{
    flex:0 0 56%;
    max-width:56%;
  }
  .hero-copy-col h1{
    font-size:clamp(32px,3.05vw,40px);
  }
  .hero-copy-col h2{
    font-size:clamp(20px,2vw,26px);
  }
  .hero-pill{
    gap:9px;
    padding-left:12px;
    padding-right:12px;
    font-size:13px;
  }
  .hero-visual-col .visual-wrap{
    width:100%;
    max-width:100%;
    margin-right:0;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .hero-copy-col{
    flex:0 0 46%;
    max-width:46%;
  }
  .hero-visual-col{
    flex:0 0 54%;
    max-width:54%;
  }
  .hero-visual-col:before{
    right:-20px;
    left:-20px;
  }
  .hero-visual-col:after{
    right:-20px;
    left:-20px;
  }
  .hero-pills{
    grid-template-columns:1fr;
  }
  .hero-pill span{
    white-space:normal;
  }
}
.hero-visual-frame{
  position:relative;
  isolation:isolate;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.88) 4%,#000 11%,#000 88%,rgba(0,0,0,.72) 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.88) 4%,#000 11%,#000 88%,rgba(0,0,0,.72) 95%,transparent 100%);
}
.hero-visual-frame:before{
  content:"";
  position:absolute;
  inset:-10% -8% -12% -8%;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(95% 88% at 38% 48%,rgba(32,134,220,.22) 0%,rgba(14,48,86,.13) 38%,rgba(8,20,34,0) 70%),
    radial-gradient(92% 86% at 82% 48%,rgba(40,156,230,.13) 0%,rgba(12,30,49,0) 70%);
  filter:blur(18px);
}
.hero-visual-frame:after{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  z-index:2;
  background:
    linear-gradient(180deg,rgba(7,17,31,.9) 0%,rgba(7,17,31,.52) 6%,rgba(7,17,31,.16) 16%,rgba(7,17,31,0) 29%),
    linear-gradient(90deg,rgba(7,17,31,.76) 0%,rgba(7,17,31,.34) 7%,rgba(7,17,31,.08) 15%,rgba(7,17,31,0) 26%,rgba(7,17,31,0) 74%,rgba(7,17,31,.18) 88%,rgba(7,17,31,.66) 100%),
    linear-gradient(180deg,rgba(7,17,31,0) 0%,rgba(7,17,31,0) 68%,rgba(7,17,31,.28) 86%,rgba(7,17,31,.76) 100%),
    radial-gradient(115% 110% at 50% 50%,rgba(7,17,31,0) 42%,rgba(7,17,31,.20) 76%,rgba(7,17,31,.50) 100%);
}
.hero-visual-img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  transform:translateY(-4px);
  opacity:.96;
  filter:drop-shadow(0 34px 84px rgba(0,0,0,.18));
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.78) 7%,#000 20%,#000 100%);
  mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.78) 7%,#000 20%,#000 100%);
}
.portal-card{
  position:relative;
  border-radius:32px;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(22px);
  box-shadow:0 35px 120px rgba(0,0,0,.45);
  padding:18px;
  overflow:hidden;
}
.portal-screen{
  background:#07111f;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
}
.portal-top{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 18px;background:#0b1930;border-bottom:1px solid rgba(255,255,255,.08)
}
.dot{width:9px;height:9px;border-radius:50%;background:#ef4444;display:inline-block;margin-right:6px}
.dot:nth-child(2){background:#f59e0b}.dot:nth-child(3){background:#22c55e}
.portal-body{display:grid;grid-template-columns:190px 1fr;min-height:410px}
.sidebar{background:#091528;padding:18px;border-right:1px solid rgba(255,255,255,.06)}
.side-item{height:34px;border-radius:10px;margin-bottom:10px;background:rgba(255,255,255,.06)}
.side-item.active{background:linear-gradient(135deg,var(--tw-blue),#4fb8f0)}
.main-ui{padding:20px}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}
.metric{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:14px}
.metric b{display:block;color:#fff;font-size:22px}.metric span{color:#9fb2c8;font-size:12px}
.map{
  position:relative;height:210px;border-radius:18px;
  background:radial-gradient(circle at center,rgba(51,146,204,.26),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.map svg{position:absolute;inset:0;width:100%;height:100%;opacity:.6}
.node{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--tw-cyan);box-shadow:0 0 0 7px rgba(110,231,249,.12)}
.n1{left:24%;top:39%}.n2{left:48%;top:34%}.n3{left:70%;top:51%}.n4{left:82%;top:30%}
.float-card{
  position:absolute;z-index:3;
  padding:16px 18px;border-radius:18px;
  background:rgba(255,255,255,.92);color:#0f172a;
  box-shadow:var(--tw-shadow);
  min-width:190px;
}
.float-card p{margin:0;color:#64748b;font-size:13px}
.float-card b{font-size:18px}
.fc1{left:-24px;bottom:54px}.fc2{right:-20px;top:70px}

.arch{
  border:1px solid var(--tw-line);
  border-radius:var(--tw-radius);
  box-shadow:var(--tw-shadow);
  padding:34px;
  background:white;
}
.arch-flow{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.arch-node{
  flex:1 1 160px;
  text-align:center;
  padding:24px 14px;
  border-radius:22px;
  background:#f8fafc;
  border:1px solid var(--tw-line);
}
.arch-node i{font-size:28px;color:var(--tw-blue);margin-bottom:12px}
.arch-arrow{color:#94a3b8;font-size:28px}

#why{
  padding:100px 0;
}
#why .section-title{
  max-width:1120px;
  margin-bottom:52px;
}
#why .section-title h2{
  margin-bottom:24px;
}
#why .section-title .lead{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}
.why-subtitle-line{
  white-space:nowrap;
}
#why .arch{
  max-width:1360px;
  margin:0 auto;
}
#why .arch-flow{
  justify-content:center;
  flex-wrap:nowrap;
  gap:22px;
}
#why .arch-node{
  flex:0 1 250px;
  min-height:146px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
#why .arch-arrow{
  flex:0 0 34px;
  text-align:center;
}
#why .arch-node h5{
  white-space:nowrap;
}

.section-title{max-width:780px;margin:0 auto 52px;text-align:center}
.section-title h2{
  font-size:clamp(32px,4vw,50px);
  font-weight:930;
  letter-spacing:-.045em;
}
.product-title{
  max-width:1120px;
}
.product-title .lead{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}
.product-title .product-subtitle-line{
  white-space:nowrap;
}
.cardx{
  background:white;
  border:1px solid var(--tw-line);
  border-radius:24px;
  padding:30px;
  height:100%;
  box-shadow:0 10px 34px rgba(15,35,60,.055);
  transition:.22s ease;
}
.cardx:hover{transform:translateY(-5px);box-shadow:var(--tw-shadow)}
.icon-bubble{
  width:54px;height:54px;border-radius:17px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(51,146,204,.16),rgba(110,231,249,.18));
  color:var(--tw-blue);font-size:22px;margin-bottom:20px;
}
.cardx h3{font-size:21px;font-weight:850;letter-spacing:-.02em}
.cardx p{margin-bottom:0}
.product-grid .cardx{
  padding:24px 26px;
  border-radius:20px;
}
.product-card-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.product-card-head .icon-bubble{
  width:42px;
  height:42px;
  flex:0 0 42px;
  margin-bottom:0;
  border-radius:14px;
  font-size:18px;
}
.product-card-head h3{
  margin:0;
  font-size:20px;
  line-height:1.2;
  white-space:nowrap;
}
.product-grid .cardx p{
  font-size:15px;
  line-height:1.58;
}

#features .container{
  max-width:1400px;
}
#features .section-title{
  max-width:1180px;
}
#features .section-title .lead{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.features-subtitle-line{
  white-space:nowrap;
}
.feature-grid .cardx{
  padding:21px 20px;
  border-radius:20px;
}
.feature-card-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:11px;
}
.feature-card-head .icon-bubble{
  width:42px;
  height:42px;
  flex:0 0 42px;
  margin-bottom:0;
  border-radius:14px;
  font-size:18px;
}
.feature-card-head h3{
  margin:0;
  font-size:19px;
  line-height:1.2;
  white-space:nowrap;
}
.feature-grid .cardx p{
  font-size:15px;
  line-height:1.55;
}
.feature-grid ul{list-style:none;padding:0;margin:14px 0 0}
.feature-grid li{
  display:flex;
  align-items:flex-start;
  gap:7px;
  color:#64748b;
  margin:7px 0;
  font-size:12.5px;
  line-height:1.35;
  white-space:nowrap;
}
.feature-grid li i{
  color:var(--tw-green);
  margin-top:2px;
  flex:0 0 auto;
}

.steps-wrap{
  position:relative;
  background:linear-gradient(135deg,#07111f,#0b1930);
  border-radius:34px;
  padding:46px;
  color:white;
  overflow:hidden;
}
.steps-wrap:before{
  content:"";position:absolute;inset:-1px;
  background:radial-gradient(circle at 85% 5%,rgba(51,146,204,.36),transparent 28%);
}
.steps-wrap>*{position:relative;z-index:2}
.step-card{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:24px;
  height:100%;
}
.step-num{
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:var(--tw-blue);font-weight:900;margin-bottom:18px;
}
.kit{
  margin-top:34px;
  background:white;
  border-radius:28px;
  padding:30px;
  color:#0f172a;
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:center;
}
.kit p{margin-bottom:0}
.kit-items{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}
.kit-items span{padding:8px 12px;background:#eff6ff;color:#1d4ed8;border-radius:999px;font-size:13px;font-weight:750}

.pricing-card{
  height:100%;
  background:white;border:1px solid var(--tw-line);
  border-radius:28px;padding:34px;
  box-shadow:0 12px 34px rgba(15,35,60,.06);
  position:relative;overflow:hidden;
  display:flex;
  flex-direction:column;
}
.pricing-card.featured{border:2px solid var(--tw-blue);box-shadow:0 26px 80px rgba(51,146,204,.22)}
.pricing-card .label{
  position:absolute;top:20px;right:20px;
  background:var(--tw-blue);color:white;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800
}
.price-line{font-size:34px;font-weight:930;letter-spacing:-.04em;margin:12px 0 8px}
.pricing-card ul{list-style:none;padding:0;margin:22px 0}
.pricing-card li{display:flex;gap:10px;margin:11px 0;color:#475569}
.pricing-card li i{color:var(--tw-green);margin-top:4px}
.pricing-card .fa-circle-info{cursor:help;color:var(--tw-blue)!important;margin-top:3px}
.pricing-card .btn-tw{
  margin-top:auto;
}
#pricing .pricing-title{
  max-width:1080px;
}
#pricing .pricing-title .lead{
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
  white-space:nowrap;
}

.faq .accordion-item{border:1px solid var(--tw-line);border-radius:18px!important;margin-bottom:12px;overflow:hidden}
.faq .accordion-button{font-weight:800;padding:20px 22px}
.faq .accordion-button:not(.collapsed){background:#eff6ff;color:#0f172a;box-shadow:none}
.faq .accordion-body{color:#64748b;line-height:1.7}

.final-cta{
  background:
    radial-gradient(circle at 25% 25%,rgba(51,146,204,.42),transparent 30%),
    linear-gradient(135deg,#020617,#0b1930);
  color:white;
  padding:58px 0 42px;
}
.final-cta p{color:#b7c8dc}
.final-cta h2{
  font-size:clamp(30px,2.28vw,44px);
  line-height:1.12;
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
  letter-spacing:-.05em;
  text-align:center;
  white-space:normal;
}
@media (min-width:1200px){
  .final-cta h2{
    white-space:nowrap;
  }
}
.final-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1.58fr) minmax(260px,.52fr);
  gap:22px;
  align-items:stretch;
  max-width:1160px;
  margin:22px auto 0;
}
.contact-form-card,
.contact-links-card{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(219,234,254,.14);
  border-radius:24px;
  box-shadow:0 24px 70px rgba(2,6,23,.24);
  backdrop-filter:blur(14px);
}
.contact-form-card{
  padding:20px 24px;
}
.contact-links-card{
  padding:20px 22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.contact-form-card h3,
.contact-links-card h3{
  font-size:24px;
  font-weight:900;
  letter-spacing:-.03em;
  margin:0 0 8px;
}
.contact-form-card p,
.contact-links-card p{
  margin:0 0 12px;
  color:#b7c8dc;
  line-height:1.45;
}
.tw-contact-form{
  display:grid;
  gap:10px;
}
.tw-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.tw-field{
  display:grid;
  gap:5px;
}
.tw-field label{
  color:#dbeafe;
  font-size:13px;
  font-weight:800;
}
.tw-field input,
.tw-field textarea{
  width:100%;
  border:1px solid rgba(203,213,225,.18);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:9px 12px;
  outline:none;
  transition:.2s ease;
}
.tw-field textarea{
  min-height:80px;
  resize:vertical;
}
.tw-field input::placeholder,
.tw-field textarea::placeholder{color:#94a3b8}
.tw-field input:focus,
.tw-field textarea:focus{
  border-color:rgba(79,184,240,.78);
  box-shadow:0 0 0 4px rgba(51,146,204,.18);
}
.tw-field-full{grid-column:1 / -1}
.tw-field-hidden{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.contact-form-note{
  color:#94a3b8;
  font-size:13px;
  margin:2px 0 0;
}
.contact-form-note a{
  color:#94d8ff;
  font-weight:830;
  text-decoration:none;
}
.contact-form-status{
  display:none;
  padding:12px 14px;
  border-radius:14px;
  font-size:14px;
  font-weight:760;
}
.contact-form-status.is-visible{display:block}
.contact-form-status.is-success{
  color:#bbf7d0;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.22);
}
.contact-form-status.is-error{
  color:#fecaca;
  background:rgba(239,68,68,.12);
  border:1px solid rgba(239,68,68,.24);
}
.contact-link-list{
  display:grid;
  gap:4px;
}
.contact-link-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:9px 0;
  border-bottom:1px solid rgba(148,163,184,.18);
  color:#e2e8f0!important;
  font-weight:830;
  text-decoration:none;
}
.contact-link-item:last-child{border-bottom:0}
.contact-link-item i{
  color:#7dd3fc;
  transition:.2s ease;
}
.contact-link-item:hover i{transform:translateX(4px)}
.contact-direct{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(148,163,184,.18);
  color:#94a3b8;
  line-height:1.6;
}
.contact-direct a{
  color:#94d8ff;
  font-weight:830;
  text-decoration:none;
}

.footer{
  background:#020617;
  color:#94a3b8;
  padding:34px 0 28px;
  font-size:14px;
}
.footer a{
  color:#cbd5e1;
  text-decoration:none;
  transition:.2s ease;
}
.footer a:hover{color:#fff}
.footer-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(148,163,184,.18);
}
.footer-chat{
  display:inline-flex;
  align-items:center;
  gap:14px;
  border:0;
  background:transparent;
  padding:0;
  color:#f8fafc!important;
  font:inherit;
  text-align:left;
  cursor:pointer;
}
.footer-chat-icon{
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--tw-blue),#4fb8f0);
  color:#fff;
  box-shadow:0 10px 26px rgba(51,146,204,.28);
}
.footer-chat-kicker{
  display:block;
  color:#94a3b8;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
  margin-bottom:5px;
  text-transform:uppercase;
}
.footer-chat strong{
  display:block;
  font-size:17px;
  line-height:1.15;
}
.footer-chat-meta{
  display:block;
  color:#94a3b8;
  margin-top:4px;
}
.footer-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:18px 28px;
  font-weight:760;
}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding-top:20px;
}
.footer-bottom a{
  color:#94d8ff;
  font-weight:780;
}
.social-footer{
  padding:18px 0;
  border-top:1px solid rgba(148,163,184,.14);
}
.social-footer-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.footer-socials{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-socials a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(148,163,184,.12);
  color:#e2e8f0;
  border:1px solid rgba(148,163,184,.16);
}
.footer-socials a:hover{
  color:#fff;
  background:var(--tw-blue);
  border-color:var(--tw-blue);
  transform:translateY(-2px);
}
.footer-socials .back-to-top{
  background:rgba(51,146,204,.18);
  color:#94d8ff;
  border-color:rgba(51,146,204,.34);
}
.live-chat-widget{
  position:fixed;
  right:24px;
  bottom:24px;
  width:min(360px,calc(100vw - 32px));
  z-index:1200;
  color:#0f172a;
  background:#fff;
  border:1px solid rgba(148,163,184,.28);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 28px 90px rgba(2,6,23,.28);
  opacity:0;
  transform:translateY(18px) scale(.98);
  pointer-events:none;
  transition:.22s ease;
}
.live-chat-widget.is-open{
  opacity:1;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}
.live-chat-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  background:linear-gradient(135deg,#020617,#0b1930);
  color:#fff;
}
.live-chat-header strong{
  display:block;
  font-size:18px;
}
.live-chat-header span{
  display:block;
  color:#bfdbfe;
  font-size:13px;
  margin-top:3px;
}
.live-chat-close{
  border:0;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.live-chat-body{
  padding:20px;
}
.live-chat-status{
  display:flex;
  align-items:center;
  gap:8px;
  color:#16a34a;
  font-weight:850;
  margin-bottom:14px;
}
.live-chat-status:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 5px rgba(34,197,94,.12);
}
.live-chat-message{
  padding:15px 16px;
  background:#f8fafc;
  border:1px solid var(--tw-line);
  border-radius:16px;
  color:#475569;
  line-height:1.55;
  margin-bottom:16px;
}
.live-chat-actions{
  display:grid;
  gap:10px;
}
.live-chat-actions .btn-tw{
  justify-content:center;
  width:100%;
  min-height:46px;
}


.qsk-visual-card{
  position:relative;
  border:1px solid var(--tw-line);
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--tw-shadow);
  max-width:1040px;
  margin:0 auto;
}
.qsk-visual-card img{
  display:block;
  width:100%;
  height:auto;
}
#quickstart{
  padding-top:68px;
  padding-bottom:62px;
}
#quickstart .container{
  max-width:1400px;
}
#quickstart .section-title{
  max-width:1120px;
  margin-bottom:30px;
}
#quickstart .section-title .lead{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
  white-space:nowrap;
}
.qsk-overlay{
  position:absolute;
  left:5.2%;
  bottom:4.2%;
  width:42%;
  max-width:620px;
  min-width:380px;
  padding:10px 18px 12px;
  border-radius:18px;
  background:rgba(246,249,252,.96);
  border:1px solid rgba(148,163,184,.28);
  box-shadow:0 14px 36px rgba(15,35,60,.10);
  backdrop-filter:blur(12px);
}
.qsk-overlay h3{
  margin:0 0 12px;
  color:var(--tw-blue-dark);
  font-size:19px;
  font-weight:900;
  letter-spacing:-.02em;
}
.qsk-list{
  list-style:none;
  padding:0;
  margin:0 0 10px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:18px;
  row-gap:1px;
}
.qsk-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#102033;
  font-size:12.5px;
  font-weight:750;
  padding:3px 0;
  border-bottom:1px solid rgba(148,163,184,.24);
}
.qsk-list span:first-child{
  min-width:0;
}
.qsk-list span:last-child{
  color:var(--tw-blue-dark);
  font-weight:900;
  white-space:nowrap;
}
.qsk-overlay .btn-tw{
  min-width:190px;
  padding:7px 18px;
}


.qsk-steps{
  margin-top:34px;
}
.qsk-steps .row{
  --bs-gutter-x:1rem;
  --bs-gutter-y:1rem;
}
.qsk-steps-title{
  text-align:center;
  margin-bottom:26px;
}
.qsk-steps-title h3{
  font-size:clamp(26px,3vw,38px);
  font-weight:920;
  letter-spacing:-.035em;
  margin-bottom:10px;
}
.qsk-step-card{
  height:100%;
  background:#fff;
  border:1px solid var(--tw-line);
  border-radius:22px;
  padding:18px 18px 20px;
  box-shadow:0 10px 34px rgba(15,35,60,.055);
}
.qsk-step-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  min-width:0;
}
.qsk-step-num{
  width:32px;
  height:32px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--tw-blue),#4fb8f0);
  color:#fff;
  font-weight:900;
  display:flex;
  flex:0 0 32px;
  font-size:14px;
}
.qsk-step-card h4{
  font-size:14px;
  font-weight:850;
  letter-spacing:-.02em;
  line-height:1.25;
  margin:0;
  white-space:nowrap;
  flex:1 1 auto;
}
.qsk-step-card p{
  margin:0;
  font-size:14px;
  line-height:1.6;
}


.trusted-section{
  background:#fff;
  padding:78px 0;
  overflow:hidden;
}
.trusted-title{
  text-align:center;
  margin-bottom:34px;
}
.trusted-title h2{
  font-size:clamp(30px,3.5vw,46px);
  font-weight:930;
  letter-spacing:-.04em;
  margin-bottom:10px;
}
.trusted-title p{
  margin:0 auto;
  max-width:640px;
}
.logo-marquee{
  position:relative;
  overflow:hidden;
  padding:8px 0;
  mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);
}
.logo-marquee-track{
  display:flex;
  align-items:center;
  gap:24px;
  width:max-content;
  animation:tw-logo-scroll 34s linear infinite;
}
.logo-marquee:hover .logo-marquee-track{
  animation-play-state:paused;
}
.trusted-logo{
  flex:0 0 auto;
  width:210px;
  height:104px;
  border:1px solid var(--tw-line);
  border-radius:22px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 30px;
  box-shadow:0 10px 34px rgba(15,35,60,.05);
}
.trusted-logo img{
  display:block;
  max-width:100%;
  max-height:54px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.72;
  transition:.22s ease;
}
.trusted-logo:hover img{
  filter:grayscale(0);
  opacity:1;
  transform:scale(1.04);
}
.trusted-logo.logo-large{
  padding:12px 16px;
}
.trusted-logo.logo-large img{
  max-width:112%;
  max-height:78px;
  transform:scale(1.3);
}
.trusted-logo.logo-large:hover img{
  transform:scale(1.34);
}
.trusted-logo.logo-danfoss{
  padding:18px 22px;
}
.trusted-logo.logo-danfoss img{
  max-height:66px;
}
@keyframes tw-logo-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width:991px){

  .trusted-section{
    padding:58px 0;
  }
  .trusted-logo{
    width:170px;
    height:88px;
    padding:20px 24px;
  }
  .trusted-logo img{
    max-height:46px;
  }
  .footer-main{
    align-items:flex-start;
    flex-direction:column;
  }
  .footer-links{
    justify-content:flex-start;
    gap:14px 22px;
  }
  .final-cta h2{
    white-space:normal;
  }
  .final-contact-grid{
    grid-template-columns:1fr;
    margin-top:30px;
  }
  .tw-form-grid{
    grid-template-columns:1fr;
  }
  .contact-form-card,
  .contact-links-card{
    padding:24px;
  }
  .social-footer-row{
    justify-content:center;
    text-align:center;
  }
  .live-chat-widget{
    right:16px;
    bottom:16px;
  }

  .qsk-overlay{
    position:static;
    width:auto;
    min-width:0;
    max-width:none;
    margin:0;
    border-radius:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    box-shadow:none;
    background:#fff;
  }
  .qsk-list{
    grid-template-columns:1fr;
  }
  .qsk-visual-card{
    border-radius:24px;
  }

  .brand-logo{height:36px}
  .nav-shell{display:flex}
  .nav-actions{
    gap:10px;
    margin-left:0;
  }
  .nav-center{
    position:static;
    left:auto;
    transform:none;
    display:block!important;
  }
  .nav-center.collapse:not(.show){display:none!important}
  .nav-center.collapse.show{display:block!important}
  .nav-links{display:block}
  .nav-cta{margin-top:12px}
  .navbar-collapse{padding-top:14px}
  .hero{padding-top:128px}
  .hero-copy-col{
    max-width:100%;
    min-width:0;
  }
  .hero-copy-col h1{
    width:min(100%,calc(100vw - 24px));
    max-width:100%;
    font-size:clamp(28px,7.4vw,34px);
    margin-bottom:32px!important;
  }
  .hero-copy-col h1 .hero-title-line{white-space:normal}
  .hero-copy-col h2{
    width:min(100%,calc(100vw - 24px));
    max-width:100%;
    font-size:clamp(22px,6vw,26px);
    margin-bottom:26px!important;
  }
  .hero-actions{margin-top:30px}
  .hero-visual-col{justify-content:flex-start}
  .hero-visual-col:before{display:none}
  .hero-visual-col:after{display:none}
  .hero-row{--bs-gutter-x:1.5rem}
  .hero-visual-col .visual-wrap{width:100%;max-width:100%;margin-left:0;margin-right:0}
  .hero-pills{grid-template-columns:1fr}
  .hero-pill span{white-space:normal}
  .visual-wrap{min-height:auto;margin-top:24px}
  .hero-visual-frame{-webkit-mask-image:none;mask-image:none}
  .hero-visual-frame:after{display:none}
  .hero-visual-img{width:100%;max-width:100%;height:auto;transform:none;-webkit-mask-image:none;mask-image:none}
  #product{
    padding-top:88px;
    padding-bottom:58px;
  }
  .product-title .product-subtitle-line{white-space:normal}
  .product-card-head h3{white-space:normal}
  .features-subtitle-line{white-space:normal}
  .feature-card-head h3{white-space:normal}
  .feature-grid li{white-space:normal}
  #pricing .pricing-title .lead{white-space:normal}
  #quickstart{
    padding-top:76px;
    padding-bottom:76px;
  }
  #quickstart .section-title .lead{white-space:normal}
  .qsk-visual-card{
    max-width:none;
  }
  .qsk-step-card h4{
    white-space:normal;
  }
  #why{
    padding:88px 0;
  }
  .why-subtitle-line{white-space:normal}
  #why .arch-flow{
    flex-wrap:wrap;
  }
  #why .arch-node{
    flex:1 1 100%;
    min-height:auto;
  }
  #why .arch-node h5{white-space:normal}
  .portal-body{grid-template-columns:1fr}
  .sidebar{display:none}
  .float-card{display:none}
  .metric-row{grid-template-columns:1fr}
  .kit{grid-template-columns:1fr}
  .arch-arrow{display:none}
}
