
  .rh-a14b3 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a14b3 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a14b3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-a14b3 h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; color: #262626; line-height: 1.2; border-top: 3px solid #BFD8B3; padding: 20px 0 0 0; margin: 0 0 24px 0; }
  .rh-a14b3 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-a14b3-quote { background: #262626; border-radius: 20px; padding: 36px 40px; margin: 24px 0 28px 0; position: relative; overflow: hidden; }
  .rh-a14b3-quote::after { content: ''; position: absolute; right: -30px; bottom: -30px; width: 140px; height: 140px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-a14b3-quote p { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.75; margin: 0; padding: 0; position: relative; z-index: 1; }
  .rh-a14b3-tracks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; }
  .rh-a14b3-track { border-radius: 14px; padding: 22px 20px; }
  .rh-a14b3-track:nth-child(1), .rh-a14b3-track:nth-child(2) { background: #f7f7f7; }
  .rh-a14b3-track:nth-child(3) { background: #262626; }
  .rh-a14b3-track-title { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 10px 0; }
  .rh-a14b3-track:nth-child(3) .rh-a14b3-track-title { color: #BFD8B3; }
  .rh-a14b3-track-text { font-size: 13px; font-weight: 600; color: #808080; line-height: 1.6; display: block; }
  .rh-a14b3-track:nth-child(3) .rh-a14b3-track-text { color: #A3A3A3; }
  @media (max-width: 1280px) { .rh-a14b3-wrap { padding: 40px 60px; } }
  @media (max-width: 900px) { .rh-a14b3-tracks { grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .rh-a14b3-wrap { padding: 32px 20px; }
    .rh-a14b3 p { font-size: 15px; }
    .rh-a14b3-quote { padding: 26px 22px; border-radius: 14px; }
    .rh-a14b3-quote p { font-size: 14px; }
  }
