
/* ===== RH BASE — общие стили всех секций ===== */
.rh-por { width: 100%; font-family: 'Mont', 'Montserrat', sans-serif; }
.rh-por * { box-sizing: border-box; font-family: 'Mont', 'Montserrat', sans-serif; }
.rh-por-w { max-width: 1600px; margin: 0 auto; }
.rh-por-w-lg { padding-left: 80px; padding-right: 80px; }

.rh-por-label {
  font-size: 10px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: #99AD8F;
  display: block; margin: 0 0 14px 0;
}
.rh-por-h2 {
  font-size: clamp(24px, 2.8vw, 38px); font-weight: 600; color: #262626;
  line-height: 1.15; margin: 0 0 16px 0; padding: 0;
}
.rh-por-h2-white { color: #ffffff !important; }

/* кнопки */
.rh-por-btn {
  display: inline-flex !important; align-items: center; gap: 8px;
  font-size: 12px !important; font-weight: 600 !important;
  letter-spacing: 0.08em !important; text-transform: uppercase !important;
  text-decoration: none !important; padding: 15px 30px !important;
  border-radius: 100px !important; white-space: nowrap; transition: all 0.2s;
}
.rh-por-btn-dark { background: #262626 !important; color: #ffffff !important; }
.rh-por-btn-dark:hover { background: #464646 !important; transform: translateY(-1px); }
.rh-por-btn-light { background: #BFD8B3 !important; color: #262626 !important; }
.rh-por-btn-light:link, .rh-por-btn-light:visited, .rh-por-btn-light:active { color: #262626 !important; text-decoration: none !important; }
.rh-por-btn-light:hover { background: #99AD8F !important; color: #262626 !important; transform: translateY(-1px); }

/* «Learn more» / «See details» */
.rh-learn-more-text { display: none; margin-top: 10px; }
.rh-learn-more-text.open { display: block; }
.rh-learn-more-btn {
  font-size: 12px; font-weight: 600; color: #99AD8F;
  background: none; border: none; cursor: pointer;
  padding: 8px 0 0; font-family: inherit;
  transition: color 0.15s; display: block;
}
.rh-learn-more-btn:hover { color: #262626; }

@media (max-width: 1200px) {
  .rh-por-w-lg { padding-left: 60px; padding-right: 60px; }
}
@media (max-width: 600px) {
  .rh-por-w-lg { padding-left: 20px; padding-right: 20px; }
}
