
  .rh-cr10 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-cr10 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-cr10-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-cr10 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-cr10 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-cr10 p a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; -webkit-text-decoration-color: #99AD8F; text-decoration-color: #99AD8F; transition: color 0.15s, text-decoration-color 0.15s; }
  .rh-cr10 p a:hover { color: #4F6A41 !important; -webkit-text-decoration-color: #6E8C5E; text-decoration-color: #6E8C5E; }
  .rh-cr10-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 24px 0; }
  .rh-cr10-metric { background: #262626; border-radius: 16px; padding: 26px 30px; position: relative; overflow: hidden; }
  .rh-cr10-metric::after { content: ''; position: absolute; right: -30px; bottom: -30px; width: 120px; height: 120px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-cr10-metric-mkt { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 12px 0; position: relative; z-index: 1; }
  .rh-cr10-metric-row { display: flex; align-items: baseline; gap: 8px; position: relative; z-index: 1; margin: 0 0 6px 0; }
  .rh-cr10-metric-from { font-size: 20px; font-weight: 600; color: #808080; }
  .rh-cr10-metric-arrow { color: #99AD8F; font-weight: 700; }
  .rh-cr10-metric-to { font-size: 30px; font-weight: 700; color: #BFD8B3; }
  .rh-cr10-metric-label { font-size: 12px; font-weight: 600; color: #A3A3A3; display: block; position: relative; z-index: 1; }
  .rh-cr10-callout { background: #f7f7f7; border-radius: 16px; padding: 24px 30px; border-left: 4px solid #BFD8B3; margin: 0 0 32px 0; }
  .rh-cr10-callout p { font-size: 15px; font-weight: 600; color: #464646; line-height: 1.7; margin: 0; }
  .rh-cr10-callout p strong { color: #262626; }
  .rh-cr10-warn { background: #262626; border-radius: 16px; padding: 28px 32px; margin: 0; border-left: 4px solid #CB817D; }
  .rh-cr10-warn p { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.7; margin: 0; }
  .rh-cr10-warn p a { color: #BFD8B3 !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; -webkit-text-decoration-color: #99AD8F; text-decoration-color: #99AD8F; }
  .rh-cr10-warn p strong { color: #CB817D; }
  @media (max-width: 1280px) { .rh-cr10-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-cr10-metrics { grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .rh-cr10-wrap { padding: 32px 20px; }
    .rh-cr10 p { font-size: 15px; }
    .rh-cr10-metric { padding: 22px 20px; }
    .rh-cr10-warn { padding: 22px 20px; border-radius: 14px; }
  }
