.ssb {
	background: #f7f9fc;
	color: #132238;
	font-family: inherit;
}

.ssb-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.ssb-eyebrow {
	margin: 0 0 14px;
	color: #5167f6;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ssb-hero h1 {
	max-width: 920px;
	margin: 0;
	color: #101827;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.04;
	letter-spacing: 0;
}

.ssb-description {
	max-width: 760px;
	margin: 22px 0 0;
	color: #526174;
	font-size: 20px;
	line-height: 1.6;
}

.ssb-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 56px;
	align-items: start;
	padding: 56px 0 96px;
}

.ssb-layout--empty {
	display: block;
	padding-bottom: 72px;
}

.ssb-content {
	min-width: 0;
	padding: 48px;
	background: #ffffff;
	border: 1px solid #e3e8f2;
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(34, 48, 75, 0.08);
}

.ssb-content > *:first-child {
	margin-top: 0;
}

.ssb-content h2,
.ssb-content h3 {
	scroll-margin-top: 110px;
	color: #101827;
	letter-spacing: 0;
}

.ssb-content h2 {
	margin: 46px 0 16px;
	font-size: 30px;
	line-height: 1.22;
}

.ssb-content h3 {
	margin: 32px 0 12px;
	font-size: 22px;
	line-height: 1.3;
}

.ssb-content p,
.ssb-content li {
	color: #2c3b4f;
	font-size: 18px;
	line-height: 1.78;
}

.ssb-content p {
	margin: 0 0 20px;
}

.ssb-content ol,
.ssb-content ul {
	margin: 0 0 24px 1.35em;
	padding: 0;
}

.ssb-content li + li {
	margin-top: 10px;
}

.ssb-content a {
	color: #4055e8;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ssb-figure {
	margin: 40px 0;
}

.ssb-figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #dce4ef;
	background: #eef2f7;
}

.ssb-figure figcaption {
	margin-top: 10px;
	color: #66758a;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.ssb-sidebar {
	position: sticky;
	top: 96px;
}

.ssb-toc {
	background: #ffffff;
	border: 1px solid #e3e8f2;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(34, 48, 75, 0.07);
}

.ssb-toc details {
	padding: 20px;
}

.ssb-toc summary {
	cursor: pointer;
	color: #101827;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
}

.ssb-toc ol {
	max-height: calc(100vh - 190px);
	margin: 18px 0 0;
	padding: 0;
	overflow: auto;
	list-style: none;
}

.ssb-toc li {
	margin: 0;
}

.ssb-toc a {
	display: block;
	padding: 9px 0;
	color: #526174;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
	border-bottom: 1px solid #edf1f6;
}

.ssb-toc a:hover,
.ssb-toc a:focus {
	color: #4055e8;
}

.ssb-toc-level-3 a {
	padding-left: 16px;
	font-size: 13px;
}

.ssb-inline-cta {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin: 42px 0;
	padding: 26px;
	background: #101827;
	border-radius: 8px;
	color: #ffffff;
}

.ssb-inline-cta strong {
	display: block;
	margin-bottom: 6px;
	color: #ffffff;
	font-size: 19px;
	line-height: 1.35;
}

.ssb-inline-cta p {
	margin: 0;
	color: #d7deea;
	font-size: 15px;
	line-height: 1.55;
}

.ssb-inline-cta a,
.ssb-sticky-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #101827;
	background: #ffc83d;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.ssb-inline-cta a {
	min-height: 44px;
	padding: 0 18px;
	border-radius: 6px;
}

.ssb-sticky-cta {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 50;
	flex-direction: column;
	min-width: 190px;
	padding: 14px 18px;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(16, 24, 39, 0.22);
}

.ssb-sticky-cta small {
	display: block;
	max-width: 220px;
	margin-top: 2px;
	overflow: hidden;
	color: rgba(16, 24, 39, 0.72);
	font-size: 11px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ssb-numbered-list {
	margin-left: 1.45em;
}

.ssb-numbered-list li {
	padding-left: 6px;
}

.ssb-numbered-list li strong {
	display: block;
	margin-bottom: 6px;
	color: #101827;
	font-weight: 700;
}

.ssb-numbered-list li p {
	margin-bottom: 0;
}

.ssb-faq-list {
	margin-top: 18px;
	border-top: 1px solid #e3e8f2;
}

.ssb-faq-item {
	border-bottom: 1px solid #e3e8f2;
}

.ssb-faq-item summary {
	cursor: pointer;
	padding: 20px 0;
	color: #101827;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.35;
}

.ssb-faq-item p {
	margin: -4px 0 22px;
	color: #2c3b4f;
	font-size: 17px;
	line-height: 1.72;
}

@media (max-width: 980px) {
	.ssb-layout {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 32px;
	}

	.ssb-sidebar {
		position: static;
		order: -1;
	}

	.ssb-toc ol {
		max-height: 320px;
	}

	.ssb-content {
		padding: 32px;
	}
}

@media (max-width: 640px) {
	.ssb-container {
		width: min(100% - 28px, 1180px);
	}

	.ssb-hero {
		padding: 24px 0 36px;
	}

	.ssb-hero h1 {
		font-size: 36px;
		line-height: 1.08;
	}

	.ssb-description {
		font-size: 17px;
	}

	.ssb-content {
		padding: 24px 18px;
	}

	.ssb-content h2 {
		font-size: 25px;
	}

	.ssb-content h3 {
		font-size: 20px;
	}

	.ssb-content p,
	.ssb-content li {
		font-size: 16px;
		line-height: 1.72;
	}

	.ssb-inline-cta {
		display: block;
		padding: 22px;
	}

	.ssb-inline-cta a {
		width: 100%;
		margin-top: 18px;
	}

	.ssb-sticky-cta {
		right: 14px;
		bottom: 14px;
		left: 14px;
		width: auto;
		min-width: 0;
	}
}
