
  .rh-c8 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-c8 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-c8-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-c8 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-c8 h3 { font-size: 18px; font-weight: 700; color: #262626; margin: 36px 0 18px 0; }
  .rh-c8 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-c8 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-c8 p a:hover { color: #4F6A41 !important; text-decoration-color: #6E8C5E; }
  .rh-c8-factors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0 8px 0; }
  .rh-c8-factor { background: #f7f7f7; border-radius: 14px; padding: 24px 22px; border-left: 3px solid #BFD8B3; }
  .rh-c8-factor-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 8px 0; }
  .rh-c8-factor-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.65; display: block; }
  .rh-c8-fact { background: #262626; border-radius: 20px; padding: 36px 40px; margin: 24px 0 0 0; position: relative; overflow: hidden; }
  .rh-c8-fact::after { content: ''; position: absolute; right: -30px; bottom: -30px; width: 140px; height: 140px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-c8-fact-num { font-size: clamp(30px, 3.4vw, 42px); font-weight: 600; color: #BFD8B3; line-height: 1; display: block; margin: 0 0 12px 0; }
  .rh-c8-fact p { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.7; margin: 0; position: relative; z-index: 1; }
  .rh-c8-fact p a { color: #BFD8B3 !important; text-decoration-color: #BFD8B3; }
  .rh-c8-fact p strong { color: #BFD8B3; }
  .rh-c8-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 24px 0 0 0; }
  .rh-c8-stat { background: #f7f7f7; border-radius: 16px; padding: 24px 26px; }
  .rh-c8-stat-num { font-size: clamp(22px, 2.4vw, 28px); font-weight: 600; color: #CB817D; line-height: 1; display: block; margin: 0 0 8px 0; }
  .rh-c8-stat-title { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 8px 0; }
  .rh-c8-stat-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.6; display: block; }
  .rh-c8-stat-text a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; text-decoration-color: #99AD8F; }
  @media (max-width: 1280px) { .rh-c8-wrap { padding: 40px 60px; } }
  @media (max-width: 900px) { .rh-c8-factors { grid-template-columns: 1fr; } .rh-c8-stats { grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .rh-c8-wrap { padding: 32px 20px; }
    .rh-c8 p { font-size: 15px; }
    .rh-c8-fact { padding: 26px 22px; border-radius: 14px; }
    .rh-c8-fact p { font-size: 14px; }
  }
