
  .rh-fr4 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-fr4 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-fr4-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-fr4 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-fr4 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 24px 0; padding: 0; display: block; }
  .rh-fr4 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-fr4 p a:hover { color: #4F6A41 !important; -webkit-text-decoration-color: #6E8C5E; text-decoration-color: #6E8C5E; }
  .rh-fr4-scenarios { display: flex; flex-direction: column; gap: 12px; margin: 0 0 24px 0; }
  .rh-fr4-scenario { background: #f7f7f7; border-radius: 14px; padding: 24px 28px; border-left: 3px solid #CB817D; }
  .rh-fr4-scenario-head { display: flex; align-items: center; gap: 10px; margin: 0 0 10px 0; flex-wrap: wrap; }
  .rh-fr4-primary { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #606C59; background: #DFECD9; border-radius: 100px; padding: 4px 12px; }
  .rh-fr4-arrow { color: #CB817D; font-weight: 700; font-size: 14px; }
  .rh-fr4-rep { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #CB817D; background: #fbeceb; border-radius: 100px; padding: 4px 12px; }
  .rh-fr4-scenario-text { font-size: 14px; font-weight: 600; color: #585858; line-height: 1.65; margin: 0; display: block; }
  .rh-fr4-scenario-text strong { color: #262626; }
  .rh-fr4-scenario-text 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; }
  .rh-fr4-scenario-text a:hover { color: #4F6A41 !important; -webkit-text-decoration-color: #6E8C5E; text-decoration-color: #6E8C5E; }
  .rh-fr4-closing { background: #262626; border-radius: 16px; padding: 28px 32px; margin: 0; }
  .rh-fr4-closing p { font-size: 16px; font-weight: 600; color: #E6E6E6; line-height: 1.7; margin: 0; }
  .rh-fr4-closing p strong { color: #BFD8B3; }
  @media (max-width: 1280px) { .rh-fr4-wrap { padding: 40px 60px; } }
  @media (max-width: 600px) {
    .rh-fr4-wrap { padding: 32px 20px; }
    .rh-fr4 p { font-size: 15px; }
    .rh-fr4-scenario { padding: 20px 20px; }
    .rh-fr4-scenario-text { font-size: 13px; }
    .rh-fr4-closing { padding: 22px 20px; border-radius: 14px; }
    .rh-fr4-closing p { font-size: 15px; }
  }
