/**
 * Event101 - Public Pricing / Access page (scoped to .e101-pp).
 */

.e101-pp {
	--e101-pp-slate: #111827;
	--e101-pp-slate-mid: #1f2937;
	--e101-pp-muted: #6b7280;
	--e101-pp-border: #e5e7eb;
	--e101-pp-surface: #f3f4f6;
	--e101-pp-surface-2: #f9fafb;
	--e101-pp-white: #fff;
	--e101-pp-accent: #58e28a;
	--e101-pp-radius: 14px;
	--e101-pp-shadow: 0 1px 2px rgba(17, 24, 39, 0.05), 0 8px 24px rgba(17, 24, 39, 0.06);
	--e101-pp-shadow-lg: 0 4px 6px rgba(17, 24, 39, 0.04), 0 20px 50px rgba(17, 24, 39, 0.12);
	color: var(--e101-pp-slate);
	font-family: inherit;
	line-height: 1.55;
}

.e101-pp-body {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 1.25rem 4rem;
}

.e101-pp-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.e101-pp-section {
	margin-bottom: 3rem;
}

.e101-pp-section__inner {
	max-width: 720px;
	margin: 0 auto;
}

.e101-pp-section__title {
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	font-weight: 600;
	margin: 0 0 0.65rem;
	color: var(--e101-pp-slate);
	letter-spacing: -0.02em;
}

.e101-pp-section__title--sm {
	font-size: 1.1rem;
}

.e101-pp-section__intro {
	margin: 0 0 1.25rem;
	color: var(--e101-pp-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.e101-pp-section--muted {
	background: var(--e101-pp-surface-2);
	border-radius: var(--e101-pp-radius);
	padding: clamp(2rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--e101-pp-border);
}

.e101-pp-section--disclosure .e101-pp-disclosure__text {
	margin: 0;
	font-size: 0.9rem;
	color: var(--e101-pp-muted);
	line-height: 1.5;
	text-align: center;
}

.e101-pp-section--philosophy-value {
	background: var(--e101-pp-surface-2);
	border: 1px solid var(--e101-pp-border);
	border-radius: var(--e101-pp-radius);
	padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--e101-pp-shadow);
	margin-bottom: 2.5rem;
}

.e101-pp-section__inner--philosophy {
	max-width: 56rem;
}

.e101-pp-philosophy-value__lead {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.55;
	color: var(--e101-pp-slate);
}

.e101-pp-philosophy-value__intro {
	margin: 0 0 1.35rem;
	font-size: 1.02rem;
	line-height: 1.6;
	color: var(--e101-pp-slate);
}

.e101-pp-philosophy-value__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem 1.25rem;
	margin-bottom: 1.35rem;
}

@media (min-width: 640px) {
	.e101-pp-philosophy-value__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.e101-pp-philosophy-point {
	margin: 0;
	padding: 1rem 1.1rem;
	border-radius: 10px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: var(--e101-pp-white);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.e101-pp-philosophy-point__title {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
	font-weight: 650;
	color: var(--e101-pp-slate);
	letter-spacing: -0.01em;
}

.e101-pp-philosophy-point__copy {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--e101-pp-muted);
}

.e101-pp-philosophy-value__closing {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--e101-pp-muted);
	font-weight: 500;
}

/* Hero (padding rhythm aligned via event101-public-marketing-system.css) */
.e101-pp-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: linear-gradient(155deg, #0f172a 0%, var(--e101-pp-slate) 42%, #0a0f18 100%);
	color: var(--e101-pp-white);
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.35);
}

.e101-pp-hero__inner {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.e101-pp-hero__eyebrow {
	margin: 0 0 0.5rem;
}

.e101-pp-hero__title {
	font-size: clamp(1.85rem, 4vw, 2.35rem);
	margin: 0 0 0.75rem;
}

.e101-pp-hero__lede {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.15rem);
	opacity: 0.92;
	line-height: 1.55;
}

/* Compact path picker (pill grid; hero carries eyebrow + heading) */
.e101-pp-path-panel {
	margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
	padding: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.35rem);
	border-radius: var(--e101-pp-radius);
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: var(--e101-pp-white);
	box-shadow: var(--e101-pp-shadow);
}

.e101-pp-fieldset--customer-picker {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.e101-pp-type-grid {
	display: grid;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

.e101-pp-type-grid--compact {
	grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
}

@media (min-width: 720px) {
	.e101-pp-type-grid--compact {
		grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
	}
}

.e101-pp-type-pill {
	position: relative;
	margin: 0;
	min-width: 0;
}

.e101-pp-type-pill__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0.01;
}

.e101-pp-type-pill__input:focus {
	outline: none;
}

.e101-pp-type-pill__label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.2rem;
	width: 100%;
	min-height: 4rem;
	padding: 0.55rem 0.65rem;
	border-radius: 10px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: var(--e101-pp-surface-2);
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.e101-pp-type-pill__title {
	font-weight: 650;
	font-size: 0.82rem;
	line-height: 1.25;
	color: var(--e101-pp-slate);
}

.e101-pp-type-pill__desc {
	font-size: 0.72rem;
	line-height: 1.3;
	color: var(--e101-pp-muted);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.e101-pp-type-pill__input:focus-visible + .e101-pp-type-pill__label {
	outline: 2px solid var(--e101-pp-accent);
	outline-offset: 2px;
}

.e101-pp-type-pill__label:hover {
	border-color: rgba(88, 226, 138, 0.45);
	background: #fff;
}

.e101-pp-type-pill__input:checked + .e101-pp-type-pill__label {
	border: 2px solid var(--e101-pp-accent);
	background: var(--e101-pp-slate);
	box-shadow: 0 4px 14px rgba(17, 24, 39, 0.12);
}

.e101-pp-type-pill__input:checked + .e101-pp-type-pill__label .e101-pp-type-pill__title {
	color: #fff;
}

.e101-pp-type-pill__input:checked + .e101-pp-type-pill__label .e101-pp-type-pill__desc {
	color: rgba(255, 255, 255, 0.82);
}

/* Pathway summary + calculator tool (primary column) */
.e101-pp-workspace {
	display: grid;
	gap: 1.25rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
	align-items: start;
}

.e101-pp-calc-alerts {
	grid-column: 1 / -1;
	margin: 0;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	border: 1px solid rgba(185, 28, 28, 0.35);
	background: rgba(254, 242, 242, 0.95);
	color: var(--e101-pp-slate);
}

.e101-pp-calc-alerts__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.45;
}

.e101-pp-field--discount {
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px dashed rgba(17, 24, 39, 0.12);
}

.e101-pp-field__helper {
	margin: 0.25rem 0 0.5rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

.e101-pp-field__status {
	min-height: 1.25rem;
	margin: 0.35rem 0 0;
	font-size: 0.88rem;
	line-height: 1.4;
	color: var(--e101-pp-muted);
}

.e101-pp-field__hint--applied {
	margin: 0.35rem 0 0;
	font-size: 0.88rem;
	line-height: 1.4;
}

@media (min-width: 900px) {
	.e101-pp-workspace {
		grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
		gap: 1.5rem 1.75rem;
	}
}

.e101-pp-summary {
	margin: 0;
	padding: 1.1rem 1.2rem;
	border-radius: 12px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.e101-pp-summary__text {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.e101-pp-tool-stack {
	border-radius: 12px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: #fafbfc;
	padding: 1.1rem 1.15rem 1.25rem;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

/* Form */
.e101-pp-form {
	margin-bottom: 2.5rem;
}

.e101-pp-fieldset {
	border: 1px solid var(--e101-pp-border);
	border-radius: var(--e101-pp-radius);
	padding: 1.25rem 1.25rem 1.5rem;
	margin: 0 0 1.5rem;
	background: var(--e101-pp-white);
	box-shadow: var(--e101-pp-shadow);
}

.e101-pp-tool-stack .e101-pp-fieldset {
	margin-bottom: 0;
	background: #fff;
	border: 1px dashed rgba(17, 24, 39, 0.14);
	box-shadow: none;
	border-radius: 10px;
}

.e101-pp-fieldset--calc {
	margin-top: 0;
}

.e101-pp-legend {
	font-weight: 600;
	font-size: 1.05rem;
	padding: 0 0.35rem;
}

.e101-pp-fieldset__hint {
	margin: 0.35rem 0 1rem;
	font-size: 0.95rem;
	color: var(--e101-pp-muted);
}

.e101-pp-segment {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.e101-pp-segment__item {
	position: relative;
}

.e101-pp-segment__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0.01;
}

.e101-pp-segment__label {
	display: inline-block;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--e101-pp-border);
	background: var(--e101-pp-surface-2);
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.e101-pp-segment__input:focus {
	outline: none;
}

.e101-pp-segment__input:focus-visible + .e101-pp-segment__label {
	outline: 2px solid var(--e101-pp-accent);
	outline-offset: 2px;
}

.e101-pp-segment__input:checked + .e101-pp-segment__label {
	background: var(--e101-pp-slate);
	color: var(--e101-pp-white);
	border-color: var(--e101-pp-slate);
}

.e101-pp-segment__input:checked + .e101-pp-segment__label:hover {
	background: var(--e101-pp-slate-mid);
	border-color: var(--e101-pp-slate-mid);
}

/* Plan panels (secondary to path + tool) */
.e101-pp-panels {
	margin-bottom: 2rem;
	padding-top: 0.25rem;
	border-top: 1px solid var(--e101-pp-border);
}

.e101-pp-cards-panel {
	display: none;
	margin-bottom: 2.5rem;
}

.e101-pp-cards-panel.is-active {
	display: block;
}

.e101-pp-panel-title {
	font-size: 1.08rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
	letter-spacing: -0.015em;
	color: var(--e101-pp-slate-mid);
}

.e101-pp-panel-intro {
	margin: 0 0 1.25rem;
	color: var(--e101-pp-muted);
	font-size: 0.95rem;
	max-width: 52rem;
}

.e101-pp-panel-footnote {
	margin: 1.15rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid var(--e101-pp-border);
	color: var(--e101-pp-muted);
	font-size: 0.92rem;
	line-height: 1.55;
	max-width: 52rem;
}

.e101-pp-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.e101-pp-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.e101-pp-cards {
		grid-template-columns: repeat(4, 1fr);
	}

	.e101-pp-cards-panel[data-e101-pp-panel="funeral"] .e101-pp-cards {
		grid-template-columns: repeat(3, 1fr);
	}

	.e101-pp-cards-panel[data-e101-pp-panel="supplier"] .e101-pp-cards {
		grid-template-columns: repeat(5, 1fr);
	}

	.e101-pp-cards-panel[data-e101-pp-panel="insurer"] .e101-pp-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.e101-pp-cards--duo {
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.e101-pp-cards--duo {
		grid-template-columns: repeat(2, 1fr);
	}
}

.e101-pp-card {
	border: 1px solid var(--e101-pp-border);
	border-radius: var(--e101-pp-radius);
	padding: 1.25rem;
	background: var(--e101-pp-white);
	box-shadow: var(--e101-pp-shadow);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.e101-pp-card--accent {
	border-color: rgba(88, 226, 138, 0.45);
	box-shadow: var(--e101-pp-shadow-lg);
}

.e101-pp-card__title {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.e101-pp-card__price {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 650;
	letter-spacing: -0.02em;
}

.e101-pp-card__cycle {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--e101-pp-muted);
}

.e101-pp-card__desc {
	margin: 0;
	font-size: 0.9rem;
	color: var(--e101-pp-muted);
	flex-grow: 1;
}

.e101-pp-card__bullets {
	margin: 0;
	padding-left: 1.1rem;
	font-size: 0.9rem;
	color: var(--e101-pp-muted);
	flex-grow: 1;
}

.e101-pp-card__bullets li {
	margin-bottom: 0.35rem;
}

/* Calculator grid */
.e101-pp-grid {
	display: grid;
	gap: 1rem 1.25rem;
}

@media (min-width: 720px) {
	.e101-pp-grid--2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.e101-pp-field--hidden {
	display: none !important;
}

.e101-pp-label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.35rem;
}

.e101-pp-muted {
	color: var(--e101-pp-muted);
	font-weight: 500;
}

.e101-pp-input {
	width: 100%;
	max-width: 20rem;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--e101-pp-border);
	border-radius: 10px;
	font-size: 1rem;
	background: var(--e101-pp-white);
	color: var(--e101-pp-slate);
}

.e101-pp-input:focus-visible {
	outline: 2px solid var(--e101-pp-accent);
	outline-offset: 2px;
}

.e101-pp-inline-radios {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.e101-pp-inline-radios__item input {
	margin-right: 0.25rem;
	vertical-align: middle;
	accent-color: var(--e101-pp-accent);
}

.e101-pp-inline-radios__item input:focus-visible {
	outline: 2px solid var(--e101-pp-accent);
	outline-offset: 2px;
}

/* Results (inside tool stack: one surface) */
.e101-pp-results {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.08);
}

.e101-pp-results__title {
	font-size: 0.82rem;
	font-weight: 650;
	margin: 0 0 0.65rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--e101-pp-muted);
}

.e101-pp-results__lead {
	margin: 0 0 1rem;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--e101-pp-slate);
}

.e101-pp-results__box {
	min-height: 3rem;
}

.e101-pp-results__dl {
	display: grid;
	grid-template-columns: minmax(8rem, 11rem) 1fr;
	gap: 0.5rem 1rem;
	margin: 0;
	font-size: 0.95rem;
}

.e101-pp-results__dt {
	margin: 0;
	font-weight: 600;
	color: var(--e101-pp-muted);
}

.e101-pp-results__dd {
	margin: 0;
	font-weight: 600;
	color: var(--e101-pp-slate);
}

.e101-pp-section--fit {
	margin-bottom: 2.5rem;
}

.e101-pp-section--fit .e101-pp-section__title {
	font-weight: 600;
	color: var(--e101-pp-slate);
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	margin-bottom: 0.85rem;
}

.e101-pp-section__inner--fit {
	max-width: 56rem;
}

.e101-pp-fit-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
}

@media (min-width: 520px) {
	.e101-pp-fit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.e101-pp-fit-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.75rem;
	}
}

.e101-pp-fit-card {
	margin: 0;
	padding: 0.85rem 0.95rem;
	border-radius: 10px;
	border: 1px solid var(--e101-pp-border);
	background: var(--e101-pp-white);
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.e101-pp-fit-card__title {
	margin: 0 0 0.35rem;
	font-size: 0.88rem;
	font-weight: 650;
	color: var(--e101-pp-slate);
}

.e101-pp-fit-card__copy {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.4;
	color: var(--e101-pp-muted);
	font-weight: 500;
}

.e101-pp-section--closing {
	background: linear-gradient(155deg, #0f172a 0%, var(--e101-pp-slate) 42%, #0a0f18 100%);
	color: var(--e101-pp-white);
	border-radius: var(--e101-pp-radius);
	padding: clamp(2rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--e101-pp-shadow-lg);
}

.e101-pp-section--closing-band {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	border-radius: 0;
	margin-bottom: 0;
	padding-top: clamp(2.5rem, 5vw, 3.25rem);
	padding-bottom: clamp(2.5rem, 5vw, 3.25rem);
}

.e101-pp-closing__inner {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

.e101-pp-closing__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 600;
	margin: 0 0 1.25rem;
	letter-spacing: -0.02em;
}

.e101-pp-closing__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.e101-pp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.25rem;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

button.e101-pp-btn {
	font: inherit;
	line-height: inherit;
}

.e101-pp-intent {
	margin: 1rem 0 0;
	text-align: center;
}

.e101-pp-intent--secondary {
	margin-top: 0.65rem;
}

/* Secondary navigation on light estimate card (not dark-section button tokens). */
.e101-pp-results__browse {
	font-weight: 600;
	font-size: 0.92rem;
	color: var(--e101-pp-slate);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.e101-pp-results__browse:hover {
	color: var(--e101-pp-accent);
}

.e101-pp-results__browse:focus-visible {
	outline: 2px solid var(--e101-pp-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

.e101-pp-btn--lg {
	padding: 0.85rem 1.5rem;
	font-size: 1rem;
}

.e101-pp-btn--primary {
	background: var(--e101-pp-accent);
	color: var(--e101-pp-slate);
	border-color: rgba(88, 226, 138, 0.35);
}

.e101-pp-btn--primary:hover {
	filter: brightness(1.03);
}

.e101-pp-btn--primary:focus-visible {
	outline: 2px solid var(--e101-pp-white);
	outline-offset: 3px;
}

.e101-pp-btn--outline {
	background: transparent;
	color: var(--e101-pp-white);
	border-color: rgba(255, 255, 255, 0.45);
}

.e101-pp-btn--outline:hover {
	background: rgba(255, 255, 255, 0.06);
}

.e101-pp-btn--outline:focus-visible {
	outline: 2px solid var(--e101-pp-accent);
	outline-offset: 3px;
}

.e101-pp-btn--ghost {
	background: transparent;
	color: rgba(255, 255, 255, 0.88);
	border-color: transparent;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.e101-pp-btn--ghost:focus-visible {
	outline: 2px solid var(--e101-pp-accent);
	outline-offset: 3px;
}

/* Register / join CTA (path selection → account creation) */
.e101-pp-register-join {
	margin: 1.25rem 0 1.5rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--e101-pp-border);
	border-radius: var(--e101-pp-radius);
	background: var(--e101-pp-surface-2);
}

.e101-pp-register-join__hint {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	color: var(--e101-pp-muted);
}

.e101-pp-register-join__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.e101-pp-register-join__btn[aria-disabled="true"] {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
}

.e101-pp-register-fallback {
	margin-top: 0.75rem;
	font-size: 0.9rem;
	color: var(--e101-pp-muted);
}

.e101-pp-register-fallback__title {
	margin: 0 0 0.35rem;
	font-weight: 600;
	color: var(--e101-pp-slate);
}

.e101-pp-register-fallback__list {
	margin: 0.35rem 0 0;
	padding-left: 1.25rem;
}

.e101-pp-register-fallback__link {
	color: inherit;
}

/* Logged-in plan change: plan cards POST to plan-intent (outside marketing calculator form) */
.e101-pp-change-plan-banner {
	margin: 0 0 1.25rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--e101-pp-border);
	border-radius: var(--e101-pp-radius);
	background: var(--e101-pp-surface-2);
}

.e101-pp-change-plan-banner__title {
	margin: 0 0 0.35rem;
	font-weight: 600;
	color: var(--e101-pp-slate);
}

.e101-pp-change-plan-banner__text {
	margin: 0;
	font-size: 0.95rem;
	color: var(--e101-pp-muted);
}

.e101-pp-card__cta {
	margin: 0.85rem 0 0;
}

.e101-pp-card__cta--note {
	font-size: 0.9rem;
	color: var(--e101-pp-muted);
}

.e101-pp-card__plan-form {
	margin-top: 0.75rem;
}

.e101-pp-status-pill {
	display: inline-block;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	background: var(--e101-pp-surface-2);
	border: 1px solid var(--e101-pp-border);
	color: var(--e101-pp-slate);
}
