/* =====================================================
   SECTION 2 — Почему дисциплина не работает без системы
   ===================================================== */

.s2 {
  background: #0d1220;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}

.s2::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 29, 36, .08) 0%, transparent 70%);
  pointer-events: none;
}

.s2__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.s2__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #ffffff;
  margin: 0;
  text-align: center;
  max-width: 760px;
  align-self: center;
}

.s2__title span {
  color: #DC1D24;
}

.s2__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

/* ── LEFT ─────────────────────────────────────────── */
.s2__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.s2__prompt {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  color: rgba(255, 255, 255, .55);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.s2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.s2__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.55;
  color: rgba(255, 255, 255, .75);
}

.s2__x {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  background: rgba(220, 29, 36, .15);
  border: 1px solid rgba(220, 29, 36, .40);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2__x svg {
  width: 11px;
  height: 11px;
}

.s2__verdict {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, .04);
  border-left: 3px solid #DC1D24;
  border-radius: 0 8px 8px 0;
}

.s2__verdict-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(13px, 1.2vw, 15px);
  color: rgba(255, 255, 255, .50);
  font-weight: 500;
}

.s2__verdict-main {
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  color: #DC1D24;
  letter-spacing: -.01em;
}

/* ── RIGHT ────────────────────────────────────────── */
.s2__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2__insight {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.s2__insight::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at bottom right, rgba(220, 29, 36, .12) 0%, transparent 70%);
  pointer-events: none;
}

.s2__insight-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  color: rgba(255, 255, 255, .65);
  margin: 0;
  position: relative;
}

.s2__insight-accent {
  font-family: 'Inter', sans-serif;
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

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

@media (max-width: 960px) {
  .s2 {
    padding: 60px 24px;
  }
  .s2__body {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .s2 {
    padding: 48px 16px;
  }
  .s2__insight {
    padding: 28px 20px;
  }
}

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