.elementor-231 .elementor-element.elementor-element-e6c91f3{--display:flex;--margin-top:-4px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-231 .elementor-element.elementor-element-e6c91f3.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-231 .elementor-element.elementor-element-166da1f{width:100%;max-width:100%;}/* Start custom CSS for container, class: .elementor-element-e6c91f3 */.lp-hero {
  padding: 48px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.lp-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.lp-hero__content {
  width: 50%;
}

.lp-hero__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0f2f86;
  font-size: 14px;
  font-weight: 700;
}

.lp-hero__title {
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
  color: #0b1f5f;
}

.lp-hero__text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.6;
  color: #334155;
  max-width: 640px;
}

.lp-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.lp-hero__benefit {
  padding: 10px 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #dbe7ff;
  color: #0f2f86;
  font-size: 14px;
  font-weight: 600;
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.lp-hero__btn--secondary {
  background: #0b2a7a;
  color: #ffffff;
}

.lp-hero__btn--primary {
  background: #16a34a;
  color: #ffffff;
}

.lp-hero__btn:hover {
  transform: translateY(-1px);
}

.lp-hero__media {
  width: 50%;
}

.lp-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 1024px) {
  .lp-hero__container {
    gap: 28px;
  }

  .lp-hero__title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .lp-hero {
    padding: 32px 0;
  }

  .lp-hero__container {
    flex-direction: column;
    padding: 0 16px;
  }

  .lp-hero__content,
  .lp-hero__media {
    width: 100%;
  }

  .lp-hero__title {
    font-size: 32px;
  }

  .lp-hero__text {
    font-size: 16px;
  }

  .lp-hero__actions {
    flex-direction: column;
  }

  .lp-hero__btn {
    width: 100%;
  }
}/* End custom CSS */