
  .rh-tg10 * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Mont', sans-serif; }
  .rh-tg10 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-tg10-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 80px 72px; }
  .rh-tg10-card { background: #f7f7f7; border-radius: 20px; padding: 40px 48px; border-left: 4px solid #BFD8B3; }
  .rh-tg10-note { background: #262626; border-radius: 16px; padding: 32px 36px; margin-bottom: 32px; position: relative; overflow: hidden; }
  .rh-tg10-note::before { content: '\201C'; font-size: 80px; font-weight: 600; color: #BFD8B3; line-height: 0.7; display: block; margin-bottom: 10px; opacity: 0.5; }
  .rh-tg10-note::after { content: ''; position: absolute; right: -30px; bottom: -30px; width: 130px; height: 130px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-tg10-note-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; display: block; margin-bottom: 12px; position: relative; z-index: 1; }
  .rh-tg10-note p { font-size: 16px; font-weight: 600; color: #E6E6E6; line-height: 1.75; margin: 0; position: relative; z-index: 1; }
  .rh-tg10-note p strong { color: #BFD8B3; }
  .rh-tg10-top { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
  .rh-tg10-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; border: 3px solid #BFD8B3; flex-shrink: 0; background: #E6E6E6; }
  .rh-tg10-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .rh-tg10-info { flex: 1; }
  .rh-tg10-info-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; margin-bottom: 4px; }
  .rh-tg10-info-name { font-size: 22px; font-weight: 600; color: #262626; line-height: 1.2; margin-bottom: 4px; }
  .rh-tg10-info-role { font-size: 14px; font-weight: 600; color: #808080; }
  .rh-tg10-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
  .rh-tg10-tag { 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-tg10-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; }
  .rh-tg10-stat { background: #ffffff; border-radius: 14px; padding: 20px 16px; text-align: center; min-width: 0; }
  .rh-tg10-stat-num { font-size: 32px; font-weight: 600; color: #262626; line-height: 1; margin-bottom: 8px; display: block; }
  .rh-tg10-stat-num em { font-style: normal; color: #99AD8F; }
  .rh-tg10-stat-label { font-size: 12px; font-weight: 600; color: #808080; line-height: 1.4; }
  .rh-tg10-bio { font-size: 15px; font-weight: 600; color: #464646; line-height: 1.75; margin-bottom: 18px; }
  .rh-tg10-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; font-weight: 600; color: #A3A3A3; margin: 0 0 24px 0; }
  .rh-tg10-meta span { display: flex; align-items: center; gap: 6px; }
  .rh-tg10-meta span::before { content: ''; width: 4px; height: 4px; background: #BFD8B3; border-radius: 50%; }
  .rh-tg10-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .rh-tg10-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; padding: 14px 28px !important; border-radius: 100px !important; transition: all 0.2s; }
  .rh-tg10-btn-primary { background: #262626 !important; color: #ffffff !important; }
  .rh-tg10-btn-primary:hover { background: #464646 !important; color: #ffffff !important; }
  .rh-tg10-btn-secondary { background: transparent !important; color: #262626 !important; border: 1.5px solid #BFD8B3 !important; }
  .rh-tg10-btn-secondary:hover { background: #DFECD9 !important; color: #262626 !important; }
  @media (max-width: 1280px) { .rh-tg10-wrap { padding: 0 60px 64px; } }
  @media (max-width: 768px) { .rh-tg10-card { padding: 28px 28px; } }
  @media (max-width: 600px) {
    .rh-tg10-wrap { padding: 0 20px 48px; }
    .rh-tg10-card { padding: 24px 20px; border-radius: 14px; }
    .rh-tg10-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .rh-tg10-stat-num { font-size: 24px; }
    .rh-tg10-btns { flex-direction: column; }
    .rh-tg10-btn { text-align: center; justify-content: center; }
  }
