
  .rh-a3b4 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a3b4 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-a3b4-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }

  .rh-a3b4 h2 {
    font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; color: #262626; line-height: 1.2;
    border-top: 3px solid #BFD8B3; padding: 20px 0 0 0; margin: 0 0 24px 0;
  }
  .rh-a3b4 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }

  /* 5 сигналов */
  .rh-a3b4-signals { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 0 0; }
  .rh-a3b4-signal {
    background: #ffffff; border-radius: 16px; padding: 24px 28px;
    display: flex; gap: 20px; align-items: flex-start;
  }
  .rh-a3b4-signal-num { font-size: 28px; font-weight: 600; color: #DFECD9; line-height: 1; flex-shrink: 0; width: 40px; }
  .rh-a3b4-signal-title { font-size: 15px; font-weight: 600; color: #262626; display: block; margin: 0 0 8px 0; }
  .rh-a3b4-signal-text { font-size: 14px; font-weight: 600; color: #585858; line-height: 1.65; display: block; margin: 0; }

  @media (max-width: 1280px) { .rh-a3b4-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-a3b4-wrap { padding: 36px 32px; } }
  @media (max-width: 600px) {
    .rh-a3b4-wrap { padding: 32px 20px; }
    .rh-a3b4 p { font-size: 15px; }
    .rh-a3b4-signal { padding: 18px 18px; }
    .rh-a3b4-signal-num { font-size: 22px; width: 32px; }
  }
