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

   Shell + chrome provided by: css/vp-system.css (loaded sitewide)
   This file contains ONLY page-unique components (.rt-*).

   STAGE 1: Page-unique static components.
   STAGE 2 (deferred): Append .rt-kit-* React kit styles below.
   ═══════════════════════════════════════════════════════ */


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

.vp .rt-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;
}


/* ═══════════════════════════════════════════════════════
   COMPARISON CARDS (problem vs solution)
   ═══════════════════════════════════════════════════════ */

.vp .rt-compare {
	border-top-width: 4px !important;
	border-top-style: solid !important;
}
.vp .rt-compare--red   { border-top-color: #e0685a !important; }
.vp .rt-compare--green { border-top-color: #2f7d4d !important; }

.vp .rt-compare-label {
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	margin-bottom: 12px !important;
	padding-bottom: 8px !important;
	border-bottom: 1px solid #e5eae6 !important;
}
.vp .rt-compare--red   .rt-compare-label { color: #e0685a !important; }
.vp .rt-compare--green .rt-compare-label { color: #2f7d4d !important; }

.vp .rt-compare-item {
	padding: 8px 0 !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: #2f2f2f !important;
}


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

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


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

.vp .rt-stat-num {
	font-size: 48px !important;
	font-weight: 700 !important;
	color: #2f7d4d !important;
	line-height: 1 !important;
	margin-bottom: 8px !important;
}
.vp .rt-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 .rt-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;
}


/* ═══════════════════════════════════════════════════════
   FORM ALT TEXT (below WPForms inquiry)
   ═══════════════════════════════════════════════════════ */

.vp .rt-form-alt {
	text-align: center !important;
	margin-top: 16px !important;
	font-size: 14px !important;
	color: #5f6b63 !important;
}


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

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


/* ═══════════════════════════════════════════════════════
   STAGE 2 (deferred): React kit internals (.rt-kit-*)
   will be appended below when the kit ships.
   ═══════════════════════════════════════════════════════ */
