
  .rh-br3 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-br3 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-br3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-br3 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-br3 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-br3 p a { color: #606C59 !important; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #BFD8B3; }
  .rh-br3-def { background: #DFECD9; border-radius: 16px; padding: 28px 32px; margin: 0 0 24px 0; border-left: 4px solid #99AD8F; }
  .rh-br3-def p { font-size: 16px; font-weight: 600; color: #2f3a2a; line-height: 1.7; margin: 0; }
  .rh-br3-table { display: flex; flex-direction: column; gap: 8px; margin: 24px 0 28px 0; }
  .rh-br3-row { display: grid; grid-template-columns: 1.1fr 1.6fr 1.3fr; gap: 12px; background: #f7f7f7; border-radius: 12px; padding: 18px 20px; }
  .rh-br3-row.head { background: #262626; }
  .rh-br3-row.head span { color: #BFD8B3; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
  .rh-br3-row.hl { background: #ffffff; border: 1.5px solid #BFD8B3; }
  .rh-br3-cell-k { font-size: 14px; font-weight: 700; color: #262626; }
  .rh-br3-cell { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.55; }
  .rh-br3-row.head .rh-br3-cell-k, .rh-br3-row.head .rh-br3-cell { color: #BFD8B3; font-size: 11px; font-weight: 600; }
  .rh-br3-closing { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0; }
  .rh-br3-closing strong { color: #262626; }
  @media (max-width: 1280px) { .rh-br3-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) {
    .rh-br3-row { grid-template-columns: 1fr; gap: 6px; }
    .rh-br3-row.head { display: none; }
    .rh-br3-cell-k { font-size: 15px; }
    .rh-br3-cell::before { font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #99AD8F; display: block; margin-bottom: 2px; }
    .rh-br3-cell:nth-of-type(2)::before { content: 'What it is'; }
    .rh-br3-cell:nth-of-type(3)::before { content: 'Who controls it'; }
  }
  @media (max-width: 600px) {
    .rh-br3-wrap { padding: 32px 20px; }
    .rh-br3 p { font-size: 15px; }
    .rh-br3-def { padding: 22px 20px; border-radius: 14px; }
    .rh-br3-closing { font-size: 15px; }
  }
