/* ============================================================
   AGENT RESOURCES — 14-DAY TRIAL OVERVIEW
============================================================ */

.h2v-resource-page {
	padding: 0px 20px 0px;
	background: transparent;
}

.h2v-resource-container {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}

/* ============================================================
   HERO
============================================================ */

.h2v-resource-title {
	font-size: 40px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 14px;
}

.h2v-resource-subtitle {
	font-size: 19px;
	color: #444;
	max-width: 780px;
	margin: 0 auto 30px;
	line-height: 1.5;
}

.h2v-resource-cta-row {
	margin-bottom: 60px;
}

/* ============================================================
   SECTIONS
============================================================ */

.h2v-resource-section {
	max-width: 1000px;
	margin: 0 auto 70px;
	text-align: left;
}

.h2v-resource-section.alt {
	background: #f4f7f9;
	padding: 40px;
	border-radius: 18px;
}

.h2v-resource-section-title {
	font-size: 28px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 16px;
}

/* ============================================================
   GRID
============================================================ */

.h2v-resource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.h2v-resource-card {
	background: #ffffff;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.h2v-resource-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 8px;
}

.h2v-resource-card p {
	font-size: 15px;
	color: #444;
	line-height: 1.5;
}

/* ============================================================
   STEPS
============================================================ */

.h2v-resource-steps {
	padding-left: 20px;
	margin-top: 14px;
}

.h2v-resource-steps li {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8px;
	color: #333;
}

/* ============================================================
   LISTS
============================================================ */

.h2v-resource-list {
	padding-left: 18px;
	margin-top: 14px;
}

.h2v-resource-list li {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8px;
	color: #333;
}

/* ============================================================
   FINAL CTA
============================================================ */

.h2v-resource-final-cta {
	background: #eef3f6;
	padding: 50px 40px;
	border-radius: 22px;
	text-align: center;
}

.h2v-resource-final-cta h2 {
	font-size: 30px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 12px;
}

.h2v-resource-final-cta p {
	font-size: 17px;
	color: #444;
	margin-bottom: 22px;
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 768px) {

	.h2v-resource-title {
		font-size: 32px;
	}

	.h2v-resource-section.alt {
		padding: 28px 22px;
	}

}
