
  .rh-b5 * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Mont', sans-serif; }
  .rh-b5 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-b5-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-b5 h2 {
    font-family: 'Mont', sans-serif; font-size: clamp(20px, 2.6vw, 28px);
    font-weight: 600; color: #262626; line-height: 1.2;
    border-top: 3px solid #BFD8B3; padding-top: 20px; margin-bottom: 24px;
  }
  .rh-b5 p {
    font-family: 'Mont', sans-serif; font-size: 16px; font-weight: 600;
    color: #464646; line-height: 1.75; margin-bottom: 20px;
  }
  .rh-b5-costs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
  .rh-b5-cost-card {
    background: #f7f7f7; border-radius: 16px; padding: 22px 20px; border-top: 3px solid #CB817D;
  }
  .rh-b5-cost-card span {
    font-family: 'Mont', sans-serif; display: block; font-size: 11px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase; color: #A26764; margin-bottom: 8px;
  }
  .rh-b5-cost-card p {
    font-family: 'Mont', sans-serif; font-size: 13px; font-weight: 600;
    color: #464646; line-height: 1.55; margin: 0;
  }
  .rh-b5-accent {
    background: #262626; border-radius: 20px; padding: 32px 36px;
    display: flex; align-items: flex-start; gap: 20px; margin-top: 8px;
  }
  .rh-b5-accent-line {
    width: 4px; min-width: 4px; border-radius: 100px;
    background: #BFD8B3; align-self: stretch;
  }
  .rh-b5-accent p {
    font-family: 'Mont', sans-serif; font-size: 16px; font-weight: 600;
    color: #E6E6E6; line-height: 1.7; margin: 0;
  }
  .rh-b5-accent strong { color: #BFD8B3; }
  @media (max-width: 960px) { .rh-b5-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-b5-costs { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .rh-b5-wrap { padding: 32px 24px; }
    .rh-b5-costs { grid-template-columns: 1fr; }
    .rh-b5 p { font-size: 15px; }
    .rh-b5-accent { padding: 22px 20px; border-radius: 14px; }
    .rh-b5-accent p { font-size: 15px; }
  }
