.engj-contact,
.engj-contact * {
  box-sizing: border-box;
}

.engj-contact {
  --engj-green: #e9f9ec;
  --engj-green-strong: #d9f2df;
  --engj-black: #050505;
  --engj-text: #1d1d1d;
  --engj-error: #a61b1b;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--engj-text);
  font-family: "Lato", Arial, sans-serif !important;
}

.engj-contact input,
.engj-contact select,
.engj-contact textarea,
.engj-contact button {
  font-family: "Lato", Arial, sans-serif !important;
}

.engj-contact__inner {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(500px, 1.18fr);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 34px 34px;
  gap: 38px;
  align-items: stretch;
}

.engj-contact__intro {
  position: relative;
  min-height: 470px;
  padding: 4px 0 40px;
  overflow: hidden;
}

.engj-contact__title {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: var(--engj-black);
  font-size: clamp(31px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.35px;
}

.engj-contact__lead {
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin: 0;
  color: var(--engj-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
}

.engj-contact__lead strong {
  font-weight: 900;
}

.engj-contact__watermark {
  position: absolute;
  z-index: 1;
  bottom: -18px;
  left: -18px;
  display: block;
  width: 340px;
  max-width: 92%;
  height: auto;
  opacity: .24;
  filter: grayscale(1) contrast(1.25);
  pointer-events: none;
  user-select: none;
}

.engj-contact__form-column {
  align-self: start;
}

.engj-contact__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 28px 34px 24px;
  border-radius: 24px;
  background: var(--engj-green);
  gap: 17px 16px;
}

.engj-contact__field {
  min-width: 0;
}

.engj-contact__field--full {
  grid-column: 1 / -1;
}

.engj-contact__field label:not(.engj-contact__checkbox) {
  display: block;
  margin: 0 0 8px 3px;
  color: var(--engj-black);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.engj-contact__field input[type="text"],
.engj-contact__field input[type="email"],
.engj-contact__field input[type="tel"],
.engj-contact__field select,
.engj-contact__field textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--engj-black);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.engj-contact__field input[type="text"],
.engj-contact__field input[type="email"],
.engj-contact__field input[type="tel"],
.engj-contact__field select {
  height: 48px;
  padding: 0 13px;
}

.engj-contact__field textarea {
  min-height: 112px;
  padding: 13px;
  resize: vertical;
}

.engj-contact__field select {
  cursor: pointer;
}

.engj-contact__field input:focus,
.engj-contact__field select:focus,
.engj-contact__field textarea:focus {
  border-color: #7aa98a;
  box-shadow: 0 0 0 3px rgba(122, 169, 138, .16);
}

.engj-contact__field input[aria-invalid="true"],
.engj-contact__field select[aria-invalid="true"],
.engj-contact__field textarea[aria-invalid="true"] {
  border-color: var(--engj-error);
}

.engj-contact__privacy {
  margin-top: -1px;
}

.engj-contact__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #272727;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.engj-contact__checkbox input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #111;
}

.engj-contact__checkbox a {
  color: var(--engj-black);
  font-weight: 900;
  text-decoration: underline;
}

.engj-contact__actions {
  display: flex;
  justify-content: center;
  padding-top: 1px;
}

.engj-contact__submit {
  display: inline-flex;
  min-width: 200px;
  min-height: 50px;
  padding: 10px 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 10px;
  background: var(--engj-green);
  color: var(--engj-black);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .17);
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.engj-contact__submit:hover,
.engj-contact__submit:focus-visible {
  background: var(--engj-black);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.engj-contact__submit[disabled] {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.engj-contact__notice {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.engj-contact__notice--success {
  border: 1px solid #a9d3b3;
  background: #effaf1;
  color: #174d24;
}

.engj-contact__notice--error {
  border: 1px solid #e0a7a7;
  background: #fff1f1;
  color: #7b1010;
}

.engj-contact__error {
  display: block;
  margin: 6px 3px 0;
  color: var(--engj-error);
  font-size: 12px;
  font-weight: 700;
}

.engj-contact__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.engj-contact__phone {
  grid-column: 1 / -1;
  padding-top: 2px;
  text-align: center;
}

.engj-contact__phone span {
  display: block;
  margin-bottom: 1px;
  color: var(--engj-black);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}

.engj-contact__phone a {
  display: inline-block;
  color: var(--engj-black) !important;
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none !important;
}

.engj-contact__phone a:hover,
.engj-contact__phone a:focus-visible {
  text-decoration: underline !important;
}

@media (min-width: 941px) {
  .engj-contact__title {
    white-space: nowrap;
  }
}

@media (max-width: 940px) {
  .engj-contact__inner {
    grid-template-columns: 1fr;
    max-width: 760px;
    padding: 56px 30px 34px;
    gap: 30px;
  }

  .engj-contact__intro {
    min-height: 250px;
    padding-bottom: 15px;
    text-align: center;
  }

  .engj-contact__lead {
    max-width: 560px;
    margin: 0 auto;
  }

  .engj-contact__watermark {
    top: 40px;
    bottom: auto;
    left: 50%;
    width: 245px;
    opacity: .15;
    filter: grayscale(1) contrast(1.25);
    transform: translateX(-50%);
  }

  .engj-contact__form-column {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 600px) {
  .engj-contact__inner {
    padding: 44px 18px 30px;
    gap: 24px;
  }

  .engj-contact__intro {
    min-height: 220px;
  }

  .engj-contact__title {
    margin-bottom: 13px;
    font-size: 32px;
    text-align: center;
  }

  .engj-contact__lead {
    font-size: 16px;
    text-align: center;
  }

  .engj-contact__form {
    grid-template-columns: 1fr;
    padding: 24px 18px 22px;
    border-radius: 20px;
    gap: 16px;
  }

  .engj-contact__field,
  .engj-contact__field--full {
    grid-column: 1;
  }

  .engj-contact__field label:not(.engj-contact__checkbox) {
    margin-left: 0;
    text-align: left;
  }

  .engj-contact__checkbox {
    text-align: left;
  }

  .engj-contact__submit {
    width: 100%;
    min-width: 0;
  }

  .engj-contact__phone {
    padding-top: 7px;
  }

  .engj-contact__phone span {
    font-size: 19px;
  }

  .engj-contact__phone a {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .engj-contact *,
  .engj-contact *::before,
  .engj-contact *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
