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

  .rh-a5b3 h2 { font-family: 'Mont', sans-serif; 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-a5b3 p { font-family: 'Mont', sans-serif; font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }

  /* 3 этапа эскалации */
  .rh-a5b3-stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
  .rh-a5b3-stage { background: #ffffff; border-radius: 16px; padding: 24px 22px; position: relative; }
  .rh-a5b3-stage::after { content: '→'; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #BFD8B3; font-weight: 600; }
  .rh-a5b3-stage:last-child::after { display: none; }
  .rh-a5b3-stage-num { font-family: 'Mont', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #A3A3A3; display: block; margin: 0 0 10px 0; }
  .rh-a5b3-stage-title { font-family: 'Mont', sans-serif; font-size: 14px; font-weight: 600; color: #262626; display: block; margin: 0 0 8px 0; }
  .rh-a5b3-stage-text { font-family: 'Mont', sans-serif; font-size: 13px; font-weight: 600; color: #585858; line-height: 1.6; display: block; margin: 0; }
  .rh-a5b3-stage.risk { border-top: 3px solid #CB817D; }
  .rh-a5b3-stage.warn { border-top: 3px solid #E6C87A; }
  .rh-a5b3-stage.ok { border-top: 3px solid #BFD8B3; }

  .rh-a5b3-callout { background: #ffffff; border-left: 4px solid #262626; border-radius: 0 12px 12px 0; padding: 20px 26px; margin: 0; }
  .rh-a5b3-callout p { font-size: 16px; color: #262626; margin: 0; }

  @media (max-width: 1280px) { .rh-a5b3-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-a5b3-wrap { padding: 36px 32px; } .rh-a5b3-stages { grid-template-columns: 1fr; } .rh-a5b3-stage::after { display: none; } }
  @media (max-width: 600px) { .rh-a5b3-wrap { padding: 32px 20px; } .rh-a5b3 p { font-size: 15px; } }
