.elementor-14 .elementor-element.elementor-element-97d9c51{--display:flex;}.elementor-14 .elementor-element.elementor-element-704404f{--display:flex;}.elementor-14 .elementor-element.elementor-element-f2cd97a{margin:-82px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-f2cd97a{margin:-59px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-f2cd97a{margin:-39vw 0vw calc(var(--kit-widget-spacing, 0px) + 0vw) 0vw;}}/* Start custom CSS for html, class: .elementor-element-92484c6 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@500;600;700;800&display=swap');

.lp-hero,
.lp-hero *,
.lp-hero *::before,
.lp-hero *::after {
  box-sizing: border-box;
}

.lp-hero {
  --lp-ink: #1d2930;
  --lp-blue: #236df5;
  --lp-violet: #4635f2;
  --lp-grid: rgba(38, 100, 220, .075);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(760px, 57vw, 900px);
  padding: clamp(118px, 10vw, 155px) 24px;
  background: #ffffff;
  color: var(--lp-ink);
  font-family: "Inter", Arial, sans-serif;
}

.lp-hero__grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(var(--lp-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--lp-grid) 1px, transparent 1px);
  background-size: 56px 56px;
}

.lp-hero::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  content: "";
  background: linear-gradient(to top, rgba(255,255,255,.97), transparent);
  pointer-events: none;
}

.lp-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 770px);
  margin: 0 auto;
  text-align: center;
}

.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin: 0 0 22px;
  padding: 7px 23px;
  border-radius: 999px;
  background: linear-gradient(120deg, #4d24ed, #405ef6);
  box-shadow: 0 9px 24px rgba(57, 42, 230, .22);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(.9rem, 1.3vw, 1.15rem);
  font-weight: 600;
}

.lp-hero__title {
  margin: 0;
  color: var(--lp-ink);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.55rem, 5.25vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .99;
}

.lp-hero__title span {
  display: block;
}

.lp-hero__title b {
  font-weight: inherit;
  white-space: nowrap;
}

.lp-mobile-break {
  display: none;
}

.lp-word--meta {
  color: var(--lp-blue);
}

.lp-word--google {
  color: #34a853;
  font-style: normal;
}

.lp-word--google i {
  font-style: normal;
}

.lp-word--google i:nth-child(1),
.lp-word--google i:nth-child(4) {
  color: #4285f4;
}

.lp-word--google i:nth-child(2),
.lp-word--google i:nth-child(6) {
  color: #ea4335;
}

.lp-word--google i:nth-child(3) {
  color: #fbbc05;
}

.lp-word--google i:nth-child(5) {
  color: #34a853;
}

.lp-hero__proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
  font-size: clamp(.9rem, 1.4vw, 1.15rem);
  font-weight: 600;
}

.lp-hero__proof li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.lp-hero__proof li + li::before {
  width: 7px;
  height: 7px;
  margin: 0 clamp(14px, 2vw, 30px);
  border-radius: 50%;
  content: "";
  background: var(--lp-violet);
}

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

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 62px;
  padding: 9px 12px 9px 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: var(--lp-ink);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease;
}

.lp-button:hover {
  transform: translateY(-3px);
}

.lp-button:focus-visible {
  outline: 3px solid #745dff;
  outline-offset: 4px;
}

.lp-button svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.lp-button--primary {
  background: #202321;
  box-shadow: 0 10px 22px rgba(27, 32, 30, .18);
  color: #ffffff;
}

.lp-button--primary svg {
  background: #4539ec;
}

.lp-button--secondary {
  border-color: rgba(28, 32, 38, .10);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 22px rgba(18, 24, 38, .08);
}

.lp-button--secondary svg {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(20, 26, 39, .1);
}

/* Desktop icon positions */
.lp-icon {
  --lp-turn: 0deg;

  position: absolute;
  z-index: 1;
  display: block;
  width: clamp(120px, 14vw, 220px);
  height: auto;
  filter: drop-shadow(0 18px 20px rgba(18, 28, 65, .14));
  animation: lp-float 6s ease-in-out infinite;
  pointer-events: none;
}

.lp-icon--meta {
  top: 13%;
  left: 4%;
}

.lp-icon--google {
  top: 13%;
  right: 4%;
  animation-delay: -2s;
}

.lp-icon--leads {
  bottom: 12%;
  left: 12%;
  width: clamp(110px, 13vw, 200px);
  animation-delay: -1s;
}

.lp-icon--sales {
  right: 12%;
  bottom: 12%;
  width: clamp(110px, 13vw, 200px);
  animation-delay: -4s;
}

@keyframes lp-float {
  0%,
  100% {
    transform: rotate(var(--lp-turn)) translateY(0);
  }

  50% {
    transform: rotate(var(--lp-turn)) translateY(-7px);
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .lp-hero {
    min-height: 760px;
    padding-top: 145px;
    padding-bottom: 155px;
  }

  .lp-hero__content {
    width: min(100%, 610px);
  }

  .lp-icon {
    width: clamp(88px, 13vw, 125px);
  }

  .lp-icon--meta {
    top: 6%;
    left: 3%;
  }

  .lp-icon--google {
    top: 6%;
    right: 3%;
  }

  .lp-icon--leads {
    bottom: 7%;
    left: 6%;
    width: clamp(84px, 12vw, 115px);
  }

  .lp-icon--sales {
    right: 6%;
    bottom: 7%;
    width: clamp(84px, 12vw, 115px);
  }
}

/* Mobile: matches the reference design */
@media (max-width: 600px) {
  .lp-hero {
    min-height: 515px;
    padding: 35px 16px 80px;
  }

  .lp-hero__grid {
    background-size: 38px 38px;
  }

  .lp-hero__content {
    width: min(100%, 340px);
  }

  .lp-hero__badge {
    min-height: 38px;
    margin-bottom: 16px;
    padding: 5px 16px;
    font-size: .82rem;
  }

  .lp-hero__title {
    font-size: clamp(1.7rem, 7.8vw, 2rem);
    letter-spacing: -.06em;
    line-height: 1.07;
  }

  .lp-mobile-break {
    display: block;
  }

  .lp-hero__proof {
    max-width: 280px;
    margin: 21px auto 25px;
    font-size: .76rem;
    line-height: 1.4;
  }

  .lp-hero__proof li + li::before {
    width: 5px;
    height: 5px;
    margin: 0 9px;
  }

  .lp-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .lp-button {
    width: 100%;
    min-height: 48px;
    gap: 6px;
    padding: 6px 8px 6px 11px;
    border-radius: 12px;
    font-size: .76rem;
  }

  .lp-button svg {
    width: 29px;
    height: 29px;
    padding: 7px;
  }

  /* Meta and Google icons beside heading */
  .lp-icon {
    width: clamp(60px, 18vw, 76px);
  }

  .lp-icon--meta {
    top: 66px;
    bottom: auto;
    left: 3px;
    right: auto;
    width: clamp(60px, 18vw, 76px);
    --lp-turn: -13deg;
  }

  .lp-icon--google {
    top: 110px;
    right: 2px;
    bottom: auto;
    left: auto;
    width: clamp(60px, 18vw, 76px);
    --lp-turn: 14deg;
  }

  /* Leads and Sales icons beside proof/buttons */
  .lp-icon--leads {
    top: 288px;
    bottom: auto;
    left: 5px;
    right: auto;
    width: clamp(55px, 16vw, 68px);
    --lp-turn: -17deg;
  }

  .lp-icon--sales {
    top: 292px;
    right: 5px;
    bottom: auto;
    left: auto;
    width: clamp(55px, 16vw, 68px);
    --lp-turn: 18deg;
  }
}

/* Small mobile phones */
@media (max-width: 359px) {
  .lp-hero {
    min-height: 540px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .lp-hero__title {
    font-size: 1.62rem;
  }

  .lp-hero__proof {
    font-size: .7rem;
  }

  .lp-button {
    font-size: .68rem;
  }

  .lp-icon--leads {
    top: 300px;
    left: 2px;
  }

  .lp-icon--sales {
    top: 304px;
    right: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-icon,
  .lp-button {
    animation: none;
    transition: none;
  }
}/* End custom CSS */