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