
  .rh-e3 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-e3 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-e3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-e3 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-e3 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-e3-hero { background: #262626; border-radius: 20px; padding: 40px 44px; display: flex; align-items: center; gap: 32px; margin: 0 0 24px 0; position: relative; overflow: hidden; }
  .rh-e3-hero::after { content: ''; position: absolute; right: -40px; bottom: -40px; width: 160px; height: 160px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-e3-hero-num { font-size: clamp(56px, 8vw, 96px); font-weight: 600; color: #BFD8B3; line-height: 0.9; flex-shrink: 0; position: relative; z-index: 1; }
  .rh-e3-hero-text { font-size: 16px; font-weight: 600; color: #E6E6E6; line-height: 1.7; position: relative; z-index: 1; }
  .rh-e3-hero-text a { color: #BFD8B3 !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; -webkit-text-decoration-color: #BFD8B3; text-decoration-color: #BFD8B3; }
  .rh-e3-closing { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0; }
  .rh-e3-closing strong { color: #262626; }
  @media (max-width: 1280px) { .rh-e3-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-e3-hero { flex-direction: column; align-items: flex-start; gap: 16px; } }
  @media (max-width: 600px) {
    .rh-e3-wrap { padding: 32px 20px; }
    .rh-e3 p { font-size: 15px; }
    .rh-e3-hero { padding: 28px 24px; border-radius: 14px; }
    .rh-e3-closing { font-size: 15px; }
  }
