/* ============================================
   HERO СЕКЦИЯ — порядок элементов
   Главная: #rec1978443483
   /russian-for-beginners: #rec2252904623
   Управляет расположением блоков в hero:
   uptitle → заголовок → описание → кнопка
   ============================================ */
#rec1978443483 .t480__content,
#rec2252904623 .t480__content {
  display: flex !important;
  flex-direction: column !important;
}
#rec1978443483 .t480__uptitle,
#rec2252904623 .t480__uptitle {
  order: 1 !important;
  margin-bottom: 12px !important;
}
#rec1978443483 .t480__title,
#rec2252904623 .t480__title {
  order: 2 !important;
}
#rec1978443483 .t480__descr,
#rec2252904623 .t480__descr {
  order: 3 !important;
}
#rec1978443483 .t-btnflex,
#rec2252904623 .t-btnflex {
  order: 4 !important;
}


/* ============================================
   КНОПКИ — hover эффект (все кнопки сайта)
   При наведении: зелёный фон + подъём + тень
   Цвет #2D5016 = Forest Green из brand kit
   ============================================ */

.t-btn {
  transition: all 0.2s ease !important;
}

.t-btn:hover {
  background: #2D5016 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(28, 43, 58, 0.25) !important;
}


/* ============================================
   ФОРМА — мелкий текст под кнопкой
   Главная: #rec1973130213
   /russian-for-beginners: #rec2252904833
   "By submitting this form you agree to..."
   Цвет #5C6B7A = Slate из brand kit
   ============================================ */
#rec1973130213 .t678__form-bottom-text,
#rec2252904833 .t678__form-bottom-text {
  color: #5C6B7A !important;
  font-size: 13px !important;
  font-family: 'Inter', sans-serif !important;
}
#rec1973130213 .t678__form-bottom-text a,
#rec2252904833 .t678__form-bottom-text a {
  color: #5C6B7A !important;
  border-bottom-color: #5C6B7A !important;
  text-decoration: none !important;
}