/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/main-hero/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.wp-block-localads-blocks-main-hero {
  display: block !important;
}

.localads-main-hero {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  padding: 80px 0 0;
}

.localads-main-hero__gradient {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
}

.localads-main-hero__gradient--green {
  width: 600px;
  height: 600px;
  top: -100px;
  left: -150px;
  background: radial-gradient(circle, rgba(0, 200, 83, 0.06) 0%, rgba(0, 200, 83, 0) 70%);
}

.localads-main-hero__gradient--blue {
  width: 700px;
  height: 700px;
  top: 200px;
  right: -200px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.04) 0%, rgba(59, 130, 246, 0) 70%);
}

.localads-main-hero__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  max-width: 1578px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .localads-main-hero__container {
    padding: 0 68px;
  }
}

.localads-main-hero__content {
  position: relative;
  z-index: 1;
}

.localads-main-hero__badge {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 9999px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #F59F0A;
  margin-bottom: 24px;
  font-variation-settings: "opsz" 14;
}

.localads-main-hero__heading {
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -2.16px;
  color: #0F1729;
  margin: 0 0 24px;
}

.localads-main-hero__heading-dark, .localads-main-hero__heading-green {
  display: block;
}

.localads-main-hero__heading-green {
  background: linear-gradient(to right, #00C767, #27BE75);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.localads-main-hero__description {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  color: #4B5768;
  margin: 0 0 32px;
  max-width: 532px;
  font-variation-settings: "opsz" 14;
}

.localads-main-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.localads-main-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 63.5px;
  padding: 0 40px;
  border-radius: 9999px;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.34px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-variation-settings: "opsz" 14;
}

.localads-main-hero__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.localads-main-hero__btn--primary {
  background: #2474F5;
  color: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(59, 130, 246, 0.2);
}

.localads-main-hero__btn--secondary {
  background: transparent;
  color: #4B5768;
  border: 1px solid #E5E7EB;
}

.localads-main-hero__btn-arrow {
  flex-shrink: 0;
  margin-left: 8px;
}

.localads-main-hero__trust {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 40px;
}

.localads-main-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #7C8A9C;
  font-variation-settings: "opsz" 14;
}

.localads-main-hero__trust-item + .localads-main-hero__trust-item {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #E5E7EB;
}

.localads-main-hero__trust-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.localads-main-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 32px;
  border-top: 1px solid #E5E7EB;
}

.localads-main-hero__stat {
  text-align: left;
}

.localads-main-hero__stat-icon {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-bottom: 12px;
  display: block;
}

.localads-main-hero__stat-title {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #0F1729;
}

.localads-main-hero__stat-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #7C8A9C;
  font-variation-settings: "opsz" 14;
}

.localads-main-hero__bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 28.5px;
  padding: 0 16px;
  background: #00C767;
  border-radius: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: -17px;
  z-index: 2;
  font-variation-settings: "opsz" 14;
}

.localads-main-hero__bubble-arrow {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #00C767;
}

.localads-main-hero__image {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.localads-main-hero__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .localads-main-hero__heading {
    font-size: 56px;
    letter-spacing: -1.68px;
  }
  .localads-main-hero__description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .localads-main-hero {
    padding: 48px 0 0;
  }
  .localads-main-hero__container {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0 24px;
  }
  .localads-main-hero__content {
    text-align: center;
  }
  .localads-main-hero__badge {
    margin-bottom: 20px;
  }
  .localads-main-hero__heading {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .localads-main-hero__description {
    font-size: 16px;
    line-height: 1.65;
    max-width: 330px;
    margin: 0 auto 32px;
  }
  .localads-main-hero__buttons {
    flex-direction: column;
    align-items: center;
  }
  .localads-main-hero__btn {
    width: 100%;
    max-width: 342px;
    justify-content: center;
  }
  .localads-main-hero__btn--primary {
    height: 87px;
    flex-wrap: wrap;
  }
  .localads-main-hero__btn--secondary {
    height: 63.5px;
  }
  .localads-main-hero__trust {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
  }
  .localads-main-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
  .localads-main-hero__stat {
    text-align: center;
  }
  .localads-main-hero__stat-icon {
    margin: 0 auto 12px;
  }
  .localads-main-hero__image {
    order: 1;
  }
}

@media (max-width: 480px) {
  .localads-main-hero__container {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=style-index.css.map*/