
#abm2-home > .abm2-hero.abm2-hero--conversion {
  min-height: 720px;
  padding: 100px 0 86px;
  isolation: isolate;
  background: #06101f;
}
#abm2-home > .abm2-hero.abm2-hero--conversion:before {
  background:
    linear-gradient(90deg, rgba(4, 14, 29, 0.98) 0%, rgba(4, 14, 29, 0.94) 32%, rgba(4, 14, 29, 0.78) 50%, rgba(4, 14, 29, 0.30) 72%, rgba(4, 14, 29, 0.12) 100%),
    linear-gradient(180deg, rgba(2, 10, 22, 0.15) 0%, rgba(2, 10, 22, 0.05) 60%, rgba(2, 10, 22, 0.46) 100%),
    url("https://images.unsplash.com/photo-1504868584819-f8e8b4b6d7e3?auto=format&fit=crop&w=1920&q=82") center center / cover no-repeat;
  opacity: 1;
}
#abm2-home .abm2-hero-conversion__inner {
  position: relative;
  z-index: 1;
  display: block;
}
#abm2-home .abm2-hero-conversion__copy {
  max-width: 790px;
}
#abm2-home .abm2-hero-conversion__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(87, 201, 255, 0.38);
  border-radius: 999px;
  background: rgba(7, 27, 48, 0.72);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(12px);
  color: #dff5ff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
#abm2-home .abm2-hero-conversion__eyebrow i {
  color: var(--abm2-cyan);
  font-size: 12px;
}
#abm2-home > .abm2-hero--conversion h1 {
  max-width: 790px;
  margin: 20px 0 0;
  font-size: 66px;
  line-height: 1.01;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
#abm2-home > .abm2-hero--conversion h1 span {
  display: block;
  color: var(--abm2-cyan);
}
#abm2-home > .abm2-hero--conversion .abm2-hero__lead {
  max-width: 690px;
  margin-top: 22px;
  color: #deebf7;
  font-size: 19px;
  line-height: 1.62;
  font-weight: 580;
}
#abm2-home > .abm2-hero--conversion .abm2-btn--my-work {
  display: none !important;
}
#abm2-home .abm2-hero-conversion__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
#abm2-home .abm2-hero-conversion__actions .abm2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0;
  padding: 0 25px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  cursor: pointer;
}
#abm2-home .abm2-hero-conversion__primary {
  order: 0;
  box-shadow: 0 16px 38px rgba(0, 116, 255, 0.28);
}
#abm2-home .abm2-hero-conversion__secondary {
  order: 1;
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(7, 25, 44, 0.62) !important;
  color: #ffffff !important;
  backdrop-filter: blur(10px);
}
#abm2-home .abm2-hero-conversion__secondary:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  transform: translateY(-2px);
}
#abm2-home .abm2-hero-conversion__microcopy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  color: #c9d9e9;
  font-size: 13px;
  font-weight: 700;
}
#abm2-home .abm2-hero-conversion__microcopy i {
  color: #6ee7b7;
}
#abm2-home .abm2-hero-conversion__microcopy b {
  color: rgba(255, 255, 255, 0.34);
  font-weight: 400;
}
#abm2-home .abm2-hero-conversion__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 790px;
  margin-top: 30px;
}
#abm2-home .abm2-hero-conversion__benefit {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 84px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  background: rgba(7, 24, 43, 0.66);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}
#abm2-home .abm2-hero-conversion__benefit > i {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(85, 200, 255, 0.14);
  color: var(--abm2-cyan);
  font-size: 16px;
}
#abm2-home .abm2-hero-conversion__benefit strong {
  display: block;
  color: #ffffff;
  font-size: 13.5px;
  line-height: 1.2;
  font-weight: 900;
}
#abm2-home .abm2-hero-conversion__benefit span {
  display: block;
  margin-top: 4px;
  color: #bcd0e3;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 650;
}
@media (max-width: 1120px) {
  #abm2-home > .abm2-hero.abm2-hero--conversion {
    min-height: 680px;
    padding: 90px 0 76px;
  }
  #abm2-home > .abm2-hero--conversion h1 {
    max-width: 700px;
    font-size: 58px;
  }
  #abm2-home > .abm2-hero.abm2-hero--conversion:before {
    background:
      linear-gradient(90deg, rgba(4, 14, 29, 0.98) 0%, rgba(4, 14, 29, 0.93) 44%, rgba(4, 14, 29, 0.62) 72%, rgba(4, 14, 29, 0.30) 100%),
      url("https://images.unsplash.com/photo-1504868584819-f8e8b4b6d7e3?auto=format&fit=crop&w=1920&q=82") 62% center / cover no-repeat;
  }
}
@media (max-width: 780px) {
  #abm2-home > .abm2-hero.abm2-hero--conversion {
    min-height: auto;
    padding: 70px 0 56px;
  }
  #abm2-home > .abm2-hero.abm2-hero--conversion:before {
    background:
      linear-gradient(180deg, rgba(4, 14, 29, 0.88) 0%, rgba(4, 14, 29, 0.92) 58%, rgba(4, 14, 29, 0.98) 100%),
      url("https://images.unsplash.com/photo-1504868584819-f8e8b4b6d7e3?auto=format&fit=crop&w=1200&q=82") 67% center / cover no-repeat;
  }
  #abm2-home .abm2-hero-conversion__eyebrow {
    font-size: 11px;
    line-height: 1.35;
  }
  #abm2-home > .abm2-hero--conversion h1 {
    font-size: 43px;
    line-height: 1.03;
  }
  #abm2-home > .abm2-hero--conversion .abm2-hero__lead {
    font-size: 17px;
    line-height: 1.58;
  }
  #abm2-home .abm2-hero-conversion__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  #abm2-home .abm2-hero-conversion__actions .abm2-btn {
    width: 100%;
  }
  #abm2-home .abm2-hero-conversion__benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }
  #abm2-home .abm2-hero-conversion__benefit {
    min-height: 70px;
  }
}
