.contact-block{
  padding: 140px 0 140px;
}
.hf{
  border-top: 0;
  padding-top: 0;
}
.hf__grid{
  display: grid;
  grid-template-columns: 1fr 520px; 
  gap: 70px;
  align-items: center;
}
.hf__left{
  max-width: 780px; 
}
.hf__title{
  margin: 0 0 16px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 3.3vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #000;
}
.hf__left h3{
  margin: 0 0 34px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.5;
  color: rgba(0,0,0,.65);
}
.hf__field{
  margin: 0 0 18px;
  max-width: 720px;
}
.hf input[type="text"],
.hf input[type="tel"],
.hf input[type="email"],
.hf textarea{
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.35);
  background: transparent;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  outline: none;
}
.hf textarea{
  height: 120px;
  padding: 16px 18px;
  resize: vertical;
  min-height: 56px;
}
.hf .wpcf7-form-control.wpcf7-textarea{
  width: 100% !important;
  height: 120px !important;
  padding: 16px 18px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(0,0,0,.35) !important;
  background: transparent !important;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000 !important;
  outline: none !important;
  resize: vertical !important;
  min-height: 56px !important;
  box-sizing: border-box !important;
}
.hf__field p{
  margin: 0 !important;
  padding: 0 !important;
}
.hf__field textarea[name="your-comment"]{
  width: 100% !important;
  height: 120px !important;
  padding: 16px 18px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(0,0,0,.35) !important;
  background: transparent !important;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #000 !important;
  outline: none !important;
  resize: vertical !important;
  min-height: 56px !important;
  max-width: 720px !important;
  box-sizing: border-box !important;
}
.hf input::placeholder,
.hf textarea::placeholder,
.hf .wpcf7-textarea::placeholder{
  color: rgba(0,0,0,.35) !important;
}
.hf input:focus,
.hf textarea:focus,
.hf .wpcf7-textarea:focus{
  border-color: rgba(0,0,0,.6) !important;
}
.hf__btnwrap{
  margin-top: 14px;
  max-width: 720px; 
}
.hf .hf__btn{
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 8px;
  background: #ffd84a;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.hf .hf__btn:hover{
  filter: brightness(.98);
}
.hf__note{
  margin-top: 22px;
  max-width: 520px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0,0,0,.75);
}
.hf__note a{
  color: rgba(0,0,0,.85);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hf__right{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: #f2f2f2 center / cover no-repeat;
  background-image: url(/wp-content/uploads/2026/02/Ready-to-choose-your-product_-pic.webp);
}
.hf .wpcf7-spinner{
  margin-left: 10px;
}
.hf .wpcf7-not-valid-tip{
  font-size: 12px;
  margin-top: 6px;
}
.hf .wpcf7-response-output{
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
}
/* ===== responsive ===== */
@media (max-width: 1100px){
  .contact-block{
    padding: 110px 0 110px;
  }
  .hf__grid{
    grid-template-columns: 1fr 460px;
    gap: 48px;
  }
}
@media (max-width: 980px){
  .contact-block{
    padding: 90px 0 90px;
  }
  .hf__grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .hf__right{
    max-width: 560px;
  }
  .hf__left,
  .hf__field,
  .hf__btnwrap{
    max-width: 100%;
  }
}
@media (max-width: 520px){
  .contact-block{
    padding: 70px 0 70px;
  }
  .hf__title{
    font-size: 34px;
    margin-bottom: 12px;
  }
  .hf__left h3{
    font-size: 14px;
    margin-bottom: 28px;
  }
  .hf input[type="text"],
  .hf input[type="tel"],
  .hf input[type="email"]{
    height: 52px;
    border-radius: 8px;
  }
  .hf textarea,
  .hf .wpcf7-textarea{
    height: 100px;
    border-radius: 8px;
  }
  .hf .hf__btn{
    height: 54px;
  }
  .hf__right{
    border-radius: 16px;
  }
}
.contact-block .wpcf7{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.contact-block .wpcf7 form{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.contact-block .wpcf7,
.contact-block .wpcf7 *{
  box-sizing: border-box;
}
@media (max-width: 520px){
  .contact-block .wpcf7{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}