
  .rh-a9b6 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a9b6 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a9b6-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-a9b6-card { background: #262626; border-radius: 24px; padding: 48px 52px; position: relative; overflow: hidden; }
  .rh-a9b6-card::before { content: ''; position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; border-radius: 50%; background: #BFD8B3; opacity: 0.04; }
  .rh-a9b6-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
  .rh-a9b6-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #606C59; display: block; margin: 0 0 12px 0; }
  .rh-a9b6-title { font-size: clamp(22px, 2.4vw, 30px); font-weight: 600; color: #ffffff; line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 14px 0; }
  .rh-a9b6-title em { font-style: normal; color: #BFD8B3; }
  .rh-a9b6-sub { font-size: 14px; font-weight: 600; color: #808080; line-height: 1.6; margin: 0 0 26px 0; }
  .rh-a9b6-stats { display: flex; gap: 28px; flex-wrap: wrap; }
  .rh-a9b6-stat-num { display: block; font-size: 22px; font-weight: 600; color: #BFD8B3; line-height: 1; margin: 0 0 4px 0; }
  .rh-a9b6-stat-lbl { font-size: 11px; font-weight: 600; color: #585858; line-height: 1.4; display: block; }
  .rh-a9b6-right { display: flex; flex-direction: column; gap: 14px; }
  .rh-a9b6-checklist { display: flex; flex-direction: column; gap: 8px; margin: 0 0 6px 0; }
  .rh-a9b6-check { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: #A3A3A3; }
  .rh-a9b6-check-dot { width: 16px; height: 16px; min-width: 16px; border-radius: 50%; background: rgba(191,216,179,0.08); border: 1.5px solid rgba(191,216,179,0.3); display: flex; align-items: center; justify-content: center; }
  .rh-a9b6-check-dot::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #BFD8B3; }
  .rh-a9b6-btn { display: block !important; width: 100%; background: #BFD8B3 !important; color: #262626 !important; font-size: 12px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.08em !important; border: none; border-radius: 100px; padding: 15px; cursor: pointer; text-align: center; text-decoration: none !important; transition: background 0.2s; }
  .rh-a9b6-btn:hover { background: #99AD8F !important; }
  .rh-a9b6-note { font-size: 11px; font-weight: 600; color: #464646; text-align: center; margin: 0; }
  @media (max-width: 1280px) { .rh-a9b6-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) {
    .rh-a9b6-card { padding: 28px 24px; border-radius: 16px; }
    .rh-a9b6-grid { grid-template-columns: 1fr; gap: 24px; }
    .rh-a9b6-title { font-size: 22px; }
  }
  @media (max-width: 600px) { .rh-a9b6-wrap { padding: 32px 20px; } }
