.max-page {
	flex: 0 1 1280px;
	width: calc(100% - 32px);
	max-width: 1280px;
	margin: 30px auto 0;
	box-sizing: border-box;
	color: var(--gc-color-text);
}

main[full-width] {
	padding-bottom: 30px;
}

.max-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
	gap: 24px;
	padding: 34px 30px;
	border: 1px solid var(--gc-color-border);
	border-radius: 20px;
	background: linear-gradient(135deg, #fff 0%, #f5f9fc 100%);
	box-shadow: var(--gc-shadow);
}

.max-hero__copy {
	align-self: center;
	padding: 4px 18px 4px 4px;
}

.max-hero h1 {
	max-width: 720px;
	margin: 0;
	padding: 0;
	color: #153f62;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.08;
	background: transparent !important;
}

.max-hero__copy > p {
	max-width: 690px;
	margin: 30px 0 30px;
	color: var(--gc-color-text-muted);
	font-size: 16px;
	line-height: 1.7;
}

.max-hero__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	color: #24577c;
}

.max-offer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	border: 1px solid #bfd8e9;
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--gc-shadow);
}

.max-offer__label {
	color: #2173a8;
	font-size: 13px;
	font-weight: 600;
}

.max-offer__price {
	display: flex;
	align-items: baseline;
	gap: 9px;
	margin-top: 10px;
}

.max-offer__price strong {
	color: #153f62;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -.04em;
}

.max-offer__price span,
.max-offer__billing,
.max-offer small {
	color: var(--gc-color-text-muted);
}

.max-offer__billing {
	margin: 2px 0 30px;
	font-size: 12px;
}

.max-cta,
.max-secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 9px;
	font-weight: 600;
	text-align: center;
}

.max-cta,
a.max-cta:visited,
a.max-cta:active {
	color: #fff;
	background: #2671bb;
	box-shadow: var(--gc-shadow);
}

.max-cta:hover,
a.max-cta:hover {
	color: #fff;
	background: #1b6595;
}

.max-secondary {
	margin-top: 8px;
	border: 1px solid var(--gc-color-border);
	color: #24577c;
	background: #fff;
}

.max-offer small {
	margin-top: 14px;
	font-size: 11px;
	text-align: center;
}

.max-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}

.max-features article {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0 14px;
	padding: 30px;
	border: 1px solid var(--gc-color-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--gc-shadow);
}

.max-features article > span {
	display: flex;
	grid-row: 1 / 3;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	color: var(--gc-color-link);
	background: var(--gc-color-primary-soft);
}

.max-features article > span svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.max-features h2,
.max-comparison h2,
.max-final h2 {
	color: #153f62;
	font-weight: 600;
}

.max-features h2 {
	margin: 0 0 8px;
	font-size: 18px;
}

.max-features p,
.max-comparison__intro p,
.max-final p {
	margin: 0;
	color: var(--gc-color-text-muted);
	line-height: 1.6;
}

.max-comparison {
	display: grid;
	grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
	gap: 40px;
	margin-top: 30px;
	padding: 30px;
	border: 1px solid var(--gc-color-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--gc-shadow);
}

.max-comparison__intro h2 {
	margin: 0 0 12px;
	font-size: 27px;
	line-height: 1.25;
}

.max-comparison__table {
	min-width: 0;
}

.max-comparison__head,
.max-comparison__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 130px 100px;
	align-items: center;
	gap: 12px;
}

.max-comparison__head {
	padding: 0 12px 12px;
	color: var(--gc-color-text-muted);
	font-size: 12px;
}

.max-comparison__head span:not(:first-child),
.max-comparison__head strong,
.max-comparison__row span:not(:first-child),
.max-comparison__row strong {
	text-align: center;
}

.max-comparison__row {
	min-height: 46px;
	padding: 0 12px;
	border-top: 1px solid #edf2f5;
}

.max-comparison__row > span:first-child {
	color: #24577c;
}

.max-comparison__row > span:nth-child(2) {
	color: var(--gc-color-text-muted);
	font-size: 12px;
}

.max-comparison__row strong,
.max-comparison__head strong {
	color: #2173a8;
	font-weight: 600;
}

.max-final {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	padding: 30px 30px;
	border-radius: 16px;
	background: #153f62;
	text-align: center;
}

.max-final h2 {
	margin: 0;
	color: #fff;
	font-size: 27px;
}

.max-final p {
	margin: 8px 0 30px;
	color: #cfe0eb;
}

.max-final .max-cta,
.max-final a.max-cta:visited,
.max-final a.max-cta:active {
	min-width: 220px;
	background: #fff;
	color: #153f62;
	box-shadow: var(--gc-shadow);
}

@media (max-width: 800px) {
	.max-hero,
	.max-comparison {
		grid-template-columns: 1fr;
	}

	.max-features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.max-page {
		width: calc(100% - 20px);
		margin-top: 30px;
	}

	.max-hero,
	.max-comparison {
		padding: 30px 18px;
	}

	.max-hero h1 {
		font-size: 28px;
	}

	.max-comparison__head,
	.max-comparison__row {
		grid-template-columns: minmax(0, 1fr) 76px 58px;
		gap: 6px;
	}

	.max-comparison__row {
		padding: 8px 4px;
	}
}
