/* xl - DESKTOP STYLES */ 
.postid-15963.single-post article {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.postid-15963.single-post h1 {
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #0f172a;
	margin: 0 0 28px;
	font-weight: 800;
}

.postid-15963.single-post h2 {
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: #0f172a;
	margin: 54px 0 18px;
	font-weight: 800;
}

.postid-15963.single-post p {
	margin: 0 0 20px;
	color: #ffffff !important;
}

.postid-15963.single-post strong {
	color: #ffffff;
	font-weight: 800;
}

.postid-15963.single-post em {
	color: #ffffff;
}

.postid-15963.single-post ul {
	margin: 22px 0 28px 24px;
	padding: 0;
}

.postid-15963.single-post li {
	margin: 8px 0;
	padding-left: 4px;
}

.postid-15963.single-post hr {
	border: 0;
	border-top: 1px solid #d9e2ec;
	margin: 42px 0;
}

.postid-15963.single-post .intro-block {
	background: linear-gradient(135deg, #0f172a 0%, #12302c 100%);
	color: #ffffff;
	border-radius: 22px;
	padding: 34px;
	margin: 28px 0 42px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.postid-15963.single-post .intro-block p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 18px;
}

.postid-15963.single-post .intro-block p:last-child {
	margin-bottom: 0;
}

.postid-15963.single-post .section-card ul li,
.postid-15963.single-post .callout-card ul li {
	color: #ffffff !important;
}

.postid-15963.single-post .callout-card {
	background: rgb(33 96 219 / 19%);
	border: 1px solid #d9e8df;
	border-left: 5px solid #1f6f50;
	border-radius: 18px;
	padding: 24px 26px;
	margin: 30px 0;
}

.postid-15963.single-post .section-card {
	background: rgb(33 96 219 / 19%);
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	padding: 28px;
	margin: 26px 0;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.postid-15963.single-post .cta-block {
	background: linear-gradient(135deg, #0f172a 0%, #174236 100%);
	color: #ffffff;
	border-radius: 24px;
	padding: 34px;
	margin: 46px 0 10px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.postid-15963.single-post .cta-block h2 {
	color: #ffffff;
	margin-top: 0;
}

.postid-15963.single-post .cta-block p,
.postid-15963.single-post .cta-block strong {
	color: #ffffff;
}

.postid-15963.single-post .cta-button {
	display: inline-block;
	background: #ffffff;
	color: #12302c;
	text-decoration: none;
	font-weight: 800;
	border-radius: 999px;
	padding: 13px 22px;
	margin-top: 8px;
}

.postid-15963.single-post a {
	color: #1f6f50;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 640px) {
	.postid-15963.single-post {
		padding: 24px 16px;
		font-size: 16px;
	}

	.postid-15963.single-post .intro-block,
	.postid-15963.single-post .section-card,
	.postid-15963.single-post .callout-card,
	.postid-15963.single-post .cta-block {
		padding: 24px;
		border-radius: 18px;
	}
}

