/*
 * ELNIQ GEO — Pricing page (/pricing/) section styles.
 * Loaded only on this page template. Values copied verbatim from
 * "Pricing.dc.html". The pricing card grid itself is shared (see
 * header-footer.css .eg-pricing-card* — identical pricingTiers data
 * confirmed against the homepage source). This file only has the
 * page's own hero + closing note, which the homepage doesn't have.
 */

.eg-pricing-page-hero {
	padding: 56px 24px 24px;
}
.eg-pricing-page-hero__inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.eg-pricing-page-hero__inner h1 {
	font-size: clamp(32px, 4.2vw, 48px);
	font-weight: 800;
	color: var(--eg-text-heading);
	margin: 0 0 14px;
	letter-spacing: -0.01em;
}
.eg-pricing-page-hero__inner p {
	font-size: 17.5px;
	color: var(--eg-text-secondary);
	margin: 0;
	line-height: 1.6;
}

.eg-pricing-page-grid-section {
	padding: 24px 24px 0;
}
.eg-pricing-page-grid-section__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.eg-pricing-page__note {
	max-width: 760px;
	margin: 40px auto 0;
	text-align: center;
}
.eg-pricing-page__note p {
	font-size: 14.5px;
	color: var(--eg-text-secondary);
	line-height: 1.65;
	margin: 0;
}
.eg-pricing-page__reserved-space {
	min-height: 24px;
}
