/* =====================================================
   SECTION 5 — Прокачка себя на выбор
   Заголовок + каталог T776 = единая секция
   ===================================================== */

.s5 {
  background: #080c1c;
  padding: 80px 40px 0;
  position: relative;
  overflow: hidden;
}

.s5::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse at top, rgba(220,29,36,.10) 0%, transparent 70%);
  pointer-events: none;
}

.s5__wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.s5__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(220, 29, 36, .12);
  border: 1px solid rgba(220, 29, 36, .30);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.s5__label-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, .65);
  letter-spacing: .10em;
  text-transform: uppercase;
}

.s5__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #ffffff;
  margin: 0;
}

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 960px) {
  .s5 { padding: 60px 24px 0; }
}

@media (max-width: 640px) {
  .s5 { padding: 48px 16px 0; }
}

/* hide original Tilda heading block */
#rec1972785061 {
  display: none !important;
}
