/* ============================================
   HERO СЕКЦИЯ — порядок элементов (#rec1978443483)
   Управляет расположением блоков в hero:
   uptitle → заголовок → описание → кнопка
   ============================================ */

#rec1978443483 .t480__content {
  display: flex !important;
  flex-direction: column !important;
}

#rec1978443483 .t480__uptitle {
  order: 1 !important;
  margin-bottom: 12px !important;
}

#rec1978443483 .t480__title {
  order: 2 !important;
}

#rec1978443483 .t480__descr {
  order: 3 !important;
}

#rec1978443483 .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)
   "By submitting this form you agree to..."
   Цвет #5C6B7A = Slate из brand kit
   ============================================ */

#rec1973130213 .t678__form-bottom-text {
  color: #5C6B7A !important;
  font-size: 13px !important;
  font-family: 'Inter', sans-serif !important;
}

#rec1973130213 .t678__form-bottom-text a {
  color: #5C6B7A !important;
  border-bottom-color: #5C6B7A !important;
  text-decoration: none !important;
}