.coverlyn-cta {
  background: #29513a;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.coverlyn-cta--full {
  margin-left: -100%;
  margin-right: -100%;
}

.coverlyn-cta h2 {
  margin-bottom: 24px !important;
  text-align: center;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  font-family: Roboto;
  color: white;
}

.coverlyn-cta p {
  max-width: 620px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-family: Roboto;
  color: rgba(255, 255, 255, 0.9);
}

.coverlyn-lead-form {
  padding: 32px;
  max-width: 550px;
  margin: auto;
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.coverlyn-email-field {
  flex: 1;
  margin-right: 12px;
  text-align: left;
}

.coverlyn-lead-form input {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}

.coverlyn-lead-form input.is-invalid {
  border-color: #ffb3b3 !important;
}

.coverlyn-form-error {
  color: #ffb3b3;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
}

.coverlyn-lead-form button {
  background: #29513a;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  border-radius: 8px;
  padding: 0 14px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 40px;
}

.coverlyn-features {
  margin-top: 30px;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.coverlyn-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 599px) {
  .coverlyn-cta--full {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (max-width: 400px) {
  .coverlyn-lead-form {
    flex-direction: column;
  }

  .coverlyn-email-field {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .coverlyn-lead-form button {
    width: 100%;
  }
}
