
  .rh-a8b3 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a8b3 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-a8b3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-a8b3 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-a8b3 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 22px 0; padding: 0; display: block; }
  .rh-a8b3-loop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 32px 0; position: relative; }
  .rh-a8b3-loop-step { background: #ffffff; border-radius: 16px; padding: 24px 20px; position: relative; z-index: 1; }
  .rh-a8b3-loop-step:not(:last-child)::after { content: ''; position: absolute; top: 50%; right: -14px; width: 28px; height: 2px; background: #BFD8B3; z-index: 2; }
  .rh-a8b3-loop-step:not(:last-child)::before { content: ''; position: absolute; top: 50%; right: -16px; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 6px; border-color: transparent transparent transparent #BFD8B3; transform: translateY(-50%); z-index: 2; }
  .rh-a8b3-loop-num { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #CB817D; display: block; margin: 0 0 10px 0; }
  .rh-a8b3-loop-title { font-size: 14px; font-weight: 600; color: #262626; display: block; margin: 0 0 8px 0; line-height: 1.35; }
  .rh-a8b3-loop-text { font-size: 12px; font-weight: 600; color: #808080; line-height: 1.55; display: block; }
  .rh-a8b3-loop-return { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: -8px; margin-bottom: 24px; }
  .rh-a8b3-loop-return-text { font-size: 11px; font-weight: 600; color: #CB817D; letter-spacing: 0.06em; text-transform: uppercase; }
  .rh-a8b3-paradox { background: #262626; border-radius: 16px; padding: 28px 32px; display: flex; gap: 20px; align-items: flex-start; }
  .rh-a8b3-paradox-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(203,129,125,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .rh-a8b3-paradox-text { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.65; margin: 0; }
  .rh-a8b3-paradox-text strong { color: #BFD8B3; }
  @media (max-width: 1280px) { .rh-a8b3-wrap { padding: 40px 60px; } }
  @media (max-width: 900px) {
    .rh-a8b3-loop { grid-template-columns: 1fr 1fr; gap: 12px; }
    .rh-a8b3-loop-step:not(:last-child)::after,
    .rh-a8b3-loop-step:not(:last-child)::before { display: none; }
  }
  @media (max-width: 600px) {
    .rh-a8b3-wrap { padding: 32px 20px; }
    .rh-a8b3 p { font-size: 15px; }
    .rh-a8b3-loop { grid-template-columns: 1fr; }
    .rh-a8b3-paradox { flex-direction: column; padding: 22px 20px; border-radius: 14px; }
  }
