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

.rh-cp-header { width: 100%; background: #ffffff; }
.rh-cp-header-wrap { max-width: 1600px; margin: 0 auto; padding: 52px 80px 44px; }

.rh-cp-toprow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px 0; flex-wrap: wrap; }
.rh-cp-tag { display: inline-block; background: #262626; color: #ffffff; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 18px; border-radius: 100px; }
.rh-cp-badge { display: inline-flex; align-items: center; gap: 6px; background: #DFECD9; color: #606C59; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; }
.rh-cp-badge::before { content: ''; width: 6px; height: 6px; background: #99AD8F; border-radius: 50%; display: inline-block; flex-shrink: 0; }

.rh-cp-h1 { font-size: clamp(26px, 3.2vw, 48px); font-weight: 600; color: #262626; line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 14px 0; padding: 0; }
.rh-cp-h1 em { font-style: normal; color: #99AD8F; }

.rh-cp-lead { font-size: clamp(14px, 1.4vw, 18px); font-weight: 600; color: #808080; line-height: 1.65; margin: 0 0 20px 0; max-width: 800px; display: block; }

.rh-cp-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 10px; }
.rh-cp-meta-text { font-size: 13px; font-weight: 600; color: #A3A3A3; }
.rh-cp-meta-dot { color: #CCCCCC; }
.rh-cp-meta-badge { font-size: 12px; font-weight: 600; color: #606C59; background: #DFECD9; border-radius: 100px; padding: 4px 14px; }

.rh-cp-divider { display: flex; gap: 5px; align-items: center; margin: 24px 0 0; }
.rh-cp-divider span { height: 3px; border-radius: 100px; display: block; }
.rh-cp-divider span:nth-child(1) { width: 36px; background: #262626; }
.rh-cp-divider span:nth-child(2) { width: 22px; background: #BFD8B3; }
.rh-cp-divider span:nth-child(3) { width: 12px; background: #DFECD9; }

@media (max-width: 600px) {
  .rh-cp-header-wrap { padding-left: 20px; padding-right: 20px; padding-top: 40px; padding-bottom: 40px; }
  .rh-cp-h1 { font-size: clamp(22px, 6vw, 28px); }
}
