/*
 * Course registration landing page.
 * Theme-specific overrides are page-scoped; the visual system lives entirely
 * below .cpc-landing-root so it cannot affect the dashboard or wp-admin.
 */
body.cpc-course-landing-page {
	background: #0b0c10 !important;
	color: #f5f7f2;
	margin: 0;
	overflow-x: clip;
}

body.cpc-course-landing-page .wp-site-blocks {
	display: block !important;
	margin: 0 !important;
	max-width: none !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	width: 100% !important;
}

body.cpc-course-landing-page header.wp-block-template-part,
body.cpc-course-landing-page footer.wp-block-template-part,
body.cpc-course-landing-page .wp-block-post-title {
	display: none !important;
}

body.cpc-course-landing-page #wp--skip-link--target,
body.cpc-course-landing-page .wp-site-blocks > main,
body.cpc-course-landing-page #wp--skip-link--target > *,
body.cpc-course-landing-page #wp--skip-link--target .wp-block-group,
body.cpc-course-landing-page #wp--skip-link--target .wp-block-post-content,
body.cpc-course-landing-page #wp--skip-link--target .entry-content {
	display: block !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.cpc-landing-root {
	--bg: #0F1117;
	--surface: #171923;
	--border: #2A2D3A;
	--text-primary: #F2F3F7;
	--text-secondary: #9498AB;
	--accent: #4F46E5;
	--accent-soft: #232244;
	--success: #22C55E;
	--success-soft: #142A1E;
	--cpc-landing-bg: var(--bg);
	--cpc-landing-panel: var(--surface);
	--cpc-landing-panel-raised: #1D202B;
	--cpc-landing-line: var(--border);
	--cpc-landing-line-strong: #3B3F50;
	--cpc-landing-text: var(--text-primary);
	--cpc-landing-muted: var(--text-secondary);
	--cpc-landing-accent: var(--accent);
	--cpc-landing-accent-dark: var(--accent-soft);
	--cpc-landing-accent-ink: #FFFFFF;
	--cpc-landing-paper: #f4f6ef;
	--cpc-landing-ink: #101217;
	--cpc-landing-ink-muted: #5d6472;
	--cpc-landing-danger: #c52e38;
	--cpc-landing-success: #177a3d;
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
	--duration-fast: 150ms;
	--duration-base: 250ms;
	--duration-slow: 400ms;
	background:
		linear-gradient(#171a22 1px, transparent 1px),
		linear-gradient(90deg, #171a22 1px, transparent 1px),
		var(--cpc-landing-bg);
	background-size: 64px 64px;
	box-sizing: border-box;
	color: var(--cpc-landing-text);
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	margin-left: 0 !important;
	margin-right: 0 !important;
	overflow: hidden;
	position: relative;
	max-width: 100% !important;
	width: 100% !important;
}

.cpc-landing-root *,
.cpc-landing-root *::before,
.cpc-landing-root *::after {
	box-sizing: border-box;
}

.cpc-landing-root h1,
.cpc-landing-root h2,
.cpc-landing-root h3,
.cpc-landing-root p,
.cpc-landing-root ul,
.cpc-landing-root ol,
.cpc-landing-root blockquote {
	margin-top: 0;
}

.cpc-landing-root h1,
.cpc-landing-root h2,
.cpc-landing-root h3 {
	color: inherit;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.cpc-landing-root a {
	color: inherit;
}

.cpc-landing-skip {
	background: var(--cpc-landing-accent);
	color: var(--cpc-landing-accent-ink) !important;
	font-size: 13px;
	font-weight: 700;
	left: 16px;
	padding: 10px 14px;
	position: fixed;
	top: 12px;
	transform: translateY(-150%);
	transition: transform var(--duration-fast) var(--ease-in-out);
	z-index: 1000;
}

.cpc-landing-skip:focus {
	transform: translateY(0);
}

.cpc-landing-skip {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}

.cpc-landing-header,
.cpc-landing-hero,
.cpc-landing-capture,
.cpc-landing-social,
.cpc-landing-modules,
.cpc-landing-final,
.cpc-landing-footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.cpc-landing-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 78px;
}

.cpc-landing-logo {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	gap: 11px;
	letter-spacing: -0.02em;
	min-height: 44px;
	text-decoration: none;
}

.cpc-landing-logo > span {
	align-items: center;
	background: var(--cpc-landing-accent);
	color: var(--cpc-landing-accent-ink);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	letter-spacing: -0.08em;
	transform: rotate(-3deg);
	width: 34px;
}

.cpc-landing-logo strong {
	font-weight: 700;
}

.cpc-landing-login {
	align-items: center;
	border-bottom: 1px solid var(--cpc-landing-line-strong);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 8px 0 6px;
	text-decoration: none;
	transition:
		border-color var(--duration-fast) var(--ease-in-out),
		color var(--duration-fast) var(--ease-in-out);
}

.cpc-landing-login:hover {
	border-color: var(--cpc-landing-accent);
	color: var(--cpc-landing-accent);
}

.cpc-landing-hero {
	isolation: isolate;
	min-height: 760px;
	overflow: hidden;
	padding-bottom: 280px;
	padding-top: 52px;
	position: relative;
}

.cpc-hero-content {
	max-width: 1000px;
	position: relative;
	z-index: 2;
}

.cpc-hero-tagline {
	background: var(--cpc-landing-panel);
	border: 1px solid var(--cpc-landing-line-strong);
	border-radius: 999px;
	color: var(--cpc-landing-muted);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.35;
	margin-bottom: 28px;
	padding: 10px 15px;
}

.cpc-hero-headline {
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(3rem, 13vw, 5.3rem);
	gap: 0.02em 0.2em;
	margin-bottom: 26px;
	max-width: 1020px;
}

.cpc-hero-word {
	display: inline-block;
}

.cpc-hero-description {
	color: var(--cpc-landing-muted);
	font-size: clamp(1rem, 2.5vw, 1.18rem);
	line-height: 1.72;
	margin-bottom: 30px;
	max-width: 760px;
}

.cpc-hero-cta {
	align-items: center;
	background: var(--cpc-landing-accent);
	border: 1px solid var(--cpc-landing-accent);
	border-radius: 999px;
	color: var(--cpc-landing-accent-ink) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	text-decoration: none;
	touch-action: manipulation;
	transition:
		background-color var(--duration-fast) var(--ease-in-out),
		transform var(--duration-fast) var(--ease-out);
}

.cpc-hero-cta:hover {
	transform: scale(1.05);
}

.cpc-hero-cta:active {
	transform: scale(0.95);
}

.cpc-hero-marquee {
	--cpc-marquee-gap: 14px;
	--cpc-marquee-half-gap: 7px;
	bottom: 0;
	height: 244px;
	left: 0;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 87%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 87%, transparent 100%);
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.cpc-hero-marquee-track {
	align-items: center;
	display: flex;
	gap: var(--cpc-marquee-gap);
	height: 100%;
	width: max-content;
}

.cpc-hero-marquee-set {
	align-items: center;
	display: flex;
	gap: var(--cpc-marquee-gap);
}

.cpc-hero-marquee-card {
	align-items: center;
	aspect-ratio: 9 / 16;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--cpc-landing-muted);
	display: flex;
	flex: 0 0 132px;
	flex-direction: column;
	font-size: 10px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.45;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	transform: rotate(-2deg);
	width: 132px;
}

.cpc-hero-marquee-card:nth-child(2n) {
	transform: rotate(5deg);
}

.cpc-hero-marquee-card:nth-child(3n) {
	transform: rotate(-1deg);
}

.cpc-hero-marquee-card:nth-child(4n) {
	transform: rotate(3deg);
}

.cpc-hero-marquee-card:nth-child(5n) {
	transform: rotate(-3deg);
}

.cpc-hero-marquee-card img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.cpc-landing-kicker,
.cpc-landing-form-kicker {
	align-items: center;
	color: var(--cpc-landing-accent);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	gap: 9px;
	letter-spacing: 0.16em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.cpc-landing-kicker::before,
.cpc-landing-form-kicker::before {
	background: currentColor;
	content: "";
	height: 2px;
	width: 28px;
}

.cpc-landing-form-card {
	background: var(--cpc-landing-paper);
	border: 1px solid #ffffff;
	box-shadow: 14px 14px 0 rgba(79, 70, 229, 0.12);
	color: var(--cpc-landing-ink);
	padding: 28px 22px;
	position: relative;
}

.cpc-landing-form-card::before {
	background: var(--cpc-landing-accent);
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.cpc-landing-form-card .cpc-landing-form-kicker {
	color: #546f10;
	margin-bottom: 14px;
}

.cpc-landing-form-card h2,
.cpc-landing-form-card h3 {
	color: var(--cpc-landing-ink);
	font-size: clamp(1.7rem, 7vw, 2.3rem);
	margin-bottom: 13px;
}

.cpc-landing-form-card > p:not(.cpc-landing-form-kicker) {
	color: var(--cpc-landing-ink-muted);
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 20px;
}

.cpc-landing-signup-form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.cpc-landing-signup-form > input[type="hidden"] {
	display: none;
}

.cpc-landing-signup-form .cpc-field {
	display: grid;
	gap: 7px;
}

.cpc-landing-signup-form label {
	color: #303540;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.cpc-landing-signup-form input[type="text"],
.cpc-landing-signup-form input[type="email"],
.cpc-landing-signup-form input[type="password"] {
	appearance: none;
	background: #ffffff;
	border: 1px solid #cbd0d8;
	border-radius: 0;
	box-shadow: none;
	color: var(--cpc-landing-ink);
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	min-height: 52px;
	padding: 12px 14px;
	width: 100%;
}

.cpc-landing-signup-form input:focus {
	border-color: #171b21;
	box-shadow: 0 0 0 3px rgba(23, 27, 33, 0.14);
	outline: none;
}

.cpc-landing-signup-form .cpc-password-control {
	position: relative;
}

.cpc-landing-signup-form .cpc-password-control input {
	padding-right: 52px;
}

.cpc-landing-signup-form .cpc-password-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #525966;
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.cpc-landing-signup-form .cpc-password-toggle:hover {
	background: #edf0e9;
	color: #111318;
}

.cpc-landing-signup-form .cpc-password-toggle svg {
	display: block;
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.cpc-landing-signup-form .cpc-field-help {
	color: #656c78;
	font-size: 10px;
	line-height: 1.5;
}

.cpc-landing-signup-form .cpc-field-error {
	color: var(--cpc-landing-danger);
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.cpc-landing-signup-form .cpc-field-error:empty {
	display: none;
}

.cpc-landing-signup-form .cpc-field.is-invalid input {
	border-color: var(--cpc-landing-danger);
}

.cpc-landing-signup-form .cpc-signup-status {
	display: none;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 12px;
}

.cpc-landing-signup-form .cpc-signup-status:not(:empty) {
	display: block;
}

.cpc-landing-signup-form .cpc-signup-status.is-error {
	background: #ffe8e9;
	border-left: 3px solid var(--cpc-landing-danger);
	color: #8e1f28;
}

.cpc-landing-signup-form .cpc-signup-status.is-success {
	background: #e4f4e8;
	border-left: 3px solid var(--cpc-landing-success);
	color: #135d31;
}

.cpc-landing-signup-form .cpc-button {
	align-items: center;
	appearance: none;
	background: var(--cpc-landing-ink);
	border: 2px solid var(--cpc-landing-ink);
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: -0.01em;
	min-height: 54px;
	padding: 13px 18px;
	text-decoration: none;
	transition:
		background-color var(--duration-fast) var(--ease-in-out),
		color var(--duration-fast) var(--ease-in-out),
		transform var(--duration-fast) var(--ease-out);
	width: 100%;
}

.cpc-landing-signup-form .cpc-button:hover {
	background: var(--cpc-landing-accent);
	color: var(--cpc-landing-accent-ink);
	transform: translateY(-2px);
}

.cpc-landing-signup-form .cpc-button:disabled {
	cursor: wait;
	opacity: 0.65;
	transform: none;
}

.cpc-landing-signup-form .cpc-button:focus-visible,
.cpc-landing-signup-form .cpc-password-toggle:focus-visible,
.cpc-landing-root a:focus-visible {
	box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.45);
	outline: 2px solid #101217;
	outline-offset: 2px;
}

.cpc-landing-form-card > small {
	color: #626875;
	display: block;
	font-size: 10px;
	margin-top: 16px;
	text-align: center;
}

.cpc-landing-form-card > small a {
	color: #1b1e24;
	font-weight: 700;
}

.cpc-landing-capture {
	align-items: center;
	background: var(--cpc-landing-panel);
	border: 1px solid var(--cpc-landing-line);
	display: grid;
	gap: 40px;
	padding-bottom: 76px;
	padding-top: 76px;
	scroll-margin-top: 24px;
}

.cpc-landing-capture-copy {
	max-width: 660px;
}

.cpc-landing-capture-copy h2 {
	font-size: clamp(2.4rem, 9vw, 4.8rem);
	margin-bottom: 20px;
	text-wrap: balance;
}

.cpc-landing-capture-copy > p:last-child {
	color: var(--cpc-landing-muted);
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 0;
	max-width: 570px;
}

.cpc-landing-capture .cpc-landing-form-card {
	max-width: 520px;
	width: 100%;
}

.cpc-landing-social {
	border-bottom: 1px solid var(--cpc-landing-line);
	border-top: 1px solid var(--cpc-landing-line);
	padding-bottom: 86px;
	padding-top: 86px;
}

.cpc-landing-section-heading {
	margin-bottom: 40px;
	max-width: 780px;
}

.cpc-landing-section-heading h2 {
	font-size: clamp(2.25rem, 9vw, 4.5rem);
	margin-bottom: 18px;
	text-wrap: balance;
}

.cpc-landing-section-heading > p:last-child {
	color: var(--cpc-landing-muted);
	font-size: 14px;
	line-height: 1.75;
	max-width: 650px;
}

.cpc-testimonial-track {
	display: grid;
	gap: 14px;
	grid-auto-columns: minmax(270px, 84vw);
	grid-auto-flow: column;
	margin-right: -20px;
	overflow-x: auto;
	padding-bottom: 16px;
	padding-right: 20px;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--cpc-landing-line-strong) transparent;
}

.cpc-testimonial {
	aspect-ratio: 9 / 16;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	scroll-snap-align: start;
}

.cpc-testimonial img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.cpc-landing-modules {
	padding-bottom: 96px;
	padding-top: 96px;
}

.cpc-landing-module-list {
	border-top: 1px solid var(--cpc-landing-line-strong);
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cpc-landing-module-list li {
	align-items: start;
	border-bottom: 1px solid var(--cpc-landing-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 24px 0;
}

.cpc-landing-module-list li > span {
	color: var(--cpc-landing-accent);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding-top: 4px;
}

.cpc-landing-module-list h3 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.35;
	margin-bottom: 7px;
}

.cpc-landing-module-list p {
	color: var(--cpc-landing-muted);
	font-size: 12px;
	line-height: 1.65;
	margin-bottom: 0;
}

.cpc-landing-module-list small {
	color: #7f8698;
	font-size: 10px;
	grid-column: 2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cpc-landing-final {
	align-items: center;
	background: var(--cpc-landing-panel);
	border: 1px solid var(--cpc-landing-line-strong);
	display: grid;
	gap: 44px;
	margin-bottom: 86px;
	padding-bottom: 34px;
	padding-top: 34px;
}

.cpc-landing-final > div:first-child {
	padding: 12px 0;
}

.cpc-landing-final > div:first-child h2 {
	font-size: clamp(2.4rem, 10vw, 5rem);
	margin-bottom: 22px;
}

.cpc-landing-final > div:first-child > p:not(.cpc-landing-kicker) {
	color: var(--cpc-landing-muted);
	font-size: 14px;
	margin-bottom: 20px;
}

.cpc-landing-final > div:first-child > a {
	color: var(--cpc-landing-accent);
	font-size: 12px;
	font-weight: 700;
	text-decoration-color: #526425;
	text-underline-offset: 4px;
}

.cpc-landing-form-card-final {
	box-shadow: 10px 10px 0 rgba(79, 70, 229, 0.1);
}

.cpc-landing-footer {
	align-items: center;
	border-top: 1px solid var(--cpc-landing-line);
	color: #858c9e;
	display: flex;
	font-size: 11px;
	justify-content: space-between;
	min-height: 84px;
}

.cpc-landing-footer a {
	align-items: center;
	color: var(--cpc-landing-text);
	display: inline-flex;
	font-weight: 700;
	min-height: 44px;
}

.cpc-landing-final-paths a {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}

@media (min-width: 600px) {
	.cpc-landing-hero {
		padding-bottom: 330px;
	}

	.cpc-landing-header,
	.cpc-landing-hero,
	.cpc-landing-capture,
	.cpc-landing-social,
	.cpc-landing-modules,
	.cpc-landing-final,
	.cpc-landing-footer {
		padding-left: 34px;
		padding-right: 34px;
	}

	.cpc-hero-marquee {
		--cpc-marquee-gap: 18px;
		--cpc-marquee-half-gap: 9px;
		height: 300px;
	}

	.cpc-hero-marquee-card {
		flex-basis: 158px;
		width: 158px;
	}

	.cpc-testimonial-track {
		grid-auto-columns: minmax(280px, 42vw);
		margin-right: -34px;
		padding-right: 34px;
	}

	.cpc-landing-module-list li {
		grid-template-columns: 40px minmax(0, 1fr) auto;
	}

	.cpc-landing-module-list small {
		grid-column: auto;
		padding-top: 4px;
	}

	.cpc-landing-final {
		margin-left: 34px;
		margin-right: 34px;
		width: calc(100% - 68px);
	}
}

@media (min-width: 900px) {
	.cpc-landing-hero {
		min-height: max(880px, calc(100vh - 78px));
		padding-bottom: 390px;
		padding-top: 82px;
	}

	.cpc-hero-headline {
		font-size: clamp(4.8rem, 7.5vw, 7.2rem);
	}

	.cpc-hero-marquee {
		height: 360px;
	}

	.cpc-hero-marquee-card {
		flex-basis: 190px;
		font-size: 11px;
		padding: 0;
		width: 190px;
	}

	.cpc-landing-capture {
		grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
		padding: 74px;
	}

	.cpc-landing-form-card {
		padding: 34px;
	}

	.cpc-testimonial-track {
		grid-auto-columns: minmax(270px, 25vw);
	}

	.cpc-landing-module-list {
		column-gap: 48px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cpc-landing-final {
		grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
		padding: 52px;
	}
}

@media (min-width: 1348px) {
	.cpc-landing-final {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

@media (max-width: 420px) {
	.cpc-landing-header {
		min-height: 68px;
	}

	.cpc-landing-logo strong {
		font-size: 12px;
	}

	.cpc-landing-hero {
		min-height: 720px;
		padding-bottom: 260px;
		padding-top: 34px;
	}

	.cpc-hero-headline {
		font-size: clamp(2.8rem, 13vw, 3.8rem);
	}

	.cpc-hero-tagline {
		font-size: 12px;
		max-width: 100%;
		padding: 9px 12px;
		white-space: normal;
	}

	.cpc-hero-description {
		font-size: 16px;
	}

	.cpc-hero-cta {
		width: 100%;
	}

	.cpc-hero-marquee {
		height: 236px;
	}

	.cpc-hero-marquee-card {
		flex-basis: 120px;
		width: 120px;
	}

	.cpc-landing-capture {
		margin-left: 14px;
		margin-right: 14px;
		padding: 46px 18px;
		width: calc(100% - 28px);
	}

	.cpc-landing-form-card {
		box-shadow: 8px 8px 0 rgba(79, 70, 229, 0.1);
		padding: 26px 18px;
	}

	.cpc-landing-final {
		margin-left: 14px;
		margin-right: 14px;
		width: calc(100% - 28px);
	}
}

/*
 * Version 2.1.2: breakpoint audit corrections.
 * Keep mobile text readable, preserve intentional carousel peeking, and avoid
 * sticky hover states on touch-first devices.
 */
@media (max-width: 768px) {
	.cpc-landing-kicker,
	.cpc-landing-form-kicker,
	.cpc-path-eyebrow {
		font-size: 12px;
	}

	.cpc-hero-headline,
	.cpc-landing-capture-copy h2,
	.cpc-landing-section-heading h2,
	.cpc-landing-final > div:first-child h2,
	.cpc-path-card h3 {
		overflow-wrap: normal;
		word-break: normal;
	}

	.cpc-hero-tagline {
		max-width: 100%;
		white-space: normal;
	}

	.cpc-testimonial-track {
		overscroll-behavior-inline: contain;
		scroll-padding-inline: 0 20px;
		-webkit-overflow-scrolling: touch;
	}

	.cpc-landing-module-list p {
		font-size: 14px;
	}

	.cpc-landing-module-list small {
		font-size: 12px;
	}
}

@media (hover: none) {
	.cpc-hero-cta:hover,
	.cpc-path-card:hover,
	.cpc-path-button:hover,
	.cpc-landing-login:hover {
		transform: none;
	}
}

/*
 * Shared five path decision component.
 */
.cpc-landing-path-section,
.cpc-landing-final-paths {
	display: block;
}

.cpc-landing-path-section .cpc-landing-capture-copy,
.cpc-landing-final-paths > div:first-child {
	max-width: 820px;
}

.cpc-landing-path-section .cpc-landing-capture-copy {
	margin-bottom: 42px;
}

.cpc-landing-final-paths > div:first-child {
	margin-bottom: 38px;
}

.cpc-path-splitter {
	display: grid;
	gap: 18px;
	grid-auto-rows: 1fr;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
}

.cpc-path-card {
	background: var(--cpc-landing-panel);
	border: 1px solid var(--cpc-landing-line-strong);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 28px;
	position: relative;
	transition:
		background-color var(--duration-base) var(--ease-in-out),
		border-color var(--duration-base) var(--ease-in-out),
		transform var(--duration-base) var(--ease-out);
}

.cpc-landing-path-section .cpc-path-card {
	background: var(--cpc-landing-bg);
}

.cpc-path-card:hover {
	background: var(--cpc-landing-panel-raised);
	border-color: #60687e;
	transform: translateY(-3px);
}

.cpc-path-card-featured {
	background: var(--cpc-landing-panel-raised);
	border-color: rgba(79, 70, 229, 0.66);
	box-shadow: inset 0 4px 0 var(--cpc-landing-accent);
}

.cpc-path-card-heading {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 34px;
}

.cpc-path-card-heading > span {
	color: var(--cpc-landing-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cpc-path-eyebrow {
	color: var(--cpc-landing-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.cpc-path-card h3 {
	font-size: clamp(1.55rem, 2vw, 2.15rem);
	line-height: 1.04;
	margin-bottom: 16px;
	max-width: 100%;
}

.cpc-path-card > p {
	color: var(--cpc-landing-muted);
	font-size: 15px;
	line-height: 1.72;
	margin-bottom: 28px;
	max-width: 100%;
}

.cpc-path-card > .cpc-path-included-note {
	background: rgba(79, 70, 229, 0.1);
	border-left: 3px solid var(--cpc-landing-accent);
	color: var(--cpc-landing-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0 0 24px;
	padding: 10px 12px;
}

.cpc-path-price {
	align-items: baseline;
	display: flex;
	gap: 8px;
	margin-bottom: 22px;
	margin-top: auto;
}

.cpc-path-price strong {
	color: var(--cpc-landing-text);
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.045em;
	line-height: 1;
	white-space: nowrap;
}

.cpc-path-price span {
	color: var(--cpc-landing-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.cpc-path-button {
	align-items: center;
	background: var(--cpc-landing-text);
	color: var(--cpc-landing-ink) !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: space-between;
	margin-top: 0;
	min-height: 50px;
	padding: 13px 18px;
	text-decoration: none;
	width: 100%;
}

.cpc-path-button::after {
	content: "\2192";
	font-size: 18px;
	line-height: 1;
}

.cpc-path-button-premium {
	background: var(--cpc-landing-accent);
}

.cpc-path-button:hover {
	filter: brightness(0.94);
}

.cpc-path-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.42);
	outline: 2px solid var(--cpc-landing-text);
	outline-offset: 3px;
}

@media (min-width: 768px) {
	.cpc-path-splitter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cpc-path-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		justify-self: center;
		width: calc(50% - 9px);
	}
}

@media (min-width: 1200px) {
	.cpc-path-splitter {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.cpc-path-card {
		grid-column: span 2;
		padding: 34px;
	}

	.cpc-path-card:nth-child(4) {
		grid-column: 2 / span 2;
	}

	.cpc-path-card:last-child:nth-child(odd) {
		grid-column: span 2;
		justify-self: stretch;
		width: auto;
	}
}

@media (max-width: 420px) {
	.cpc-landing-path-section .cpc-landing-capture-copy {
		margin-bottom: 30px;
	}

	.cpc-path-card {
		padding: 24px 20px;
	}

	.cpc-path-card-heading {
		margin-bottom: 26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cpc-path-card {
		transition: none;
	}

	.cpc-path-card:hover {
		transform: none;
	}
}

@keyframes cpc-hero-enter {
	from {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cpc-hero-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(calc(-50% - var(--cpc-marquee-half-gap)), 0, 0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.cpc-landing-root.is-hero-ready .cpc-hero-tagline {
		animation: cpc-hero-enter var(--duration-slow) var(--ease-out) 80ms backwards;
	}

	.cpc-landing-root.is-hero-ready .cpc-hero-word {
		animation: cpc-hero-enter var(--duration-slow) var(--ease-out) var(--cpc-word-delay) backwards;
	}

	.cpc-landing-root.is-hero-ready .cpc-hero-description {
		animation: cpc-hero-enter var(--duration-slow) var(--ease-out) var(--cpc-description-delay) backwards;
	}

	.cpc-landing-root.is-hero-ready .cpc-hero-cta {
		animation: cpc-hero-enter var(--duration-slow) var(--ease-out) var(--cpc-button-delay) backwards;
	}

	.cpc-landing-root.is-hero-ready .cpc-hero-marquee-track {
		animation: cpc-hero-marquee 40s linear infinite;
		will-change: transform;
	}

	.cpc-landing-root.is-hero-ready .cpc-hero-marquee:hover .cpc-hero-marquee-track {
		animation-play-state: paused;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cpc-landing-root *,
	.cpc-landing-root *::before,
	.cpc-landing-root *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.cpc-landing-root .cpc-hero-cta:hover,
	.cpc-landing-root .cpc-hero-cta:active,
	.cpc-landing-root .cpc-hero-marquee-track {
		transform: none !important;
	}
}
