
/* Базовый стиль для всей страницы */
body {
  font-family: 'Gilroy', sans-serif !important;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   1. ГЛАВНЫЙ ЗАГОЛОВОК (H1) - Блок T997 на первом экране
   ========================================================================== */
.t997__title {
  font-size: 52px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important; /* ExtraBold */
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   2. ЗАГОЛОВКИ СЕКЦИЙ (H2) - Блоки T1050, T690, T1066, T786, T486
   ========================================================================== */
.t-section__title,
.t486__title {
  font-size: 42px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important; /* Bold */
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   3. ПОДЗАГОЛОВКИ КАРТОЧЕК И ШАГОВ (H3) - Блоки T1106, T1066, T1050, T997
   ========================================================================== */
.t-heading_lg,
.t1106__title,
.t1066__heading,
.t997__card-title,
.t-store__card__title {
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important; /* Bold */
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   4. ВВОДНЫЕ ТЕКСТЫ И ОПИСАНИЯ СЕКЦИЙ (Lead Text)
   ========================================================================== */
.t-section__descr,
.t486__descr,
.t997__descr {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important; /* Regular */
}

/* ==========================================================================
   5. ОСНОВНОЙ ТЕКСТ В КАРТОЧКАХ (Body Text)
   ========================================================================== */
.t-descr_sm,
.t1106__text,
.t1066__descr,
.t997__card-desc,
.t-store__card__descr,
.t390__descr {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important; /* Regular */
  color: #4d4d4d !important; /* Темно-серый для легкого чтения */
}

/* Отдельно для подписей полей формы (без перебивания системного цвета) */
.t-input-title {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

/* Белый текст для темных карточек (сброс серого цвета) */
.t997__card-desc,
.t1050__col .t-descr_sm {
  color: #ffffff !important;
}

/* ==========================================================================
   6. КНОПКИ (Buttons)
   ========================================================================== */
.t-btn,
.t-submit,
.t-btntext {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important; /* SemiBold */
  font-family: 'Gilroy', sans-serif !important;
}

/* ==========================================================================
   7. МЕЛКИЙ ТЕКСТ (Сноски, футер, подписи форм)
   ========================================================================== */
.t-form__bottom-text,
.t389__copyright,
.t389__list_item a {
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

/* ==========================================================================
   8. ПРИНУДИТЕЛЬНЫЕ СТИЛИ ДЛЯ ZERO BLOCK
   ========================================================================== */
.tn-elem[data-elem-type="text"] h1,
.tn-elem[data-elem-type="text"] h2,
.tn-elem[data-elem-type="text"] h3 {
  font-weight: 800 !important;
  font-family: 'Gilroy', sans-serif !important;
}


/* ==========================================================================
   📱 МОБИЛЬНАЯ АДАПТАЦИЯ (Экраны меньше 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  
  /* H1 Главный заголовок */
  .t997__title {
    font-size: 36px !important;
  }
  
  /* H2 Заголовки секций */
  .t-section__title,
  .t486__title {
    font-size: 30px !important;
  }
  
  /* H3 Заголовки карточек */
  .t-heading_lg,
  .t1106__title,
  .t1066__heading,
  .t997__card-title,
  .t-store__card__title {
    font-size: 20px !important;
  }
  
  /* Лид-абзацы */
  .t-section__descr,
  .t486__descr,
  .t997__descr {
    font-size: 16px !important;
  }
  
  /* Основной текст карточек */
  .t-descr_sm,
  .t1106__text,
  .t1066__descr,
  .t997__card-desc,
  .t-store__card__descr,
  .t390__descr,
  .t-input-title {
    font-size: 14px !important; 
  }
  
  /* Сноски и футер */
  .t-form__bottom-text,
  .t389__copyright,
  .t389__list_item a {
    font-size: 12px !important;
  }
}
