@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&display=swap');

.wpcf7,
.wpcf7-form {
  width: 100% !important;
}

.blanchard-cf7-card,
.blanchard-cf7-card * {
  box-sizing: border-box;
}

.blanchard-cf7-card {
  width: 622px;
  max-width: calc(100vw - 36px);
  margin: 40px auto 0;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #dce3db;
  border-radius: 18px;
  box-shadow: 0 20px 50px -25px rgba(18, 65, 48, 0.28);
  font-family: 'Manrope', system-ui, sans-serif;
}

.blanchard-cf7-card p,
.blanchard-cf7-card br {
  margin: 0 !important;
}

.blanchard-cf7-card br {
  display: none !important;
}

.blanchard-cf7-field {
  margin: 0 0 18px;
}

.blanchard-cf7-field label {
  display: block;
  margin: 0 0 8px;
  color: #04160e;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.blanchard-cf7-card .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.blanchard-cf7-card input[type="text"],
.blanchard-cf7-card input[type="tel"],
.blanchard-cf7-card input[type="email"],
.blanchard-cf7-card select,
.blanchard-cf7-card textarea {
  width: 100% !important;
  height: 46px;
  min-height: 46px;
  margin: 0 !important;
  border: 1px solid #d6ded5 !important;
  border-radius: 12px !important;
  background: #fdfcf8 !important;
  padding: 12px 16px !important;
  color: #04160e !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  outline: none !important;
  box-shadow: none !important;
}

.blanchard-cf7-card textarea {
  height: 106px !important;
  min-height: 106px !important;
  resize: none !important;
}

.blanchard-cf7-card input::placeholder,
.blanchard-cf7-card textarea::placeholder {
  color: #8a938d !important;
  opacity: 1;
}

.blanchard-cf7-card input:focus,
.blanchard-cf7-card select:focus,
.blanchard-cf7-card textarea:focus {
  border-color: #ee921a !important;
  box-shadow: 0 0 0 3px rgba(238, 146, 26, 0.12) !important;
}

.blanchard-cf7-submit-wrap {
  position: relative;
  width: 100%;
  height: 54px;
  margin: 30px 0 0;
}

.blanchard-cf7-submit-wrap::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: calc(50% - 80px);
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: #2c2208;
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2a9 9 0 0 1 9 9'/%3E%3Cpath d='M13 6a5 5 0 0 1 5 5'/%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2a9 9 0 0 1 9 9'/%3E%3Cpath d='M13 6a5 5 0 0 1 5 5'/%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E") center / contain no-repeat;
}

.blanchard-cf7-card .blanchard-cf7-submit {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  background: #ee921a !important;
  color: #2c2208 !important;
  padding: 0 24px 0 48px !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 54px !important;
  font-weight: 800 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: 0 20px 50px -20px rgba(238, 146, 26, 0.45) !important;
  transition: filter 0.2s ease, transform 0.2s ease !important;
}

.blanchard-cf7-card .blanchard-cf7-submit:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.blanchard-cf7-rgpd {
  margin: 18px 0 0 !important;
  color: #5a665f !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.blanchard-cf7-card .wpcf7-spinner {
  position: absolute;
  right: -34px;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
}

.blanchard-cf7-card .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b42318;
  font-size: 12px;
  font-weight: 500;
}

.blanchard-cf7-card .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .blanchard-cf7-card {
    width: 100%;
    max-width: calc(100vw - 36px);
    margin-top: 32px;
    padding: 24px 18px;
    border-radius: 16px;
  }

  .blanchard-cf7-field {
    margin-bottom: 16px;
  }

  .blanchard-cf7-card .blanchard-cf7-submit {
    font-size: 15px !important;
  }

  .blanchard-cf7-submit-wrap::before {
    left: calc(50% - 74px);
  }
}