.elementor-74 .elementor-element.elementor-element-f81baf6{--display:flex;--min-height:577px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:86px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-f81baf6:not(.elementor-motion-effects-element-type-background), .elementor-74 .elementor-element.elementor-element-f81baf6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(132deg, #00235C 38%, #000000 77%);}.elementor-74 .elementor-element.elementor-element-2d6d3f3{--display:flex;}.elementor-74 .elementor-element.elementor-element-2d6d3f3:not(.elementor-motion-effects-element-type-background), .elementor-74 .elementor-element.elementor-element-2d6d3f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-74 .elementor-element.elementor-element-572756a{--display:flex;}.elementor-74 .elementor-element.elementor-element-572756a:not(.elementor-motion-effects-element-type-background), .elementor-74 .elementor-element.elementor-element-572756a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-74 .elementor-element.elementor-element-2f3bf3c{--display:flex;}.elementor-74 .elementor-element.elementor-element-2f3bf3c:not(.elementor-motion-effects-element-type-background), .elementor-74 .elementor-element.elementor-element-2f3bf3c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-74 .elementor-element.elementor-element-f81baf6{--content-width:1098px;}}@media(max-width:1024px){.elementor-74 .elementor-element.elementor-element-f81baf6{--min-height:421px;--margin-top:-29px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:53px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-74 .elementor-element.elementor-element-f81baf6{--min-height:327px;--gap:13px 13px;--row-gap:13px;--column-gap:13px;--margin-top:-48px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:113px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-80402e7{padding:24px 0px 1px 0px;}}/* Start custom CSS for html, class: .elementor-element-80402e7 */.ls-products-hero {
  position: relative;
  
  padding: 40px 20px 120px;
  overflow: hidden;
  color: #fff;
}

/* GRID BACKGROUND */
.ls-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(69,136,246,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69,136,246,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.35;
  z-index: 1;
}

/* CONTAINER */
.ls-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */
.ls-hero-content {
  max-width: 620px;
}

.ls-hero-pill {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(69,136,246,0.18);
  color: #4588F6;
  font-size: 13px;
  margin-bottom: 26px;
}

.ls-hero-content h1 {
  font-size: clamp(44px, 5.6vw, 70px);
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 26px;
  color: white;
}

.ls-hero-content h1 span {
  color: rgba(255,255,255,0.6);
}

.ls-hero-content p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.85;
  margin-bottom: 28px;
}

/* POINTS */
.ls-hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ls-hero-points li {
  font-size: 14px;
  opacity: 0.85;
  position: relative;
  padding-left: 18px;
}

.ls-hero-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4588F6;
}

/* ACTIONS */
.ls-hero-actions {
  display: flex;
  gap: 18px;
}

.ls-btn-primary {
  padding: 14px 30px;
  border-radius: 999px;
  background: #4588F6;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.ls-btn-secondary {
  padding: 14px 30px;
  border-radius: 999px;
  border: 1px solid rgba(69,136,246,0.6);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/* RIGHT VISUAL */
.ls-hero-visual {
  position: relative;
  text-align: center;
}

.ls-hero-visual img {
  width: 100%;
  max-width: 520px;
  
  animation: float 6s ease-in-out infinite;
}

/* FLOAT EFFECT */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
  100% { transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ls-hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ls-hero-points {
    justify-content: center;
  }

  .ls-hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .ls-hero-visual {
    margin-top: 60px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1f4241 */.ls-calendly-full {
  background: #000000;
  padding: 20px 0;
  color: #ffffff;
}

/* HEADER */
.ls-calendly-header {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
}

/* PILL */
.ls-calendly-pill {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(69,136,246,0.18);
  color: #4588F6;
  font-size: 13px;
  margin-bottom: 22px;
}

/* HEADING */
.ls-calendly-header h2 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #fff;
}

.ls-calendly-header h2 span {
  color: rgba(255,255,255,0.6);
}

/* TEXT */
.ls-calendly-header p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.85;
  max-width: 700px;
  margin: auto;
}

/* CALENDLY FULL WIDTH FIX */
.calendly-inline-widget {
  min-width: 100%;
  height: 900px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84a115d */.ls-pricing-note {
  
  padding: 20px 10px 10px;
  display: flex;
  justify-content: center;
}

.ls-pricing-card {
  max-width: 820px;
  width: 100%;
  padding: 26px 32px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.02)
  );
  border: 1px solid rgba(69,136,246,0.3);
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 60px rgba(69,136,246,0.18);
}

/* ICON */
.ls-pricing-icon {
  font-size: 18px;
  color: #4588F6;
}

/* TEXT */
.ls-pricing-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

.ls-pricing-card strong {
  color: #ffffff;
  font-weight: 500;
}

/* MOBILE */
@media (max-width: 600px) {
  .ls-pricing-card {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */