.contact-cta {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #062618;
}

.contact-cta::after {
  position: absolute;
  inset: 0 0 0 57.3%;
  content: '';
  background: url('/assets/images/contact-cta.webp') center / cover no-repeat;
}

.contact-cta .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 70px;
}

.contact-cta .contact-cta-title {
  max-width: 720px;
  margin: 0 0 42px;
  font: 48px/1 DMSerif, Georgia, serif;
  font-weight: 400;
}

.contact-cta-copy {
  max-width: 760px;
  margin: 0;
  font: 20px/1.55 WorkSans, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
}

.contact-cta .subscribe {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 88px;
  align-items: center;
  margin-top: 60px;
  padding: 10px 12px 10px 30px;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 30px;
  background: rgb(232 240 236 / 58%);
  backdrop-filter: blur(8px);
}

.contact-cta .subscribe input {
  min-width: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  color: #fff;
  font: 23px/1 WorkSans, Arial, sans-serif;
}

.contact-cta .subscribe input:focus,
.contact-cta .subscribe input:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.contact-cta .subscribe input::placeholder {
  color: rgb(255 255 255 / 86%);
  opacity: 1;
}

.contact-cta .subscribe button {
  display: inline-flex;
  min-height: 61px;
  align-items: center;
  gap: 14px;
  padding: 15px 22px;
  border-radius: 14px;
  color: #0b2d1d;
  background: #78f36e;
  font: 20px/1 DMSerif, Georgia, serif;
  white-space: nowrap;
}

.contact-cta .subscribe button span {
  font-family: WorkSans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

@media (max-width: 800px) {
  .contact-cta {
    background: #062618;
  }

  .contact-cta::after {
    inset: 0;
    opacity: .18;
  }

  .contact-cta .contact-cta-title {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .contact-cta-copy {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.4;
  }

  .contact-cta .subscribe {
    min-height: 70px;
    margin-top: 48px;
    padding: 8px 8px 8px 20px;
    border-radius: 22px;
  }

  .contact-cta .subscribe input { font-size: 17px; }
  .contact-cta .subscribe button { min-height: 52px; padding: 12px 15px; font-size: 15px; }
  .contact-cta .subscribe button span { font-size: 21px; }
}
