body.slg-public-page {
	background: #eef3f0;
	color: #17211b;
	margin: 0;
}

.slg-public {
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	min-height: 100vh;
	padding: 32px 18px;
}

.slg-public *,
.slg-public *::before,
.slg-public *::after {
	box-sizing: border-box;
}

.slg-public-shell {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}

.slg-public-card {
	background: #ffffff;
	border: 1px solid #d7e0da;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(23, 33, 27, 0.11);
	overflow: hidden;
}

.slg-public-header {
	background: #f7f9f6;
	border-bottom: 1px solid #e2e8e4;
	padding: 42px 44px 30px;
}

.slg-public-kicker,
.slg-step-label {
	color: #315f46;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.slg-public h1,
.slg-public h2,
.slg-public p {
	letter-spacing: 0;
}

.slg-public h1 {
	color: #13251c;
	font-size: 42px;
	line-height: 1.12;
	margin: 0;
}

.slg-public h2 {
	color: #17211b;
	font-size: 24px;
	line-height: 1.25;
	margin: 0;
}

.slg-public-subtitle {
	color: #405448;
	font-size: 18px;
	line-height: 1.6;
	margin: 16px 0 0;
	max-width: 720px;
}

.slg-link-summary {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e2e8e4;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 18px 44px;
}

.slg-link-summary span {
	color: #65726a;
	font-size: 14px;
	font-weight: 700;
}

.slg-link-summary strong {
	color: #1c3327;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-align: right;
	word-break: break-word;
}

.slg-content-section {
	padding: 34px 44px 28px;
}

.slg-secondary-content-section {
	background: #fbfcfb;
	border-top: 1px solid #e2e8e4;
}

.slg-section-heading {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.slg-section-heading p {
	color: #5d6d63;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	max-width: 390px;
	text-align: right;
}

.slg-video {
	aspect-ratio: 16 / 9;
	background: #14231f;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.slg-video iframe,
.slg-video video {
	border: 0;
	height: 100%;
	width: 100%;
}

.slg-video video {
	display: block;
	object-fit: cover;
}

.slg-video-placeholder {
	align-items: center;
	color: #f5f8f6;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	height: 100%;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

.slg-video-placeholder small {
	color: #c8d6ce;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.slg-primary-action {
	border-top: 1px solid #edf1ee;
	display: flex;
	justify-content: center;
	padding: 0 44px 34px;
}

.slg-button {
	align-items: center;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	min-width: 178px;
	padding: 14px 22px;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.slg-button:hover:not(:disabled) {
	transform: translateY(-1px);
}

.slg-button:focus-visible {
	outline: 3px solid #8cc6ff;
	outline-offset: 3px;
}

.slg-button-primary,
.slg-button-redirect.is-enabled {
	background: #225c3a;
	color: #ffffff;
}

.slg-button-primary:hover,
.slg-button-redirect.is-enabled:hover {
	background: #194a2e;
}

.slg-button-redirect:disabled {
	background: #e7ece8;
	border: 1px solid #c6d0c9;
	color: #546158;
	cursor: not-allowed;
}

.slg-unlock-action {
	align-items: center;
	background: #f0f7fa;
	border-top: 1px solid #c8dce5;
	display: grid;
	gap: 18px;
	justify-items: center;
	padding: 30px 44px;
	text-align: center;
}

.slg-unlock-action-copy h2 {
	margin: 0;
}

.slg-unlock-action-copy > p:last-child {
	color: #405448;
	font-size: 16px;
	line-height: 1.6;
	margin: 12px auto 0;
	max-width: 620px;
}

.slg-unlock-action-trigger {
	background: #185d74;
	color: #ffffff;
}

.slg-unlock-action-trigger:hover:not(:disabled) {
	background: #124b5e;
}

.slg-unlock-action-custom_block .slg-unlock-action-trigger {
	background: #e7f2f6;
	border: 1px solid #8ab5c4;
	color: #123f4e;
	min-height: 84px;
	width: min(100%, 620px);
}

.slg-unlock-action-custom_block .slg-unlock-action-trigger:hover:not(:disabled) {
	background: #d7eaf0;
}

.slg-unlock-action.is-complete {
	background: #eef8f1;
	border-top-color: #b9ddc6;
}

.slg-unlock-action.is-complete .slg-unlock-action-trigger {
	background: #dcebe1;
	border: 1px solid #a8cbb4;
	color: #31513d;
	cursor: default;
}

.slg-custom-block,
.slg-content-block {
	background: #ffffff;
	border: 1px solid #c8dce5;
	border-radius: 8px;
	color: #29423a;
	font-size: 16px;
	line-height: 1.6;
	padding: 18px 22px;
	text-align: left;
	width: 100%;
}

.slg-custom-block :first-child,
.slg-content-block-body :first-child {
	margin-top: 0;
}

.slg-custom-block :last-child,
.slg-content-block-body :last-child {
	margin-bottom: 0;
}

.slg-custom-block img,
.slg-content-block img {
	height: auto;
	max-width: 100%;
}

.slg-promo-link {
	display: block;
}

.slg-promo-image {
	border-radius: 6px;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.slg-content-block-body {
	margin-top: 14px;
}

.slg-yt-player {
	height: 100%;
	width: 100%;
}

.slg-content-cta {
	text-decoration: none;
}

.slg-content-cta:hover {
	text-decoration: none;
}

.slg-content-cta-wrap {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

a.slg-promo-link.slg-content-cta {
	display: block;
}

.slg-unlock-note {
	color: #4a5a51;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.slg-unlock-note-warning {
	background: #fcf3e6;
	border: 1px solid #e7c98c;
	border-radius: 6px;
	color: #7a5314;
	font-weight: 600;
	padding: 12px 14px;
	width: 100%;
}

.slg-timer {
	align-items: center;
	background: #ffffff;
	border: 1px solid #c8dce5;
	border-radius: 10px;
	color: #123f4e;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 200px;
	padding: 20px 28px;
}

.slg-timer-count {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

.slg-timer-label {
	color: #5d6d63;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.slg-timer.is-finished {
	border-color: #b9ddc6;
}

.slg-timer.is-finished .slg-timer-count {
	color: #1d5635;
}

.slg-video-progress {
	width: min(100%, 620px);
}

.slg-video-progress-track {
	background: #d6e6ec;
	border-radius: 999px;
	height: 12px;
	overflow: hidden;
	width: 100%;
}

.slg-video-progress-bar {
	background: #185d74;
	border-radius: 999px;
	display: block;
	height: 100%;
	transition: width 200ms ease;
	width: 0;
}

.slg-video-progress.is-finished .slg-video-progress-bar {
	background: #1d5635;
}

.slg-video-progress-text {
	color: #405448;
	font-size: 15px;
	line-height: 1.5;
	margin: 12px 0 0;
}

.slg-unlock-panel {
	align-items: center;
	background: #f4f7fb;
	border-top: 1px solid #d9e5f2;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	padding: 30px 44px 34px;
}

.slg-unlock-copy p {
	color: #405448;
	font-size: 16px;
	line-height: 1.6;
	margin: 12px 0 0;
	max-width: 620px;
}

.slg-unlock-feedback {
	background: #e7f5ec;
	border: 1px solid #b9ddc6;
	border-radius: 6px;
	color: #1d5635;
	font-weight: 700;
	margin: 0;
	max-width: 620px;
	padding: 10px 12px;
	width: 100%;
}

.slg-redirect-form[hidden] {
	display: none;
}

.slg-redirect-form {
	display: flex;
	justify-content: center;
}

.slg-public.is-unlocked .slg-unlock-panel {
	background: #f1faf4;
	border-top-color: #bfdfca;
}

@media (max-width: 760px) {
	.slg-public {
		padding: 18px 12px;
	}

	.slg-public-header,
	.slg-content-section,
	.slg-unlock-action,
	.slg-unlock-panel {
		padding-left: 22px;
		padding-right: 22px;
	}

	.slg-public-header {
		padding-top: 30px;
		padding-bottom: 24px;
	}

	.slg-public h1 {
		font-size: 32px;
	}

	.slg-public h2 {
		font-size: 22px;
	}

	.slg-public-subtitle {
		font-size: 16px;
	}

	.slg-link-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		padding: 16px 22px;
	}

	.slg-link-summary strong {
		font-size: 17px;
		text-align: left;
	}

	.slg-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.slg-section-heading p {
		max-width: none;
		text-align: left;
	}

	.slg-primary-action {
		padding: 0 22px 28px;
	}

	.slg-redirect-form,
	.slg-button {
		width: 100%;
	}
}

/* Anti-bot: honeypot field — visually hidden but in the DOM so bots fill it */
.slg-hp-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	tab-index: -1;
}

/* Anti-bot: Turnstile widget container */
.slg-turnstile-wrap {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
	.slg-button {
		transition: none;
	}

	.slg-button:hover:not(:disabled) {
		transform: none;
	}
}

/* Embedded flow (shortcode inside a post/article): neutralize the full-page
   layout so the card fits within the article column. */
.slg-embed .slg-public {
	min-height: auto;
	padding: 0;
	background: transparent;
}

.slg-embed .slg-public-shell {
	max-width: 100%;
}

.slg-embed .slg-public-card {
	margin: 16px 0;
}

/* Article layout (auto-render): top block + original content + bottom block.
   Each block is its own .slg-public.slg-embed root; the article sits between
   them and keeps the theme's own styling (it is not inside .slg-public). */
.slg-flow-top {
	margin-bottom: 24px;
}

.slg-flow-bottom {
	margin-top: 24px;
}

.slg-flow-article {
	margin: 24px 0;
}
