.lp-thanks {
  background-color: #FFF9F5;
  padding: 18px 10px;
  text-align: center;
}
.lp-thanks__image {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.lp-thanks__text {
  color: #333;
  line-height: 1.8;
  font-size: 4.5vw;
  margin-bottom: 32px;
}

.official-link {
  text-align: center;
}

.lp-thanks__button {
  display: flex;
  font-size: 6vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  max-width: 90%;
  padding: 14px 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  transition: transform 0.4s ease, filter 0.3s ease;
}
.lp-thanks__button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/official-background.webp) center/cover no-repeat;
  filter: blur(1px) brightness(0.5);
  z-index: -1;
  transition: filter 0.4s ease, transform 0.4s ease;
  background-size: cover;
}
.lp-thanks__button:hover::before {
  filter: blur(3px) brightness(0.3);
  transform: scale(1.05);
}
.lp-thanks__button:hover {
  transform: scale(1.03);
}

@media (min-width: 450px) {
  .lp-thanks__text {
    font-size: 1.3rem;
  }
  .lp-thanks__button {
    font-size: 1.5rem;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .lp-thanks__button {
    max-width: 570px;
  }
}
@media (min-width: 1024px) {
  .lp-thanks {
    max-width: 1024px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=appreciate.css.map */