/* REATS · Lead form modal — premium responsive layout */

.exp-modal__shell--lead {
  max-width: 560px;
}

.exp-modal--ask-primary .exp-modal__head {
  background: linear-gradient(135deg, rgba(12, 60, 30, 0.08), rgba(12, 60, 30, 0.02));
}

.exp-lead-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.exp-lead-form__field--full {
  grid-column: 1 / -1;
}

.exp-lead-form__field span em {
  color: #0c3c1e;
  font-style: normal;
  font-weight: 700;
}

.exp-lead-form__field--date input {
  text-align: left;
}

.exp-lead-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(12, 60, 30, 0.06);
  color: #4a524c;
  font-size: 0.86rem;
  line-height: 1.45;
}

.exp-lead-form__privacy svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #0c3c1e;
}

.exp-modal--ask-primary .exp-lead-form__submit {
  min-height: 52px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

@media (max-width: 640px) {
  .exp-modal__shell--lead {
    max-width: none;
    border-radius: 20px 20px 0 0;
    margin-top: auto;
    max-height: 92vh;
    overflow: auto;
  }

  .exp-lead-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .exp-lead-form__field input,
  .exp-lead-form__field textarea {
    font-size: 16px;
  }

  .exp-modal__foot--actions {
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 24%);
    padding-top: 12px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .exp-modal__shell--lead {
    max-width: 520px;
  }
}
