
  .rh-a5b8 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a5b8 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-a5b8-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 80px 64px; }

  .rh-a5b8-box { background: #262626; border-radius: 20px; padding: 48px 52px; display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; overflow: hidden; }
  .rh-a5b8-box::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: #BFD8B3; opacity: 0.05; }
  .rh-a5b8-box::after { content: ''; position: absolute; bottom: -60px; right: 80px; width: 140px; height: 140px; border-radius: 50%; background: #BFD8B3; opacity: 0.03; }

  .rh-a5b8-text { flex: 1; position: relative; z-index: 1; }
  .rh-a5b8-pre { font-family: 'Mont', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #606C59; display: block; margin: 0 0 10px 0; }
  .rh-a5b8-title { font-family: 'Mont', sans-serif; font-size: clamp(18px, 2vw, 22px); font-weight: 600; color: #ffffff; line-height: 1.3; display: block; margin: 0 0 10px 0; }
  .rh-a5b8-sub { font-family: 'Mont', sans-serif; font-size: 14px; font-weight: 600; color: #808080; line-height: 1.6; display: block; max-width: 480px; }

  .rh-a5b8-btn { display: inline-flex !important; align-items: center; gap: 8px; font-family: 'Mont', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; text-decoration: none !important; color: #262626 !important; background: #BFD8B3 !important; padding: 16px 32px !important; border-radius: 100px !important; white-space: nowrap; flex-shrink: 0; position: relative; z-index: 1; transition: background 0.2s, transform 0.15s; }
  .rh-a5b8-btn:hover { background: #99AD8F !important; transform: translateY(-1px); }

  @media (max-width: 1280px) { .rh-a5b8-wrap { padding: 0 60px 52px; } }
  @media (max-width: 768px) { .rh-a5b8-box { flex-direction: column; align-items: flex-start; padding: 36px 30px; gap: 24px; } .rh-a5b8-btn { width: 100%; justify-content: center; } }
  @media (max-width: 600px) { .rh-a5b8-wrap { padding: 0 20px 48px; } .rh-a5b8-box { padding: 28px 22px; border-radius: 14px; } }
