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

.rh-cp-cross { width: 100%; background: #f7f7f7; }
.rh-cp-cross-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-cross-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; background: #ffffff; border-radius: 20px; border: 1px solid #ECECEC; overflow: hidden; }

.rh-cp-cross-panel { padding: 36px 40px; display: flex; flex-direction: column; }
.rh-cp-cross-panel.a { background: #ffffff; }
.rh-cp-cross-panel.b { background: #262626; }

.rh-cp-cross-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; display: block; margin: 0 0 16px 0; }
.a .rh-cp-cross-eyebrow { color: #99AD8F; }
.b .rh-cp-cross-eyebrow { color: #BFD8B3; }

.rh-cp-cross-bignum { font-size: 44px; font-weight: 700; line-height: 1; display: block; margin: 0 0 10px 0; }
.a .rh-cp-cross-bignum { color: #262626; }
.b .rh-cp-cross-bignum { color: #ffffff; }

.rh-cp-cross-title { font-size: 17px; font-weight: 600; line-height: 1.35; display: block; margin: 0 0 12px 0; }
.a .rh-cp-cross-title { color: #262626; }
.b .rh-cp-cross-title { color: #ffffff; }

.rh-cp-cross-text { font-size: 13px; font-weight: 600; line-height: 1.65; flex-grow: 1; }
.a .rh-cp-cross-text { color: #808080; }
.b .rh-cp-cross-text { color: #A3A3A3; }

.rh-cp-cross-btn-row { margin-top: 22px; }
.rh-cp-cross-btn {
  display: inline-flex !important; align-items: center; gap: 8px;
  background: #BFD8B3 !important; color: #1a2417 !important;
  font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 13px 26px; border-radius: 100px;
  text-decoration: none !important;
  border: none;
  transition: background 0.15s;
}
.rh-cp-cross-btn:hover, .rh-cp-cross-btn:visited, .rh-cp-cross-btn:active { background: #99AD8F !important; color: #1a2417 !important; text-decoration: none !important; }

.rh-cp-cross-divider { display: flex; align-items: center; justify-content: center; background: #f0f0f0; padding: 0 18px; }
.rh-cp-cross-divider-inner { width: 36px; height: 36px; border-radius: 50%; background: #ffffff; border: 2px solid #BFD8B3; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #99AD8F; }

@media (max-width: 860px) {
  .rh-cp-cross-grid { grid-template-columns: 1fr; }
  .rh-cp-cross-divider { padding: 18px 0; }
}
@media (max-width: 960px) {
  .rh-cp-cross-wrap { padding-left: 40px; padding-right: 40px; }
}
@media (max-width: 600px) {
  .rh-cp-cross-wrap { padding: 40px 20px 56px; }
  .rh-cp-cross-panel { padding: 28px 24px; }
}
