
  .rh-a8b5 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a8b5 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-a8b5-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-a8b5 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-a8b5 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 28px 0; padding: 0; display: block; }
  .rh-a8b5-signals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 28px 0; }
  .rh-a8b5-signal { background: #ffffff; border-radius: 14px; padding: 22px 18px; border-bottom: 3px solid #E6C87A; }
  .rh-a8b5-signal-icon { width: 32px; height: 32px; border-radius: 8px; background: #faf6e9; display: flex; align-items: center; justify-content: center; margin: 0 0 14px 0; }
  .rh-a8b5-signal-text { font-size: 13px; font-weight: 600; color: #464646; line-height: 1.55; display: block; }
  .rh-a8b5-stat-row { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; background: #262626; border-radius: 16px; padding: 32px 36px; }
  .rh-a8b5-stat-num { font-size: clamp(36px, 4vw, 52px); font-weight: 600; color: #BFD8B3; line-height: 1; display: block; }
  .rh-a8b5-stat-label { font-size: 12px; font-weight: 600; color: #585858; display: block; margin-top: 6px; }
  .rh-a8b5-stat-text { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.65; margin: 0; }
  .rh-a8b5-stat-text strong { color: #ffffff; }
  @media (max-width: 1280px) { .rh-a8b5-wrap { padding: 40px 60px; } }
  @media (max-width: 960px) { .rh-a8b5-signals { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 768px) { .rh-a8b5-stat-row { grid-template-columns: 1fr; gap: 12px; text-align: left; } }
  @media (max-width: 600px) {
    .rh-a8b5-wrap { padding: 32px 20px; }
    .rh-a8b5 p { font-size: 15px; }
    .rh-a8b5-signals { grid-template-columns: 1fr; }
    .rh-a8b5-stat-row { padding: 24px 22px; border-radius: 14px; }
  }
