/**
 * Scoped landing-page styles for the single post "wskcpa-seminar-02" (ID 1183).
 *
 * EVERY selector in this file is prefixed with `.postid-1183` (the body class
 * WordPress adds only on this post) so nothing here can affect any other page,
 * post, or global theme style. Loaded only on this post via the companion
 * plugin (wskcpa-seminar-1183.php).
 *
 * Brand palette: emerald #10c473 · navy #015f8d · deep green #02331b · ink #111
 */

/* -------------------------------------------------------------------------
 * Design tokens (scoped to the landing wrapper only)
 * ---------------------------------------------------------------------- */
.postid-1183 .wskcpa-landing {
	--wsk-emerald: #10c473;
	--wsk-navy: #015f8d;
	--wsk-deep: #02331b;
	--wsk-ink: #111111;
	--wsk-ink-soft: #3d4a44;
	--wsk-line: rgba(2, 51, 27, 0.12);
	--wsk-surface: rgba(255, 255, 255, 0.78);
	--wsk-surface-solid: #ffffff;
	--wsk-font: "Jost", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
	--wsk-maxw: 1040px;
	--wsk-radius: 18px;

	/* Soft green -> blue wash lives ON the post content itself, so nothing
	 * outside the post (theme #main, banner, containers) is touched. */
	max-width: var(--wsk-maxw);
	margin: 0.5rem auto 1.5rem;
	padding: clamp(1.1rem, 3vw, 2rem);
	border-radius: 24px;
	border: 1px solid var(--wsk-line);
	background:
		radial-gradient(900px 480px at 8% -4%, rgba(16, 196, 115, 0.14), transparent 60%),
		radial-gradient(820px 520px at 100% 0%, rgba(1, 95, 141, 0.12), transparent 58%),
		linear-gradient(180deg, #eaf7ef 0%, #edf4fa 48%, #ffffff 100%);
	box-shadow: 0 30px 60px -42px rgba(2, 51, 27, 0.4);
	font-family: var(--wsk-font) !important;
	color: var(--wsk-ink);
	line-height: 1.72;
	word-break: keep-all;
	text-align: left;
}

/* Force the paired font stack across the landing (beats the theme's Jost !important). */
.postid-1183 .wskcpa-landing,
.postid-1183 .wskcpa-landing p,
.postid-1183 .wskcpa-landing li,
.postid-1183 .wskcpa-landing a,
.postid-1183 .wskcpa-landing span,
.postid-1183 .wskcpa-landing dt,
.postid-1183 .wskcpa-landing dd,
.postid-1183 .wskcpa-landing h1,
.postid-1183 .wskcpa-landing h2,
.postid-1183 .wskcpa-landing h3 {
	font-family: var(--wsk-font) !important;
}

/* -------------------------------------------------------------------------
 * In-post resets (everything below targets ONLY .wskcpa-landing descendants,
 * so the theme's structure — #main, banner, containers, header, footer —
 * is left completely untouched).
 * ---------------------------------------------------------------------- */

/* Neutralise the theme's forced list padding within the landing. */
.postid-1183 .wskcpa-landing ul,
.postid-1183 .wskcpa-landing ol,
.postid-1183 .wskcpa-landing dl {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
}

.postid-1183 .wskcpa-landing p {
	margin: 0 0 1rem;
	color: var(--wsk-ink);
}

.postid-1183 .wskcpa-landing p:last-child {
	margin-bottom: 0;
}

/* -------------------------------------------------------------------------
 * Section rhythm & headings
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-section {
	padding: clamp(1.75rem, 5vw, 3rem) 0.25rem;
}

.postid-1183 .wsk-h2 {
	font-size: clamp(1.55rem, 3.6vw, 2.15rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--wsk-deep);
	margin: 0 0 1.25rem;
	padding-bottom: 0.65rem;
	position: relative;
	letter-spacing: -0.005em;
}

.postid-1183 .wsk-h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 58px;
	height: 4px;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--wsk-emerald), var(--wsk-navy));
	transform-origin: left center;
}

.postid-1183 .wsk-h3 {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 1.12rem;
	font-weight: 600;
	color: var(--wsk-navy);
	margin: 1.6rem 0 0.4rem;
}

.postid-1183 .wsk-h3::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--wsk-emerald);
	box-shadow: 0 0 0 4px rgba(16, 196, 115, 0.18);
	flex: 0 0 auto;
}

.postid-1183 .wskcpa-landing p.wsk-lead {
	font-size: clamp(1.02rem, 2vw, 1.16rem);
	color: var(--wsk-ink-soft);
	max-width: 62ch;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* -------------------------------------------------------------------------
 * Panels / surfaces
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-panel {
	background: var(--wsk-surface);
	border: 1px solid var(--wsk-line);
	border-radius: var(--wsk-radius);
	box-shadow: 0 24px 48px -34px rgba(2, 51, 27, 0.45);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	padding: clamp(1.25rem, 3vw, 1.9rem);
}

/* -------------------------------------------------------------------------
 * Hero
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-hero {
	text-align: center;
	padding: clamp(2.5rem, 7vw, 4.75rem) 1rem clamp(1.25rem, 3vw, 2rem);
	position: relative;
}

.postid-1183 .wsk-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--wsk-navy);
	margin: 0 0 1rem;
}

.postid-1183 .wsk-hero__eyebrow::before {
	content: "";
	width: 26px;
	height: 3px;
	border-radius: 3px;
	background: var(--wsk-emerald);
}

.postid-1183 .wsk-hero__title {
	font-size: clamp(2.15rem, 6vw, 3.6rem);
	line-height: 1.08;
	font-weight: 600;
	letter-spacing: -0.015em;
	color: var(--wsk-deep);
	margin: 0 0 0.9rem;
}

.postid-1183 .wsk-hero__title .wsk-brand {
	background: linear-gradient(120deg, var(--wsk-emerald), var(--wsk-navy));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--wsk-navy);
}

.postid-1183 .wskcpa-landing p.wsk-hero__subtitle {
	font-size: clamp(1.05rem, 2.4vw, 1.32rem);
	font-weight: 400;
	color: var(--wsk-ink-soft);
	max-width: 46ch;
	margin: 0 auto;
	text-align: center;
}

.postid-1183 .wsk-hero__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
	margin-top: clamp(1.5rem, 3.5vw, 2.25rem);
}

/* -------------------------------------------------------------------------
 * Buttons / CTAs
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.85rem 1.7rem;
	border-radius: 999px;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease,
		box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.postid-1183 .wsk-btn--primary {
	background: var(--wsk-navy);
	color: #ffffff !important;
	box-shadow: 0 12px 26px -14px rgba(1, 95, 141, 0.85);
}

.postid-1183 .wsk-btn--primary:hover,
.postid-1183 .wsk-btn--primary:focus-visible {
	background: var(--wsk-deep);
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 32px -16px rgba(2, 51, 27, 0.7);
}

.postid-1183 .wsk-btn--ghost {
	background: transparent;
	color: var(--wsk-navy) !important;
	border-color: rgba(1, 95, 141, 0.5);
}

.postid-1183 .wsk-btn--ghost:hover,
.postid-1183 .wsk-btn--ghost:focus-visible {
	background: rgba(1, 95, 141, 0.08);
	border-color: var(--wsk-navy);
	color: var(--wsk-navy) !important;
	transform: translateY(-2px);
}

.postid-1183 .wsk-btn--on-accent {
	background: var(--wsk-emerald);
	color: var(--wsk-deep) !important;
	box-shadow: 0 12px 26px -14px rgba(16, 196, 115, 0.75);
}

.postid-1183 .wsk-btn--on-accent:hover,
.postid-1183 .wsk-btn--on-accent:focus-visible {
	background: #14d67f;
	color: var(--wsk-deep) !important;
	transform: translateY(-2px);
}

/* Visible, on-brand focus ring for keyboard users. */
.postid-1183 .wskcpa-landing a:focus-visible,
.postid-1183 .wskcpa-landing .wsk-btn:focus-visible {
	outline: 3px solid var(--wsk-emerald);
	outline-offset: 3px;
}

/* -------------------------------------------------------------------------
 * 행사 개요 — fact strip (row on desktop, stack on mobile)
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-facts {
	display: flex;
	flex-wrap: wrap;
	background: var(--wsk-surface);
	border: 1px solid var(--wsk-line);
	border-radius: var(--wsk-radius);
	box-shadow: 0 24px 48px -34px rgba(2, 51, 27, 0.45);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	overflow: hidden;
}

.postid-1183 .wsk-fact {
	flex: 1 1 190px;
	padding: 1.15rem 1.35rem;
	border-left: 1px solid var(--wsk-line);
}

.postid-1183 .wsk-fact--wide {
	flex-basis: 300px;
}

.postid-1183 .wsk-fact:first-child {
	border-left: none;
}

.postid-1183 .wsk-fact dt {
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--wsk-navy);
}

.postid-1183 .wsk-fact dd {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--wsk-ink);
}

@media (max-width: 720px) {
	.postid-1183 .wsk-fact {
		flex-basis: 100%;
		border-left: none;
		border-top: 1px solid var(--wsk-line);
	}
	.postid-1183 .wsk-fact:first-child {
		border-top: none;
	}
}

/* -------------------------------------------------------------------------
 * 온라인 생중계 — responsive YouTube frame
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-video {
	position: relative;
	aspect-ratio: 16 / 9;
	max-width: 900px;
	margin: 1.25rem auto 0;
	border-radius: var(--wsk-radius);
	overflow: hidden;
	border: 1px solid var(--wsk-line);
	background: #000000;
	box-shadow: 0 30px 60px -30px rgba(1, 95, 141, 0.6);
}

.postid-1183 .wsk-video iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
	display: block;
}

.postid-1183 .wsk-live-note {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--wsk-navy);
	margin-bottom: 0.4rem;
}

.postid-1183 .wsk-live-note::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--wsk-emerald);
	box-shadow: 0 0 0 4px rgba(16, 196, 115, 0.2);
}

/* -------------------------------------------------------------------------
 * 다루는 주제 — numbered accent list (no icon soup)
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-topics {
	counter-reset: wsk-topic;
	border: 1px solid var(--wsk-line);
	border-radius: var(--wsk-radius);
	background: var(--wsk-surface);
	box-shadow: 0 24px 48px -34px rgba(2, 51, 27, 0.45);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	overflow: hidden;
}

.postid-1183 .wsk-topics li {
	display: flex;
	gap: 1rem;
	align-items: baseline;
	padding: 1rem 1.35rem;
	border-top: 1px solid var(--wsk-line);
	color: var(--wsk-ink);
	font-weight: 500;
}

.postid-1183 .wsk-topics li:first-child {
	border-top: none;
}

.postid-1183 .wsk-topics li::before {
	counter-increment: wsk-topic;
	content: counter(wsk-topic, decimal-leading-zero);
	flex: 0 0 auto;
	min-width: 2.15rem;
	font-family: "Jost", sans-serif;
	font-size: 1.02rem;
	font-weight: 600;
	color: var(--wsk-emerald);
	letter-spacing: 0.02em;
}

/* -------------------------------------------------------------------------
 * 발표자 — clean divider rows (not boxed card grids)
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-speakers {
	margin-top: 0.25rem;
}

.postid-1183 .wsk-speaker {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.3rem 1.25rem;
	padding: 1rem 0.25rem;
	border-top: 1px solid var(--wsk-line);
}

.postid-1183 .wsk-speaker:first-child {
	border-top: none;
}

.postid-1183 .wsk-speaker__name {
	font-size: 1.08rem;
	font-weight: 600;
	color: var(--wsk-ink);
}

.postid-1183 .wsk-speaker__sub {
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--wsk-navy);
	margin-left: 0.4rem;
}

.postid-1183 .wsk-speaker__talk {
	flex: 1 1 340px;
	text-align: right;
	font-size: 0.98rem;
	color: var(--wsk-ink-soft);
}

@media (max-width: 640px) {
	.postid-1183 .wsk-speaker__talk {
		flex-basis: 100%;
		text-align: left;
	}
}

/* -------------------------------------------------------------------------
 * 사전 등록 안내 — strong closing panel
 * ---------------------------------------------------------------------- */
.postid-1183 .wsk-register {
	position: relative;
	overflow: hidden;
	border-radius: var(--wsk-radius);
	padding: clamp(1.75rem, 4.5vw, 2.9rem);
	color: #ffffff;
	background: linear-gradient(135deg, var(--wsk-navy) 0%, var(--wsk-deep) 100%);
	box-shadow: 0 34px 64px -30px rgba(2, 51, 27, 0.7);
}

.postid-1183 .wsk-register::after {
	content: "";
	position: absolute;
	top: -40%;
	right: -10%;
	width: 60%;
	height: 160%;
	background: radial-gradient(circle, rgba(16, 196, 115, 0.28), transparent 62%);
	pointer-events: none;
}

.postid-1183 .wsk-register > * {
	position: relative;
}

.postid-1183 .wsk-register .wsk-h2 {
	color: #ffffff;
}

.postid-1183 .wsk-register .wsk-h2::after {
	background: var(--wsk-emerald);
}

.postid-1183 .wsk-register p {
	color: #e7eff4;
}

.postid-1183 .wsk-deadline {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0 0 1.1rem;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	font-weight: 600;
	color: #f2fff9;
	background: rgba(16, 196, 115, 0.18);
	border: 1px solid rgba(16, 196, 115, 0.55);
}

.postid-1183 .wsk-deadline .wsk-deadline__label {
	color: #bff3da;
	font-weight: 600;
}

.postid-1183 .wsk-deadline strong {
	color: #ffffff;
	font-weight: 700 !important;
}

.postid-1183 .wsk-rsvp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.9rem;
	margin: 0 0 1rem;
	padding: 0.9rem 1.15rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.postid-1183 .wsk-rsvp__label {
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #bff3da;
}

.postid-1183 .wsk-rsvp__email {
	font-size: clamp(1.15rem, 3vw, 1.5rem);
	font-weight: 700 !important;
	color: #ffffff !important;
	text-decoration: none;
	border-bottom: 2px solid var(--wsk-emerald);
	padding-bottom: 1px;
	transition: color 0.2s ease, border-color 0.2s ease;
	word-break: break-all;
}

.postid-1183 .wsk-rsvp__email:hover,
.postid-1183 .wsk-rsvp__email:focus-visible {
	color: #bff3da !important;
	border-color: #bff3da;
}

.postid-1183 .wsk-register__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.4rem;
}

/* -------------------------------------------------------------------------
 * Motion — 3 subtle, intentional movements, reduced-motion aware
 *   1) section fade/slide-in on scroll
 *   2) heading accent bar wipe-in
 *   3) CTA hover lift (defined above on .wsk-btn)
 * ---------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
	.postid-1183 .wsk-reveal-ready [data-reveal] {
		opacity: 0;
		transform: translateY(26px);
		transition: opacity 0.7s ease, transform 0.7s ease;
	}

	.postid-1183 .wsk-reveal-ready [data-reveal].in-view {
		opacity: 1;
		transform: none;
	}

	.postid-1183 .wsk-reveal-ready [data-reveal] .wsk-h2::after {
		transform: scaleX(0);
		transition: transform 0.7s 0.15s ease;
	}

	.postid-1183 .wsk-reveal-ready [data-reveal].in-view .wsk-h2::after {
		transform: scaleX(1);
	}
}
