
  .rh-b7 * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Mont', sans-serif; }
  .rh-b7 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-b7-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px 64px; }
  .rh-b7-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-b7-box::before {
    content: ''; position: absolute; top: -40px; right: -40px;
    width: 200px; height: 200px; border-radius: 50%; background: #BFD8B3; opacity: 0.06;
  }
  .rh-b7-box::after {
    content: ''; position: absolute; bottom: -60px; right: 80px;
    width: 140px; height: 140px; border-radius: 50%; background: #BFD8B3; opacity: 0.04;
  }
  .rh-b7-text { flex: 1; position: relative; }
  .rh-b7-text p {
    font-family: 'Mont', sans-serif; font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase; color: #808080; margin-bottom: 10px;
  }
  .rh-b7-text h3 {
    font-family: 'Mont', sans-serif; font-size: clamp(18px, 2vw, 22px);
    font-weight: 600; color: #ffffff; line-height: 1.3; margin-bottom: 10px;
  }
  .rh-b7-text span {
    font-family: 'Mont', sans-serif; font-size: 14px; font-weight: 600;
    color: #808080; line-height: 1.6; display: block;
  }
  .rh-b7-btn {
    display: inline-block !important;
    background: #BFD8B3 !important;
    color: #262626 !important;
    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;
    padding: 16px 32px !important;
    border-radius: 100px !important;
    white-space: nowrap;
    transition: background 0.2s, transform 0.15s;
    position: relative;
    flex-shrink: 0;
  }
  .rh-b7-btn:hover { background: #99AD8F !important; color: #262626 !important; transform: translateY(-1px); }
  @media (max-width: 960px) { .rh-b7-wrap { padding: 40px 60px 52px; } }
  @media (max-width: 768px) {
    .rh-b7-box { flex-direction: column; align-items: flex-start; padding: 36px 30px; gap: 24px; }
    .rh-b7-btn { width: 100%; text-align: center; }
  }
  @media (max-width: 600px) {
    .rh-b7-wrap { padding: 32px 24px 48px; }
    .rh-b7-box { padding: 28px 22px; border-radius: 14px; }
    .rh-b7-text h3 { font-size: 18px; }
  }
