.seo-page {
	background: #f5f8fc;
	color: #172436;
	padding: 22px 0 52px;
}

.seo-shell {
	max-width: 1180px;
}

.seo-shell > .row {
	margin-left: 0;
	margin-right: 0;
}

.seo-hero,
.seo-section,
.seo-callout,
.seo-cta {
	background: #fff;
	border: 1px solid #dce6f2;
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(23, 36, 54, .08);
	margin-bottom: 22px;
	overflow: hidden;
}

.seo-hero {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	padding: 36px;
}

.seo-eyebrow {
	color: #176fd6;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.seo-hero h1,
.seo-section h2,
.seo-callout h2,
.seo-cta h2 {
	color: #172436;
	font-weight: 800;
	line-height: 1.14;
	margin: 0 0 14px;
}

.seo-hero h1 {
	font-size: 46px;
}

.seo-lead,
.seo-section > p,
.seo-section-head p,
.seo-callout p,
.seo-cta p {
	color: #596a7d;
	font-size: 17px;
	line-height: 1.75;
	margin: 0;
}

.seo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.seo-actions .btn,
.seo-cta .btn {
	border-radius: 7px;
	font-weight: 800;
	padding: 12px 18px;
	white-space: normal;
}

.seo-trust-list,
.seo-check-list {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
}

.seo-trust-list li,
.seo-check-list li {
	align-items: flex-start;
	color: #27384c;
	display: grid;
	font-size: 15px;
	gap: 10px;
	grid-template-columns: 22px minmax(0, 1fr);
	line-height: 1.55;
	list-style: none;
}

.seo-trust-list i,
.seo-check-list i {
	color: #139b6c;
	margin-top: 3px;
}

.seo-visual {
	align-self: center;
	background: #172436;
	border-radius: 10px;
	box-shadow: 0 22px 40px rgba(23, 36, 54, .2);
	overflow: hidden;
	padding: 10px;
}

.seo-visual img {
	background: #fff;
	border-radius: 7px;
	display: block;
	height: auto;
	width: 100%;
}

.seo-brand-preview {
	align-self: center;
	background: #f7f9fc;
	border: 1px solid #d4dfeb;
	border-radius: 11px;
	box-shadow: 0 24px 46px rgba(23, 36, 54, .18);
	color: #24364b;
	min-width: 0;
	overflow: hidden;
}

.seo-brand-preview-bar {
	align-items: center;
	background: #16263a;
	color: #fff;
	display: flex;
	gap: 11px;
	padding: 14px 16px;
}

.seo-brand-preview-logo {
	align-items: center;
	background: linear-gradient(135deg, #5dd6c0, #2b83db);
	border-radius: 8px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	letter-spacing: .04em;
	width: 38px;
}

.seo-brand-preview-bar strong,
.seo-brand-preview-bar small {
	display: block;
	line-height: 1.35;
}

.seo-brand-preview-bar small {
	color: #aabbd0;
	font-size: 10px;
}

.seo-brand-preview-client {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	margin-left: auto;
	padding: 5px 9px;
	text-transform: uppercase;
}

.seo-brand-preview-body {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr);
	min-height: 300px;
}

.seo-brand-preview-nav {
	background: #20344c;
	display: grid;
	align-content: start;
	gap: 5px;
	padding: 16px 10px;
}

.seo-brand-preview-nav span {
	border-radius: 6px;
	color: #becbdd;
	font-size: 11px;
	font-weight: 700;
	padding: 9px 8px;
}

.seo-brand-preview-nav span.is-active {
	background: #2e85dc;
	color: #fff;
}

.seo-brand-preview-nav i {
	margin-right: 5px;
	width: 13px;
}

.seo-brand-preview-content {
	padding: 18px;
}

.seo-brand-preview-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.seo-brand-preview-heading strong,
.seo-brand-preview-heading small {
	display: block;
}

.seo-brand-preview-heading small {
	color: #8694a5;
	font-size: 10px;
	margin-top: 2px;
}

.seo-brand-preview-heading em {
	background: #e2f8ee;
	border-radius: 999px;
	color: #158258;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	padding: 5px 9px;
	text-transform: uppercase;
}

.seo-brand-preview-stats {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
}

.seo-brand-preview-stats span {
	background: #fff;
	border: 1px solid #e1e8f1;
	border-radius: 7px;
	padding: 11px;
}

.seo-brand-preview-stats small,
.seo-brand-preview-stats strong {
	display: block;
}

.seo-brand-preview-stats small {
	color: #7b8b9d;
	font-size: 9px;
}

.seo-brand-preview-stats strong {
	color: #1d3148;
	font-size: 19px;
	margin-top: 3px;
}

.seo-brand-preview-chart {
	align-items: end;
	background:
		linear-gradient(to bottom, transparent 24%, #e8edf4 25%, transparent 26%, transparent 49%, #e8edf4 50%, transparent 51%, transparent 74%, #e8edf4 75%, transparent 76%),
		#fff;
	border: 1px solid #e1e8f1;
	border-radius: 7px;
	display: flex;
	gap: 6px;
	height: 125px;
	margin-top: 10px;
	padding: 18px 14px 12px;
}

.seo-brand-preview-chart i {
	background: linear-gradient(to top, #2a83db, #5fd6c1);
	border-radius: 3px 3px 0 0;
	display: block;
	flex: 1;
	min-height: 8px;
}

.seo-breadcrumb {
	background: transparent;
	border-top: 1px solid #dce6f2;
	grid-column: 1 / -1;
	margin: 4px -36px -36px;
	padding: 14px 36px;
}

.seo-section {
	padding: 30px 32px;
}

.seo-section h2,
.seo-callout h2,
.seo-cta h2 {
	font-size: 28px;
}

.seo-section-head {
	margin-bottom: 22px;
	max-width: 860px;
}

.seo-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-grid.seo-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-card {
	background: #f9fbfe;
	border: 1px solid #e1e9f3;
	border-radius: 10px;
	padding: 22px;
}

.seo-card i {
	align-items: center;
	background: #e9f3ff;
	border-radius: 10px;
	color: #176fd6;
	display: inline-flex;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	margin-bottom: 14px;
	width: 42px;
}

.seo-card h3,
.seo-step h3,
.seo-faq summary {
	color: #21344a;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 8px;
}

.seo-card p,
.seo-step p,
.seo-faq p {
	color: #607084;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.seo-card a {
	display: inline-block;
	font-weight: 800;
	margin-top: 12px;
}

.seo-steps {
	counter-reset: seo-step;
	display: grid;
	gap: 14px;
}

.seo-step {
	background: #fff;
	border: 1px solid #e0e9f3;
	border-radius: 10px;
	min-height: 112px;
	padding: 20px 20px 20px 76px;
	position: relative;
}

.seo-step:before {
	align-items: center;
	background: #176fd6;
	border-radius: 50%;
	color: #fff;
	content: counter(seo-step);
	counter-increment: seo-step;
	display: flex;
	font-size: 17px;
	font-weight: 800;
	height: 40px;
	justify-content: center;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 40px;
}

.seo-callout {
	background: #172436;
	border-color: #172436;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
	padding: 30px 32px;
}

.seo-callout h2,
.seo-cta h2 {
	color: #fff;
}

.seo-callout p,
.seo-cta p {
	color: #c9d6e5;
}

.seo-callout-note {
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 9px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
	padding: 20px;
}

.seo-table-wrap {
	overflow-x: auto;
}

.seo-table {
	margin: 6px 0 0;
	min-width: 720px;
}

.seo-table th {
	background: #172436;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	padding: 14px;
}

.seo-table td {
	color: #536477;
	font-size: 14px;
	line-height: 1.55;
	padding: 14px;
	vertical-align: top;
}

.seo-table td:first-child {
	color: #25384e;
	font-weight: 800;
}

.seo-faq {
	display: grid;
	gap: 12px;
}

.seo-faq details {
	background: #f9fbfe;
	border: 1px solid #e0e9f3;
	border-radius: 9px;
	padding: 18px 20px;
}

.seo-faq summary {
	cursor: pointer;
	margin: 0;
}

.seo-faq p {
	margin-top: 10px;
}

.seo-inline-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-top: 20px;
}

.seo-inline-links a {
	font-weight: 800;
}

.seo-cta {
	align-items: center;
	background: linear-gradient(135deg, #176fd6, #0d8c82);
	border: 0;
	display: flex;
	gap: 26px;
	justify-content: space-between;
	padding: 30px 32px;
}

.seo-cta-copy {
	max-width: 760px;
}

.seo-definition {
	border-left: 4px solid #176fd6;
	color: #42566d;
	font-size: 17px;
	line-height: 1.75;
	margin: 20px 0 0;
	padding: 4px 0 4px 20px;
}

.seo-definition strong {
	color: #172436;
}

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

	.seo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.seo-hero h1 {
		font-size: 38px;
	}

	.seo-brand-preview-body {
		min-height: 280px;
	}
}

@media (max-width: 767px) {
	.seo-page {
		padding-top: 14px;
	}

	.seo-hero,
	.seo-section,
	.seo-callout,
	.seo-cta {
		padding: 22px;
	}

	.seo-hero {
		gap: 22px;
	}

	.seo-hero h1 {
		font-size: 31px;
	}

	.seo-lead,
	.seo-section > p,
	.seo-section-head p,
	.seo-callout p,
	.seo-cta p {
		font-size: 16px;
	}

	.seo-grid,
	.seo-grid.seo-grid-two {
		grid-template-columns: 1fr;
	}

	.seo-breadcrumb {
		margin: 0 -22px -22px;
		padding: 12px 22px;
	}

	.seo-step {
		padding: 68px 18px 18px;
	}

	.seo-step:before {
		left: 18px;
		top: 16px;
	}

	.seo-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.seo-brand-preview-body {
		grid-template-columns: 1fr;
	}

	.seo-brand-preview-nav {
		display: flex;
		overflow-x: auto;
		padding: 9px;
	}

	.seo-brand-preview-nav span {
		white-space: nowrap;
	}

	.seo-brand-preview-stats {
		grid-template-columns: repeat(3, minmax(80px, 1fr));
		overflow-x: auto;
	}
}
