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

  .rh-a2b8-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-a2b8-box::before {
    content: ''; position: absolute; top: -40px; right: -40px;
    width: 200px; height: 200px; border-radius: 50%; background: #BFD8B3; opacity: 0.06;
  }
  .rh-a2b8-box::after {
    content: ''; position: absolute; bottom: -60px; right: 80px;
    width: 140px; height: 140px; border-radius: 50%; background: #BFD8B3; opacity: 0.04;
  }
  .rh-a2b8-text { flex: 1; position: relative; }
  .rh-a2b8-text p {
    font-family: 'Mont', sans-serif; font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase; color: #808080;
    margin: 0 0 10px 0; padding: 0; display: block;
  }
  .rh-a2b8-text h3 {
    font-family: 'Mont', sans-serif; font-size: clamp(18px, 2vw, 22px);
    font-weight: 600; color: #ffffff; line-height: 1.3; margin: 0 0 10px 0; padding: 0;
  }
  .rh-a2b8-text span {
    font-family: 'Mont', sans-serif; font-size: 14px; font-weight: 600;
    color: #808080; line-height: 1.6; display: block; margin: 0; padding: 0;
  }
  .rh-a2b8-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;
    transition: background 0.2s, transform 0.15s;
  }
  .rh-a2b8-btn:hover { background: #99AD8F !important; color: #262626 !important; transform: translateY(-1px); }

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