.home .elementor-1820 .elementor-element.elementor-element-88572a7.hero-restored {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home .elementor-1820 .elementor-element.elementor-element-88572a7.hero-restored
  > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.home .fride-hero {
  position: relative;
  background: linear-gradient(135deg, #3e4e00 0%, #89ac00 100%);
  width: 100%;
  min-height: 650px;
  overflow: hidden;
}

.home .fride-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -120px;
  height: 330px;
  background: url("../../uploads/2023/08/fride-bottom-wave.png") center bottom /
    cover no-repeat;
  opacity: 0.9;
  pointer-events: none;
}

.home .fride-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 24px 110px;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(260px, 1fr);
  gap: 20px;
  align-items: end;
}

.home .fride-hero__copy {
  max-width: 640px;
  align-self: center;
}

.home .fride-hero__title {
  margin: 0;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5.2vw, 4.15rem);
  line-height: 1.1;
}

.home .fride-hero__subtitle {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.85rem);
  line-height: 1.3;
}

.home .fride-hero__actions {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.home .fride-hero__btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 14px;
  padding: 16px 28px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.home .fride-hero__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.home .fride-hero__btn--primary {
  color: #fff;
  background: #89ac00;
}

.home .fride-hero__btn--secondary {
  color: #89ac00;
  background: #fff;
}

.home .fride-hero__phone {
  width: min(100%, 610px);
  height: auto;
  justify-self: end;
  align-self: end;
  z-index: 2;
  transform: translateY(24px);
}

@media (max-width: 1024px) {
  .home .fride-hero {
    min-height: 560px;
  }

  .home .fride-hero__inner {
    padding: 58px 20px 96px;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 44%);
    gap: 16px;
  }

  .home .fride-hero__copy {
    max-width: 520px;
  }

  .home .fride-hero__btn {
    font-size: 1.15rem;
    padding: 14px 22px;
  }

  .home .fride-hero__phone {
    width: min(100%, 460px);
    transform: translateY(16px);
  }
}

@media (max-width: 767px) {
  .home .fride-hero {
    min-height: 0;
  }

  .home .fride-hero::after {
    display: none;
  }

  .home .fride-hero__inner {
    padding: 44px 20px 44px;
    display: block;
  }

  .home .fride-hero__copy {
    max-width: 100%;
  }

  .home .fride-hero__subtitle {
    margin-top: 14px;
  }

  .home .fride-hero__actions {
    margin-top: 24px;
    gap: 12px;
  }

  .home .fride-hero__btn {
    width: 100%;
    text-align: center;
    border-radius: 12px;
  }

  .home .fride-hero__phone {
    margin: 20px auto 0;
    width: min(100%, 330px);
    display: block;
    transform: none;
  }
}
