/* ═══════════════════════════════════════════════════════
   HIGHER EDUCATION PARTNERS PAGE — Page-specific CSS only
   URL: /partners/higher-education/
   Template: templates/higher-ed-partners.php

   Sister page: /college-volunteers/ (uses .cv-* prefix)
   This page uses .hep-* for its page-unique components.
   Shell + chrome provided by: css/vp-system.css (loaded sitewide)

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


/* ═══════════════════════════════════════════════════════
   ROUTING STRIP (top of page — student redirect)
   ═══════════════════════════════════════════════════════ */

.vp .hep-routing {
	background: #eef6f0 !important;
	border: 1px solid #dce9df !important;
	border-radius: 8px !important;
	padding: 10px 16px !important;
	text-align: center !important;
	margin-bottom: 16px !important;
}
.vp .hep-routing p {
	margin: 0 !important;
	font-size: 14px !important;
	color: #2f2f2f !important;
}


/* ═══════════════════════════════════════════════════════
   TRUST STRIP (inline-style rows below hero)
   ═══════════════════════════════════════════════════════ */

.vp .hep-trust-strip {
	gap: 24px !important;
	flex-wrap: wrap !important;
	padding: 14px 0 !important;
	border-top: 1px solid #e5eae6 !important;
	border-bottom: 1px solid #e5eae6 !important;
}
.vp .hep-trust-item {
	font-size: 14px !important;
	color: #48534c !important;
	letter-spacing: 0.02em !important;
}
.vp .hep-trust-item strong {
	color: #1c3a2a !important;
	font-weight: 700 !important;
}


/* ═══════════════════════════════════════════════════════
   COMING SOON PILL (Campus Chapter card)
   ═══════════════════════════════════════════════════════ */

.vp .hep-coming-soon {
	display: inline-block !important;
	background: #eef6f0 !important;
	border: 1px solid #95d5b2 !important;
	color: #1c3a2a !important;
	padding: 2px 10px !important;
	border-radius: 999px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	margin-left: 6px !important;
	vertical-align: middle !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
}


/* ═══════════════════════════════════════════════════════
   PROMISE CARD (dark green "Why IWTMYL Works")
   ═══════════════════════════════════════════════════════ */

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


/* ═══════════════════════════════════════════════════════
   AUDIENCE FIT GRID (compact bulleted cards)
   ═══════════════════════════════════════════════════════ */

.vp .hep-fit-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 12px !important;
}
.vp .hep-fit-grid > p,
.vp .hep-fit-grid > br { display: none !important; }
.vp .hep-fit-item {
	background: #fff !important;
	border: 1px solid #dfe8e1 !important;
	border-left: 3px solid #2f7d4d !important;
	border-radius: 8px !important;
	padding: 14px 16px !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
	color: #2f2f2f !important;
}


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

@media (max-width: 900px) {
	.vp .hep-fit-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 600px) {
	.vp .hep-promise      { padding: 28px 20px !important; }
	.vp .hep-promise-grid { grid-template-columns: 1fr !important; }
	.vp .hep-fit-grid     { grid-template-columns: 1fr !important; }
	.vp .hep-trust-strip  { gap: 12px !important; }
}


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