.elementor-46419 .elementor-element.elementor-element-6d75e3f{--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-8509b40 */.cfi-blog-hero,
.cfi-blog-hero *{
  box-sizing:border-box;
  font-family:"Bricolage Grotesque", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.cfi-blog-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 40px;
  padding:50px 24px 56px;
  border:1px solid rgba(192,77,217,.16);
  border-radius:34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(192,77,217,.14) 0%, rgba(192,77,217,0) 30%),
    radial-gradient(circle at 68% 82%, rgba(122,92,255,.12) 0%, rgba(122,92,255,0) 34%),
    linear-gradient(90deg, #121126 0%, #151532 22%, #1b1840 52%, #241a4b 76%, #2a1c54 100%);
  box-shadow:
    0 22px 54px rgba(14,8,30,.16),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.cfi-blog-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.045) 0%, rgba(255,255,255,.015) 34%, rgba(255,255,255,0) 100%);
  opacity:.95;
}

.cfi-blog-hero::after{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, #63e0cf 0%, #7a5cff 34%, #c04dd9 68%, #ff8a5b 100%);
}

.cfi-blog-hero__inner{
  position:relative;
  z-index:2;
  max-width:960px;
  margin:0 auto;
  text-align:center;
}

.cfi-blog-hero__topline{
  margin-bottom:22px;
}

.cfi-blog-hero__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#ffffff;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:.01em;
}

.cfi-blog-hero__title{
  margin:0;
  color:#ffffff !important;
  font-size:clamp(32px, 4.1vw, 54px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-0.035em;
  text-shadow:none;
}

.cfi-blog-hero__title span{
  display:block;
  margin-top:8px;
  background:linear-gradient(90deg, #ffffff 0%, #f1e9ff 35%, #dccbff 68%, #ffffff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.cfi-blog-hero__subtitle{
  max-width:780px;
  margin:26px auto 0;
  color:#f5f1ff;
  font-size:clamp(19px, 2.1vw, 25px);
  line-height:1.36;
  font-weight:700;
}

.cfi-blog-hero__text{
  max-width:740px;
  margin:22px auto 0;
  color:rgba(255,255,255,.84);
  font-size:17px;
  line-height:1.8;
  font-weight:500;
}

.cfi-blog-hero__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:32px;
}

.cfi-blog-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:999px;
  text-decoration:none !important;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.cfi-blog-hero__btn:hover{
  transform:translateY(-2px);
}

.cfi-blog-hero__btn--primary{
  color:#ffffff !important;
  background:linear-gradient(90deg, #7a5cff 0%, #9f5df5 52%, #c04dd9 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 28px rgba(122,92,255,.22);
}

.cfi-blog-hero__btn--secondary{
  color:#ffffff !important;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.18);
}

.cfi-blog-hero__btn--secondary:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.28);
}

.cfi-blog-hero__meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:28px;
}

.cfi-blog-hero__meta span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.8);
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
}

@media (max-width:767px){
  .cfi-blog-hero{
    padding:34px 16px 38px;
    border-radius:24px;
    margin-bottom:32px;
  }

  .cfi-blog-hero::after{
    left:16px;
    right:16px;
  }

  .cfi-blog-hero__topline{
    margin-bottom:18px;
  }

  .cfi-blog-hero__subtitle{
    margin-top:22px;
    font-size:19px;
  }

  .cfi-blog-hero__text{
    margin-top:18px;
    font-size:15.5px;
    line-height:1.72;
  }

  .cfi-blog-hero__actions{
    flex-direction:column;
    align-items:stretch;
    margin-top:28px;
  }

  .cfi-blog-hero__btn{
    width:100%;
  }

  .cfi-blog-hero__meta{
    margin-top:22px;
  }
}/* End custom CSS */