.elementor-14 .elementor-element.elementor-element-8e7244a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f6b6935 *//* =========================
   HLWL STRIPE-LIKE GLOBAL UI
========================= */

body{
  margin:0;
  background:
    radial-gradient(circle at 10% 10%, rgba(99,91,255,.10), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(0,194,255,.10), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(99,91,255,.05), transparent 28%),
    linear-gradient(180deg,#f5f9ff 0%,#f7f9fc 40%,#ffffff 100%);
  color:#0a2540;
  font-family:Inter, sans-serif;
  overflow-x:hidden;
}

body *{
  box-sizing:border-box;
}

.hlwl-container{
  width:min(1200px, calc(100% - 32px));
  margin-inline:auto;
}

section{
  position:relative;
}

.hlwl-demo-section{
  padding:110px 0;
  overflow:hidden;
}

.hlwl-demo-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.hlwl-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(70px);
  opacity:.55;
}

.hlwl-orb-1{
  width:340px;
  height:340px;
  background:rgba(99,91,255,.18);
  top:-70px;
  left:-90px;
}

.hlwl-orb-2{
  width:320px;
  height:320px;
  background:rgba(0,194,255,.14);
  right:-80px;
  top:70px;
}

.hlwl-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(10,37,64,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,37,64,.03) 1px, transparent 1px);
  background-size:36px 36px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.18), transparent 75%);
}

.hlwl-demo-wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(320px, 1fr) minmax(380px, 540px);
  gap:42px;
  align-items:center;
}

.hlwl-demo-left{
  max-width:620px;
}

.hlwl-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border:1px solid rgba(99,91,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.62);
  backdrop-filter:blur(14px);
  box-shadow:0 10px 30px rgba(15,23,42,.05);
  color:#635bff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}

.hlwl-badge-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#635bff,#00c2ff);
  box-shadow:0 0 0 6px rgba(99,91,255,.10);
}

.hlwl-title-xl{
  margin:22px 0 18px;
  font-size:clamp(2.4rem,4.8vw,4.9rem);
  line-height:1.02;
  letter-spacing:-.045em;
  color:#0a2540;
}

.hlwl-text-lg{
  margin:0 0 30px;
  font-size:1.08rem;
  line-height:1.9;
  color:#425466;
  max-width:580px;
}

.hlwl-feature-list{
  display:grid;
  gap:16px;
  max-width:560px;
}

.hlwl-feature-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px 18px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  backdrop-filter:blur(14px);
  box-shadow:0 18px 40px rgba(15,23,42,.05);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.hlwl-feature-item:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 50px rgba(99,91,255,.10);
  border-color:rgba(99,91,255,.16);
}

.hlwl-feature-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#635bff,#00c2ff);
  color:#fff;
  font-weight:800;
  box-shadow:0 10px 20px rgba(99,91,255,.25);
}

.hlwl-feature-item strong{
  display:block;
  margin:1px 0 4px;
  font-size:1rem;
  color:#0a2540;
}

.hlwl-feature-item p{
  margin:0;
  color:#516173;
  line-height:1.75;
  font-size:.96rem;
}

/* FORM CARD */
.hlwl-demo-right{
  position:relative;
}

.hlwl-form-card{
  position:relative;
  padding:30px;
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.60));
  border:1px solid rgba(255,255,255,.65);
  backdrop-filter:blur(24px);
  box-shadow:
    0 25px 60px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.65);
  overflow:hidden;
  transition:transform .4s ease, box-shadow .4s ease;
}

.hlwl-form-card:hover{
  transform:translateY(-6px);
  box-shadow:
    0 38px 80px rgba(99,91,255,.14),
    inset 0 1px 0 rgba(255,255,255,.7);
}

.hlwl-form-card:before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(99,91,255,.18), transparent 70%);
  pointer-events:none;
}

.hlwl-form-top{
  position:relative;
  z-index:2;
  margin-bottom:24px;
}

.hlwl-mini-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(99,91,255,.10);
  color:#635bff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hlwl-form-top h3{
  margin:16px 0 10px;
  font-size:1.8rem;
  line-height:1.1;
  letter-spacing:-.03em;
  color:#0a2540;
}

.hlwl-form-top p{
  margin:0;
  color:#516173;
  line-height:1.8;
}

.hlwl-demo-form{
  position:relative;
  z-index:2;
}

.hlwl-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.hlwl-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.hlwl-field-full{
  grid-column:1 / -1;
}

.hlwl-field label{
  font-size:.92rem;
  font-weight:700;
  color:#102a43;
}

.hlwl-field input,
.hlwl-field select,
.hlwl-field textarea{
  width:100%;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.86);
  min-height:56px;
  padding:16px 16px;
  border-radius:18px;
  outline:none;
  font:inherit;
  color:#0a2540;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease,
    background .25s ease;
  box-shadow:0 8px 24px rgba(15,23,42,.03);
}

.hlwl-field textarea{
  min-height:150px;
  resize:vertical;
}

.hlwl-field input::placeholder,
.hlwl-field textarea::placeholder{
  color:#8a94a6;
}

.hlwl-field input:focus,
.hlwl-field select:focus,
.hlwl-field textarea:focus{
  background:#fff;
  border-color:rgba(99,91,255,.42);
  box-shadow:
    0 0 0 4px rgba(99,91,255,.10),
    0 16px 30px rgba(99,91,255,.08);
  transform:translateY(-1px);
}

.hlwl-field.is-invalid input,
.hlwl-field.is-invalid select,
.hlwl-field.is-invalid textarea{
  border-color:rgba(220,38,38,.38);
  box-shadow:0 0 0 4px rgba(220,38,38,.08);
}

.hlwl-error{
  min-height:18px;
  font-size:.82rem;
  color:#dc2626;
}

.hlwl-form-actions{
  margin-top:16px;
}

.hlwl-btn-primary{
  width:100%;
  min-height:58px;
  border:none;
  border-radius:18px;
  background:linear-gradient(135deg,#635bff 0%,#7a73ff 40%,#00c2ff 100%);
  color:#fff;
  font-weight:800;
  font-size:15px;
  letter-spacing:.01em;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  box-shadow:
    0 18px 40px rgba(99,91,255,.28),
    inset 0 1px 0 rgba(255,255,255,.25);
  transition:transform .3s ease, box-shadow .3s ease, filter .3s ease;
}

.hlwl-btn-primary:hover{
  transform:translateY(-2px) scale(1.01);
  box-shadow:
    0 24px 48px rgba(99,91,255,.34),
    inset 0 1px 0 rgba(255,255,255,.25);
  filter:saturate(1.05);
}

.hlwl-btn-primary:active{
  transform:translateY(0) scale(.995);
}

.hlwl-btn-loader{
  width:18px;
  height:18px;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  border-radius:50%;
  display:none;
  animation:hlwlSpin .8s linear infinite;
}

.hlwl-demo-form.is-loading .hlwl-btn-loader{
  display:inline-block;
}

.hlwl-demo-form.is-loading .hlwl-btn-text{
  opacity:.85;
}

.hlwl-demo-form.is-loading .hlwl-btn-primary{
  pointer-events:none;
  opacity:.95;
}

@keyframes hlwlSpin{
  to{transform:rotate(360deg);}
}

.hlwl-form-status{
  display:none;
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  font-size:.94rem;
  font-weight:600;
  line-height:1.7;
}

.hlwl-form-status.is-success{
  display:block;
  background:rgba(22,163,74,.10);
  border:1px solid rgba(22,163,74,.18);
  color:#15803d;
}

.hlwl-form-status.is-error{
  display:block;
  background:rgba(220,38,38,.08);
  border:1px solid rgba(220,38,38,.16);
  color:#dc2626;
}

.hlwl-form-note{
  margin:12px 0 0;
  color:#6b7c93;
  font-size:.86rem;
  line-height:1.75;
}

/* GENERIC PREMIUM CARDS / BUTTONS FOR REST OF SITE */
.hlwl-premium-card,
.hlwl-card,
.hlwl-box{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(15,23,42,.08);
  backdrop-filter:blur(14px);
  border-radius:24px;
  box-shadow:0 18px 40px rgba(15,23,42,.05);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.hlwl-premium-card:hover,
.hlwl-card:hover,
.hlwl-box:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 56px rgba(99,91,255,.10);
  border-color:rgba(99,91,255,.16);
}

a,
button{
  -webkit-tap-highlight-color:transparent;
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .hlwl-demo-wrap{
    grid-template-columns:1fr;
    gap:30px;
  }

  .hlwl-demo-left{
    max-width:100%;
  }

  .hlwl-demo-right{
    max-width:720px;
  }
}

@media (max-width: 767px){
  .hlwl-demo-section{
    padding:72px 0;
  }

  .hlwl-container{
    width:min(100% - 20px, 1200px);
  }

  .hlwl-title-xl{
    font-size:clamp(2rem, 10vw, 3rem);
    line-height:1.04;
  }

  .hlwl-text-lg{
    font-size:1rem;
    line-height:1.8;
  }

  .hlwl-form-card{
    padding:20px;
    border-radius:24px;
  }

  .hlwl-form-top h3{
    font-size:1.45rem;
  }

  .hlwl-form-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .hlwl-field input,
  .hlwl-field select,
  .hlwl-field textarea{
    min-height:54px;
    padding:15px 14px;
    border-radius:16px;
  }

  .hlwl-btn-primary{
    min-height:56px;
    border-radius:16px;
  }

  .hlwl-feature-item{
    padding:16px;
    border-radius:18px;
  }
}/* End custom CSS */