/* ——— Секция формы ——— */
.t-cover,
.t396,
.t830 { background-color: #f4f4f5 !important; }        /* светлый фон секции (при желании) */

/* Заголовок формы */
.t-form__title,
.t830 .t-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  color: #0d0d0f !important;
  letter-spacing: -0.01em !important;
}

/* Подзаголовок / описание */
.t-form__descr,
.t830 .t-descr {
  font-family: 'Inter', sans-serif !important;
  color: #5c5c63 !important;
}

/* ——— Поля ввода ——— */
.t-input {
  height: 54px !important;
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 12px !important;
  padding: 0 18px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #0d0d0f !important;
  box-shadow: none !important;
  transition: border-color .2s ease !important;
}
.t-input:focus {
  border-color: #0d0d0f !important;
  outline: none !important;
}
.t-input::placeholder { color: #9a9aa0 !important; }

/* textarea (если есть) */
textarea.t-input { height: auto !important; min-height: 120px !important; padding: 16px 18px !important; }

/* обёртки полей — отступы между полями */
.t-input-group { margin-bottom: 12px !important; }

/* ——— Кнопка отправки ——— */
.t-submit,
.t-form__submit .t-btn {
  background: #0d0d0f !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  height: 56px !important;
  border: none !important;
  border-radius: 100px !important;
  letter-spacing: 0 !important;
  transition: background .2s ease, transform .2s ease !important;
  cursor: pointer !important;
}
.t-submit:hover,
.t-form__submit .t-btn:hover {
  background: #333333 !important;
  transform: translateY(-1px) !important;
}

/* ——— Согласие / мелкий текст ——— */
.t-form__errorbox-middle,
.t-checkbox__control,
.t-text_xs { font-family: 'Inter', sans-serif !important; color: #8a8a92 !important; }

/* Ссылки в тексте согласия */
.t-form a { color: #0d0d0f !important; text-decoration: underline !important; }