/* Marketing page layouts */

.ccm-main {
	overflow: clip;
}

.ccm-hero {
	background:
		linear-gradient(160deg, var(--ccm-charcoal) 0%, #2a1a12 48%, var(--ccm-orange-deep) 120%);
	color: var(--ccm-text-on-dark);
	padding: var(--ccm-space-7) 0 var(--ccm-space-6);
}

.ccm-hero__inner {
	max-width: 52rem;
}

.ccm-eyebrow {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(245, 245, 245, 0.7);
	margin: 0 0 1rem;
}

.ccm-hero__title {
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	margin: 0 0 1.1rem;
	color: #fff;
}

.ccm-hero__support {
	font-size: 1.1rem;
	line-height: 1.6;
	color: rgba(245, 245, 245, 0.86);
	max-width: 40rem;
	margin: 0 0 1.75rem;
}

.ccm-section {
	padding: var(--ccm-space-6) 0;
}

.ccm-section--muted {
	background: var(--ccm-bg-muted);
}

.ccm-section__head {
	max-width: 60rem;
	margin-bottom: var(--ccm-space-4);
}

.ccm-section__head--wide {
	max-width: none;
	margin-bottom: var(--ccm-space-4);
}

.ccm-section__head--wide .ccm-muted {
	max-width: 42rem;
}

.ccm-section h2.ccm-display {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	margin: 0 0 0.85rem;
}

.ccm-lead {
	font-size: 1.15rem;
	line-height: 1.65;
	margin: 0;
}

.ccm-proof {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ccm-proof__item {
	background: var(--ccm-bg-elevated);
	border: 1px solid var(--ccm-border);
	border-radius: var(--ccm-radius-lg);
	padding: 1.1rem 1.15rem;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	transition: transform var(--ccm-duration) var(--ccm-ease), border-color var(--ccm-duration) var(--ccm-ease);
}

.ccm-proof__item:hover {
	transform: translateY(-2px);
	border-color: rgba(232, 93, 4, 0.35);
}

.ccm-proof__icon {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	color: var(--ccm-orange);
	margin-bottom: 0.35rem;
}

.ccm-proof__icon svg {
	width: 100%;
	height: 100%;
}

.ccm-proof strong {
	font-size: 1.05rem;
}

.ccm-path {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	position: relative;
}

.ccm-path__item {
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 1rem;
	align-items: start;
	padding: 0.85rem 0;
	position: relative;
}

.ccm-path__item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 1.4rem;
	top: 3rem;
	bottom: -0.15rem;
	width: 1px;
	background: linear-gradient(to bottom, var(--ccm-orange), rgba(232, 93, 4, 0.15));
}

.ccm-path__node {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 999px;
	border: 1px solid rgba(232, 93, 4, 0.55);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.85rem;
	color: var(--ccm-orange);
	background: var(--ccm-bg-elevated);
	position: relative;
	z-index: 1;
}

.ccm-path__body {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding-top: 0.45rem;
}

.ccm-outcomes-layout {
	display: grid;
	gap: var(--ccm-space-4);
	align-items: center;
}

.ccm-outcomes-timeline {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

.ccm-outcomes-timeline li {
	display: grid;
	grid-template-columns: 2.4rem 1fr;
	gap: 0.9rem;
	align-items: start;
	padding: 0.7rem 0;
	position: relative;
}

.ccm-outcomes-timeline li:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 1.15rem;
	top: 2.55rem;
	bottom: -0.1rem;
	width: 1px;
	background: var(--ccm-border-strong);
}

.ccm-outcomes-timeline__num {
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 999px;
	border: 1px solid var(--ccm-border-strong);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--ccm-ink);
	background: var(--ccm-bg-elevated);
	position: relative;
	z-index: 1;
}

.ccm-outcomes-timeline__text {
	padding-top: 0.4rem;
	line-height: 1.45;
}

.ccm-path-layout {
	display: grid;
	gap: var(--ccm-space-4);
	align-items: stretch;
}

.ccm-path-copy {
	min-width: 0;
}

.ccm-path-media {
	margin: 0;
	display: flex;
	min-height: 100%;
}

.ccm-path-media .ccm-product-frame {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.ccm-product-frame--scatter {
	min-height: 32rem;
	height: 100%;
}

.ccm-scatter-panel {
	padding: 1.25rem 1.15rem 1.35rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	flex: 1 1 auto;
	min-height: 0;
	background:
		radial-gradient(ellipse at 70% 20%, rgba(232, 93, 4, 0.14), transparent 55%),
		#1a1a1a;
}

.ccm-system-scatter {
	position: relative;
	flex: 1 1 auto;
	min-height: 22rem;
	border-radius: 10px;
	background:
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 10px,
			rgba(255, 255, 255, 0.02) 10px,
			rgba(255, 255, 255, 0.02) 11px
		),
		rgba(255, 255, 255, 0.02);
	border: 1px dashed rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.ccm-system-chip {
	position: absolute;
	left: var(--x);
	top: var(--y);
	transform: rotate(var(--r));
	font-size: 0.88rem;
	font-weight: 600;
	padding: 0.5rem 0.8rem;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.ccm-system-chip--faint {
	opacity: 0.58;
}

.ccm-outcomes-media {
	margin: 0;
}

.ccm-product-frame {
	border-radius: var(--ccm-radius-lg);
	overflow: hidden;
	background: #1f1f1f;
	color: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 48px rgba(26, 26, 26, 0.18);
	min-height: 22rem;
}

.ccm-product-frame__chrome {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.7rem 0.9rem;
	background: #171717;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ccm-product-frame__dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
}

.ccm-product-frame__dot:nth-child(1) { background: #ff5f57; }
.ccm-product-frame__dot:nth-child(2) { background: #febc2e; }
.ccm-product-frame__dot:nth-child(3) { background: #28c840; }

.ccm-product-frame__title {
	margin-left: 0.5rem;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 0.02em;
}

.ccm-product-frame__body {
	display: grid;
	grid-template-columns: 0.9fr 1.2fr;
	min-height: 18rem;
}

.ccm-product-frame__side {
	padding: 1.1rem 1rem;
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	background: #1a1a1a;
}

.ccm-product-frame__side ul {
	list-style: none;
	margin: 0.7rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.ccm-product-frame__side li {
	font-size: 0.82rem;
	padding: 0.45rem 0.55rem;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.55);
}

.ccm-product-frame__side li.is-done {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: line-through;
	text-decoration-color: rgba(255, 255, 255, 0.25);
}

.ccm-product-frame__side li.is-active {
	background: rgba(232, 93, 4, 0.18);
	color: #fff;
	font-weight: 600;
	box-shadow: inset 2px 0 0 #e85d04;
}

.ccm-product-frame__main {
	padding: 1.2rem 1.15rem 1.3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.65rem;
	background:
		radial-gradient(ellipse at 80% 0%, rgba(232, 93, 4, 0.16), transparent 55%),
		#1f1f1f;
}

.ccm-product-frame__eyebrow {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f48c06;
}

.ccm-product-frame__main h3 {
	margin: 0;
	font-family: var(--ccm-font-display);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.25;
	font-weight: 600;
	color: #fff;
}

.ccm-product-frame__loop {
	list-style: none;
	margin: 0.4rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.ccm-product-frame__loop li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.78rem;
	padding: 0.35rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.7);
}

.ccm-product-frame__loop li span {
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.68rem;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.12);
}

.ccm-product-frame__loop li.is-hot {
	background: rgba(232, 93, 4, 0.22);
	color: #fff;
}

.ccm-product-frame__loop li.is-hot span {
	background: #e85d04;
}

.ccm-product-frame__note {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {
	.ccm-product-frame__body {
		grid-template-columns: 1fr;
	}

	.ccm-product-frame__side {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}
}

.ccm-module {
	background: var(--ccm-bg-elevated);
	border: 1px solid var(--ccm-border);
	border-radius: var(--ccm-radius-lg);
	padding: 1.1rem 1.15rem;
	transition: transform var(--ccm-duration) var(--ccm-ease), border-color var(--ccm-duration) var(--ccm-ease), box-shadow var(--ccm-duration) var(--ccm-ease);
}

.ccm-module:hover {
	transform: translateY(-3px);
	border-color: rgba(232, 93, 4, 0.4);
	box-shadow: 0 10px 28px rgba(26, 26, 26, 0.08);
}

.ccm-module__icon {
	display: inline-flex;
	width: 1.55rem;
	height: 1.55rem;
	color: var(--ccm-orange);
	margin-bottom: 0.55rem;
}

.ccm-module__icon svg {
	width: 100%;
	height: 100%;
}

.ccm-about-joe,
.ccm-about-intro {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

.ccm-about-joe__photo {
	width: 196px;
	height: 196px;
	object-fit: cover;
	border-radius: 16px;
	border: 2px solid rgba(232, 93, 4, 0.35);
	box-shadow: 0 12px 30px rgba(26, 26, 26, 0.12);
}

.ccm-about-joe__photo--lg {
	width: 240px;
	height: 240px;
}

.ccm-about-joe__copy {
	max-width: 40rem;
}

.legal-copy h2 {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
}

.legal-copy ul {
	padding-left: 1.2rem;
	display: grid;
	gap: 0.4rem;
}

.ccm-split {
	display: grid;
	gap: var(--ccm-space-3);
}

.ccm-outcomes {
	margin: 1rem 0 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 0.65rem;
	max-width: 40rem;
}

.ccm-modules {
	display: grid;
	gap: 0.85rem;
}

.ccm-module__id {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--ccm-orange);
	margin-bottom: 0.35rem;
}

.ccm-module h3 {
	margin: 0 0 0.35rem;
	font-size: 1.02rem;
}

.ccm-module p {
	margin: 0;
	font-size: 0.92rem;
}

.ccm-band {
	background: var(--ccm-charcoal);
	color: var(--ccm-text-on-dark);
}

.ccm-band .ccm-display,
.ccm-band p {
	color: #fff;
}

.ccm-band__inner {
	display: grid;
	gap: var(--ccm-space-3);
}

.ccm-page-hero {
	padding: var(--ccm-space-6) 0 var(--ccm-space-4);
	border-bottom: 1px solid var(--ccm-border);
}

.ccm-page-hero h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 0 0.75rem;
}

.ccm-stack {
	display: grid;
	gap: 1rem;
}

.ccm-card {
	background: var(--ccm-bg-elevated);
	border: 1px solid var(--ccm-border);
	border-radius: var(--ccm-radius-lg);
	padding: 1.25rem;
}

.ccm-card h2,
.ccm-card h3 {
	margin-top: 0;
}

.ccm-faq details {
	background: var(--ccm-bg-elevated);
	border: 1px solid var(--ccm-border);
	border-radius: var(--ccm-radius);
	padding: 0.9rem 1rem;
}

.ccm-faq summary {
	cursor: pointer;
	font-weight: 600;
}

.ccm-faq p {
	margin: 0.75rem 0 0;
	color: var(--ccm-text-muted);
}

.ccm-pricing-login {
	margin-top: var(--ccm-space-5);
	padding: var(--ccm-space-4);
	text-align: center;
	background: var(--ccm-bg-elevated);
	border: 2px solid var(--ccm-orange);
	border-radius: var(--ccm-radius-lg);
	box-shadow: 0 10px 28px rgba(232, 93, 4, 0.12);
}

.ccm-pricing-login__label {
	margin: 0 0 0.85rem;
	font-weight: 600;
	color: var(--ccm-ink);
}

.ccm-pricing-login .ccm-cta {
	margin-inline: auto;
}

.ccm-contact-layout {
	display: grid;
	gap: var(--ccm-space-4);
	align-items: start;
}

.ccm-contact-aside h2 {
	margin-top: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.ccm-contact-card {
	background: var(--ccm-bg-elevated);
	border: 1px solid var(--ccm-border);
	border-radius: var(--ccm-radius-lg);
	padding: 1.5rem;
	box-shadow: 0 12px 30px rgba(26, 26, 26, 0.06);
}

.ccm-contact-form {
	display: grid;
	gap: 1rem;
}

.ccm-field {
	display: grid;
	gap: 0.4rem;
}

.ccm-field span {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--ccm-ink);
}

.ccm-field input,
.ccm-field textarea {
	width: 100%;
	font-family: var(--ccm-font-body);
	font-size: 1rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid var(--ccm-border-strong);
	border-radius: var(--ccm-radius);
	background: #fff;
	color: var(--ccm-ink);
}

.ccm-field input:focus,
.ccm-field textarea:focus {
	outline: 2px solid rgba(232, 93, 4, 0.35);
	border-color: var(--ccm-orange);
}

.ccm-field--hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.ccm-contact-form .ccm-cta,
.ccm-contact-form button.ccm-cta {
	justify-self: start;
	cursor: pointer;
	border: none;
}

.ccm-contact-alert {
	padding: 0.85rem 1rem;
	border-radius: var(--ccm-radius);
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.ccm-contact-alert--ok {
	background: rgba(46, 125, 50, 0.1);
	color: #1b5e20;
	border: 1px solid rgba(46, 125, 50, 0.25);
}

.ccm-contact-alert--err {
	background: rgba(208, 0, 0, 0.08);
	color: #8a0000;
	border: 1px solid rgba(208, 0, 0, 0.2);
}

@media (min-width: 800px) {
	.ccm-proof {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ccm-split {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	.ccm-modules {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ccm-band__inner {
		grid-template-columns: 1.5fr auto;
		align-items: center;
	}

	.ccm-path-layout {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	}

	.ccm-path-media,
	.ccm-product-frame--scatter {
		min-height: 100%;
	}

	.ccm-outcomes-layout {
		grid-template-columns: 1.15fr 0.85fr;
	}

	.ccm-about-joe,
	.ccm-about-intro {
		grid-template-columns: auto 1fr;
	}

	.ccm-contact-layout {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

@media (min-width: 1100px) {
	.ccm-modules {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ccm-pricing-checkout-note {
	display: block;
	width: min(100%, 28rem);
	margin: 1.5rem auto 0;
	padding: 0 1rem;
	text-align: center;
	font-size: 0.78rem;
	line-height: 1.5;
	color: rgba(17, 24, 28, 0.38);
}

.ccm-pricing-checkout-note a {
	color: rgba(232, 93, 42, 0.75);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.ccm-pricing-checkout-note a:hover {
	color: var(--ccm-orange);
}

.ccm-pricing-login {
	margin-top: var(--ccm-space-5);
	padding: var(--ccm-space-4);
	text-align: center;
	background: var(--ccm-bg-elevated);
	border: 2px solid var(--ccm-orange);
	border-radius: var(--ccm-radius-lg);
	box-shadow: 0 10px 28px rgba(232, 93, 4, 0.12);
}

.ccm-pricing-login__label {
	margin: 0 0 0.85rem;
	font-weight: 600;
	color: var(--ccm-ink);
}

.ccm-pricing-login .ccm-cta {
	margin-inline: auto;
}

/* Pricing picker — live card polish + billing toggle */
.ccm-pricing-pick .ccm-container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.ccm-billing-toggle {
	display: inline-flex;
	align-self: center;
	align-items: center;
	gap: 0.25rem;
	padding: 0.25rem;
	margin: 0 auto 1.25rem;
	border-radius: 999px;
	background: var(--ccm-bg-elevated);
	border: 1px solid var(--ccm-border);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ccm-billing-toggle__btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--ccm-text-muted);
	font: inherit;
	font-weight: 600;
	font-size: 0.92rem;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.ccm-billing-toggle__btn.is-active {
	background: rgba(232, 93, 42, 0.12);
	color: var(--ccm-ink, #111820);
}

.ccm-billing-toggle__hint {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--ccm-orange);
	background: rgba(232, 93, 42, 0.1);
	padding: 0.15rem 0.4rem;
	border-radius: 999px;
}

.ccm-plan-grid {
	display: grid;
	gap: 0.85rem;
	width: 100%;
	align-items: stretch;
}

@media (min-width: 800px) {
	.ccm-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* Monthly: only Membership — single centered column */
	.ccm-pricing-pick.is-monthly .ccm-plan-grid {
		grid-template-columns: minmax(0, 28rem);
		justify-content: center;
	}
}

.ccm-plan[hidden] {
	display: none !important;
}

.ccm-plan {
	position: relative;
	display: grid;
	gap: 0.15rem;
	text-align: left;
	cursor: pointer;
	background: var(--ccm-bg-elevated);
	border: 1px solid var(--ccm-border);
	border-radius: var(--ccm-radius-lg);
	padding: 1.35rem 1.25rem 1.25rem;
	font: inherit;
	color: inherit;
	box-shadow: none;
	transition: border-color 0.25s ease;
}

.ccm-plan:focus-visible {
	outline: 2px solid var(--ccm-orange);
	outline-offset: 2px;
}

.ccm-plan.is-selected {
	border-color: var(--ccm-orange);
}

.ccm-plan__badge {
	position: absolute;
	top: -0.65rem;
	left: 1rem;
	background: var(--ccm-orange);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
}

.ccm-plan__radio {
	position: absolute;
	top: 1.15rem;
	right: 1.15rem;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 999px;
	border: 2px solid rgba(17, 24, 28, 0.18);
	background: #fff;
	transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.ccm-plan.is-selected .ccm-plan__radio {
	border-color: var(--ccm-orange);
	background: var(--ccm-orange);
	box-shadow: inset 0 0 0 3px #fff;
}

.ccm-plan__name {
	font-family: var(--ccm-font-display, inherit);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	padding-right: 1.75rem;
	margin: 0.15rem 0 0.5rem;
}

.ccm-plan__desc {
	margin: 0 0 0.75rem;
	padding-right: 1.5rem;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--ccm-ink, #111820);
}

.ccm-plan__price {
	margin: 0;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--ccm-ink, #111820);
}

.ccm-plan__sub {
	margin: 0.15rem 0 0.35rem;
	font-size: 0.9rem;
	color: var(--ccm-text-muted);
}

.ccm-plan__features {
	list-style: disc;
	margin: 0.65rem 0 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 0.55rem;
	color: var(--ccm-text-muted);
	max-width: 40rem;
}

.ccm-plan__features li {
	font-size: 0.95rem;
	line-height: 1.45;
}

.ccm-plan .ccm-cta {
	width: auto;
	min-width: 0;
}

.ccm-plan .ccm-cta--md {
	min-width: 10.5rem;
}

/* Founding CTA: clear by default, orange fill on hover (live Full Access style) */
.ccm-plan--founding .ccm-cta--ghost {
	background: transparent;
	color: var(--ccm-ink);
	border-color: var(--ccm-border-strong);
}

.ccm-plan--founding .ccm-cta--ghost:hover {
	background: var(--ccm-orange);
	border-color: var(--ccm-orange);
	color: var(--ccm-text-on-accent, #fff);
	transform: translateY(-1px);
}

.ccm-pricing-pick .ccm-pricing-login .ccm-cta--lg {
	min-width: 0;
	width: auto;
}

/* How it Works — product explanation + onboarding */
.ccm-how-works-product {
	padding-top: 0;
}

.ccm-how-works-panel {
	max-width: 44rem;
	margin: 25px auto 0;
	padding: 1.75rem 1.6rem;
	border-radius: var(--ccm-radius-lg);
	border: 1px solid rgba(232, 93, 42, 0.22);
	background: linear-gradient(160deg, #fff8f2 0%, #fff 55%);
	box-shadow: 0 12px 32px rgba(17, 24, 28, 0.05);
}

.ccm-how-works-panel .ccm-display {
	margin: 0.35rem 0 1rem;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.ccm-how-works-panel p {
	margin: 0 0 0.85rem;
	color: var(--ccm-text-muted);
	line-height: 1.6;
	font-size: 1.02rem;
}

.ccm-how-works-panel p:last-child {
	margin-bottom: 0;
}

.ccm-how-works-head {
	max-width: 36rem;
	margin: 0 auto 1.75rem;
	text-align: center;
}

.ccm-funnel-public {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 44rem;
	display: grid;
	gap: 0.85rem;
}

.ccm-funnel-public--compact {
	max-width: 40rem;
}

.ccm-funnel-public__step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.9rem;
	align-items: start;
	padding: 1rem 1.1rem;
	border-radius: var(--ccm-radius-lg);
	border: 1px solid var(--ccm-border);
	background: var(--ccm-bg-elevated);
}

.ccm-funnel-public__n {
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 0.9rem;
	background: var(--ccm-orange);
	color: #fff;
}

.ccm-funnel-public__title {
	display: block;
	font-size: 1.05rem;
	letter-spacing: -0.01em;
	margin-bottom: 0.25rem;
}

.ccm-funnel-public__blurb {
	margin: 0;
	color: var(--ccm-text-muted);
	line-height: 1.45;
	font-size: 0.95rem;
}
