
* { box-sizing: border-box; font-family: 'Mont', 'Montserrat', sans-serif; margin: 0; padding: 0; }

.rh-cp-cta { width: 100%; background: #f7f7f7; }
.rh-cp-cta-wrap { max-width: 1600px; margin: 0 auto; padding: 56px 80px 72px; }

.rh-cp-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 28px 0; }

.rh-cp-cta-card {
  background: #262626;
  border-radius: 20px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.rh-cp-cta-left { flex: 1; min-width: 280px; }
.rh-cp-cta-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 12px 0; }
.rh-cp-cta-title { font-size: clamp(19px, 2.1vw, 26px); font-weight: 600; color: #ffffff; line-height: 1.3; margin: 0 0 12px 0; }
.rh-cp-cta-text { font-size: 14px; font-weight: 600; color: #A3A3A3; line-height: 1.65; max-width: 540px; }

.rh-cp-cta-right { flex-shrink: 0; }
.rh-cp-cta-btn {
  display: inline-flex !important; align-items: center; gap: 8px;
  background: #BFD8B3 !important; color: #1a2417 !important;
  font-size: 13px !important; font-weight: 700 !important; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 100px;
  text-decoration: none !important;
  border: none;
  transition: background 0.15s;
  white-space: nowrap;
}
.rh-cp-cta-btn:hover, .rh-cp-cta-btn:visited, .rh-cp-cta-btn:active { background: #99AD8F !important; color: #1a2417 !important; text-decoration: none !important; }

@media (max-width: 960px) {
  .rh-cp-cta-wrap { padding-left: 40px; padding-right: 40px; }
}
@media (max-width: 600px) {
  .rh-cp-cta-wrap { padding: 40px 20px 56px; }
  .rh-cp-cta-card { padding: 32px 26px; flex-direction: column; align-items: flex-start; }
  .rh-cp-cta-right { width: 100%; }
  .rh-cp-cta-btn { width: 100%; justify-content: center; }
}
