.elementor-503 .elementor-element.elementor-element-a1018fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-44c6de2 */.hlwl-demo-hub-page{
  --hlwl-text:#0f172a;
  --hlwl-text-soft:#475569;
  --hlwl-line:rgba(15,23,42,.08);
  --hlwl-primary:#635bff;
  --hlwl-primary-2:#7c72ff;
  --hlwl-bg:#ffffff;
  --hlwl-bg-soft:#f8fbff;
  --hlwl-shadow:0 18px 50px rgba(15,23,42,.08);
  --hlwl-shadow-strong:0 20px 60px rgba(99,91,255,.16);
  --hlwl-radius:26px;
  --hlwl-container:1240px;
  font-family:Inter,sans-serif;
  color:var(--hlwl-text);
  background:#fff;
}

.hlwl-demo-hub-page *{
  box-sizing:border-box;
}

.hlwl-demo-hub-container{
  width:min(100% - 40px,var(--hlwl-container));
  margin:auto;
}

.hlwl-demo-hub-hero{
  padding:90px 0 56px;
  text-align:center;
  background:
    radial-gradient(circle at top left, rgba(99,91,255,.12), transparent 34%),
    radial-gradient(circle at top right, rgba(0,140,255,.10), transparent 28%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.hlwl-demo-hub-badge,
.hlwl-demo-hub-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(99,91,255,.14);
  background:rgba(99,91,255,.08);
  color:var(--hlwl-primary);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hlwl-demo-hub-hero h1{
  margin:20px auto 16px;
  max-width:920px;
  font-size:clamp(2.4rem,5vw,4.6rem);
  line-height:1.02;
  letter-spacing:-.05em;
  color:var(--hlwl-text);
}

.hlwl-demo-hub-hero p{
  color:var(--hlwl-text-soft);
  max-width:800px;
  margin:0 auto;
  font-size:18px;
  line-height:1.9;
}

.hlwl-demo-hub-hero-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.hlwl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 22px;
  border-radius:16px;
  font-weight:800;
  font-size:15px;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(135deg,var(--hlwl-primary),var(--hlwl-primary-2));
  box-shadow:0 14px 34px rgba(99,91,255,.25);
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
}

.hlwl-btn::before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:120%;
  height:100%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.32),transparent);
  transition:all .5s ease;
}

.hlwl-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 40px rgba(99,91,255,.32);
  color:#fff;
}

.hlwl-btn:hover::before{
  left:100%;
}

.hlwl-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:16px;
  border:1px solid var(--hlwl-line);
  background:#fff;
  color:var(--hlwl-text);
  font-weight:800;
  text-decoration:none;
  transition:all .25s ease;
}

.hlwl-btn-outline:hover{
  background:#f8fafc;
  color:var(--hlwl-text);
  transform:translateY(-2px);
}

.hlwl-demo-hub-main{
  padding:72px 0 88px;
}

.hlwl-demo-hub-section-head{
  margin-bottom:26px;
}

.hlwl-demo-hub-section-head h2{
  margin:16px 0 10px;
  font-size:clamp(1.8rem,3.5vw,2.7rem);
  line-height:1.1;
  letter-spacing:-.03em;
  color:var(--hlwl-text);
}

.hlwl-demo-hub-section-head p{
  margin:0;
  max-width:760px;
  color:var(--hlwl-text-soft);
  line-height:1.85;
  font-size:16px;
}

.hlwl-demo-hub-section-head--small{
  margin-bottom:18px;
}

.hlwl-demo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.hlwl-demo-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid var(--hlwl-line);
  border-radius:var(--hlwl-radius);
  overflow:hidden;
  box-shadow:var(--hlwl-shadow);
  background:#fff;
  color:inherit;
  text-decoration:none;
  transition:all .25s ease;
}

.hlwl-demo-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--hlwl-shadow-strong);
}

.hlwl-demo-card-media{
  position:relative;
  overflow:hidden;
  background:#eef4ff;
}

.hlwl-demo-card-media img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.hlwl-demo-card:hover .hlwl-demo-card-media img{
  transform:scale(1.05);
}

.hlwl-demo-card-body{
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}

.hlwl-demo-card-tag{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(99,91,255,.08);
  color:var(--hlwl-primary);
  font-size:12px;
  font-weight:800;
}

.hlwl-demo-card-body h3{
  margin:0;
  font-size:22px;
  line-height:1.2;
  color:var(--hlwl-text);
}

.hlwl-demo-card-body p{
  margin:0;
  color:var(--hlwl-text-soft);
  font-size:14px;
  line-height:1.8;
}

.hlwl-demo-card-link{
  margin-top:auto;
  padding-top:8px;
  color:var(--hlwl-primary);
  font-weight:800;
  font-size:14px;
}

.hlwl-demo-hub-note{
  margin-top:28px;
  padding:18px 20px;
  border:1px solid var(--hlwl-line);
  border-radius:20px;
  background:#f8fbff;
  color:var(--hlwl-text-soft);
  line-height:1.85;
  font-size:15px;
}

.hlwl-demo-hub-note strong{
  color:var(--hlwl-text);
}

.hlwl-more{
  margin-top:84px;
}

.hlwl-more-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.hlwl-more-grid li{
  padding:16px 18px;
  border:1px solid var(--hlwl-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
  color:var(--hlwl-text);
  font-weight:600;
}

.hlwl-demo-bottom-cta{
  margin-top:84px;
  padding:34px;
  border-radius:28px;
  border:1px solid var(--hlwl-line);
  background:
    radial-gradient(circle at top right, rgba(99,91,255,.08), transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  box-shadow:var(--hlwl-shadow);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.hlwl-demo-bottom-cta__content h2{
  margin:16px 0 10px;
  font-size:clamp(1.8rem,3vw,2.5rem);
  line-height:1.1;
  letter-spacing:-.03em;
}

.hlwl-demo-bottom-cta__content p{
  margin:0;
  max-width:700px;
  color:var(--hlwl-text-soft);
  line-height:1.85;
}

.hlwl-demo-bottom-cta__actions{
  display:flex;
  align-items:center;
}

@media (max-width:1100px){
  .hlwl-demo-grid{
    grid-template-columns:1fr 1fr;
  }

  .hlwl-more-grid{
    grid-template-columns:1fr 1fr 1fr;
  }
}

@media (max-width:767px){
  .hlwl-demo-hub-container{
    width:min(100% - 22px,var(--hlwl-container));
  }

  .hlwl-demo-hub-hero{
    padding:68px 0 40px;
  }

  .hlwl-demo-hub-main{
    padding:54px 0 70px;
  }

  .hlwl-demo-hub-hero p{
    font-size:15px;
  }

  .hlwl-demo-grid,
  .hlwl-more-grid{
    grid-template-columns:1fr;
  }

  .hlwl-demo-card-media img{
    height:210px;
  }

  .hlwl-demo-bottom-cta{
    padding:24px 20px;
  }

  .hlwl-demo-hub-section-head h2,
  .hlwl-demo-bottom-cta__content h2{
    line-height:1.15;
  }
}/* End custom CSS */