
.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-intro {
  font-size: 16px; font-weight: 600; color: #585858;
  line-height: 1.7; display: block; margin: 0 0 40px; max-width: 640px;
}

/* ============================================================
   5. WHO IT'S FOR
   ============================================================ */
.rh-por-who { background: #ffffff; width: 100%; }
.rh-por-who-pad { padding: 80px 0; }
.rh-por-who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 32px 0; }
.rh-por-who-card {
  background: #f7f7f7; border-radius: 20px; padding: 28px 26px;
  border-left: 3px solid #E6E6E6; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.rh-por-who-card:hover { border-left-color: #BFD8B3; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.06); }
.rh-por-who-icon {
  width: 40px; height: 40px; background: #ffffff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 0 14px; border: 1px solid #eeeeee;
}
.rh-por-who-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 8px 0; }
.rh-por-who-title { font-size: 16px; font-weight: 600; color: #262626; display: block; margin: 0 0 10px 0; }
.rh-por-who-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.65; display: block; }

/* ── LEARN MORE expand ── */
.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; }

/* ── FOOTER BANNER ── */
.rh-por-who-footer {
  background: #262626; border-radius: 16px; padding: 28px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.rh-por-who-footer-text { font-size: 14px; font-weight: 600; color: #808080; line-height: 1.65; margin: 0; padding: 0; max-width: 640px; }
.rh-por-who-footer-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: 14px 28px !important; border-radius: 100px !important;
  background: #BFD8B3 !important; color: #262626 !important;
  white-space: nowrap; transition: background 0.2s, transform 0.2s; flex-shrink: 0;
}
.rh-por-who-footer-btn:link, .rh-por-who-footer-btn:visited, .rh-por-who-footer-btn:active { color: #262626 !important; text-decoration: none !important; }
.rh-por-who-footer-btn:hover { background: #99AD8F !important; color: #262626 !important; transform: translateY(-1px); }
.rh-por-who-footer-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; flex-shrink: 0; }
.rh-por-who-footer-nda { font-size: 11px; font-weight: 600; color: #585858; white-space: nowrap; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .rh-por-w-lg { padding-left: 60px; padding-right: 60px; }
}
@media (max-width: 960px) {
  .rh-por-who-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .rh-por-who-footer { flex-direction: column; align-items: flex-start; padding: 24px 22px; gap: 18px; }
  .rh-por-who-footer-cta { width: 100%; align-items: flex-start; }
  .rh-por-who-footer-btn { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
  .rh-por-w-lg { padding-left: 20px; padding-right: 20px; }
  .rh-por-who-pad { padding: 48px 0; }
  .rh-por-who-card { padding: 24px 20px; }
}
