
  .rh-c9 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-c9 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-c9-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-c9 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-c9 h3 { font-size: 18px; font-weight: 700; color: #262626; margin: 36px 0 18px 0; }
  .rh-c9 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-c9 p a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; text-decoration-color: #99AD8F; transition: color 0.15s, text-decoration-color 0.15s; }
  .rh-c9 p a:hover { color: #4F6A41 !important; text-decoration-color: #6E8C5E; }
  .rh-c9-table { display: flex; flex-direction: column; gap: 8px; margin: 0 0 12px 0; }
  .rh-c9-row { display: grid; grid-template-columns: 1.1fr 1.5fr 1.5fr; gap: 12px; background: #f7f7f7; border-radius: 12px; padding: 18px 20px; }
  .rh-c9-row.head { background: #262626; }
  .rh-c9-cell-k { font-size: 14px; font-weight: 700; color: #262626; }
  .rh-c9-cell { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.55; }
  .rh-c9-cell.miss { color: #B07673; }
  .rh-c9-row.head .rh-c9-cell-k, .rh-c9-row.head .rh-c9-cell { color: #BFD8B3; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
  .rh-c9-steps { display: flex; flex-direction: column; gap: 0; position: relative; margin: 18px 0 0 0; }
  .rh-c9-steps::before { content: ''; position: absolute; left: 19px; top: 20px; bottom: 20px; width: 2px; background: #E6E6E6; z-index: 0; }
  .rh-c9-step { display: flex; gap: 20px; align-items: flex-start; padding: 0 0 22px 0; position: relative; z-index: 1; }
  .rh-c9-step:last-child { padding-bottom: 0; }
  .rh-c9-step-num { width: 40px; height: 40px; background: #262626; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; color: #BFD8B3; flex-shrink: 0; }
  .rh-c9-step-body { flex: 1; padding-top: 3px; }
  .rh-c9-step-title { font-size: 15px; font-weight: 700; color: #262626; margin: 0 0 6px 0; display: block; }
  .rh-c9-step-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.65; margin: 0; display: block; }
  .rh-c9-step-text a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; text-decoration-color: #99AD8F; transition: color 0.15s, text-decoration-color 0.15s; }
  .rh-c9-step-text a:hover { color: #4F6A41 !important; text-decoration-color: #6E8C5E; }
  @media (max-width: 1280px) { .rh-c9-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) {
    .rh-c9-row { grid-template-columns: 1fr; gap: 6px; }
    .rh-c9-row.head { display: none; }
    .rh-c9-cell-k { font-size: 15px; }
    .rh-c9-cell::before { font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #99AD8F; display: block; margin-bottom: 2px; }
    .rh-c9-cell:nth-of-type(2)::before { content: 'Covers'; }
    .rh-c9-cell:nth-of-type(3)::before { content: 'Misses'; }
  }
  @media (max-width: 600px) {
    .rh-c9-wrap { padding: 32px 20px; }
    .rh-c9 p { font-size: 15px; }
    .rh-c9-step { gap: 14px; }
    .rh-c9-step-num { width: 34px; height: 34px; font-size: 13px; }
    .rh-c9-steps::before { left: 16px; }
  }
