.contact-inner .contact-pizza {
  width: 190px;
  left: -35px;
  right: auto;
  top: -26px;
  bottom: auto;
  transform: scaleX(-1) rotate(-14deg);
  filter: drop-shadow(0 15px 16px rgb(167 91 0 / 18%));
}

.contact-inner .contact-tomato {
  width: 180px;
  right: -25px;
  left: auto;
  top: auto;
  bottom: -40px;
  transform: rotate(-18deg);
}

@media (max-width: 560px) {
  .contact-inner .contact-pizza {
    width: 135px;
    left: -50px;
    top: -15px;
  }

  .contact-inner .contact-tomato {
    width: 140px;
  }
}

.contact-lead {
  max-width: 560px;
  margin: 0 auto 34px;
}

.contact-form {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

.form-row {
  margin-bottom: 22px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
}

.required-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 100px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  vertical-align: 2px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  transition: box-shadow 0.2s;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  box-shadow: 5px 5px 0 rgb(34 33 33 / 25%);
}

.contact-form .button {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 30px auto 0;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 560px) {
  .contact-form {
    padding: 0 4px;
  }
}
