/* =====================================================
   SECTION 7 — Помогаем измениться (отзывы + слайдер)
   Tilda #rec1985710111 оставлен — только тёмная тема
   ===================================================== */

/* ── CUSTOM HEADING ──────────────────────────────── */

#s7-custom {
  background: #080c1c;
  padding: 80px 40px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.s7__head {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

.s7__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;
}

/* pull slider up so reviews appear right below heading */
#rec1985710111 {
  margin-top: -100px;
}

/* hide original heading inside slider */
#rec1985710111 .tn-elem[data-elem-id="1772528688272000005"] {
  display: none !important;
}

/* ── DARK THEME OVERRIDE ─────────────────────────── */

#rec1985710111 .t396__artboard,
#rec1985710111 .t396__filter,
#rec1985710111 .t396__carrier {
  background-color: #080c1c !important;
}

/* весь текст — белый */
#rec1985710111 .tn-atom {
  color: #ffffff !important;
}

/* стрелки слайдера */
#rec1985710111 .t-slds__arrow svg path,
#rec1985710111 .t-slds__arrow svg polyline,
#rec1985710111 .t-slds__arrow svg line {
  stroke: #ffffff !important;
}

#rec1985710111 .t-slds__arrow {
  background: rgba(255,255,255,.10) !important;
  border-radius: 50% !important;
}

#rec1985710111 .t-slds__arrow:hover {
  background: rgba(220,29,36,.30) !important;
}

/* точки слайдера */
#rec1985710111 .t-slds__bullet_body {
  background-color: rgba(255,255,255,.30) !important;
}

#rec1985710111 .t-slds__bullet_active .t-slds__bullet_body {
  background-color: #DC1D24 !important;
}

/* ── RESPONSIVE ─────────────────────────────────── */

@media (max-width: 960px) {
  #s7-custom {
    padding: 60px 24px 0;
  }
}

@media (max-width: 640px) {
  #s7-custom {
    padding: 48px 16px 0;
  }
}
