/**
 * Full-page presentation for SOAKJAM Knowledge post 86 only.
 * The stylesheet is enqueued only when WordPress is rendering that post.
 */

.postid-86 .sj-single-hero {
	min-height: clamp(680px, 86vh, 900px);
	background-position: center 34%;
}

.postid-86 .sj-single-hero-overlay {
	background:
		linear-gradient(100deg, rgba(4, 18, 55, .97) 0%, rgba(8, 30, 76, .90) 48%, rgba(126, 18, 99, .72) 100%),
		linear-gradient(180deg, rgba(3, 8, 23, .08) 12%, rgba(3, 8, 23, .96) 100%);
}

.postid-86 .sj-single-hero-copy {
	width: min(1380px, calc(100% - 64px));
	padding-top: 178px;
	padding-bottom: 72px;
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.postid-86 .sj-single-hero h1 {
	max-width: 1120px;
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(48px, 6vw, 88px);
	font-weight: 900;
	line-height: .98;
	letter-spacing: -.05em;
}

.postid-86 .sj-single-hero .sj-article-excerpt {
	max-width: 850px;
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(17px, 1.6vw, 22px);
	line-height: 1.6;
}

.postid-86 .sj-post86-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.postid-86 .sj-post86-hero-action {
	min-height: 52px;
	padding: 14px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, .09);
	box-shadow: 0 15px 38px rgba(0, 0, 0, .18);
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.postid-86 .sj-post86-hero-action::after {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	transition: transform .2s ease;
}

.postid-86 .sj-post86-hero-action-primary::after {
	content: "\2197";
}

.postid-86 .sj-post86-hero-action:not(.sj-post86-hero-action-primary)::after {
	content: "\2193";
}

.postid-86 .sj-post86-hero-action:hover::after,
.postid-86 .sj-post86-hero-action:focus-visible::after {
	transform: translate(2px, -2px);
}

.postid-86 .sj-post86-hero-action:not(.sj-post86-hero-action-primary):hover::after,
.postid-86 .sj-post86-hero-action:not(.sj-post86-hero-action-primary):focus-visible::after {
	transform: translateY(3px);
}

.postid-86 .sj-post86-hero-action-primary {
	border-color: transparent;
	background: linear-gradient(120deg, #e70072, #d72e55);
	box-shadow: 0 16px 38px rgba(231, 0, 114, .28);
}

.postid-86 .sj-post86-hero-action:hover,
.postid-86 .sj-post86-hero-action:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, .18);
	box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
	transform: translateY(-2px);
}

.postid-86 .sj-post86-hero-action-primary:hover,
.postid-86 .sj-post86-hero-action-primary:focus-visible {
	background: linear-gradient(120deg, #f20b80, #e3385e);
}

.postid-86 .sj-post86-official-note {
	width: 100%;
	margin: 0;
	color: #d6deef;
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.postid-86 .sj-reading-layout {
	width: min(1180px, calc(100% - 48px));
	margin-top: 0;
	padding-top: 52px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}

.postid-86 .sj-toc-column,
.postid-86 .sj-article-content {
	grid-column: 1;
	width: 100%;
	max-width: none;
}

.postid-86 .sj-article-aside {
	display: none;
}

.postid-86 .sj-toc-card {
	position: static;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(89, 113, 180, .28);
	border-radius: 16px;
	color: #fff;
	background: linear-gradient(110deg, #071b4b, #122d68 58%, #5b236e);
	box-shadow: 0 20px 50px rgba(8, 26, 71, .18);
}

.postid-86 .sj-toc-heading {
	min-height: 68px;
	padding: 18px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	outline: none;
}

.postid-86 .sj-toc-heading strong,
.postid-86 .sj-toc-heading span {
	color: #fff;
}

.postid-86 .sj-toc-heading strong {
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
}

.postid-86 .sj-toc-heading > span:not(.sj-post86-toc-toggle) {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.postid-86 .sj-post86-toc-toggle {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	font-family: "Segoe UI Symbol", "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 700;
	transition: transform .2s ease;
}

.postid-86 .sj-toc-card.is-open .sj-post86-toc-toggle {
	transform: rotate(180deg);
}

.postid-86 .sj-toc-card ol {
	max-height: none;
	margin: 0;
	padding: 16px 20px 22px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
	background: #fff;
}

.postid-86 .sj-toc-card li a {
	color: #43516f;
	min-height: 48px;
	padding: 10px 12px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.postid-86 .sj-toc-card li a::before {
	content: "\2192";
	width: 26px;
	height: 26px;
	display: grid;
	flex: 0 0 26px;
	place-items: center;
	border-radius: 50%;
	color: #d9006d;
	background: #fde8f3;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.postid-86 .sj-toc-card li:nth-child(3n + 2) a::before {
	color: #1766c2;
	background: #e7f1ff;
}

.postid-86 .sj-toc-card li:nth-child(3n) a::before {
	color: #6f3bb8;
	background: #f0e9fb;
}

.postid-86 .sj-toc-card li a:hover,
.postid-86 .sj-toc-card li a:focus-visible {
	color: #071b4b;
	border-color: #dbe4f8;
	background: #f7f9fe;
	transform: translateX(3px);
}

.postid-86 .sj-toc-card .sj-toc-top {
	margin: 0;
	background: #f4f7fd;
}

.postid-86.sj-post86-enhanced .sj-toc-card ol,
.postid-86.sj-post86-enhanced .sj-toc-card .sj-toc-top {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: max-height .32s ease, opacity .22s ease, padding .32s ease;
}

.postid-86.sj-post86-enhanced .sj-toc-card.is-open ol {
	max-height: 1600px;
	padding-top: 16px;
	padding-bottom: 22px;
	opacity: 1;
	visibility: visible;
}

.postid-86.sj-post86-enhanced .sj-toc-card.is-open .sj-toc-top {
	max-height: 70px;
	padding-top: 13px;
	padding-bottom: 13px;
	opacity: 1;
	visibility: visible;
}

.postid-86 .sj-article-content {
	padding: clamp(34px, 5vw, 72px) clamp(24px, 6vw, 84px) clamp(48px, 7vw, 88px);
	border-radius: 18px;
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.postid-86 .sj-article-content h2,
.postid-86 .sj-article-content h3,
.postid-86 .sj-article-content h4,
.postid-86 .sj-article-content th {
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: -.025em;
}

.postid-86 .sj-article-content p,
.postid-86 .sj-article-content li {
	font-size: clamp(19px, 1.6vw, 22px);
	line-height: 1.78;
}

.postid-86 .sj-article-content ul:not(.wp-block-social-links) {
	padding-left: 0;
	list-style: none;
}

.postid-86 .sj-article-content ul:not(.wp-block-social-links) > li {
	position: relative;
	margin: .48em 0;
	padding-left: 2.1em;
}

.postid-86 .sj-article-content ul:not(.wp-block-social-links) > li::before {
	content: "\2192";
	position: absolute;
	top: .38em;
	left: 0;
	width: 1.45em;
	height: 1.45em;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #d9006d;
	background: #fde8f3;
	font-size: .72em;
	font-weight: 900;
	line-height: 1;
}

.postid-86 .sj-article-content ul:not(.wp-block-social-links) > li:nth-child(even)::before {
	color: #1766c2;
	background: #e7f1ff;
}

.postid-86 .sj-article-content h3[id^="step-"] {
	margin-top: 2.2em;
	padding: 16px 20px;
	border: 1px solid #dbe4f8;
	border-left: 6px solid #e70072;
	border-radius: 0 14px 14px 0;
	color: #071b4b;
	background: linear-gradient(90deg, #fff3f9 0%, #f5f8ff 72%, #fff 100%);
	box-shadow: 0 12px 30px rgba(14, 39, 92, .08);
}

.postid-86 .sj-post86-step-nav {
	margin: 34px 0 52px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.postid-86 .sj-post86-step-nav a {
	min-height: 48px;
	padding: 11px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #d9e2f5;
	border-radius: 10px;
	color: #17366d;
	background: #f7f9fe;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.postid-86 .sj-post86-step-nav a:hover,
.postid-86 .sj-post86-step-nav a:focus-visible {
	color: #fff;
	border-color: #e70072;
	background: linear-gradient(120deg, #e70072, #c72d68);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(231, 0, 114, .18);
}

.postid-86 .sj-post86-step-nav .sj-post86-step-nav-contents {
	color: #fff;
	border-color: #17366d;
	background: #17366d;
}

.postid-86 .sj-post86-step-nav > span:empty {
	visibility: hidden;
}

.postid-86 .sj-article-content .wp-block-image img {
	width: 100%;
	height: auto;
}

.postid-86 .sj-related-section .sj-wrap {
	width: min(1180px, calc(100% - 48px));
}

@media (max-width: 760px) {
	.postid-86 .sj-single-hero {
		min-height: 650px;
		background-position: center;
	}

	.postid-86 .sj-single-hero-copy {
		width: calc(100% - 32px);
		padding-top: 118px;
		padding-bottom: 46px;
	}

	.postid-86 .sj-single-hero h1 {
		font-size: clamp(40px, 12vw, 58px);
	}

	.postid-86 .sj-post86-hero-action {
		width: 100%;
	}

	.postid-86 .sj-reading-layout,
	.postid-86 .sj-related-section .sj-wrap {
		width: calc(100% - 24px);
	}

	.postid-86 .sj-toc-heading {
		padding: 16px 18px;
	}

	.postid-86 .sj-toc-heading > span:not(.sj-post86-toc-toggle) {
		display: none;
	}

	.postid-86 .sj-toc-card ol {
		grid-template-columns: 1fr;
	}

	.postid-86 .sj-article-content {
		padding: 30px 20px 42px;
	}

	.postid-86 .sj-article-content p,
	.postid-86 .sj-article-content li {
		font-size: 19px;
		line-height: 1.72;
	}

	.postid-86 .sj-post86-step-nav {
		grid-template-columns: 1fr;
		margin-bottom: 42px;
	}

	.postid-86 .sj-post86-step-nav > span:empty {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.postid-86 .sj-post86-hero-action,
	.postid-86 .sj-post86-hero-action::after,
	.postid-86 .sj-post86-toc-toggle,
	.postid-86 .sj-toc-card ol,
	.postid-86 .sj-toc-card .sj-toc-top,
	.postid-86 .sj-toc-card li a,
	.postid-86 .sj-post86-step-nav a {
		transition: none;
	}
}
