.pcpt-page {
	--pcpt-navy: #0a1931;
	--pcpt-navy-dark: #061323;
	--pcpt-blue: #162b4c;
	--pcpt-gold: #ffc947;
	--pcpt-gold-soft: #ffd76e;
	--pcpt-ink: #172033;
	--pcpt-muted: #5d6b82;
	--pcpt-line: #dce5f1;
	--pcpt-soft: #f4f7fb;
	--pcpt-white: #ffffff;
	background: var(--pcpt-soft);
	color: var(--pcpt-ink);
	font-family: "Plus Jakarta Sans", "Inter", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body.pc-premium-training-page {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--pcpt-navy, #0a1931) !important;
}

html:has(body.pc-premium-training-page) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.pc-premium-training-page #wpadminbar {
	display: none !important;
}

body.pc-premium-training-page .site-header,
body.pc-premium-training-page #masthead,
body.pc-premium-training-page .bb-mobile-header,
body.pc-premium-training-page .entry-header,
body.pc-premium-training-page .site-content-grid > .widget-area,
body.pc-premium-training-page .widget-area {
	display: none !important;
}

body.pc-premium-training-page #page,
body.pc-premium-training-page #content,
body.pc-premium-training-page .site,
body.pc-premium-training-page .site-content,
body.pc-premium-training-page .container,
body.pc-premium-training-page .bb-grid,
body.pc-premium-training-page .content-area,
body.pc-premium-training-page .site-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pc-premium-training-page .site-content-grid {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pcpt-page *,
.pcpt-page *::before,
.pcpt-page *::after {
	box-sizing: border-box;
}

.pcpt-page h1,
.pcpt-page h2,
.pcpt-page h3,
.pcpt-page p {
	margin-top: 0;
}

.pcpt-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.pcpt-topbar {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(10, 25, 49, 0.96);
	box-shadow: 0 12px 30px rgba(6, 19, 35, 0.18);
	backdrop-filter: blur(12px);
}

.pcpt-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	gap: 16px;
}

.pcpt-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--pcpt-white);
	text-decoration: none;
}

.pcpt-brand:hover {
	color: var(--pcpt-white);
}

.pcpt-brand__mark {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--pcpt-gold);
	color: var(--pcpt-navy);
	font-weight: 900;
}

.pcpt-brand strong,
.pcpt-brand small {
	display: block;
	line-height: 1.15;
}

.pcpt-brand small {
	margin-top: 4px;
	color: #aebbd0;
	font-size: 12px;
}

.pcpt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 28px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--pcpt-gold), var(--pcpt-gold-soft));
	color: var(--pcpt-navy) !important;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(255, 201, 71, 0.28);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.pcpt-btn:hover {
	color: var(--pcpt-navy) !important;
	transform: translateY(-2px);
	box-shadow: 0 20px 38px rgba(255, 201, 71, 0.36);
}

.pcpt-btn--small {
	min-height: 44px;
	padding: 0 18px;
	font-size: 14px;
}

.pcpt-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 85% 15%, rgba(255, 201, 71, 0.22), transparent 30%),
		linear-gradient(135deg, var(--pcpt-navy) 0%, var(--pcpt-blue) 54%, #203f68 100%);
	color: var(--pcpt-white);
}

.pcpt-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	gap: 56px;
	align-items: center;
	padding: 72px 0;
}

.pcpt-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--pcpt-gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pcpt-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
}

.pcpt-kicker--dark {
	color: #b77900;
}

.pcpt-hero h1 {
	max-width: 780px;
	margin-bottom: 20px;
	color: var(--pcpt-white);
	font-size: clamp(38px, 6vw, 68px);
	font-weight: 900;
	line-height: 1.02;
}

.pcpt-hero h1 span,
.pcpt-section__head h2 span {
	color: var(--pcpt-gold);
}

.pcpt-lead {
	margin-bottom: 30px;
	color: #d8e2f1;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 650;
}

.pcpt-facts {
	display: grid;
	gap: 12px;
	margin-bottom: 32px;
}

.pcpt-fact {
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.07);
}

.pcpt-fact strong,
.pcpt-fact span {
	display: block;
}

.pcpt-fact strong {
	color: var(--pcpt-white);
	font-size: 17px;
}

.pcpt-fact span {
	margin-top: 4px;
	color: #aebbd0;
	font-size: 14px;
}

.pcpt-seat-note {
	margin: 16px 0 0;
	color: #bac7dc;
	font-weight: 700;
}

.pcpt-poster {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.pcpt-poster img {
	display: block;
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.pcpt-section {
	padding: 88px 0;
}

.pcpt-section--white {
	background: var(--pcpt-white);
}

.pcpt-section--soft {
	background: var(--pcpt-soft);
}

.pcpt-section--navy,
.pcpt-section--pricing {
	background: var(--pcpt-navy);
	color: var(--pcpt-white);
}

.pcpt-section__head {
	max-width: 820px;
	margin: 0 auto 42px;
	text-align: center;
}

.pcpt-section__head h2,
.pcpt-split h2,
.pcpt-pricing h2,
.pcpt-certificate h2,
.pcpt-final-cta h2 {
	margin-bottom: 16px;
	color: var(--pcpt-navy);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.08;
}

.pcpt-section__head p,
.pcpt-certificate p {
	color: var(--pcpt-muted);
	font-size: 18px;
	line-height: 1.7;
}

.pcpt-section--navy h2,
.pcpt-section--pricing h2 {
	color: var(--pcpt-white);
}

.pcpt-section--navy p,
.pcpt-section--pricing p {
	color: #cbd6e7;
}

.pcpt-problem-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pcpt-problem-grid article,
.pcpt-trainer-cards article,
.pcpt-price-card,
.pcpt-certificate__card,
.pcpt-faq details {
	border: 1px solid var(--pcpt-line);
	border-radius: 18px;
	background: var(--pcpt-white);
	box-shadow: 0 18px 46px rgba(10, 25, 49, 0.08);
}

.pcpt-problem-grid article {
	padding: 26px;
}

.pcpt-problem-grid strong {
	display: block;
	margin-bottom: 10px;
	color: var(--pcpt-navy);
	font-size: 20px;
}

.pcpt-problem-grid p,
.pcpt-trainer-cards p,
.pcpt-agenda span,
.pcpt-faq p {
	color: var(--pcpt-muted);
	line-height: 1.65;
}

.pcpt-split {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 48px;
	align-items: start;
}

.pcpt-checklist {
	display: grid;
	gap: 14px;
}

.pcpt-checklist p {
	position: relative;
	margin: 0;
	padding: 18px 18px 18px 50px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.07);
}

.pcpt-checklist p::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 20px;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--pcpt-gold);
}

.pcpt-trainer {
	display: grid;
	grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
	margin-bottom: 34px;
}

.pcpt-trainer__photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 22px;
	box-shadow: 0 26px 70px rgba(10, 25, 49, 0.18);
}

.pcpt-trainer__bio h3 {
	margin-bottom: 8px;
	color: var(--pcpt-navy);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.08;
}

.pcpt-role {
	margin-bottom: 20px;
	color: #d99a00;
	font-size: 20px;
	font-weight: 800;
}

.pcpt-trainer__bio p:not(.pcpt-role) {
	color: var(--pcpt-muted);
	font-size: 18px;
	line-height: 1.75;
}

.pcpt-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.pcpt-tags span {
	padding: 10px 14px;
	border-radius: 10px;
	background: #eef3f9;
	color: var(--pcpt-navy);
	font-size: 14px;
	font-weight: 800;
}

.pcpt-trainer-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pcpt-trainer-cards article {
	min-width: 0;
	padding: 24px;
	text-align: center;
}

.pcpt-icon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 18px;
	border-radius: 16px;
	background: var(--pcpt-navy);
	color: var(--pcpt-gold);
	font-weight: 900;
}

.pcpt-trainer-cards h3 {
	margin-bottom: 10px;
	color: var(--pcpt-navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.pcpt-trainer-cards p {
	margin-bottom: 0;
	font-size: 14px;
}

.pcpt-agenda {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pcpt-agenda div {
	min-width: 0;
	padding: 28px;
	border: 1px solid var(--pcpt-line);
	border-radius: 18px;
	background: var(--pcpt-white);
}

.pcpt-agenda strong,
.pcpt-agenda span {
	display: block;
}

.pcpt-agenda strong {
	margin-bottom: 20px;
	color: #d99a00;
	font-size: 34px;
	font-weight: 900;
}

.pcpt-pricing {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 48px;
	align-items: center;
}

.pcpt-pricing__copy ul {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.pcpt-pricing__copy li {
	position: relative;
	padding-left: 28px;
	color: #edf4ff;
}

.pcpt-pricing__copy li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--pcpt-gold);
}

.pcpt-price-card {
	padding: 30px;
	text-align: center;
}

.pcpt-price-card span,
.pcpt-price-card del,
.pcpt-price-card em,
.pcpt-price-card p {
	display: block;
}

.pcpt-price-card span {
	margin-bottom: 8px;
	color: var(--pcpt-muted);
	font-weight: 800;
}

.pcpt-price-card strong {
	display: block;
	color: var(--pcpt-navy);
	font-size: 42px;
	font-weight: 900;
	line-height: 1.05;
}

.pcpt-price-card del {
	margin-top: 8px;
	color: #8591a5;
}

.pcpt-price-card em {
	width: fit-content;
	margin: 16px auto 24px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #dc2626;
	color: var(--pcpt-white);
	font-style: normal;
	font-weight: 900;
}

.pcpt-price-card .pcpt-btn {
	width: 100%;
}

.pcpt-price-card p {
	margin: 16px 0 0;
	color: var(--pcpt-muted);
	font-weight: 800;
}

.pcpt-certificate {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 44px;
	align-items: center;
}

.pcpt-certificate__card {
	padding: 34px;
	background: linear-gradient(135deg, var(--pcpt-navy), var(--pcpt-blue));
	color: var(--pcpt-white);
}

.pcpt-certificate__card strong,
.pcpt-certificate__card span,
.pcpt-certificate__card small {
	display: block;
}

.pcpt-certificate__card strong {
	margin-bottom: 16px;
	color: var(--pcpt-gold);
	font-size: 28px;
	line-height: 1.15;
}

.pcpt-certificate__card span {
	margin-bottom: 18px;
	font-weight: 800;
}

.pcpt-certificate__card small {
	color: #bac7dc;
}

.pcpt-faq {
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	gap: 14px;
}

.pcpt-faq details {
	padding: 20px 24px;
}

.pcpt-faq summary {
	cursor: pointer;
	color: var(--pcpt-navy);
	font-size: 18px;
	font-weight: 900;
}

.pcpt-faq p {
	margin: 14px 0 0;
}

.pcpt-final-cta {
	padding: 92px 0;
	background: linear-gradient(135deg, var(--pcpt-navy) 0%, var(--pcpt-navy-dark) 100%);
	color: var(--pcpt-white);
	text-align: center;
}

.pcpt-final-cta h2 {
	max-width: 860px;
	margin: 0 auto 18px;
	color: var(--pcpt-white) !important;
}

.pcpt-final-cta p {
	max-width: 760px;
	margin: 0 auto 28px;
	color: #d8e2f1 !important;
	font-size: 19px;
	line-height: 1.7;
}

.pcpt-final-cta .pcpt-seat-note--light {
	margin-top: 20px;
	margin-bottom: 0;
	color: #bac7dc !important;
	font-size: 15px;
}

@media (max-width: 980px) {
	.pcpt-hero__grid,
	.pcpt-trainer,
	.pcpt-split,
	.pcpt-pricing,
	.pcpt-certificate {
		grid-template-columns: 1fr;
	}

	.pcpt-hero__grid {
		padding: 54px 0;
	}

	.pcpt-poster {
		max-width: 560px;
		margin: 0 auto;
	}

	.pcpt-problem-grid,
	.pcpt-trainer-cards,
	.pcpt-agenda {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pcpt-price-card,
	.pcpt-certificate__card {
		max-width: 460px;
	}
}

@media (max-width: 640px) {
	.pcpt-shell {
		width: min(100% - 24px, 1180px);
	}

	.pcpt-topbar__inner {
		min-height: 64px;
	}

	.pcpt-brand__mark {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.pcpt-brand small,
	.pcpt-topbar .pcpt-btn {
		display: none;
	}

	.pcpt-hero__grid {
		gap: 34px;
		padding: 40px 0 52px;
	}

	.pcpt-section,
	.pcpt-final-cta {
		padding: 60px 0;
	}

	.pcpt-problem-grid,
	.pcpt-trainer-cards,
	.pcpt-agenda {
		grid-template-columns: 1fr;
	}

	.pcpt-problem-grid article,
	.pcpt-trainer-cards article,
	.pcpt-agenda div,
	.pcpt-price-card,
	.pcpt-certificate__card {
		padding: 22px;
	}

	.pcpt-btn {
		width: 100%;
		min-height: 54px;
		padding: 0 18px;
	}

	.pcpt-section__head {
		margin-bottom: 30px;
		text-align: left;
	}

	.pcpt-trainer__bio h3 {
		font-size: 32px;
	}
}
