.lp-entry {
  padding: 74px 0 80px;
  margin: 0 0 100px;
  background: url(https://39771062.fs1.hubspotusercontent-na1.net/hubfs/39771062/bg_entry.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.lp-entry__headline {
  font-family: 'Inter', sans-serif;
  font-size: 4.0rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 0 35px;
}

.lp-entry__lead {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 0 0 10px;
}

.lp-entry__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 1000px;
  margin: 43px auto 0;
  padding: 52px 0;
  background: var(--accent-color);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.lp-entry__btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect fill="%23fff" stroke-width="0px" x="0" y="0" width="16" height="16" rx="8" ry="8"/><path fill="none" stroke="%23df5a5a" stroke-width="1.23px" d="m6.92,10.76l2.61-2.61-2.61-2.61"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
  position: relative;
}

.lp-entry__btn span {
  position: relative;
}

@media (min-width: 768px) {
  .lp-entry {
    background-image: urlhttps://39771062.fs1.hubspotusercontent-na1.net/hubfs/39771062/bg_entry_sp.png();
  }
  .lp-entry__btn:hover {
    opacity: 1;
  }
  .lp-entry__btn:hover::before {
    transform: none;
  }
  .lp-entry__btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #CC3030;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}

@media (max-width: 767px) {
  .lp-entry {
    padding: 36px 0 40px;
    margin: 0 0 50px;
    font-size: 1.4rem;
  }
  .lp-entry__headline {
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }
  .lp-entry__lead {
    font-size: 1.8rem;
    margin: 0 0 7px;
  }
  .lp-entry__btn {
    padding: 34px 0;
    font-size: 1.8rem;
    margin: 23px 0 0;
  }
  .lp-entry__btn::after {
    width: 16px;
    height: 16px;
  }
}