:root {
	--sd-ink: #1a2332;
	--sd-sub: #52617a;
	--sd-line: #dde3ec;
	--sd-soft: #f4f7fb;
	--sd-soft-2: #eef3f9;
	--sd-brand: #1f6feb;
	--sd-brand-dark: #13294b;
	--sd-brand-mid: #1f4f8f;
	--sd-accent: #0f9d6b;
}

.sd-lp-section {
	padding: 64px 28px;
	border-bottom: 1px dashed var(--sd-line);
}

.sd-lp-section > * {
	width: min(920px, 100%);
	margin-left: auto;
	margin-right: auto;
}

.sd-hero {
	color: #fff;
	text-align: center;
	background: linear-gradient(160deg, var(--sd-brand-dark) 0%, var(--sd-brand-mid) 100%);
}

.sd-hero h1,
.sd-hero h2,
.sd-hero p,
.sd-final-cta h2,
.sd-final-cta p {
	color: #fff;
}

.sd-hero h1 {
	font-size: clamp(30px, 6vw, 48px);
	line-height: 1.35;
}

.sd-hero .sd-sub {
	font-weight: 800;
	font-size: 18px;
}

.sd-final-cta {
	background: linear-gradient(160deg, var(--sd-accent) 0%, #0c7d55 100%);
}

.sd-kicker {
	display: inline-block;
	margin-bottom: 18px;
	padding: 3px 11px;
	border-radius: 999px;
	background: #7c8aa3;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
}

.sd-button,
.sd-cta-button,
.sd-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--sd-accent);
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(15,157,107,.28);
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
}

.sd-final-cta .sd-button {
	background: #fff;
	color: #0c7d55 !important;
}

.sd-check {
	list-style: none;
	margin: 20px auto;
	padding: 0;
}

.sd-check li {
	position: relative;
	margin-bottom: 10px;
	padding: 13px 16px 13px 44px;
	border: 1px solid var(--sd-line);
	border-radius: 8px;
	background: var(--sd-soft);
	color: var(--sd-ink);
}

.sd-check li::before {
	content: "✓";
	position: absolute;
	left: 16px;
	top: 13px;
	color: var(--sd-accent);
	font-weight: 900;
}

.sd-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.sd-card {
	padding: 18px;
	border: 1px solid var(--sd-line);
	border-radius: 8px;
	background: var(--sd-soft);
}

.sd-card h3 {
	margin-top: 0;
}

.sd-article-cta,
.sd-related,
.sd-note {
	margin: 24px 0;
	padding: 18px 20px;
	border-left: 4px solid var(--sd-accent);
	border-radius: 0 8px 8px 0;
	background: var(--sd-soft);
}

.sd-article-cta h2,
.sd-related h2 {
	margin-top: 0;
	font-size: 22px;
}

.sd-form {
	display: grid;
	gap: 16px;
}

.sd-form label {
	display: grid;
	gap: 6px;
	color: var(--sd-ink);
	font-weight: 800;
}

.sd-form input,
.sd-form textarea {
	width: 100%;
	border: 1px solid var(--sd-line);
	border-radius: 8px;
	padding: 12px 13px;
	font: inherit;
	background: #fff;
}

.sd-form .sd-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 700;
}

.sd-form .sd-consent input {
	width: auto;
	margin-top: 8px;
}

.page .sd-lp-section:first-child {
	margin-top: -1.5rem;
}

.l-header__spNav {
	display: none !important;
}

@media (max-width: 760px) {
	.sd-lp-section {
		padding: 48px 20px;
	}

	.sd-cards {
		grid-template-columns: 1fr;
	}
}
