
  .rh-v3 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-v3 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-v3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-v3 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-v3 h3 { font-size: 18px; font-weight: 700; color: #262626; margin: 36px 0 18px 0; }
  .rh-v3 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-v3-table { display: flex; flex-direction: column; gap: 8px; margin: 0 0 28px 0; }
  .rh-v3-row { display: grid; grid-template-columns: 0.9fr 1.3fr 1.3fr; gap: 12px; background: #f7f7f7; border-radius: 12px; padding: 16px 20px; }
  .rh-v3-row.head { background: #262626; }
  .rh-v3-cell-k { font-size: 13px; font-weight: 700; color: #262626; }
  .rh-v3-cell { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.5; }
  .rh-v3-cell.ai { color: #4F6A41; }
  .rh-v3-row.head .rh-v3-cell-k, .rh-v3-row.head .rh-v3-cell { color: #BFD8B3; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
  .rh-v3-fact { background: #262626; border-radius: 16px; padding: 28px 32px; margin: 0 0 0 0; }
  .rh-v3-fact p { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.7; margin: 0; }
  .rh-v3-fact p strong { color: #BFD8B3; }
  .rh-v3-bignums { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 26px 0 0 0; padding: 24px 0 0 0; border-top: 1px solid rgba(191,216,179,0.2); }
  .rh-v3-bignum { display: flex; flex-direction: column; }
  .rh-v3-bignum-val { font-size: clamp(40px, 5vw, 60px); font-weight: 700; color: #BFD8B3; line-height: 1; margin: 0 0 12px 0; letter-spacing: -0.02em; }
  .rh-v3-bignum-text { font-size: 13px; font-weight: 600; color: #C9C9C9; line-height: 1.55; margin: 0 0 8px 0; }
  .rh-v3-bignum-src { font-size: 11px; font-weight: 600; color: #707070; letter-spacing: 0.04em; }
  .rh-v3-flow { background: #f7f7f7; border-radius: 18px; padding: 32px 28px; margin: 24px 0 28px 0; }
  .rh-v3-flow svg { width: 100%; height: auto; display: block; }
  .rh-v3-flow-cap { font-size: 13px; font-weight: 600; color: #808080; line-height: 1.5; margin: 18px 0 0 0; text-align: center; }
  .rh-v3-flow-cap strong { color: #606C59; }
  .rh-v3-layers { display: flex; flex-direction: column; gap: 10px; margin: 18px 0 0 0; }
  .rh-v3-layer { display: flex; gap: 16px; align-items: flex-start; background: #f7f7f7; border-radius: 12px; padding: 18px 22px; }
  .rh-v3-layer-num { width: 30px; height: 30px; min-width: 30px; background: #BFD8B3; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #262626; margin-top: 2px; }
  .rh-v3-layer-body { flex: 1; }
  .rh-v3-layer-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 5px 0; }
  .rh-v3-layer-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.6; margin: 0; }
  @media (max-width: 1280px) { .rh-v3-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) {
    .rh-v3-row { grid-template-columns: 1fr; gap: 6px; }
    .rh-v3-row.head { display: none; }
    .rh-v3-cell-k { font-size: 14px; }
    .rh-v3-cell::before { font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #99AD8F; display: block; margin-bottom: 2px; }
    .rh-v3-cell:nth-of-type(2)::before { content: 'Traditional SEO'; }
    .rh-v3-cell:nth-of-type(3)::before { content: 'AI Brand Visibility'; }
  }
  @media (max-width: 600px) {
    .rh-v3-wrap { padding: 32px 20px; }
    .rh-v3 p { font-size: 15px; }
    .rh-v3-fact { padding: 22px 20px; border-radius: 14px; }
    .rh-v3-bignums { grid-template-columns: 1fr; gap: 20px; }
    .rh-v3-flow { padding: 22px 16px; }
  }
