/* ═══════════════════════════════════════════════════════
   REAL ESTATE VOLUNTEERS PAGE — Page-specific CSS only
   URL: /real-estate-volunteers/
   Template: templates/real-estate-volunteers.php

   Sister page: /partners/real-estate/ (uses .rt-* prefix)
   This page uses .rv-* for its page-unique components.
   Shell + chrome provided by: css/vp-system.css (loaded sitewide)
   ═══════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════
   FOUNDING PARTNER PILL (hero)
   ═══════════════════════════════════════════════════════ */

.vp .rv-founding-pill {
	display: inline-block !important;
	background: #eef6f0 !important;
	border: 1px solid #95d5b2 !important;
	color: #1c3a2a !important;
	padding: 8px 16px !important;
	border-radius: 999px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	margin: 16px 0 !important;
}


/* ═══════════════════════════════════════════════════════
   PROMISE CARD (dark green "What We Handle")
   ═══════════════════════════════════════════════════════ */

.vp .rv-promise {
	background: #1c3a2a !important;
	color: #fff !important;
	padding: 40px 32px !important;
	border-radius: 12px !important;
}
.vp .rv-promise-kicker { color: #95d5b2 !important; }
.vp .rv-promise-h2     { color: #fff !important; margin-top: 4px !important; }
.vp .rv-promise-desc {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 17px !important;
	line-height: 1.6 !important;
	margin-bottom: 24px !important;
}
.vp .rv-promise-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 12px !important;
}
.vp .rv-promise-rule {
	color: #fff !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	padding: 8px 0 !important;
}


/* ═══════════════════════════════════════════════════════
   IMPACT STAT BLOCKS
   ═══════════════════════════════════════════════════════ */

.vp .rv-stat-num {
	font-size: 48px !important;
	font-weight: 700 !important;
	color: #2f7d4d !important;
	line-height: 1 !important;
	margin-bottom: 8px !important;
}
.vp .rv-stat-label {
	font-size: 14px !important;
	color: #5f6b63 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
}


/* ═══════════════════════════════════════════════════════
   STEP TAG (small caption beneath each How-It-Works step)
   ═══════════════════════════════════════════════════════ */

.vp .rv-step-tag {
	display: inline-block !important;
	margin-top: 8px !important;
	font-size: 12px !important;
	color: #5f6b63 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	font-weight: 600 !important;
}


/* ═══════════════════════════════════════════════════════
   CROSS-SELL BLOCK (S8 — links to partner page)
   ═══════════════════════════════════════════════════════ */

.vp .rv-cross-sell {
	background: #f4f9f5 !important;
	border: 1px solid #dce9df !important;
	border-radius: 10px !important;
	padding: 24px 28px !important;
	text-align: center !important;
}
.vp .rv-cross-sell p {
	margin: 0 0 12px !important;
	font-size: 15px !important;
	color: #2f2f2f !important;
}
.vp .rv-cross-sell p:last-child {
	margin-bottom: 0 !important;
}


/* ═══════════════════════════════════════════════════════
   MOBILE
   ═══════════════════════════════════════════════════════ */

@media (max-width: 600px) {
	.vp .rv-promise      { padding: 28px 20px !important; }
	.vp .rv-promise-grid { grid-template-columns: 1fr !important; }
	.vp .rv-stat-num     { font-size: 38px !important; }
	.vp .rv-cross-sell   { padding: 20px 18px !important; }
}
