.alf-quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.alf-field { display: grid; gap: 7px; }
.alf-field-full { grid-column: 1 / -1; }
.alf-field label { color: #27483f; font-size: 14px; font-weight: 800; }
.alf-field input,
.alf-field select,
.alf-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  color: #15342d;
  background: #fbfaf5;
  border: 1px solid rgba(6,68,55,.15);
  border-radius: 11px;
  outline: none;
  transition: .2s ease;
}
.alf-field textarea { min-height: 125px; resize: vertical; }
.alf-field input:focus,
.alf-field select:focus,
.alf-field textarea:focus { background: #fff; border-color: #d8a832; box-shadow: 0 0 0 3px rgba(216,168,50,.13); }
.alf-consent { display: flex; align-items: flex-start; gap: 9px; color: #687a75; font-size: 13px; cursor: pointer; }
.alf-consent input { margin-top: 5px; accent-color: #08735a; }
.alf-form-message { margin-bottom: 20px; padding: 15px 18px; border-radius: 10px; font-weight: 700; }
.alf-form-message.success { color: #075b48; background: #e8f3ee; border: 1px solid #bddbce; }
.alf-contact-section > .elementor-container { gap: 28px; align-items: stretch; }
.alf-contact-section .elementor-column { border-radius: 24px; }
.alf-contact-section .elementor-column:first-child .elementor-widget-wrap { padding: 0; }
.alf-contact-section .elementor-column:last-child .elementor-widget-wrap { display: block; padding: 36px; background: #fff; border: 1px solid rgba(6,68,55,.12); border-radius: 24px; box-shadow: 0 10px 30px rgba(5,54,43,.08); }
.alf-form-shell-head h2 { margin: 0 0 20px; color: #032d25; font-size: 30px; }

@media (max-width: 767px) {
  .alf-quote-form { grid-template-columns: 1fr; }
  .alf-field-full { grid-column: auto; }
  .alf-contact-section .elementor-column:last-child .elementor-widget-wrap { padding: 24px; }
}

