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

  .rh-a3b8-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-a3b8-box::before { content:''; position:absolute; top:-40px; right:-40px; width:200px; height:200px; border-radius:50%; background:#BFD8B3; opacity:0.05; }
  .rh-a3b8-box::after { content:''; position:absolute; bottom:-60px; right:80px; width:140px; height:140px; border-radius:50%; background:#BFD8B3; opacity:0.03; }
  .rh-a3b8-text { flex: 1; position: relative; z-index: 1; }
  .rh-a3b8-pre { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #606C59; display: block; margin: 0 0 10px 0; }
  .rh-a3b8-title { font-size: clamp(18px, 2vw, 22px); font-weight: 600; color: #ffffff; line-height: 1.3; display: block; margin: 0 0 10px 0; }
  .rh-a3b8-sub { font-size: 14px; font-weight: 600; color: #808080; line-height: 1.6; display: block; max-width: 480px; }
  .rh-a3b8-sub a { color: #BFD8B3 !important; font-weight: 600; text-decoration: underline !important; text-decoration-color: #BFD8B3 !important; }
  .rh-a3b8-btn {
    display: inline-flex !important; align-items: center; gap: 8px;
    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-a3b8-btn:hover { background: #99AD8F !important; color: #262626 !important; transform: translateY(-1px); }

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