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

  .rh-b8-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px 48px;
    border-left: 4px solid #BFD8B3;
  }

  .rh-b8-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
  }

  .rh-b8-avatar {
    width: 72px; height: 72px;
    border-radius: 50%; overflow: hidden;
    border: 3px solid #BFD8B3; flex-shrink: 0; background: #E6E6E6;
  }
  .rh-b8-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .rh-b8-info { flex: 1; }
  .rh-b8-info-label {
    font-family: 'Mont', sans-serif; font-size: 10px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; margin-bottom: 4px;
  }
  .rh-b8-info-name {
    font-family: 'Mont', sans-serif; font-size: 22px; font-weight: 600;
    color: #262626; line-height: 1.2; margin-bottom: 4px;
  }
  .rh-b8-info-role {
    font-family: 'Mont', sans-serif; font-size: 14px; font-weight: 600; color: #808080;
  }

  .rh-b8-tags {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
  }
  .rh-b8-tag {
    font-family: 'Mont', sans-serif; font-size: 11px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase; color: #606C59;
    border: 1.5px solid #BFD8B3; border-radius: 100px; padding: 5px 14px;
  }

  .rh-b8-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 12px; margin-bottom: 28px;
  }
  .rh-b8-stat {
    background: #ffffff; border-radius: 14px; padding: 20px 16px; text-align: center;
  }
  .rh-b8-stat-num {
    font-family: 'Mont', sans-serif; font-size: 32px; font-weight: 600;
    color: #262626; line-height: 1; margin-bottom: 8px; display: block;
  }
  .rh-b8-stat-num em { font-style: normal; color: #99AD8F; }
  .rh-b8-stat-label {
    font-family: 'Mont', sans-serif; font-size: 12px; font-weight: 600;
    color: #808080; line-height: 1.4;
  }

  .rh-b8-bio {
    font-family: 'Mont', sans-serif; font-size: 15px; font-weight: 600;
    color: #464646; line-height: 1.75; margin-bottom: 24px;
  }

  .rh-b8-btns { display: flex; gap: 12px; flex-wrap: wrap; }

  .rh-b8-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;
    padding: 14px 28px !important; border-radius: 100px !important; transition: all 0.2s;
  }
  .rh-b8-btn-primary { background: #262626 !important; color: #ffffff !important; }
  .rh-b8-btn-primary:hover { background: #464646 !important; color: #ffffff !important; }
  .rh-b8-btn-secondary {
    background: transparent !important; color: #262626 !important;
    border: 1.5px solid #BFD8B3 !important;
  }
  .rh-b8-btn-secondary:hover { background: #DFECD9 !important; color: #262626 !important; }

  @media (max-width: 960px) { .rh-b8-wrap { padding: 0 60px 52px; } }
  @media (max-width: 768px) { .rh-b8-card { padding: 28px 28px; } }
  @media (max-width: 600px) {
    .rh-b8-wrap { padding: 0 24px 40px; }
    .rh-b8-card { padding: 24px 20px; border-radius: 14px; }
    .rh-b8-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .rh-b8-stat-num { font-size: 24px; }
    .rh-b8-btns { flex-direction: column; }
    .rh-b8-btn { text-align: center; justify-content: center; }
  }
