:root {
	--pa-bg: #020705;
	--pa-bg-soft: #07100c;
	--pa-panel: #0a110e;
	--pa-panel-2: #0e1712;
	--pa-line: rgba(255, 255, 255, 0.11);
	--pa-line-strong: rgba(44, 226, 132, 0.35);
	--pa-green: #2ce284;
	--pa-green-soft: #8bf8bd;
	--pa-cyan: #35d7db;
	--pa-violet: #9a8cff;
	--pa-gold: #f2c44f;
	--pa-red: #ff6b72;
	--pa-white: #f7faf8;
	--pa-muted: #9ba9a2;
	--pa-muted-2: #718078;
	--pa-radius: 22px;
	--pa-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
	--pa-shell: 1280px;
}

/* Compact homepage concept preview (private page only). */
.pa-site[data-pa-page="home"] .pa-compact-hero {
	position: relative;
	overflow: hidden;
	padding: 54px 0 50px;
	background:
		radial-gradient(circle at 82% 24%, rgba(74, 222, 128, 0.13), transparent 34%),
		linear-gradient(180deg, #020704 0%, #030906 58%, #020503 100%);
	border-bottom: 1px solid rgba(74, 222, 128, 0.12);
}

.pa-site[data-pa-page="home"] .pa-compact-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(74, 222, 128, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(74, 222, 128, 0.028) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 88%);
	pointer-events: none;
}

.pa-site[data-pa-page="home"] .pa-compact-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(390px, 0.7fr);
	gap: clamp(42px, 5vw, 72px);
	align-items: center;
}

.pa-site[data-pa-page="home"] .pa-compact-hero-copy,
.pa-site[data-pa-page="home"] .pa-compact-proof {
	min-width: 0;
}

.pa-site[data-pa-page="home"] .pa-compact-hero-copy h1 {
	max-width: 900px;
	margin: 17px 0 20px;
	color: #fff;
	font-size: clamp(54px, 4.9vw, 72px);
	font-weight: 800;
	letter-spacing: -0.058em;
	line-height: 0.98;
}

.pa-site[data-pa-page="home"] .pa-compact-hero-copy h1 em {
	display: block;
	color: #7bd487;
	font-style: normal;
}

.pa-site[data-pa-page="home"] .pa-compact-hero-copy > p {
	max-width: 760px;
	margin: 0;
	color: #a9b9b0;
	font-size: 18px;
	line-height: 1.6;
}

.pa-site[data-pa-page="home"] .pa-compact-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 26px;
}

.pa-site[data-pa-page="home"] .pa-compact-platform {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-top: 17px;
}

.pa-site[data-pa-page="home"] .pa-compact-platform-mark {
	position: relative;
	display: block;
	overflow: hidden;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	border: 1px solid rgba(117, 222, 138, 0.2);
	border-radius: 13px;
	background: rgba(74, 222, 128, 0.045);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.pa-site[data-pa-page="home"] .pa-compact-platform-mark img {
	position: absolute;
	top: -1px;
	left: -16px;
	display: block;
	width: 78px;
	max-width: none;
	height: auto;
	filter: drop-shadow(0 5px 8px rgba(91, 196, 105, 0.16));
}

.pa-site[data-pa-page="home"] .pa-compact-platform-copy {
	display: grid;
	gap: 1px;
}

.pa-site[data-pa-page="home"] .pa-compact-platform-copy small {
	color: #94a89c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.35;
	text-transform: uppercase;
}

.pa-site[data-pa-page="home"] .pa-compact-platform-copy strong {
	color: #eef5ef;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.pa-site[data-pa-page="home"] .pa-compact-proof {
	position: relative;
	overflow: hidden;
	padding: 30px;
	border: 1px solid rgba(99, 205, 119, 0.34);
	border-radius: 22px;
	background:
		radial-gradient(circle at 100% 0%, rgba(74, 222, 128, 0.16), transparent 43%),
		linear-gradient(160deg, rgba(15, 32, 21, 0.98), rgba(4, 10, 7, 0.99));
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), 0 0 48px rgba(74, 222, 128, 0.06);
}

.pa-site[data-pa-page="home"] .pa-compact-proof::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, transparent 57%, rgba(255, 255, 255, 0.028));
	pointer-events: none;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-top > span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-top .pa-compact-proof-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid rgba(74, 222, 128, 0.35);
	border-radius: 999px;
	background: rgba(74, 222, 128, 0.09);
	color: #8ce89c;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-badge i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #72db84;
	box-shadow: 0 0 9px rgba(114, 219, 132, 0.75);
}

.pa-site[data-pa-page="home"] .pa-compact-proof > strong,
.pa-site[data-pa-page="home"] .pa-compact-proof > p,
.pa-site[data-pa-page="home"] .pa-compact-proof-metrics,
.pa-site[data-pa-page="home"] .pa-compact-proof > a {
	position: relative;
	z-index: 1;
}

.pa-site[data-pa-page="home"] .pa-compact-proof > strong {
	display: block;
	color: #7ce08c;
	font-size: clamp(58px, 5.5vw, 76px);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.95;
	font-variant-numeric: tabular-nums;
}

.pa-site[data-pa-page="home"] .pa-compact-proof > p {
	margin: 14px 0 24px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 22px;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-metrics div {
	min-width: 0;
	padding: 12px 7px;
	border: 1px solid rgba(74, 222, 128, 0.16);
	border-radius: 11px;
	background: rgba(0, 0, 0, 0.22);
	text-align: center;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-metrics b,
.pa-site[data-pa-page="home"] .pa-compact-proof-metrics span {
	display: block;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-metrics b {
	color: #fff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1;
}

.pa-site[data-pa-page="home"] .pa-compact-proof-metrics span {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.46);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pa-site[data-pa-page="home"] .pa-compact-proof > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #8ce89c;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

/* Preview-only Proof Prism console. The live homepage keeps the compact card above. */
.pa-site.pa-home-proof-preview .pa-prism-proof {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-width: 0;
	padding: 25px;
	border: 1px solid rgba(87, 224, 139, 0.38);
	border-radius: 25px;
	background:
		radial-gradient(circle at 88% 13%, rgba(137, 111, 255, 0.2), transparent 26%),
		radial-gradient(circle at 12% 96%, rgba(34, 213, 149, 0.14), transparent 34%),
		linear-gradient(145deg, rgba(11, 27, 20, 0.99), rgba(3, 10, 7, 0.995) 60%, rgba(7, 13, 12, 0.99));
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.52),
		0 0 55px rgba(43, 226, 132, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.pa-site.pa-home-proof-preview .pa-prism-proof::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(74, 222, 128, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(74, 222, 128, 0.035) 1px, transparent 1px);
	background-size: 34px 34px;
	mask-image: linear-gradient(130deg, rgba(0, 0, 0, 0.9), transparent 70%);
	pointer-events: none;
}

.pa-site.pa-home-proof-preview .pa-prism-proof::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 52%;
	height: 100%;
	background: linear-gradient(118deg, transparent 20%, rgba(255, 255, 255, 0.025) 50%, transparent 76%);
	transform: translateX(12%);
	pointer-events: none;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-facets,
.pa-site.pa-home-proof-preview .pa-prism-proof-facets i {
	position: absolute;
	pointer-events: none;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-facets {
	top: 38px;
	right: -32px;
	z-index: -1;
	width: 205px;
	height: 185px;
	opacity: 0.72;
	filter: drop-shadow(0 0 24px rgba(91, 232, 161, 0.12));
}

.pa-site.pa-home-proof-preview .pa-prism-proof-facets i:nth-child(1) {
	inset: 0 0 24px 42px;
	clip-path: polygon(50% 0, 100% 88%, 48% 66%, 0 88%);
	background: linear-gradient(140deg, rgba(154, 140, 255, 0.24), rgba(43, 226, 132, 0.05) 54%, rgba(53, 215, 219, 0.19));
}

.pa-site.pa-home-proof-preview .pa-prism-proof-facets i:nth-child(2) {
	inset: 38px 53px 0 0;
	clip-path: polygon(0 0, 100% 42%, 62% 100%, 14% 78%);
	background: linear-gradient(150deg, rgba(53, 215, 219, 0.2), rgba(43, 226, 132, 0.025));
}

.pa-site.pa-home-proof-preview .pa-prism-proof-facets i:nth-child(3) {
	inset: 76px 12px 14px 78px;
	clip-path: polygon(0 0, 100% 26%, 70% 100%, 20% 80%);
	background: linear-gradient(120deg, rgba(139, 248, 189, 0.11), rgba(154, 140, 255, 0.13));
}

.pa-site.pa-home-proof-preview .pa-prism-proof-top,
.pa-site.pa-home-proof-preview .pa-prism-proof-heading,
.pa-site.pa-home-proof-preview .pa-prism-proof-stage,
.pa-site.pa-home-proof-preview .pa-prism-growth,
.pa-site.pa-home-proof-preview .pa-prism-proof-note,
.pa-site.pa-home-proof-preview .pa-prism-proof-metrics,
.pa-site.pa-home-proof-preview .pa-prism-proof-cta {
	position: relative;
	z-index: 2;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-badge,
.pa-site.pa-home-proof-preview .pa-prism-proof-live {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1;
	text-transform: uppercase;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-badge {
	gap: 7px;
	border: 1px solid rgba(87, 224, 139, 0.4);
	background: rgba(43, 226, 132, 0.1);
	color: #91f2b7;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-badge > i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #74e392;
	box-shadow: 0 0 0 5px rgba(116, 227, 146, 0.08), 0 0 12px rgba(116, 227, 146, 0.8);
	animation: pa-proof-pulse 2.4s ease-in-out infinite;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-live {
	border: 1px solid rgba(154, 140, 255, 0.2);
	background: rgba(154, 140, 255, 0.07);
	color: rgba(226, 223, 255, 0.73);
}

.pa-site.pa-home-proof-preview .pa-prism-proof-heading {
	max-width: 310px;
	margin-top: 22px;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-heading > span,
.pa-site.pa-home-proof-preview .pa-prism-proof-gain > span {
	display: block;
	color: #81928a;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-heading h2 {
	margin: 7px 0 0;
	color: #fff;
	font-size: clamp(21px, 2vw, 27px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-heading h2 em {
	color: #84e79d;
	font-style: normal;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 126px;
	gap: 15px;
	align-items: end;
	margin-top: 19px;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-gain strong {
	display: block;
	margin-top: 4px;
	color: #87e79b;
	font-size: clamp(48px, 4.6vw, 66px);
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 0.96;
	font-variant-numeric: tabular-nums;
	text-shadow: 0 0 28px rgba(74, 222, 128, 0.11);
}

.pa-site.pa-home-proof-preview .pa-prism-proof-signal {
	position: relative;
	display: grid;
	justify-items: end;
	gap: 8px;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-core {
	position: absolute;
	right: 11px;
	bottom: 34px;
	display: block;
	width: 70px;
	height: 63px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: linear-gradient(145deg, rgba(139, 248, 189, 0.3), rgba(53, 215, 219, 0.08) 54%, rgba(154, 140, 255, 0.25));
	filter: drop-shadow(0 0 14px rgba(99, 229, 157, 0.2));
	opacity: 0.58;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-core i {
	position: absolute;
	display: block;
	background: rgba(255, 255, 255, 0.2);
	transform-origin: left center;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-core i:nth-child(1) {
	left: 35px;
	top: 8px;
	width: 1px;
	height: 48px;
	transform: rotate(1deg);
}

.pa-site.pa-home-proof-preview .pa-prism-proof-core i:nth-child(2) {
	left: 16px;
	top: 42px;
	width: 42px;
	height: 1px;
	transform: rotate(-26deg);
}

.pa-site.pa-home-proof-preview .pa-prism-proof-core i:nth-child(3) {
	left: 34px;
	top: 42px;
	width: 33px;
	height: 1px;
	transform: rotate(27deg);
}

.pa-site.pa-home-proof-preview .pa-prism-proof-signal ul {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 6px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-signal li {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 26px;
	padding: 5px 7px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 8px;
	background: rgba(2, 8, 5, 0.67);
	color: #a6b5ad;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-signal li i {
	display: grid;
	width: 14px;
	height: 14px;
	place-items: center;
	border-radius: 50%;
	background: rgba(43, 226, 132, 0.12);
	color: #7be69a;
	font-size: 8px;
	font-style: normal;
}

.pa-site.pa-home-proof-preview .pa-prism-growth {
	display: grid;
	grid-template-columns: auto minmax(42px, 1fr) auto;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
	padding: 13px 14px;
	border: 1px solid rgba(74, 222, 128, 0.17);
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.24);
}

.pa-site.pa-home-proof-preview .pa-prism-growth > div:first-child,
.pa-site.pa-home-proof-preview .pa-prism-growth > div:last-child {
	display: grid;
	gap: 3px;
}

.pa-site.pa-home-proof-preview .pa-prism-growth > div:last-child {
	text-align: right;
}

.pa-site.pa-home-proof-preview .pa-prism-growth span {
	color: #7f9088;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pa-site.pa-home-proof-preview .pa-prism-growth strong {
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.pa-site.pa-home-proof-preview .pa-prism-growth > div:last-child strong {
	color: #83e89d;
}

.pa-site.pa-home-proof-preview .pa-prism-growth-beam {
	position: relative;
	height: 1px;
	background: linear-gradient(90deg, rgba(154, 140, 255, 0.35), rgba(53, 215, 219, 0.65), rgba(43, 226, 132, 0.75));
}

.pa-site.pa-home-proof-preview .pa-prism-growth-beam::before,
.pa-site.pa-home-proof-preview .pa-prism-growth-beam::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #7ae49a;
	box-shadow: 0 0 8px rgba(122, 228, 154, 0.65);
	transform: translateY(-50%);
}

.pa-site.pa-home-proof-preview .pa-prism-growth-beam::before {
	left: 0;
}

.pa-site.pa-home-proof-preview .pa-prism-growth-beam::after {
	right: 0;
}

.pa-site.pa-home-proof-preview .pa-prism-growth-beam i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border: 1px solid rgba(139, 248, 189, 0.65);
	background: #102e22;
	box-shadow: 0 0 0 5px rgba(43, 226, 132, 0.055), 0 0 15px rgba(43, 226, 132, 0.17);
	transform: translate(-50%, -50%) rotate(45deg);
}

.pa-site.pa-home-proof-preview .pa-prism-proof-note {
	margin: 8px 2px 0;
	color: #8c9e95;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.4;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin-top: 15px;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-metrics > div {
	min-width: 0;
	padding: 11px 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 11px;
	background: linear-gradient(160deg, rgba(12, 24, 18, 0.85), rgba(2, 8, 5, 0.78));
	text-align: center;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-metrics b,
.pa-site.pa-home-proof-preview .pa-prism-proof-metrics span {
	display: block;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-metrics b {
	color: #f5faf6;
	font-size: 16px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-metrics span {
	margin-top: 5px;
	color: #718179;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.25;
	text-transform: uppercase;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 12px;
	padding: 12px 14px;
	border: 1px solid rgba(87, 224, 139, 0.3);
	border-radius: 12px;
	background: linear-gradient(110deg, rgba(43, 226, 132, 0.12), rgba(154, 140, 255, 0.075));
	color: #a0f0b3;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-cta > span {
	display: grid;
	gap: 2px;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-cta small {
	color: #718179;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-cta > i {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 9px;
	background: rgba(43, 226, 132, 0.12);
	color: #9bf1b0;
	font-size: 15px;
	font-style: normal;
}

.pa-site.pa-home-proof-preview .pa-prism-proof-cta:hover,
.pa-site.pa-home-proof-preview .pa-prism-proof-cta:focus-visible {
	border-color: rgba(87, 224, 139, 0.58);
	background: linear-gradient(110deg, rgba(43, 226, 132, 0.18), rgba(154, 140, 255, 0.11));
	transform: translateY(-1px);
}

@keyframes pa-proof-pulse {
	0%, 100% { opacity: 0.72; transform: scale(0.9); }
	50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
	.pa-site.pa-home-proof-preview .pa-prism-proof {
		width: 100%;
		max-width: 680px;
	}
}

@media (max-width: 620px) {
	.pa-site.pa-home-proof-preview .pa-prism-proof {
		padding: 20px 17px;
		border-radius: 19px;
	}

	.pa-site.pa-home-proof-preview .pa-prism-proof-facets {
		right: -72px;
		top: 50px;
		opacity: 0.5;
	}

	.pa-site.pa-home-proof-preview .pa-prism-proof-stage {
		grid-template-columns: 1fr;
	}

	.pa-site.pa-home-proof-preview .pa-prism-proof-signal {
		justify-items: stretch;
	}

	.pa-site.pa-home-proof-preview .pa-prism-proof-core {
		display: none;
	}

	.pa-site.pa-home-proof-preview .pa-prism-proof-signal ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pa-site.pa-home-proof-preview .pa-prism-proof-signal li {
		justify-content: center;
		padding-inline: 4px;
		font-size: 7px;
	}

	.pa-site.pa-home-proof-preview .pa-prism-growth {
		grid-template-columns: auto minmax(30px, 1fr) auto;
		padding-inline: 10px;
	}
}

@media (max-width: 390px) {
	.pa-site.pa-home-proof-preview .pa-prism-proof-live {
		display: none;
	}

	.pa-site.pa-home-proof-preview .pa-prism-proof-gain strong {
		font-size: 48px;
	}

	.pa-site.pa-home-proof-preview .pa-prism-growth strong {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pa-site.pa-home-proof-preview .pa-prism-proof-badge > i {
		animation: none;
	}
}

.pa-site[data-pa-page="home"] .pa-compact-snapshot {
	padding: 48px 0 72px;
	background: linear-gradient(180deg, #020503, #030806);
	border-bottom: 1px solid rgba(74, 222, 128, 0.09);
}

.pa-site[data-pa-page="home"] .pa-compact-snapshot-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}

.pa-site[data-pa-page="home"] .pa-compact-snapshot-head h2 {
	margin: 12px 0 8px;
	color: #fff;
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.pa-site[data-pa-page="home"] .pa-compact-snapshot-head p {
	max-width: 760px;
	margin: 0;
	color: #8fa197;
	font-size: 15px;
	line-height: 1.65;
}

.pa-site[data-pa-page="home"] .pa-compact-snapshot-count {
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pa-site[data-pa-page="home"] .pa-compact-position-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pa-site[data-pa-page="home"] .pa-compact-position-grid li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	padding: 13px 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.025);
}

.pa-site[data-pa-page="home"] .pa-compact-position-grid span,
.pa-site[data-pa-page="home"] .pa-compact-position-grid b {
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.pa-site[data-pa-page="home"] .pa-compact-position-grid span {
	color: #fff;
}

.pa-site[data-pa-page="home"] .pa-compact-position-grid .is-profit {
	color: #75df88;
}

.pa-site[data-pa-page="home"] .pa-compact-position-grid .is-loss {
	color: #ef8b8b;
}

.pa-site[data-pa-page="home"] .pa-compact-snapshot-stamp {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.38);
	font-size: 10px;
	text-align: right;
}

.pa-site[data-pa-page="home"] .pa-pricing-close {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 40px;
	align-items: center;
	margin-top: 52px;
	padding: 36px 38px;
	border: 1px solid rgba(74, 222, 128, 0.27);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0%, rgba(74, 222, 128, 0.11), transparent 42%),
		linear-gradient(140deg, rgba(10, 23, 15, 0.96), rgba(4, 9, 6, 0.98));
}

.pa-site[data-pa-page="home"] .pa-pricing-close h2 {
	max-width: 780px;
	margin: 12px 0 10px;
	color: #fff;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.06;
}

.pa-site[data-pa-page="home"] .pa-pricing-close p {
	max-width: 760px;
	margin: 0;
	color: #96a89e;
	font-size: 14px;
	line-height: 1.65;
}

.pa-site[data-pa-page="home"] .pa-pricing-close-actions {
	display: flex;
	align-items: stretch;
	gap: 10px;
	flex-direction: column;
	min-width: 220px;
}

.pa-site[data-pa-page="home"] .pa-pricing-close-actions .pa-button {
	justify-content: center;
}

.pa-site[data-pa-page="home"] .pa-home-pricing-heading {
	margin-bottom: 64px;
	text-align: center;
}

.pa-site[data-pa-page="home"] .pa-home-pricing-heading h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.pa-site[data-pa-page="home"] .pa-home-pricing-heading h2 span {
	background: linear-gradient(135deg, #86df8c, #62c976);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.pa-site[data-pa-page="home"] .pa-home-pricing-heading p {
	margin: 0;
	color: #9ca3af;
	font-size: 16px;
	line-height: 1.7;
}

.pa-site[data-pa-page="home"] .pa-home-pricing-heading small {
	display: block;
	color: #687184;
	font-size: 13px;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	align-items: stretch;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card {
	overflow: visible;
	min-height: 590px;
	padding: 44px 30px 34px;
	border: 1px solid transparent;
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(18, 22, 19, 0.97), rgba(9, 11, 9, 0.97)) padding-box,
		linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.09)) border-box;
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.35);
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card:hover {
	border-color: transparent;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-two {
	background:
		radial-gradient(circle at 85% 0%, rgba(74, 222, 128, 0.1), transparent 42%),
		linear-gradient(180deg, rgba(14, 24, 17, 0.98), rgba(7, 12, 9, 0.98)) padding-box,
		linear-gradient(160deg, rgba(74, 222, 128, 0.85), rgba(74, 222, 128, 0.25) 45%, rgba(34, 197, 94, 0.6)) border-box;
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4), 0 0 44px rgba(74, 222, 128, 0.13);
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-two:hover {
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5), 0 0 56px rgba(74, 222, 128, 0.2);
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-vip {
	background:
		radial-gradient(circle at 85% 0%, rgba(232, 213, 181, 0.09), transparent 42%),
		linear-gradient(180deg, rgba(22, 19, 14, 0.98), rgba(11, 9, 7, 0.98)) padding-box,
		linear-gradient(160deg, rgba(232, 213, 181, 0.8), rgba(232, 213, 181, 0.22) 45%, rgba(212, 165, 116, 0.55)) border-box;
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4), 0 0 44px rgba(232, 213, 181, 0.1);
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-vip:hover {
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5), 0 0 56px rgba(232, 213, 181, 0.16);
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-eyebrow {
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-50%);
	min-height: 0;
	margin: 0;
	padding: 8px 18px;
	border: 1px solid rgba(74, 222, 128, 0.45);
	border-radius: 999px;
	background: #0c1a11;
	color: #71dc85;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-two .pa-plan-eyebrow {
	border: 0;
	background: linear-gradient(135deg, #7eda87, #67c875);
	box-shadow: 0 6px 18px rgba(74, 222, 128, 0.35);
	color: #000;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-vip .pa-plan-eyebrow {
	border: 0;
	background: linear-gradient(135deg, #e8d5b5, #d4a574);
	box-shadow: 0 6px 18px rgba(232, 213, 181, 0.3);
	color: #000;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card h3 {
	min-height: 0;
	margin: 22px 0 22px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.2;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
	color: #72d982;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-price > .pa-plan-price-value {
	font-size: 50px;
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-vip .pa-plan-price {
	color: #e8d5b5;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-price > .pa-plan-term {
	margin: 0;
	color: #6b7280;
	font-size: 15px;
	font-weight: 400;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-note {
	min-height: 43px;
	margin: 0 0 27px;
	color: #72d982;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-vip .pa-plan-note {
	color: #e8d5b5;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card ul {
	gap: 0;
	margin-bottom: 30px;
	color: #9ca3af;
	font-size: 14px;
	line-height: 1.55;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card li {
	gap: 12px;
	margin-bottom: 12px;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	margin-top: 1px;
	border: 1px solid rgba(74, 222, 128, 0.3);
	border-radius: 50%;
	background: rgba(74, 222, 128, 0.13);
	color: #70db83;
	font-size: 11px;
	font-weight: 800;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-vip li span {
	border-color: rgba(232, 213, 181, 0.3);
	background: rgba(232, 213, 181, 0.12);
	color: #e8d5b5;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card li.is-limit {
	color: #d7c5a8;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card li.is-limit span {
	border-color: rgba(232, 213, 181, 0.26);
	background: rgba(232, 213, 181, 0.1);
	color: #e8d5b5;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card > .pa-button {
	min-height: 54px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-one > .pa-button {
	border: 2px solid #6bd57d;
	background: transparent;
	color: #6bd57d;
}

.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-vip > .pa-button {
	background: linear-gradient(135deg, #e8d5b5, #d4a574);
	box-shadow: 0 0 30px rgba(232, 213, 181, 0.25);
	color: #000;
}

@media (max-width: 1050px) {
	.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.pa-site[data-pa-page="home"] .pa-home-pricing-heading {
		margin-bottom: 52px;
	}

	.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact {
		grid-template-columns: 1fr;
		gap: 34px;
		max-width: 450px;
		margin-inline: auto;
	}

	.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card {
		min-height: 0;
		padding: 40px 25px 30px;
	}

	.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-card h3 {
		font-size: 22px;
	}

	.pa-site[data-pa-page="home"] .pa-pricing-grid.is-compact .pa-plan-price > .pa-plan-price-value {
		font-size: 42px;
	}
}

@media (min-width: 981px) and (max-height: 720px) {
	.pa-site[data-pa-page="home"] .pa-compact-hero {
		padding: 42px 0 32px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-hero-copy > p {
		line-height: 1.55;
	}

	.pa-site[data-pa-page="home"] .pa-compact-actions {
		margin-top: 24px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-platform {
		margin-top: 15px;
	}
}

@media (max-width: 980px) {
	.pa-site[data-pa-page="home"] .pa-compact-hero {
		padding: 52px 0 56px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-hero-copy h1 {
		font-size: clamp(26px, 7.8vw, 48px);
		line-height: 1.01;
	}

	.pa-site[data-pa-page="home"] .pa-compact-hero-grid,
	.pa-site[data-pa-page="home"] .pa-pricing-close {
		grid-template-columns: 1fr;
	}

	.pa-site[data-pa-page="home"] .pa-compact-proof {
		max-width: 680px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-position-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pa-site[data-pa-page="home"] .pa-pricing-close-actions {
		max-width: 520px;
		min-width: 0;
		flex-direction: row;
	}
}

@media (max-width: 620px) {
	.pa-site[data-pa-page="home"] .pa-compact-hero {
		padding: 34px 0 42px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-hero-grid {
		gap: 30px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-hero-copy h1 {
		margin: 16px 0 20px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-hero-copy > p {
		font-size: 16px;
		line-height: 1.65;
	}

	.pa-site[data-pa-page="home"] .pa-compact-actions,
	.pa-site[data-pa-page="home"] .pa-pricing-close-actions {
		flex-direction: column;
	}

	.pa-site[data-pa-page="home"] .pa-compact-actions .pa-button,
	.pa-site[data-pa-page="home"] .pa-pricing-close-actions .pa-button {
		width: 100%;
		justify-content: center;
	}

	.pa-site[data-pa-page="home"] .pa-compact-platform {
		display: flex;
		width: fit-content;
		margin: 17px auto 0;
	}

	.pa-site[data-pa-page="home"] .pa-compact-proof {
		padding: 21px 18px;
		border-radius: 17px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-proof > strong {
		font-size: 58px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-snapshot {
		padding: 36px 0 52px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-snapshot-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-snapshot-head h2 {
		font-size: 34px;
	}

	.pa-site[data-pa-page="home"] .pa-compact-position-grid li {
		align-items: flex-start;
		flex-direction: column;
	}

	.pa-site[data-pa-page="home"] .pa-compact-snapshot-stamp {
		text-align: left;
	}

	.pa-site[data-pa-page="home"] .pa-pricing-close {
		gap: 26px;
		margin-top: 38px;
		padding: 26px 22px;
	}
}

@media (max-width: 360px) {
	.pa-site[data-pa-page="home"] .pa-compact-position-grid,
	.pa-site[data-pa-page="home"] .pa-compact-proof-metrics {
		grid-template-columns: 1fr;
	}
}

html:has(body.prismalgo-experience-page) {
	background: var(--pa-bg);
	scroll-behavior: smooth;
}

body.prismalgo-experience-page {
	margin: 0 !important;
	background: var(--pa-bg) !important;
	color: var(--pa-white) !important;
	font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

body.prismalgo-experience-page .site-header,
body.prismalgo-experience-page .site-footer,
body.prismalgo-experience-page > header,
body.prismalgo-experience-page > footer {
	display: none !important;
}

body.prismalgo-experience-page .site-main,
body.prismalgo-experience-page main,
body.prismalgo-experience-page .page-content,
body.prismalgo-experience-page .entry-content,
body.prismalgo-experience-page .container,
body.prismalgo-experience-page .site-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.prismalgo-experience-page .entry-title,
body.prismalgo-experience-page .page-header {
	display: none !important;
}

body.pa-modal-open {
	overflow: hidden !important;
}

.pa-site,
.pa-site *,
.pa-site *::before,
.pa-site *::after {
	box-sizing: border-box;
}

.pa-site {
	min-height: 100vh;
	overflow-x: clip;
	overflow-y: visible;
	background:
		radial-gradient(circle at 70% 0%, rgba(23, 132, 91, 0.08), transparent 28rem),
		var(--pa-bg);
	color: var(--pa-white);
	font-size: 17px;
	line-height: 1.6;
}

.pa-site img {
	max-width: 100%;
	height: auto;
}

.pa-site a {
	color: inherit;
	text-decoration: none;
}

.pa-site button,
.pa-site input {
	font: inherit;
}

.pa-site button {
	color: inherit;
}

.pa-site h1,
.pa-site h2,
.pa-site h3,
.pa-site p,
.pa-site ul,
.pa-site ol,
.pa-site dl,
.pa-site blockquote {
	margin-top: 0;
}

.pa-shell {
	width: min(calc(100% - 48px), var(--pa-shell));
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pa-skip-link {
	position: fixed;
	z-index: 10000;
	top: 8px;
	left: 8px;
	padding: 10px 14px;
	border-radius: 8px;
	background: var(--pa-green);
	color: #001b0c !important;
	font-weight: 700;
	transform: translateY(-160%);
	transition: transform 0.2s ease;
}

.pa-skip-link:focus {
	transform: translateY(0);
}

.pa-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 15px 24px 0;
	background: linear-gradient(180deg, rgba(2, 7, 5, 0.96), rgba(2, 7, 5, 0.82), transparent);
	backdrop-filter: blur(12px);
}

body.admin-bar .pa-header {
	top: 32px;
}

.pa-header-inner {
	width: min(100%, 1460px);
	min-height: 68px;
	margin: 0 auto;
	padding: 0 18px;
	display: flex;
	align-items: center;
	gap: 30px;
	border: 1px solid rgba(44, 226, 132, 0.13);
	border-radius: 24px;
	background: rgba(5, 15, 10, 0.88);
	box-shadow: 0 14px 50px rgba(0, 0, 0, 0.25);
}

.pa-brand {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
}

.pa-brand img {
	display: block;
	width: 216px;
	max-height: 54px;
	object-fit: contain;
	object-position: left center;
}

.pa-desktop-nav {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.pa-desktop-nav > a,
.pa-header button.pa-nav-dropdown-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 22px 11px;
	width: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #9ca8a2;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: color 0.2s ease;
}

.pa-desktop-nav > a::after {
	content: "";
	position: absolute;
	right: 11px;
	bottom: 14px;
	left: 11px;
	height: 2px;
	border-radius: 2px;
	background: var(--pa-green);
	transform: scaleX(0);
	transition: transform 0.2s ease;
}

.pa-desktop-nav > a:hover,
.pa-desktop-nav > a.is-active,
.pa-header button.pa-nav-dropdown-toggle:hover,
.pa-header button.pa-nav-dropdown-toggle[aria-expanded="true"] {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
}

.pa-desktop-nav > a:hover::after,
.pa-desktop-nav > a.is-active::after {
	transform: scaleX(1);
}

.pa-header button.pa-nav-dropdown-toggle:focus-visible {
	outline: 2px solid rgba(44, 226, 132, 0.8);
	outline-offset: 3px;
}

.pa-nav-dropdown {
	position: relative;
}

.pa-nav-dropdown-panel {
	position: absolute;
	top: calc(100% - 4px);
	left: 50%;
	width: 210px;
	padding: 9px;
	border: 1px solid var(--pa-line);
	border-radius: 15px;
	background: #09110d;
	box-shadow: var(--pa-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.pa-nav-dropdown:hover .pa-nav-dropdown-panel,
.pa-nav-dropdown:focus-within .pa-nav-dropdown-panel,
.pa-nav-dropdown.is-open .pa-nav-dropdown-panel {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.pa-nav-dropdown-panel a {
	display: block;
	padding: 10px 12px;
	border-radius: 9px;
	color: #bdc8c2;
	font-size: 14px;
	font-weight: 600;
}

.pa-nav-dropdown-panel a:hover {
	background: rgba(44, 226, 132, 0.08);
	color: var(--pa-green);
}

.pa-header-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 8px;
}

.pa-button {
	min-height: 46px;
	padding: 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pa-button:hover {
	transform: translateY(-2px);
}

.pa-button-primary {
	border-color: rgba(44, 226, 132, 0.55);
	background: linear-gradient(135deg, #2ce284, #1caa63);
	color: #00180b !important;
	box-shadow: 0 12px 30px rgba(44, 226, 132, 0.15);
}

.pa-button-primary:hover {
	background: linear-gradient(135deg, #62f2a3, #2ce284);
	box-shadow: 0 14px 34px rgba(44, 226, 132, 0.24);
}

.pa-button-ghost {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.035);
	color: #fff !important;
}

.pa-button-ghost:hover {
	border-color: rgba(44, 226, 132, 0.45);
	background: rgba(44, 226, 132, 0.07);
}

.pa-button-large {
	min-height: 56px;
	padding: 0 25px;
	border-radius: 17px;
	font-size: 15px;
}

.pa-header button.pa-menu-toggle {
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	margin: 0;
	padding: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: 1px solid var(--pa-line);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: none;
	color: #fff;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.pa-header button.pa-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.pa-header button.pa-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.pa-header button.pa-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
	opacity: 0;
}

.pa-header button.pa-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.pa-header button.pa-menu-toggle:hover,
.pa-header button.pa-menu-toggle:focus {
	border-color: rgba(44, 226, 132, 0.55);
	background: rgba(44, 226, 132, 0.08);
	box-shadow: none;
}

.pa-header button.pa-menu-toggle:focus-visible {
	outline: 2px solid rgba(44, 226, 132, 0.8);
	outline-offset: 3px;
}

.pa-mobile-menu[hidden] {
	display: none !important;
}

.pa-mobile-menu {
	display: none;
	width: min(calc(100% - 48px), 720px);
	margin: 8px auto 0;
	padding: 18px;
	border: 1px solid var(--pa-line-strong);
	border-radius: 20px;
	background: rgba(3, 10, 7, 0.98);
	box-shadow: var(--pa-shadow);
}

.pa-mobile-menu nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	margin-bottom: 14px;
}

.pa-mobile-menu nav a {
	padding: 12px 14px;
	border-radius: 10px;
	color: #c4cec9;
	font-size: 14px;
	font-weight: 600;
}

.pa-mobile-menu nav a:hover {
	background: rgba(44, 226, 132, 0.08);
	color: var(--pa-green);
}

.pa-mobile-menu > .pa-button {
	width: 100%;
}

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

.pa-main {
	min-height: 60vh;
}

.pa-hero {
	position: relative;
	min-height: 790px;
	padding: 92px 0 80px;
	display: flex;
	align-items: center;
	isolation: isolate;
}

.pa-ambient {
	position: absolute;
	z-index: -1;
	border-radius: 999px;
	filter: blur(90px);
	pointer-events: none;
}

.pa-ambient-one {
	top: -180px;
	right: -180px;
	width: 650px;
	height: 650px;
	background: rgba(31, 203, 116, 0.15);
}

.pa-ambient-two {
	bottom: -220px;
	left: 32%;
	width: 560px;
	height: 420px;
	background: rgba(61, 215, 219, 0.07);
}

.pa-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(520px, 0.96fr);
	gap: clamp(42px, 6vw, 88px);
	align-items: center;
}

.pa-eyebrow {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--pa-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.pa-eyebrow > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pa-green);
	box-shadow: 0 0 18px rgba(44, 226, 132, 0.7);
}

.pa-hero h1,
.pa-page-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 4.2vw, 62px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.pa-hero h1 em {
	display: block;
	background: linear-gradient(110deg, var(--pa-green), #6cf0b0 45%, var(--pa-cyan));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.pa-hero-lede {
	max-width: 720px;
	margin: 27px 0 22px;
	color: #bdc8c2;
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.7;
}

.pa-hero-points {
	margin: 0 0 28px;
	padding: 0;
	display: grid;
	gap: 10px;
	list-style: none;
	color: #d9e1dd;
	font-size: 14px;
	font-weight: 600;
}

.pa-hero-points li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.pa-hero-points span {
	flex: 0 0 22px;
	color: var(--pa-green);
	font-weight: 800;
}

.pa-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.pa-cta-note {
	margin: 11px 0 0;
	color: var(--pa-muted-2);
	font-size: 12px;
}

.pa-cta-note a {
	color: var(--pa-green);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(44, 226, 132, 0.36);
	text-underline-offset: 3px;
}

.pa-trust-strip {
	margin-top: 27px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.pa-trust-strip span,
.pa-chip-row span {
	padding: 7px 11px;
	border: 1px solid rgba(44, 226, 132, 0.2);
	border-radius: 999px;
	background: rgba(44, 226, 132, 0.055);
	color: #c7d4cd;
	font-size: 11px;
	font-weight: 700;
}

.pa-qualification-note {
	max-width: 720px;
	margin: 15px 0 0;
	color: #65736b;
	font-size: 11px;
	line-height: 1.6;
}

.pa-engine-wrap {
	position: relative;
	padding: 31px 0 54px;
}

.pa-engine-label {
	margin: 0 0 10px 15px;
	color: #718078;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pa-engine {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(44, 226, 132, 0.3);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(44, 226, 132, 0.045), transparent 40%),
		#050a08;
	box-shadow: 0 32px 100px rgba(0, 0, 0, 0.62), 0 0 80px rgba(44, 226, 132, 0.04);
}

.pa-engine::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 100px rgba(44, 226, 132, 0.025);
	pointer-events: none;
}

.pa-engine-topbar {
	min-height: 43px;
	padding: 0 15px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	border-bottom: 1px solid var(--pa-line);
	color: #66736c;
	font-size: 9px;
}

.pa-engine-topbar > span {
	justify-self: center;
}

.pa-engine-topbar > strong {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--pa-green);
	font-size: 9px;
	letter-spacing: 0.08em;
}

.pa-engine-topbar > strong i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pa-green);
	box-shadow: 0 0 11px rgba(44, 226, 132, 0.8);
	animation: paPulse 1.8s ease-in-out infinite;
}

.pa-window-dots {
	display: flex;
	gap: 6px;
}

.pa-window-dots i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.pa-engine-header {
	padding: 20px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid var(--pa-line);
}

.pa-prism-mark {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.4);
	border-radius: 13px;
	background: linear-gradient(145deg, rgba(44, 226, 132, 0.2), rgba(53, 215, 219, 0.07));
	color: var(--pa-green);
	font-size: 24px;
}

.pa-engine-header > div:nth-child(2) {
	display: grid;
}

.pa-engine-header strong {
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
}

.pa-engine-header span {
	margin-top: 3px;
	color: #77857e;
	font-size: 10px;
}

.pa-engine-header em {
	padding: 7px 9px;
	border: 1px solid rgba(44, 226, 132, 0.3);
	border-radius: 999px;
	background: rgba(44, 226, 132, 0.08);
	color: var(--pa-green);
	font-size: 8px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pa-engine-status {
	padding: 14px 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
}

.pa-engine-status > div,
.pa-engine-metrics > div {
	padding: 10px 11px;
	display: grid;
	gap: 3px;
	border: 1px solid var(--pa-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.02);
}

.pa-engine-status span,
.pa-engine-metrics span {
	color: #66736d;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pa-engine-status strong,
.pa-engine-metrics strong {
	color: #dfe7e3;
	font-size: 10px;
}

.pa-engine-status strong {
	display: flex;
	align-items: center;
	gap: 5px;
}

.pa-engine-status strong i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pa-green);
}

.pa-engine-chart {
	margin: 0 20px;
	padding: 13px 14px 3px;
	overflow: hidden;
	border: 1px solid var(--pa-line);
	border-radius: 15px;
	background:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
		rgba(255, 255, 255, 0.012);
	background-size: 34px 34px;
}

.pa-engine-chart-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #68766e;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pa-engine-chart-title strong {
	color: #9baba2;
	font-size: 8px;
}

.pa-engine-chart svg {
	width: 100%;
	height: 128px;
	display: block;
	overflow: visible;
}

.pa-chart-fill {
	fill: url(#paChartFill);
}

.pa-chart-line {
	fill: none;
	stroke: var(--pa-green);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	animation: paDrawLine 3.8s ease forwards;
}

.pa-scanner {
	stroke: rgba(44, 226, 132, 0.42);
	stroke-width: 1;
	filter: drop-shadow(0 0 5px var(--pa-green));
	animation: paScan 4.8s linear infinite;
}

.pa-engine-log {
	margin: 12px 20px;
	display: grid;
	gap: 7px;
}

.pa-engine-log > div {
	padding: 9px 10px;
	display: flex;
	align-items: center;
	gap: 9px;
	border: 1px solid transparent;
	border-radius: 10px;
	opacity: 0.45;
	transition: opacity 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.pa-engine-log > div.is-active {
	border-color: rgba(44, 226, 132, 0.24);
	background: rgba(44, 226, 132, 0.04);
	opacity: 1;
}

.pa-engine-log i {
	flex: 0 0 25px;
	height: 25px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.23);
	border-radius: 8px;
	color: var(--pa-green);
	font-size: 10px;
	font-style: normal;
}

.pa-engine-log span {
	display: grid;
	color: #77857e;
	font-size: 8px;
	line-height: 1.5;
}

.pa-engine-log b {
	color: #cfd9d4;
	font-size: 9px;
	letter-spacing: 0.06em;
}

.pa-engine-metrics {
	padding: 0 20px 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
}

.pa-floating-event {
	position: absolute;
	right: -20px;
	bottom: 19px;
	width: 325px;
	padding: 15px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(44, 226, 132, 0.36);
	border-radius: 17px;
	background: rgba(4, 14, 9, 0.97);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.pa-floating-event.is-changing {
	opacity: 0;
	transform: translateY(8px);
}

.pa-floating-event > i {
	flex: 0 0 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(44, 226, 132, 0.1);
	color: var(--pa-green);
	font-style: normal;
}

.pa-floating-event > div {
	display: grid;
}

.pa-floating-event span {
	color: var(--pa-green);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pa-floating-event strong {
	color: #fff;
	font-size: 12px;
}

.pa-floating-event small {
	color: #748179;
	font-size: 8px;
}

.pa-preview-disclaimer {
	position: absolute;
	right: 0;
	bottom: -1px;
	margin: 0;
	color: #536158;
	font-size: 9px;
}

.pa-proof-bar {
	border-block: 1px solid var(--pa-line);
	background: rgba(255, 255, 255, 0.012);
}

.pa-proof-grid {
	padding: 27px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.pa-proof-grid > div {
	padding: 0 26px;
	display: grid;
	gap: 2px;
	border-right: 1px solid var(--pa-line);
}

.pa-proof-grid > div:first-child {
	padding-left: 0;
}

.pa-proof-grid > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.pa-proof-grid strong {
	color: #fff;
	font-size: 16px;
}

.pa-proof-grid span {
	color: var(--pa-muted-2);
	font-size: 11px;
}

.pa-section {
	position: relative;
	padding: 104px 0;
}

.pa-section-dark {
	border-block: 1px solid rgba(255, 255, 255, 0.06);
	background:
		linear-gradient(135deg, rgba(44, 226, 132, 0.025), transparent 42%),
		#050a08;
}

.pa-section-heading {
	max-width: 780px;
	margin: 0 auto 47px;
	text-align: center;
}

.pa-section-heading .pa-eyebrow {
	justify-content: center;
}

.pa-section-heading h2,
.pa-split h2,
.pa-results-copy h2,
.pa-expectations h2,
.pa-prop-overlay h2,
.pa-live-record h2,
.pa-faq-intro h2,
.pa-mini-cta h2 {
	margin-bottom: 15px;
	color: #fff;
	font-size: clamp(34px, 3.9vw, 54px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.pa-section-heading p,
.pa-split p,
.pa-results-copy p,
.pa-expectations p,
.pa-prop-overlay p,
.pa-live-record p,
.pa-faq-intro p,
.pa-mini-cta p {
	margin-bottom: 0;
	color: var(--pa-muted);
	font-size: 17px;
	line-height: 1.75;
}

.pa-path-grid,
.pa-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.pa-path-card,
.pa-feature-grid article,
.pa-detail-grid article,
.pa-stage-grid article,
.pa-mode-card,
.pa-plan-card,
.pa-quote-grid blockquote {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 62%),
		var(--pa-panel);
	transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.pa-path-card {
	min-height: 340px;
	padding: 31px;
	display: flex;
	flex-direction: column;
}

.pa-path-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	width: 80px;
	height: 2px;
	background: linear-gradient(90deg, var(--pa-green), transparent);
}

.pa-path-card:hover,
.pa-feature-grid article:hover,
.pa-plan-card:hover {
	border-color: rgba(44, 226, 132, 0.32);
	transform: translateY(-5px);
}

.pa-path-card-featured {
	background:
		radial-gradient(circle at 80% 0, rgba(44, 226, 132, 0.12), transparent 45%),
		var(--pa-panel);
}

.pa-card-number {
	position: absolute;
	top: 22px;
	right: 25px;
	color: rgba(255, 255, 255, 0.18);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.pa-path-icon {
	width: 53px;
	height: 53px;
	margin-bottom: 48px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.25);
	border-radius: 15px;
	background: rgba(44, 226, 132, 0.06);
	color: var(--pa-green);
	font-size: 24px;
}

.pa-path-card h3,
.pa-feature-grid h3,
.pa-detail-grid h3,
.pa-stage-grid h3,
.pa-mode-card h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.pa-path-card p,
.pa-feature-grid p,
.pa-detail-grid p,
.pa-stage-grid p,
.pa-mode-card p {
	color: var(--pa-muted);
	font-size: 16px;
	line-height: 1.7;
}

.pa-path-card > a,
.pa-path-card > button {
	margin-top: auto;
	padding: 0;
	align-self: flex-start;
	border: 0;
	background: none;
	color: var(--pa-green);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.pa-path-card > a span,
.pa-path-card > button span,
.pa-text-link span {
	display: inline-block;
	transition: transform 0.2s ease;
}

.pa-path-card > a:hover span,
.pa-path-card > button:hover span,
.pa-text-link:hover span {
	transform: translateX(4px);
}

.pa-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.pa-process-grid-four {
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.pa-process-grid-four article {
	padding-left: 67px;
}

.pa-process-grid-four article:not(:last-child)::after {
	display: none;
}

.pa-process-grid article {
	position: relative;
	padding: 21px 8px 8px 76px;
}

.pa-process-grid article:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 37px;
	left: calc(100% + 7px);
	width: 22px;
	height: 1px;
	background: rgba(44, 226, 132, 0.25);
}

.pa-process-grid article > span {
	position: absolute;
	top: 12px;
	left: 0;
	width: 55px;
	height: 55px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.26);
	border-radius: 50%;
	background: rgba(44, 226, 132, 0.05);
	color: var(--pa-green);
	font-size: 12px;
	font-weight: 800;
}

.pa-process-grid h3 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 20px;
}

.pa-process-grid p {
	margin-bottom: 0;
	color: var(--pa-muted);
	font-size: 15px;
	line-height: 1.7;
}

.pa-centred-action {
	margin-top: 42px;
	text-align: center;
}

.pa-home-compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.pa-home-compare article {
	min-height: 325px;
	padding: 35px;
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 65%),
		var(--pa-panel);
}

.pa-home-compare article.is-featured {
	border-color: rgba(44, 226, 132, 0.34);
	background:
		radial-gradient(circle at 82% 0, rgba(44, 226, 132, 0.13), transparent 46%),
		var(--pa-panel);
}

.pa-home-compare-label {
	margin-bottom: 28px;
	color: var(--pa-muted-2);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pa-home-compare .is-featured .pa-home-compare-label {
	color: var(--pa-green);
}

.pa-home-compare h3 {
	max-width: 480px;
	margin-bottom: 23px;
	color: #fff;
	font-size: clamp(24px, 2.4vw, 34px);
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.pa-home-compare p {
	margin-bottom: 22px;
	color: var(--pa-muted);
	font-size: 16px;
	line-height: 1.75;
}

.pa-home-compare ul {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 11px;
	list-style: none;
	color: #b7c3bd;
	font-size: 15px;
	line-height: 1.65;
}

.pa-home-compare li {
	position: relative;
	padding-left: 20px;
}

.pa-home-compare li::before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--pa-muted-2);
}

.pa-home-compare .is-featured li::before {
	color: var(--pa-green);
}

.pa-home-mode-grid .pa-path-card {
	min-height: 315px;
}

.pa-control-section h2 {
	margin-bottom: 17px;
	color: #fff;
	font-size: clamp(34px, 3.9vw, 54px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.pa-control-section p {
	margin-bottom: 0;
	color: var(--pa-muted);
	font-size: 15px;
	line-height: 1.75;
}

.pa-control-visual {
	background:
		radial-gradient(circle at 84% 0, rgba(44, 226, 132, 0.1), transparent 44%),
		var(--pa-panel);
}

.pa-home-closing-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.pa-home-closing-grid article {
	min-height: 315px;
	padding: 35px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 65%),
		var(--pa-panel);
}

.pa-home-closing-grid h2 {
	margin-bottom: 14px;
	color: #fff;
	font-size: clamp(27px, 2.8vw, 39px);
	letter-spacing: -0.04em;
	line-height: 1.12;
}

.pa-home-closing-grid p {
	margin-bottom: 28px;
	color: var(--pa-muted);
	font-size: 14px;
	line-height: 1.7;
}

.pa-home-closing-grid .pa-button {
	margin-top: auto;
}

.pa-text-link {
	color: var(--pa-green) !important;
	font-size: 13px;
	font-weight: 700;
}

.pa-split,
.pa-results-preview,
.pa-live-record,
.pa-prop-overlay,
.pa-expectations,
.pa-rule-check,
.pa-mini-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(400px, 0.85fr);
	gap: clamp(45px, 7vw, 100px);
	align-items: center;
}

.pa-split h2,
.pa-results-copy h2 {
	margin-top: 0;
}

.pa-chip-row {
	margin: 24px 0 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.pa-prop-visual {
	padding: 28px;
	border: 1px solid var(--pa-line-strong);
	border-radius: var(--pa-radius);
	background: linear-gradient(145deg, rgba(44, 226, 132, 0.07), rgba(255, 255, 255, 0.015));
	box-shadow: var(--pa-shadow);
}

.pa-prop-visual-head {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.pa-prop-visual-head span {
	color: #91a098;
}

.pa-prop-visual-head strong {
	padding: 6px 9px;
	border: 1px solid rgba(44, 226, 132, 0.28);
	border-radius: 999px;
	color: var(--pa-green);
	font-size: 9px;
}

.pa-prop-control {
	position: relative;
	margin-top: 17px;
	padding-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.07);
}

.pa-prop-control span {
	color: #a9b4ae;
	font-size: 11px;
}

.pa-prop-control b {
	color: #fff;
	font-size: 11px;
}

.pa-prop-control i {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: var(--pa-width);
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--pa-green), var(--pa-cyan));
}

.pa-prop-visual small {
	display: block;
	margin-top: 23px;
	color: var(--pa-muted-2);
	font-size: 9px;
}

.pa-results-image,
.pa-live-record-image {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid var(--pa-line-strong);
	border-radius: var(--pa-radius);
	background: #070d0a;
	box-shadow: var(--pa-shadow);
}

.pa-results-image img,
.pa-live-record-image img {
	display: block;
	width: 100%;
	filter: saturate(0.9);
	transition: transform 0.35s ease, filter 0.35s ease;
}

.pa-results-image:hover img,
.pa-live-record-image:hover img {
	transform: scale(1.02);
	filter: saturate(1.05);
}

.pa-results-image span,
.pa-live-record-image span {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 8px 11px;
	border: 1px solid rgba(44, 226, 132, 0.28);
	border-radius: 10px;
	background: rgba(1, 7, 4, 0.9);
	color: var(--pa-green);
	font-size: 9px;
	font-weight: 700;
}

.pa-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
}

.pa-pricing-grid.is-compact {
	grid-template-columns: repeat(3, 1fr);
}

.pa-plan-card {
	min-height: 480px;
	padding: 27px;
	display: flex;
	flex-direction: column;
}

.pa-plan-card.pa-plan-vip {
	border-color: rgba(242, 196, 79, 0.4);
	background:
		radial-gradient(circle at 85% 0, rgba(242, 196, 79, 0.14), transparent 44%),
		var(--pa-panel);
}

.pa-plan-card.pa-plan-two {
	border-color: rgba(44, 226, 132, 0.34);
}

.pa-plan-eyebrow {
	min-height: 31px;
	margin-bottom: 22px;
	color: var(--pa-green);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.pa-plan-vip .pa-plan-eyebrow {
	color: var(--pa-gold);
}

.pa-plan-card h3 {
	min-height: 54px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 18px;
	line-height: 1.45;
}

.pa-plan-price {
	margin-bottom: 25px;
	display: grid;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.2;
}

.pa-plan-price .amount,
.pa-plan-price bdi {
	color: inherit !important;
	font: inherit !important;
	letter-spacing: inherit !important;
}

.pa-plan-price > .pa-plan-price-value {
	margin: 0;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

.pa-plan-price > .pa-plan-term {
	margin-top: 5px;
	color: var(--pa-muted-2);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
}

.pa-plan-card ul {
	margin: 0 0 28px;
	padding: 0;
	display: grid;
	gap: 10px;
	list-style: none;
	color: #adb9b3;
	font-size: 12px;
}

.pa-plan-card li {
	display: flex;
	gap: 8px;
}

.pa-plan-card li span {
	color: var(--pa-green);
}

.pa-plan-card > .pa-button {
	width: 100%;
	margin-top: auto;
}

.pa-quote-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.pa-quote-grid blockquote {
	min-height: 230px;
	margin: 0;
	padding: 28px;
}

.pa-quote-grid blockquote::before {
	content: "“";
	display: block;
	color: var(--pa-green);
	font-family: Georgia, serif;
	font-size: 55px;
	line-height: 0.7;
}

.pa-quote-grid p {
	margin: 20px 0 24px;
	color: #d9e1dd;
	font-size: 13px;
	line-height: 1.75;
}

.pa-quote-grid footer {
	color: var(--pa-green);
	font-size: 11px;
	font-weight: 700;
}

.pa-final-cta {
	padding: 80px 0;
	border-top: 1px solid var(--pa-line);
	background:
		radial-gradient(circle at 20% 50%, rgba(44, 226, 132, 0.13), transparent 40%),
		#050b08;
}

.pa-final-cta .pa-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.pa-final-cta h2 {
	max-width: 780px;
	margin-bottom: 10px;
	color: #fff;
	font-size: clamp(30px, 3vw, 44px);
	letter-spacing: -0.04em;
	line-height: 1.15;
}

.pa-final-cta p {
	margin-bottom: 0;
	color: var(--pa-muted);
}

.pa-page-hero {
	position: relative;
	min-height: 520px;
	padding: 135px 0 82px;
	display: flex;
	align-items: center;
	text-align: center;
	isolation: isolate;
}

.pa-page-hero .pa-shell {
	max-width: 940px;
}

.pa-page-hero .pa-eyebrow {
	justify-content: center;
}

.pa-page-hero h1 {
	font-size: clamp(40px, 4.8vw, 64px);
}

.pa-page-hero p {
	max-width: 820px;
	margin: 27px auto 31px;
	color: #b1bdb7;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.75;
}

.pa-timeline {
	max-width: 940px;
	margin: 0 auto;
}

.pa-timeline article {
	position: relative;
	padding: 0 0 46px 110px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 25px;
}

.pa-timeline article::before {
	content: "";
	position: absolute;
	top: 59px;
	bottom: 0;
	left: 42px;
	width: 1px;
	background: linear-gradient(var(--pa-green), rgba(44, 226, 132, 0.05));
}

.pa-timeline article:last-child::before {
	display: none;
}

.pa-timeline article > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 58px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.26);
	border-radius: 16px;
	background: rgba(44, 226, 132, 0.04);
	color: var(--pa-green);
	font-size: 13px;
	font-weight: 800;
}

.pa-timeline h3 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 24px;
}

.pa-timeline p {
	margin-bottom: 0;
	color: var(--pa-muted);
	font-size: 17px;
	line-height: 1.75;
}

.pa-detail-grid,
.pa-feature-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.pa-detail-grid {
	display: grid;
}

.pa-detail-grid article,
.pa-feature-grid article {
	padding: 26px;
}

.pa-detail-grid article > span,
.pa-feature-grid article > div,
.pa-stage-grid article > span {
	display: block;
	margin-bottom: 20px;
	color: var(--pa-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.pa-expectations ul,
.pa-check-list {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
	list-style: none;
}

.pa-expectations li,
.pa-check-list li {
	padding: 14px 16px;
	display: flex;
	gap: 10px;
	border: 1px solid var(--pa-line);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.02);
	color: #cbd5d0;
	font-size: 15px;
}

.pa-how-source .pa-section-heading {
	max-width: 860px;
}

.pa-how-method {
	padding: clamp(32px, 5vw, 62px);
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
	gap: clamp(42px, 7vw, 90px);
	align-items: center;
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background:
		radial-gradient(circle at 8% 0%, rgba(44, 226, 132, 0.08), transparent 38%),
		var(--pa-panel);
}

.pa-how-method h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: clamp(32px, 3.5vw, 49px);
	letter-spacing: -0.04em;
	line-height: 1.12;
}

.pa-how-method p {
	margin-bottom: 16px;
	color: var(--pa-muted);
	font-size: 16px;
	line-height: 1.8;
}

.pa-how-method p:last-child {
	margin-bottom: 0;
}

.pa-how-method p strong {
	color: #fff;
}

.pa-method-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.pa-method-columns article {
	min-height: 310px;
	padding: 28px;
	border: 1px solid var(--pa-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.025);
}

.pa-method-columns article.is-featured {
	border-color: rgba(44, 226, 132, 0.34);
	background: rgba(44, 226, 132, 0.045);
}

.pa-method-columns article > span {
	display: block;
	margin-bottom: 28px;
	color: var(--pa-muted-2);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.pa-method-columns article.is-featured > span {
	color: var(--pa-green);
}

.pa-method-columns ul {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
	list-style: none;
	color: #c3cec8;
	font-size: 15px;
	line-height: 1.6;
}

.pa-method-columns li {
	position: relative;
	padding-left: 22px;
}

.pa-method-columns li::before {
	content: "—";
	position: absolute;
	left: 0;
	color: var(--pa-muted-2);
}

.pa-method-columns .is-featured li::before {
	content: "✓";
	color: var(--pa-green);
	font-weight: 800;
}

.pa-how-strategy-grid article {
	min-height: 250px;
}

.pa-how-gold-note {
	margin-top: 22px;
	padding: 30px 32px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	border: 1px solid rgba(242, 196, 79, 0.32);
	border-radius: 18px;
	background: rgba(242, 196, 79, 0.045);
}

.pa-how-gold-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(242, 196, 79, 0.4);
	border-radius: 16px;
	color: var(--pa-gold);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.pa-how-gold-note h3 {
	margin-bottom: 7px;
	color: #fff;
	font-size: 21px;
}

.pa-how-gold-note p {
	margin-bottom: 0;
	color: #b7c2bc;
	font-size: 15px;
	line-height: 1.75;
}

.pa-how-fit-grid article {
	min-height: 0;
}

.pa-how-expectations {
	align-items: start;
}

.pa-expectations li span,
.pa-check-list li span {
	color: var(--pa-green);
	font-weight: 800;
}

.pa-stage-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.pa-stage-grid article {
	padding: 29px;
}

.pa-rule-check {
	grid-template-columns: 0.8fr 1.2fr;
}

.pa-checklist {
	display: grid;
	gap: 9px;
}

.pa-checklist label {
	padding: 14px 17px;
	display: flex;
	align-items: center;
	gap: 13px;
	border: 1px solid var(--pa-line);
	border-radius: 13px;
	background: var(--pa-panel);
	color: #cfd8d3;
	font-size: 12px;
}

.pa-checklist label span {
	flex: 0 0 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.22);
	border-radius: 9px;
	color: var(--pa-green);
	font-size: 10px;
	font-weight: 800;
}

.pa-disclaimer-band {
	padding: 33px 0;
	border-block: 1px solid rgba(255, 107, 114, 0.24);
	background: rgba(255, 107, 114, 0.055);
}

.pa-disclaimer-band .pa-shell {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 24px;
	align-items: start;
}

.pa-disclaimer-band strong {
	color: #ff9ba0;
	font-size: 14px;
}

.pa-disclaimer-band p {
	margin: 0;
	color: #c4b7b9;
	font-size: 12px;
}

.pa-mode-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.pa-mode-card {
	min-height: 460px;
	padding: 35px;
	display: flex;
	flex-direction: column;
}

.pa-mode-card-featured {
	border-color: rgba(44, 226, 132, 0.34);
	background:
		radial-gradient(circle at 80% 0, rgba(44, 226, 132, 0.12), transparent 45%),
		var(--pa-panel);
}

.pa-mode-card-head {
	margin-bottom: 28px;
	display: grid;
	gap: 7px;
}

.pa-mode-card-head span {
	color: var(--pa-green);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.pa-mode-card-head strong {
	color: #fff;
	font-size: 30px;
	letter-spacing: -0.03em;
}

.pa-mode-card > ul {
	margin: 14px 0 32px;
	padding: 0;
	display: grid;
	gap: 11px;
	list-style: none;
	color: #bdc8c2;
	font-size: 12px;
}

.pa-mode-card > ul li::before {
	content: "✓";
	margin-right: 9px;
	color: var(--pa-green);
}

.pa-mode-card > .pa-button {
	align-self: flex-start;
	margin-top: auto;
}

.pa-layer-stack {
	display: grid;
	gap: 10px;
}

.pa-layer-stack > div {
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border: 1px solid var(--pa-line);
	border-radius: 15px;
	background: var(--pa-panel);
}

.pa-layer-stack > div:first-child {
	border-color: rgba(44, 226, 132, 0.34);
	background: rgba(44, 226, 132, 0.06);
	transform: translateX(18px);
}

.pa-layer-stack > div:last-child {
	transform: translateX(-18px);
}

.pa-layer-stack span {
	color: var(--pa-green);
	font-size: 9px;
	font-weight: 800;
}

.pa-layer-stack strong {
	color: #fff;
	font-size: 12px;
}

.pa-comparison-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--pa-line);
	border-radius: 19px;
	background: var(--pa-panel);
}

.pa-comparison-table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
}

.pa-comparison-table th,
.pa-comparison-table td {
	padding: 18px 20px;
	border-bottom: 1px solid var(--pa-line);
	text-align: left;
	font-size: 12px;
}

.pa-comparison-table thead th {
	background: rgba(44, 226, 132, 0.045);
	color: var(--pa-green);
	font-size: 9px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pa-comparison-table tbody th {
	color: #fff;
}

.pa-comparison-table td {
	color: #aebbb4;
}

.pa-comparison-table tr:last-child th,
.pa-comparison-table tr:last-child td {
	border-bottom: 0;
}

.pa-calculator {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 18px;
}

.pa-calculator-controls,
.pa-calculator-result {
	padding: clamp(27px, 4vw, 46px);
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background: var(--pa-panel);
}

.pa-calculator-controls h2 {
	margin-bottom: 36px;
	color: #fff;
	font-size: clamp(30px, 3.3vw, 44px);
	letter-spacing: -0.04em;
}

.pa-field {
	margin-top: 28px;
}

.pa-field > label,
.pa-field-line label {
	display: block;
	margin-bottom: 10px;
	color: #b9c4be;
	font-size: 11px;
	font-weight: 700;
}

.pa-field-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.pa-field-line output {
	color: var(--pa-green);
	font-size: 13px;
	font-weight: 800;
}

.pa-segmented,
.pa-choice-row {
	padding: 5px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	border: 1px solid var(--pa-line);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.18);
}

.pa-segmented button,
.pa-choice-row button {
	min-height: 45px;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: #8f9c95;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.pa-segmented button.is-active,
.pa-choice-row button.is-selected {
	border-color: rgba(44, 226, 132, 0.3);
	background: rgba(44, 226, 132, 0.1);
	color: #fff;
}

.pa-field input[type="range"] {
	width: 100%;
	accent-color: var(--pa-green);
}

.pa-switch-row {
	margin-bottom: 8px !important;
	padding: 12px 14px;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border: 1px solid var(--pa-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.02);
	cursor: pointer;
}

.pa-switch-row > span {
	display: grid;
	gap: 2px;
}

.pa-switch-row strong {
	color: #fff;
	font-size: 11px;
}

.pa-switch-row small {
	color: var(--pa-muted-2);
	font-size: 9px;
	font-weight: 500;
}

.pa-switch-row input {
	position: absolute;
	opacity: 0;
}

.pa-switch-row i {
	position: relative;
	flex: 0 0 42px;
	height: 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	transition: background 0.2s ease;
}

.pa-switch-row i::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.2s ease;
}

.pa-switch-row input:checked + i {
	background: var(--pa-green);
}

.pa-switch-row input:checked + i::after {
	transform: translateX(18px);
}

.pa-switch-row input:focus-visible + i {
	outline: 2px solid var(--pa-green);
	outline-offset: 3px;
}

.pa-calculator-result {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-color: rgba(44, 226, 132, 0.28);
	background:
		radial-gradient(circle at 80% 5%, rgba(44, 226, 132, 0.14), transparent 44%),
		var(--pa-panel);
}

.pa-calculator-badge {
	align-self: flex-start;
	margin-bottom: 34px;
	padding: 6px 9px;
	border: 1px solid rgba(44, 226, 132, 0.28);
	border-radius: 999px;
	color: var(--pa-green);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pa-calculator-result > span {
	color: var(--pa-muted);
	font-size: 12px;
	font-weight: 700;
}

.pa-calculator-result > strong {
	margin: 8px 0;
	color: #fff;
	font-size: clamp(39px, 5vw, 66px);
	letter-spacing: -0.055em;
	line-height: 1.1;
}

.pa-calculator-result > p {
	color: #9faea6;
	font-size: 12px;
}

.pa-calculator-range {
	height: 7px;
	margin: 25px 0;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.pa-calculator-range i {
	display: block;
	width: 45%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--pa-green), var(--pa-cyan));
	transition: width 0.35s ease;
}

.pa-calculator-result dl {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.pa-calculator-result dl div {
	padding: 12px;
	border: 1px solid var(--pa-line);
	border-radius: 11px;
	background: rgba(0, 0, 0, 0.15);
}

.pa-calculator-result dt {
	color: #69776f;
	font-size: 8px;
	font-weight: 700;
	text-transform: uppercase;
}

.pa-calculator-result dd {
	margin: 4px 0 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.pa-calculator-warning {
	margin-top: 26px;
	padding: 15px 16px;
	border-left: 3px solid var(--pa-gold);
	background: rgba(242, 196, 79, 0.05);
}

.pa-calculator-warning strong {
	color: #f7d986;
	font-size: 10px;
}

.pa-calculator-warning p {
	margin: 4px 0 0;
	color: #9b9482;
	font-size: 9px;
	line-height: 1.6;
}

.pa-mini-cta {
	grid-template-columns: 1fr auto;
}

.pa-mini-cta h2 {
	font-size: clamp(27px, 3vw, 40px);
}

.pa-plan-notes {
	margin-top: 21px;
	padding: 21px 24px;
	border: 1px solid var(--pa-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.018);
}

.pa-plan-notes p {
	margin: 0 0 8px;
	color: var(--pa-muted);
	font-size: 11px;
}

.pa-plan-notes p:last-child {
	margin-bottom: 0;
}

.pa-plan-notes strong {
	color: #fff;
}

.pa-refund-note {
	padding: 31px;
	display: flex;
	align-items: center;
	gap: 22px;
	border: 1px solid rgba(44, 226, 132, 0.3);
	border-radius: var(--pa-radius);
	background: rgba(44, 226, 132, 0.04);
}

.pa-refund-icon {
	flex: 0 0 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.32);
	border-radius: 50%;
	color: var(--pa-green);
	font-size: 23px;
}

.pa-refund-note h2 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 22px;
}

.pa-refund-note p {
	margin-bottom: 0;
	color: var(--pa-muted);
	font-size: 12px;
}

.pa-live-record {
	grid-template-columns: 1.1fr 0.9fr;
}

.pa-live-record-image {
	order: 0;
}

.pa-reviews-provenance {
	max-width: 920px;
	margin: -15px auto 38px;
	padding: 22px 24px;
	border: 1px solid rgba(44, 226, 132, 0.2);
	border-radius: 14px;
	background: rgba(44, 226, 132, 0.045);
}

.pa-reviews-provenance strong,
.pa-reviews-admin-notice strong {
	display: block;
	margin-bottom: 7px;
	color: var(--pa-green);
	font-size: 13px;
	font-weight: 800;
}

.pa-reviews-provenance p,
.pa-reviews-admin-notice p,
.pa-reviews-unavailable {
	margin: 0;
	color: var(--pa-muted);
	font-size: 13px;
	line-height: 1.7;
}

.pa-reviews-shortcode {
	width: min(100%, 1100px);
	margin: 0 auto;
}

.pa-reviews-admin-notice,
.pa-reviews-unavailable {
	padding: 20px 22px;
	border: 1px solid rgba(255, 190, 84, 0.3);
	border-radius: 12px;
	background: rgba(255, 190, 84, 0.07);
}

.pa-faq-layout {
	display: grid;
	grid-template-columns: 0.62fr 1.38fr;
	gap: 70px;
	align-items: start;
}

.pa-faq-intro {
	position: sticky;
	top: 120px;
}

.pa-faq-intro h2 {
	font-size: clamp(31px, 3vw, 45px);
}

.pa-faq-intro .pa-button {
	margin-top: 25px;
}

.pa-faq-list {
	display: grid;
	gap: 9px;
}

.pa-faq-list details {
	border: 1px solid var(--pa-line);
	border-radius: 15px;
	background: var(--pa-panel);
}

.pa-faq-list details[open] {
	border-color: rgba(44, 226, 132, 0.28);
}

.pa-faq-list summary {
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.pa-faq-list summary::-webkit-details-marker {
	display: none;
}

.pa-faq-list summary span {
	color: var(--pa-green);
	font-size: 20px;
	font-weight: 400;
	transition: transform 0.2s ease;
}

.pa-faq-list details[open] summary span {
	transform: rotate(45deg);
}

.pa-faq-list details > div {
	padding: 0 20px 18px;
}

.pa-faq-list p {
	margin: 0;
	color: var(--pa-muted);
	font-size: 15px;
	line-height: 1.75;
}

.pa-footer {
	padding: 78px 0 24px;
	border-top: 1px solid var(--pa-line);
	background: #020503;
}

.pa-footer-grid {
	display: grid;
	grid-template-columns: 1.7fr repeat(3, 1fr);
	gap: 45px;
}

.pa-footer-brand img {
	width: 220px;
	max-height: 64px;
	object-fit: contain;
	object-position: left center;
}

.pa-footer-brand p {
	max-width: 420px;
	margin: 20px 0 16px;
	color: #748078;
	font-size: 13px;
	line-height: 1.75;
}

.pa-footer-brand > a {
	color: var(--pa-green);
	font-size: 13px;
	font-weight: 700;
}

.pa-footer-grid > div:not(.pa-footer-brand) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.pa-footer h3 {
	margin-bottom: 9px;
	color: #fff;
	font-size: 14px;
}

.pa-footer-grid a,
.pa-footer-grid button {
	padding: 0;
	border: 0;
	background: none;
	color: #7d8982;
	font-size: 14px;
	cursor: pointer;
}

.pa-footer-grid a:hover,
.pa-footer-grid button:hover {
	color: var(--pa-green);
}

.pa-footer-risk {
	margin-top: 55px;
	padding: 17px 0;
	border-block: 1px solid rgba(255, 255, 255, 0.06);
	color: #5e6a63;
	font-size: 12px;
	line-height: 1.65;
}

.pa-footer-risk strong {
	color: #8e9a93;
}

.pa-footer-bottom {
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #4f5a53;
	font-size: 12px;
}

.pa-finder[hidden] {
	display: none !important;
}

.pa-finder {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.pa-finder-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 4, 2, 0.84);
	backdrop-filter: blur(13px);
}

.pa-finder-dialog {
	position: relative;
	width: min(100%, 780px);
	max-height: min(900px, calc(100vh - 34px));
	overflow-y: auto;
	border: 1px solid rgba(44, 226, 132, 0.35);
	border-radius: 26px;
	background: #050907;
	box-shadow: 0 40px 120px rgba(0, 0, 0, 0.78);
	outline: none;
}

.pa-finder-header {
	padding: 24px 27px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 25px;
	border-bottom: 1px solid var(--pa-line);
}

.pa-finder-header h2 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 22px;
	letter-spacing: -0.025em;
}

.pa-finder-header p {
	max-width: 600px;
	margin: 0;
	color: #849088;
	font-size: 11px;
	line-height: 1.6;
}

.pa-finder-header > button {
	flex: 0 0 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8d9992;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
}

.pa-finder-progress {
	padding: 18px 27px 0;
}

.pa-finder-progress > div {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #87938c;
	font-size: 12px;
}

.pa-finder-progress > div span:first-child {
	color: var(--pa-green);
	font-weight: 700;
}

.pa-finder-progress > i {
	height: 5px;
	display: block;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.pa-finder-progress b {
	width: 2%;
	height: 100%;
	display: block;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--pa-green), var(--pa-cyan));
	transition: width 0.28s ease;
}

.pa-finder-body {
	padding: 25px 27px 28px;
}

.pa-finder-step {
	display: none;
}

.pa-finder-step.is-active {
	display: block;
	animation: paStepIn 0.25s ease both;
}

.pa-finder-step > h3 {
	margin-bottom: 7px;
	color: #fff;
	font-size: clamp(23px, 3vw, 31px);
	letter-spacing: -0.035em;
	line-height: 1.2;
}

.pa-question-help {
	margin-bottom: 20px;
	color: #7d8982;
	font-size: 13px;
}

.pa-answer-grid {
	display: grid;
	gap: 9px;
}

.pa-answer-grid-two {
	grid-template-columns: 1fr 1fr;
}

.pa-answer-grid > button {
	min-height: 68px;
	padding: 13px 16px;
	display: grid;
	gap: 3px;
	border: 1px solid var(--pa-line);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.018);
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.pa-answer-grid > button:hover {
	border-color: rgba(44, 226, 132, 0.4);
	background: rgba(44, 226, 132, 0.055);
	transform: translateY(-1px);
}

.pa-answer-grid strong {
	color: #f5f8f6;
	font-size: 13px;
}

.pa-answer-grid span {
	color: #78857d;
	font-size: 12px;
}

.pa-back-button {
	margin-top: 19px;
	padding: 6px 0;
	border: 0;
	background: transparent;
	color: #849188 !important;
	font-size: 12px;
	cursor: pointer;
}

.pa-finder-step fieldset {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
}

.pa-finder-step legend {
	margin-bottom: 9px;
	color: #8b9890;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pa-choice-row {
	grid-template-columns: repeat(4, 1fr);
}

.pa-choice-row-start {
	grid-template-columns: repeat(3, 1fr);
}

.pa-finder-submit {
	width: 100%;
}

.pa-finder-submit[disabled] {
	opacity: 0.35;
	cursor: not-allowed;
	transform: none;
}

.pa-result-status {
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	border: 1px solid rgba(44, 226, 132, 0.3);
	border-radius: 17px;
	background: rgba(44, 226, 132, 0.055);
}

.pa-result-status > i {
	flex: 0 0 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(44, 226, 132, 0.4);
	border-radius: 50%;
	color: var(--pa-green);
	font-style: normal;
}

.pa-result-status > span {
	display: grid;
}

.pa-result-status b {
	color: var(--pa-green);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pa-result-status strong {
	color: #fff;
	font-size: 20px;
}

.pa-result-status.is-blocked {
	border-color: rgba(255, 107, 114, 0.36);
	background: rgba(255, 107, 114, 0.055);
}

.pa-result-status.is-blocked > i,
.pa-result-status.is-blocked b {
	border-color: rgba(255, 107, 114, 0.4);
	color: var(--pa-red);
}

.pa-result-summary {
	margin: 14px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7px;
}

.pa-result-summary > div {
	padding: 10px 11px;
	border: 1px solid var(--pa-line);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.02);
}

.pa-result-summary span {
	display: block;
	color: #66736b;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.pa-result-summary strong {
	display: block;
	margin-top: 3px;
	color: #fff;
	font-size: 12px;
}

.pa-result-card {
	padding: 21px;
	border: 1px solid var(--pa-line);
	border-radius: 17px;
	background: var(--pa-panel);
}

.pa-result-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 17px;
}

.pa-result-card-head span {
	color: #7d8982;
	font-size: 11px;
	font-weight: 700;
}

.pa-result-card-head strong {
	color: var(--pa-green);
	font-size: 15px;
	text-align: right;
}

.pa-result-card > p {
	margin: 15px 0;
	color: #aeb9b3;
	font-size: 13px;
}

.pa-result-card ul {
	margin: 0 0 20px;
	padding: 0;
	display: grid;
	gap: 7px;
	list-style: none;
	color: #c8d1cc;
	font-size: 12px;
}

.pa-result-card li::before {
	content: "✓";
	margin-right: 8px;
	color: var(--pa-green);
}

.pa-result-card .pa-button {
	margin-right: 6px;
	margin-bottom: 6px;
}

.pa-result-disclaimer {
	margin: 14px 0 0;
	color: #6f7c74;
	font-size: 11px;
	line-height: 1.6;
}

@keyframes paPulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.45; transform: scale(0.78); }
}

@keyframes paDrawLine {
	to { stroke-dashoffset: 0; }
}

@keyframes paScan {
	from { transform: translateX(0); }
	to { transform: translateX(600px); }
}

@keyframes paStepIn {
	from { opacity: 0; transform: translateY(7px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Why PrismAlgo */
.pa-why-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.pa-why-benefits article {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 20px;
	min-height: 210px;
	padding: 30px;
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background: linear-gradient(145deg, rgba(44, 226, 132, 0.055), transparent 55%), #09100d;
}

.pa-why-benefits article > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(44, 226, 132, 0.38);
	border-radius: 16px;
	background: rgba(44, 226, 132, 0.09);
	color: var(--pa-green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pa-why-benefits h3,
.pa-why-steps h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}

.pa-why-benefits p,
.pa-why-steps p {
	margin: 0;
	color: var(--pa-muted);
	font-size: 14px;
	line-height: 1.75;
}

.pa-why-contrast {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pa-why-contrast > article {
	padding: 38px;
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background: #090f0c;
}

.pa-why-contrast .pa-why-fit {
	border-color: rgba(44, 226, 132, 0.32);
	background: radial-gradient(circle at 100% 0, rgba(44, 226, 132, 0.12), transparent 45%), #09110d;
}

.pa-why-contrast .pa-why-not-fit {
	background: radial-gradient(circle at 100% 0, rgba(255, 107, 114, 0.08), transparent 45%), #0d0f0e;
}

.pa-why-contrast h2 {
	margin: 18px 0 24px;
	color: #fff;
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: -0.035em;
	line-height: 1.14;
}

.pa-why-contrast ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #c4cec9;
	font-size: 14px;
	line-height: 1.65;
}

.pa-why-contrast li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.pa-why-contrast li > span {
	color: var(--pa-green);
	font-weight: 800;
}

.pa-why-not-fit li > span {
	color: var(--pa-red);
}

/*
 * 0.1.19 Why PrismAlgo contrast-card typography.
 *
 * This page is an Experience page and therefore serves frontend.css, not
 * shell.css. Own the typography at component level so theme heading and list
 * rules cannot replace the approved Poppins weights or mute the copy.
 */
.pa-site[data-pa-page="why"] .pa-why-contrast :is(.pa-eyebrow, h2, ul, li) {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
}

.pa-site[data-pa-page="why"] .pa-why-contrast h2 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.14 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-why-contrast ul,
.pa-site[data-pa-page="why"] .pa-why-contrast li {
	color: #c4cec9 !important;
	-webkit-text-fill-color: #c4cec9 !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.65 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-why-contrast .pa-eyebrow {
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-style: normal !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}

.pa-site[data-pa-page="why"] .pa-why-contrast li > span {
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
	font-weight: 800 !important;
}

.pa-site[data-pa-page="why"] .pa-why-not-fit li > span {
	color: var(--pa-red) !important;
	-webkit-text-fill-color: var(--pa-red) !important;
}

/*
 * 0.1.20 Why PrismAlgo expansion.
 *
 * A progressive-enhancement scenario comparison plus evidence,
 * infrastructure and lifetime-member proof sections.
 */
.pa-why-regime-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 18%, rgba(53, 215, 219, 0.09), transparent 24rem),
		radial-gradient(circle at 82% 74%, rgba(44, 226, 132, 0.08), transparent 30rem),
		#050a07;
}

.pa-regime-lab {
	display: grid;
	grid-template-columns: minmax(215px, 0.28fr) minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
}

.pa-regime-controls {
	display: grid;
	gap: 10px;
	align-content: start;
}

.pa-regime-controls button {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 68px;
	padding: 13px 16px;
	border: 1px solid var(--pa-line);
	border-radius: 16px;
	background: rgba(10, 17, 14, 0.82);
	color: var(--pa-muted);
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pa-regime-controls button:hover {
	border-color: rgba(44, 226, 132, 0.3);
	color: #fff;
	transform: translateX(3px);
}

.pa-regime-controls button:focus-visible {
	outline: 3px solid rgba(44, 226, 132, 0.3);
	outline-offset: 2px;
}

.pa-regime-controls button.is-active {
	border-color: rgba(44, 226, 132, 0.55);
	background: linear-gradient(135deg, rgba(44, 226, 132, 0.16), rgba(44, 226, 132, 0.04));
	color: #fff;
	box-shadow: inset 3px 0 0 var(--pa-green), 0 16px 40px rgba(0, 0, 0, 0.22);
}

.pa-regime-controls b {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 11px;
	color: var(--pa-muted-2);
	font-size: 11px;
	letter-spacing: 0.08em;
}

.pa-regime-controls button.is-active b {
	border-color: rgba(44, 226, 132, 0.34);
	background: rgba(44, 226, 132, 0.1);
	color: var(--pa-green);
}

.pa-regime-controls span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.pa-regime-stage {
	position: relative;
	overflow: hidden;
	padding: 28px;
	border: 1px solid rgba(44, 226, 132, 0.2);
	border-radius: 26px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(150deg, rgba(44, 226, 132, 0.055), rgba(4, 8, 6, 0.96) 45%);
	background-size: 32px 32px, 32px 32px, auto;
	box-shadow: var(--pa-shadow);
}

.pa-regime-stage::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 260px;
	height: 260px;
	right: -150px;
	top: -150px;
	border: 1px solid rgba(44, 226, 132, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 90px rgba(44, 226, 132, 0.09);
}

.pa-regime-header,
.pa-regime-signal,
.pa-regime-compare,
.pa-regime-note {
	position: relative;
	z-index: 1;
}

.pa-regime-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
	gap: 28px;
	align-items: end;
}

.pa-regime-header span {
	display: block;
	margin-bottom: 7px;
	color: var(--pa-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.pa-regime-header h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3vw, 36px);
	letter-spacing: -0.04em;
	line-height: 1.12;
}

.pa-regime-header p {
	margin: 0;
	color: var(--pa-muted);
	font-size: 13px;
	line-height: 1.65;
}

.pa-regime-signal {
	display: flex;
	gap: 7px;
	align-items: end;
	height: 38px;
	margin: 24px 0;
	padding: 0 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pa-regime-signal i {
	display: block;
	flex: 1;
	height: 40%;
	border-radius: 4px 4px 0 0;
	background: linear-gradient(180deg, rgba(44, 226, 132, 0.82), rgba(44, 226, 132, 0.15));
	transform-origin: bottom;
	transition: height 0.35s ease, background 0.35s ease;
}

.pa-regime-signal i:nth-child(2) { height: 56%; }
.pa-regime-signal i:nth-child(3) { height: 48%; }
.pa-regime-signal i:nth-child(4) { height: 72%; }
.pa-regime-signal i:nth-child(5) { height: 62%; }
.pa-regime-signal i:nth-child(6) { height: 84%; }
.pa-regime-signal i:nth-child(7) { height: 76%; }
.pa-regime-signal i:nth-child(8) { height: 96%; }

.pa-regime-lab[data-regime="volatility"] .pa-regime-signal i:nth-child(odd),
.pa-regime-lab[data-regime="news"] .pa-regime-signal i:nth-child(even) {
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 107, 114, 0.9), rgba(255, 107, 114, 0.15));
}

.pa-regime-lab[data-regime="volatility"] .pa-regime-signal i:nth-child(even),
.pa-regime-lab[data-regime="news"] .pa-regime-signal i:nth-child(odd) {
	height: 22%;
	background: linear-gradient(180deg, rgba(242, 196, 79, 0.85), rgba(242, 196, 79, 0.12));
}

.pa-regime-lab[data-regime="shift"] .pa-regime-signal i {
	height: 34%;
	background: linear-gradient(180deg, rgba(154, 140, 255, 0.8), rgba(154, 140, 255, 0.14));
}

.pa-regime-lab[data-regime="shift"] .pa-regime-signal i:nth-child(n+5) {
	height: 82%;
}

.pa-regime-compare {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
}

.pa-regime-compare article {
	min-height: 290px;
	padding: 23px;
	border: 1px solid var(--pa-line);
	border-radius: 20px;
	background: rgba(7, 12, 9, 0.92);
}

.pa-regime-compare .pa-regime-static {
	border-color: rgba(255, 107, 114, 0.21);
	background: linear-gradient(145deg, rgba(255, 107, 114, 0.055), transparent 55%), rgba(9, 11, 10, 0.94);
}

.pa-regime-compare .pa-regime-cloud {
	border-color: rgba(44, 226, 132, 0.35);
	background: linear-gradient(145deg, rgba(44, 226, 132, 0.11), transparent 58%), rgba(7, 15, 11, 0.95);
}

.pa-regime-card-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	color: var(--pa-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pa-regime-card-label > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pa-red);
	box-shadow: 0 0 12px rgba(255, 107, 114, 0.6);
}

.pa-regime-cloud .pa-regime-card-label > span {
	background: var(--pa-green);
	box-shadow: 0 0 12px rgba(44, 226, 132, 0.6);
}

.pa-regime-compare article > strong {
	display: block;
	min-height: 52px;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}

.pa-regime-compare article > p {
	min-height: 68px;
	margin: 10px 0 18px;
	color: var(--pa-muted);
	font-size: 12px;
	line-height: 1.65;
}

.pa-regime-compare ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 17px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	list-style: none;
	color: #bdc8c2;
	font-size: 11px;
	line-height: 1.5;
}

.pa-regime-compare li {
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
}

.pa-regime-compare li i {
	width: 5px;
	height: 5px;
	margin-top: 6px;
	border-radius: 50%;
	background: rgba(255, 107, 114, 0.8);
}

.pa-regime-cloud li i {
	background: rgba(44, 226, 132, 0.9);
}

.pa-regime-versus {
	display: grid;
	place-items: center;
	align-self: center;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	background: #0a100d;
	color: #69746e;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.pa-regime-note {
	margin: 18px 0 0;
	color: #69766f;
	font-size: 11px;
	line-height: 1.55;
	text-align: center;
}

.pa-why-evidence-section {
	background:
		radial-gradient(circle at 82% 24%, rgba(44, 226, 132, 0.08), transparent 29rem),
		var(--pa-bg);
}

.pa-why-evidence {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
	gap: clamp(38px, 7vw, 88px);
	align-items: center;
}

.pa-why-evidence-copy h2,
.pa-why-infrastructure-copy h2 {
	margin: 18px 0;
	color: #fff;
	font-size: clamp(34px, 4.4vw, 60px);
	letter-spacing: -0.055em;
	line-height: 1.03;
}

.pa-why-evidence-copy > p,
.pa-why-infrastructure-copy > p {
	margin: 0;
	color: var(--pa-muted);
	font-size: 15px;
	line-height: 1.8;
}

.pa-why-evidence-copy blockquote {
	margin: 28px 0;
	padding: 21px 0 21px 22px;
	border-left: 2px solid var(--pa-green);
	color: #dce6e1;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.55;
}

.pa-evidence-ledger {
	overflow: hidden;
	border: 1px solid rgba(44, 226, 132, 0.26);
	border-radius: 26px;
	background: linear-gradient(155deg, rgba(44, 226, 132, 0.08), transparent 42%), #08100c;
	box-shadow: var(--pa-shadow);
}

.pa-ledger-topbar {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 21px;
	border-bottom: 1px solid var(--pa-line);
	background: rgba(255, 255, 255, 0.018);
	color: var(--pa-muted-2);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pa-ledger-topbar span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--pa-green);
}

.pa-ledger-topbar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pa-green);
	box-shadow: 0 0 12px rgba(44, 226, 132, 0.7);
}

.pa-evidence-ledger dl {
	margin: 0;
}

.pa-evidence-ledger dl > div {
	display: grid;
	grid-template-columns: minmax(100px, 0.38fr) minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 21px 23px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.pa-evidence-ledger dt {
	color: var(--pa-muted-2);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pa-evidence-ledger dd {
	margin: 0;
}

.pa-evidence-ledger dd b,
.pa-evidence-ledger dd small {
	display: block;
}

.pa-evidence-ledger dd b {
	color: #fff;
	font-size: 15px;
}

.pa-evidence-ledger dd small {
	margin-top: 3px;
	color: var(--pa-muted);
	font-size: 11px;
	line-height: 1.5;
}

.pa-evidence-ledger > p {
	margin: 0;
	padding: 17px 22px;
	color: #718078;
	font-size: 10px;
	line-height: 1.55;
}

.pa-why-infrastructure-section {
	overflow: hidden;
	background:
		linear-gradient(110deg, rgba(53, 215, 219, 0.045), transparent 38%),
		radial-gradient(circle at 82% 48%, rgba(154, 140, 255, 0.11), transparent 30rem),
		#040806;
}

.pa-why-infrastructure {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
	gap: clamp(40px, 7vw, 92px);
	align-items: center;
}

.pa-infrastructure-stat {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 28px 0 18px;
	padding: 19px 21px;
	border: 1px solid rgba(154, 140, 255, 0.25);
	border-radius: 18px;
	background: rgba(154, 140, 255, 0.07);
}

.pa-infrastructure-stat strong {
	color: #bcb4ff;
	font-size: 25px;
	letter-spacing: -0.04em;
}

.pa-infrastructure-stat span {
	max-width: 220px;
	color: #c3cbc7;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.pa-why-infrastructure-copy .pa-infrastructure-note {
	color: #7f8d86;
	font-size: 12px;
	line-height: 1.65;
}

.pa-infrastructure-map {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 28px;
	border: 1px solid rgba(154, 140, 255, 0.22);
	border-radius: 28px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		rgba(7, 11, 9, 0.9);
	background-size: 34px 34px;
	box-shadow: var(--pa-shadow);
}

.pa-infrastructure-orbit {
	position: absolute;
	width: 250px;
	height: 250px;
	right: -100px;
	top: -100px;
	border: 1px solid rgba(154, 140, 255, 0.15);
	border-radius: 50%;
	box-shadow: inset 0 0 70px rgba(154, 140, 255, 0.05);
}

.pa-infrastructure-map article {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 18px;
	background: rgba(6, 12, 9, 0.93);
}

.pa-infrastructure-map article:nth-of-type(2) {
	border-color: rgba(44, 226, 132, 0.32);
	background: linear-gradient(100deg, rgba(44, 226, 132, 0.1), rgba(6, 12, 9, 0.96));
}

.pa-infrastructure-map article > span {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(154, 140, 255, 0.28);
	border-radius: 15px;
	color: #bcb4ff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.pa-infrastructure-map article:nth-of-type(2) > span {
	border-color: rgba(44, 226, 132, 0.36);
	color: var(--pa-green);
}

.pa-infrastructure-map small {
	display: block;
	margin-bottom: 3px;
	color: var(--pa-muted-2);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.pa-infrastructure-map h3 {
	margin: 0 0 3px;
	color: #fff;
	font-size: 16px;
}

.pa-infrastructure-map p {
	margin: 0;
	color: var(--pa-muted);
	font-size: 11px;
	line-height: 1.55;
}

.pa-infrastructure-map > i {
	position: relative;
	z-index: 1;
	width: 1px;
	height: 17px;
	margin: -3px 0 -3px 45px;
	background: linear-gradient(var(--pa-violet), var(--pa-green));
	box-shadow: 0 0 12px rgba(44, 226, 132, 0.35);
}

.pa-why-members-section {
	background:
		radial-gradient(circle at 50% 0, rgba(44, 226, 132, 0.08), transparent 28rem),
		var(--pa-bg);
}

.pa-member-experience {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.pa-member-experience article {
	position: relative;
	overflow: hidden;
	min-height: 280px;
	padding: 30px;
	border: 1px solid var(--pa-line);
	border-radius: 22px;
	background: linear-gradient(155deg, rgba(44, 226, 132, 0.065), transparent 50%), #08100c;
}

.pa-member-experience article::after {
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	right: -78px;
	bottom: -78px;
	border: 1px solid rgba(44, 226, 132, 0.13);
	border-radius: 50%;
}

.pa-member-experience article > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 42px;
	border: 1px solid rgba(44, 226, 132, 0.34);
	border-radius: 14px;
	background: rgba(44, 226, 132, 0.08);
	color: var(--pa-green);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.pa-member-experience h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 19px;
}

.pa-member-experience p {
	margin: 0;
	color: var(--pa-muted);
	font-size: 13px;
	line-height: 1.7;
}

.pa-member-note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin-top: 16px;
	padding: 18px 21px;
	border: 1px solid rgba(44, 226, 132, 0.26);
	border-radius: 17px;
	background: rgba(44, 226, 132, 0.055);
}

.pa-member-note > span {
	color: var(--pa-green);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.pa-member-note p {
	margin: 0;
	color: var(--pa-muted);
	font-size: 11px;
	line-height: 1.55;
}

.pa-member-note a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--pa-green);
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.pa-site[data-pa-page="why"] :is(
	.pa-regime-lab,
	.pa-regime-lab button,
	.pa-why-evidence,
	.pa-why-infrastructure,
	.pa-member-experience,
	.pa-member-note
) {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
}

.pa-site[data-pa-page="why"] :is(
	.pa-regime-lab h3,
	.pa-why-evidence h2,
	.pa-why-infrastructure h2,
	.pa-why-infrastructure h3,
	.pa-member-experience h3
) {
	font-style: normal !important;
	text-transform: none !important;
}

@media (max-width: 1080px) {
	.pa-regime-lab {
		grid-template-columns: 1fr;
	}

	.pa-regime-controls {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.pa-regime-controls button {
		grid-template-columns: 32px minmax(0, 1fr);
		padding-inline: 12px;
	}

	.pa-regime-controls b {
		width: 31px;
		height: 31px;
	}

	.pa-why-evidence,
	.pa-why-infrastructure {
		grid-template-columns: 1fr;
	}

	.pa-why-evidence-copy,
	.pa-why-infrastructure-copy {
		max-width: 760px;
	}

	.pa-evidence-ledger,
	.pa-infrastructure-map {
		width: min(100%, 760px);
	}
}

@media (max-width: 920px) {
	.pa-regime-controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pa-regime-header {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.pa-regime-header p {
		max-width: 640px;
	}

	.pa-regime-compare {
		grid-template-columns: 1fr;
	}

	.pa-regime-compare article {
		min-height: 0;
	}

	.pa-regime-compare article > strong,
	.pa-regime-compare article > p {
		min-height: 0;
	}

	.pa-regime-versus {
		margin-block: -4px;
	}

	.pa-member-experience {
		grid-template-columns: 1fr;
	}

	.pa-member-experience article {
		min-height: 0;
	}

	.pa-member-experience article > span {
		margin-bottom: 28px;
	}

	.pa-member-note {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.pa-member-note > span,
	.pa-member-note a {
		white-space: normal;
	}
}

@media (max-width: 640px) {
	.pa-regime-controls {
		grid-template-columns: 1fr;
	}

	.pa-regime-controls button:hover {
		transform: none;
	}

	.pa-regime-stage {
		padding: 19px;
		border-radius: 20px;
	}

	.pa-regime-header h3 {
		font-size: 26px;
	}

	.pa-regime-compare article {
		padding: 20px;
	}

	.pa-regime-signal {
		margin-block: 19px;
	}

	.pa-why-evidence {
		gap: 34px;
	}

	.pa-why-evidence-copy h2,
	.pa-why-infrastructure-copy h2 {
		font-size: 38px;
	}

	.pa-ledger-topbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.pa-evidence-ledger dl > div {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.pa-infrastructure-stat {
		align-items: flex-start;
		flex-direction: column;
	}

	.pa-infrastructure-map {
		padding: 18px;
		border-radius: 22px;
	}

	.pa-infrastructure-map article {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 13px;
		padding: 17px;
	}

	.pa-infrastructure-map article > span {
		width: 42px;
		height: 42px;
	}

	.pa-infrastructure-map > i {
		margin-left: 38px;
	}

	.pa-member-experience article {
		padding: 24px;
	}
}

.pa-why-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.pa-why-steps article {
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: 28px;
	border: 1px solid var(--pa-line);
	border-radius: var(--pa-radius);
	background: linear-gradient(160deg, #0d1712, #070b09);
}

.pa-why-steps i {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 26px;
	border: 1px solid rgba(44, 226, 132, 0.32);
	border-radius: 50%;
	background: rgba(44, 226, 132, 0.08);
	color: var(--pa-green);
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}

.pa-why-steps a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 22px;
	color: var(--pa-green);
	font-size: 13px;
	font-weight: 700;
}

/* Interactive prop-firm planner */
.pa-prop-planner-section {
	background: radial-gradient(circle at 75% 30%, rgba(44, 226, 132, 0.08), transparent 36rem), #050a07;
}

.pa-prop-planner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
	gap: 20px;
	align-items: start;
}

.pa-prop-planner-controls,
.pa-prop-plan {
	padding: 30px;
	border: 1px solid var(--pa-line);
	border-radius: 24px;
	background: rgba(8, 14, 11, 0.96);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.pa-prop-plan {
	position: sticky;
	top: 110px;
	border-color: rgba(44, 226, 132, 0.32);
	background: radial-gradient(circle at 100% 0, rgba(44, 226, 132, 0.1), transparent 45%), #08100c;
}

.pa-prop-field {
	min-width: 0;
	margin: 0 0 24px;
	padding: 0;
	border: 0;
}

.pa-prop-field > label,
.pa-prop-field > legend {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	color: #eef5f1;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.pa-prop-field > small {
	display: block;
	margin-top: 8px;
	color: var(--pa-muted-2);
	font-size: 11px;
	line-height: 1.55;
}

.pa-prop-field select {
	width: 100%;
	height: 50px;
	padding: 0 44px 0 14px;
	border: 1px solid var(--pa-line);
	border-radius: 13px;
	background: #101713;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	outline: 0;
}

.pa-prop-field select:focus {
	border-color: rgba(44, 226, 132, 0.68);
	box-shadow: 0 0 0 3px rgba(44, 226, 132, 0.1);
}

.pa-prop-choices {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.pa-prop-choices button,
.pa-prop-size-choices button {
	display: flex;
	min-width: 0;
	min-height: 64px;
	margin: 0;
	padding: 13px;
	border: 1px solid var(--pa-line);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.025);
	color: #c3cec8;
	box-shadow: none;
	appearance: none;
	cursor: pointer;
}

.pa-prop-choices button {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}

.pa-prop-choices button strong {
	color: #fff;
	font-size: 12px;
	line-height: 1.35;
}

.pa-prop-choices button span {
	margin-top: 3px;
	color: var(--pa-muted-2);
	font-size: 9px;
	line-height: 1.35;
}

.pa-prop-choices button:hover,
.pa-prop-choices button.is-selected,
.pa-prop-size-choices button:hover,
.pa-prop-size-choices button.is-selected {
	border-color: rgba(44, 226, 132, 0.55);
	background: rgba(44, 226, 132, 0.09);
	color: var(--pa-green);
}

.pa-prop-size-choices {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.pa-prop-size-choices button {
	align-items: center;
	justify-content: center;
	min-height: 48px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.pa-prop-limit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.pa-prop-limit-grid .pa-prop-field {
	margin-bottom: 24px;
}

.pa-prop-market-list {
	display: grid;
	gap: 9px;
}

.pa-prop-market-list label {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 59px;
	padding: 11px 13px;
	border: 1px solid var(--pa-line);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.02);
	cursor: pointer;
}

.pa-prop-market-list input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--pa-green);
}

.pa-prop-market-list label > span {
	display: grid;
	gap: 2px;
}

.pa-prop-market-list strong {
	color: #fff;
	font-size: 12px;
}

.pa-prop-market-list small {
	color: var(--pa-muted-2);
	font-size: 10px;
}

.pa-prop-randomizer {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 76px;
	padding: 15px;
	border: 1px solid rgba(44, 226, 132, 0.26);
	border-radius: 15px;
	background: rgba(44, 226, 132, 0.06);
	cursor: pointer;
}

.pa-prop-randomizer > span {
	display: grid;
	gap: 4px;
}

.pa-prop-randomizer strong {
	color: #fff;
	font-size: 12px;
}

.pa-prop-randomizer small {
	color: var(--pa-muted);
	font-size: 10px;
	line-height: 1.5;
}

.pa-prop-randomizer input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pa-prop-randomizer > i {
	position: relative;
	width: 44px;
	height: 24px;
	border-radius: 999px;
	background: #28312c;
	transition: background 0.2s ease;
}

.pa-prop-randomizer > i::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.2s ease;
}

.pa-prop-randomizer input:checked + i {
	background: var(--pa-green);
}

.pa-prop-randomizer input:checked + i::after {
	transform: translateX(20px);
}

.pa-prop-randomizer:focus-within {
	outline: 2px solid rgba(44, 226, 132, 0.7);
	outline-offset: 3px;
}

.pa-prop-plan-status {
	display: flex;
	align-items: center;
	gap: 13px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--pa-line);
}

.pa-prop-plan-status > i {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(44, 226, 132, 0.42);
	border-radius: 50%;
	background: rgba(44, 226, 132, 0.1);
	color: var(--pa-green);
	font-style: normal;
	font-weight: 800;
}

.pa-prop-plan-status > span {
	display: grid;
	gap: 2px;
}

.pa-prop-plan-status small,
.pa-prop-plan-primary > span,
.pa-prop-recommendations article > span {
	color: var(--pa-green);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.pa-prop-plan-status strong {
	color: #fff;
	font-size: 16px;
}

.pa-prop-plan-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
}

.pa-prop-plan-summary > div {
	display: grid;
	gap: 5px;
	padding: 14px;
	border: 1px solid var(--pa-line);
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.2);
}

.pa-prop-plan-summary span {
	color: var(--pa-muted-2);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pa-prop-plan-summary strong {
	color: #fff;
	font-size: 13px;
}

.pa-prop-plan-primary {
	padding: 20px;
	border: 1px solid rgba(44, 226, 132, 0.28);
	border-radius: 16px;
	background: rgba(44, 226, 132, 0.065);
}

.pa-prop-plan-primary strong {
	display: block;
	margin: 5px 0 7px;
	color: #fff;
	font-size: 21px;
	line-height: 1.25;
}

.pa-prop-plan-primary p {
	margin: 0;
	color: #aebbb4;
	font-size: 11px;
	line-height: 1.65;
}

.pa-prop-recommendations {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
}

.pa-prop-recommendations article {
	display: grid;
	gap: 5px;
	min-height: 115px;
	padding: 15px;
	border: 1px solid var(--pa-line);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.16);
}

.pa-prop-recommendations .pa-prop-pair-start {
	grid-column: 1 / -1;
	min-height: 0;
}

.pa-prop-recommendations strong {
	color: #fff;
	font-size: 13px;
	line-height: 1.35;
}

.pa-prop-recommendations small {
	color: var(--pa-muted-2);
	font-size: 9px;
	line-height: 1.45;
}

.pa-prop-plan-checks {
	padding: 18px;
	border: 1px solid var(--pa-line);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.022);
}

.pa-prop-plan-checks h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 13px;
}

.pa-prop-plan-checks ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #aab6af;
	font-size: 10px;
	line-height: 1.55;
}

.pa-prop-plan-checks li {
	position: relative;
	padding-left: 18px;
}

.pa-prop-plan-checks li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--pa-green);
	font-weight: 800;
}

.pa-prop-plan-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 18px;
}

.pa-prop-plan-actions .pa-button {
	width: 100%;
	padding-inline: 12px;
}

.pa-prop-plan-disclaimer {
	margin: 15px 0 0;
	color: #69776f;
	font-size: 9px;
	line-height: 1.55;
	text-align: center;
}

@media (max-width: 1180px) {
	.pa-desktop-nav {
		display: none;
	}

	.pa-header button.pa-menu-toggle {
		display: flex;
	}

	.pa-mobile-menu:not([hidden]) {
		display: block;
	}

	.pa-header-inner {
		justify-content: space-between;
	}

	.pa-header-actions {
		margin-left: auto;
	}

	.pa-hero {
		padding-top: 80px;
	}

	.pa-hero-grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.pa-detail-grid,
	.pa-feature-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pa-process-grid-four {
		grid-template-columns: 1fr 1fr;
	}

	.pa-pricing-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pa-prop-planner {
		grid-template-columns: 1fr;
	}

	.pa-prop-plan {
		position: static;
	}
}

@media (max-width: 920px) {
	.pa-shell {
		width: min(calc(100% - 34px), var(--pa-shell));
	}

	.pa-header {
		padding-inline: 14px;
	}

	.pa-header-inner {
		padding-inline: 12px;
	}

	.pa-brand img {
		width: 185px;
	}

	.pa-members-button {
		display: none;
	}

	.pa-header-actions {
		margin-left: auto;
	}

	.pa-why-benefits,
	.pa-why-contrast,
	.pa-why-steps {
		grid-template-columns: 1fr;
	}

	.pa-why-steps article {
		min-height: 0;
	}

	.pa-hero {
		padding: 80px 0 70px;
	}

	.pa-hero-grid {
		grid-template-columns: 1fr;
	}

	.pa-hero-copy {
		max-width: 780px;
	}

	.pa-engine-wrap {
		width: min(100%, 720px);
		margin: 0 auto;
	}

	.pa-proof-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pa-proof-grid > div {
		padding: 18px 20px;
		border-bottom: 1px solid var(--pa-line);
	}

	.pa-proof-grid > div:nth-child(2) {
		border-right: 0;
	}

	.pa-proof-grid > div:nth-child(3),
	.pa-proof-grid > div:nth-child(4) {
		border-bottom: 0;
	}

	.pa-path-grid,
	.pa-feature-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pa-path-card:last-child {
		grid-column: 1 / -1;
		min-height: 290px;
	}

	.pa-process-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.pa-process-grid article:not(:last-child)::after {
		display: none;
	}

	.pa-home-compare,
	.pa-home-closing-grid {
		grid-template-columns: 1fr;
	}

	.pa-how-method {
		grid-template-columns: 1fr;
	}

	.pa-split,
	.pa-results-preview,
	.pa-live-record,
	.pa-prop-overlay,
	.pa-expectations,
	.pa-rule-check,
	.pa-mini-cta {
		grid-template-columns: 1fr;
	}

	.pa-stage-grid,
	.pa-quote-grid {
		grid-template-columns: 1fr;
	}

	.pa-pricing-grid.is-compact {
		grid-template-columns: 1fr;
	}

	.pa-final-cta .pa-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.pa-calculator {
		grid-template-columns: 1fr;
	}

	.pa-faq-layout {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.pa-faq-intro {
		position: static;
	}

	.pa-footer-grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.pa-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	body.admin-bar .pa-header {
		top: 46px;
	}
}

@media (max-width: 680px) {
	.pa-site {
		font-size: 16px;
	}

	.pa-shell {
		width: min(calc(100% - 26px), var(--pa-shell));
	}

	.pa-header {
		padding: 9px 8px 0;
	}

	.pa-header-inner {
		min-height: 61px;
		border-radius: 18px;
	}

	.pa-brand img {
		width: 145px;
	}

	.pa-header-finder {
		display: none;
	}

	.pa-mobile-menu {
		width: calc(100% - 16px);
	}

	.pa-mobile-menu nav {
		grid-template-columns: 1fr;
	}

	.pa-hero {
		min-height: auto;
		padding: 70px 0 55px;
	}

	.pa-hero h1 {
		font-size: clamp(36px, 10.5vw, 50px);
	}

	.pa-page-hero h1 {
		font-size: clamp(36px, 10vw, 48px);
	}

	.pa-hero-lede {
		font-size: 16px;
	}

	.pa-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.pa-hero-actions .pa-button {
		width: 100%;
	}

	.pa-trust-strip {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pa-trust-strip span {
		text-align: center;
	}

	.pa-engine-wrap {
		padding-bottom: 84px;
	}

	.pa-engine-topbar {
		grid-template-columns: 1fr auto;
	}

	.pa-engine-topbar > span {
		display: none;
	}

	.pa-engine-header {
		grid-template-columns: auto 1fr;
	}

	.pa-engine-header em {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.pa-engine-status,
	.pa-engine-metrics {
		grid-template-columns: 1fr;
	}

	.pa-engine-chart svg {
		height: 105px;
	}

	.pa-floating-event {
		right: 8px;
		bottom: 27px;
		width: calc(100% - 16px);
	}

	.pa-preview-disclaimer {
		right: 8px;
		bottom: 2px;
	}

	.pa-proof-grid {
		grid-template-columns: 1fr;
	}

	.pa-proof-grid > div {
		padding: 17px 0;
		border-right: 0;
		border-bottom: 1px solid var(--pa-line) !important;
	}

	.pa-proof-grid > div:last-child {
		border-bottom: 0 !important;
	}

	.pa-section {
		padding: 75px 0;
	}

	.pa-path-grid,
	.pa-feature-grid,
	.pa-detail-grid {
		grid-template-columns: 1fr;
	}

	.pa-path-card:last-child {
		grid-column: auto;
	}

	.pa-path-card {
		min-height: 300px;
	}

	.pa-prop-visual {
		padding: 21px;
	}

	.pa-prop-control {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.pa-pricing-grid,
	.pa-mode-grid {
		grid-template-columns: 1fr;
	}

	.pa-plan-card {
		min-height: 440px;
	}

	.pa-page-hero {
		min-height: 450px;
		padding: 105px 0 62px;
	}

	.pa-timeline article {
		padding: 75px 0 45px;
		display: block;
	}

	.pa-timeline article::before {
		display: none;
	}

	.pa-timeline article > span {
		width: 60px;
		height: 48px;
	}

	.pa-how-method {
		padding: 26px 20px;
	}

	.pa-method-columns {
		grid-template-columns: 1fr;
	}

	.pa-method-columns article {
		min-height: 0;
	}

	.pa-how-gold-note {
		padding: 25px 20px;
		grid-template-columns: 1fr;
	}

	.pa-layer-stack > div,
	.pa-layer-stack > div:first-child,
	.pa-layer-stack > div:last-child {
		transform: none;
	}

	.pa-calculator-controls,
	.pa-calculator-result {
		padding: 25px 20px;
	}

	.pa-calculator-result > strong {
		font-size: 37px;
	}

	.pa-calculator-result dl {
		grid-template-columns: 1fr;
	}

	.pa-refund-note {
		align-items: flex-start;
	}

	.pa-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 35px 22px;
	}

	.pa-footer-brand {
		grid-column: 1 / -1;
	}

	.pa-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.pa-finder {
		padding: 8px;
	}

	.pa-finder-dialog {
		max-height: calc(100vh - 16px);
		border-radius: 20px;
	}

	.pa-finder-header,
	.pa-finder-body {
		padding-inline: 18px;
	}

	.pa-finder-progress {
		padding-inline: 18px;
	}

	.pa-answer-grid-two {
		grid-template-columns: 1fr;
	}

	.pa-choice-row,
	.pa-choice-row-start {
		grid-template-columns: 1fr 1fr;
	}

	.pa-result-summary {
		grid-template-columns: 1fr;
	}

	.pa-result-card-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.pa-result-card-head strong {
		text-align: left;
	}

	.pa-result-card .pa-button {
		width: 100%;
		margin-right: 0;
	}

	.pa-prop-planner-controls,
	.pa-prop-plan {
		padding: 22px;
	}

	.pa-prop-choices {
		grid-template-columns: 1fr;
	}

	.pa-prop-choices button {
		min-height: 56px;
	}

	.pa-prop-size-choices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pa-prop-limit-grid,
	.pa-prop-plan-summary,
	.pa-prop-recommendations,
	.pa-prop-plan-actions {
		grid-template-columns: 1fr;
	}

	.pa-why-benefits article {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 23px;
	}

	.pa-why-contrast > article {
		padding: 27px 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:has(body.prismalgo-experience-page) {
		scroll-behavior: auto;
	}

	.pa-site *,
	.pa-site *::before,
	.pa-site *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}

/* PrismAlgo coordinated experience polish — 0.1.8. */
body.prismalgo-experience-page {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

html:has(body.prismalgo-experience-page) {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

@supports (overflow: clip) {
	html:has(body.prismalgo-experience-page),
	body.prismalgo-experience-page {
		overflow-x: clip;
	}
}

.pa-header-inner {
	justify-content: space-between;
	gap: 22px;
	padding: 0 2px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pa-desktop-nav {
	flex: 0 1 auto;
	padding: 0 8px;
	border: 1px solid rgba(44, 226, 132, 0.17);
	border-radius: 18px;
	background: rgba(5, 15, 10, 0.92);
	box-shadow: 0 14px 50px rgba(0, 0, 0, 0.25);
}

.pa-header-actions {
	margin-left: auto;
}

.pa-final-cta {
	padding: 84px 0;
	text-align: center;
}

.pa-final-cta .pa-final-cta-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.pa-final-cta-copy {
	max-width: 760px;
}

.pa-final-cta h2 {
	max-width: none;
	margin: 0;
	font-size: clamp(37px, 4.6vw, 58px);
	line-height: 1.03;
}

.pa-final-cta h2 span,
.pa-final-cta h2 em {
	display: block;
}

.pa-final-cta h2 em {
	color: var(--pa-green);
	font-style: normal;
}

.pa-final-cta-copy > p {
	max-width: 650px;
	margin: 20px auto 0;
	color: #a5b2ab;
	font-size: 16px;
}

.pa-final-cta-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-top: 34px;
}

.pa-final-cta-steps span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #dbe5e0;
	font-size: 14px;
	font-weight: 500;
}

.pa-final-cta-steps b {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border: 1px solid rgba(44, 226, 132, 0.35);
	border-radius: 50%;
	background: rgba(44, 226, 132, 0.09);
	color: var(--pa-green);
	font-size: 12px;
}

.pa-final-cta-steps i {
	color: rgba(44, 226, 132, 0.48);
	font-style: normal;
}

.pa-final-cta-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.pa-final-cta-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 24px;
	margin-top: 22px;
	color: #90a098;
	font-size: 12px;
}

@media (max-width: 1180px) {
	.pa-desktop-nav {
		padding-inline: 5px;
	}

	.pa-desktop-nav > a,
	.pa-header button.pa-nav-dropdown-toggle {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 13px;
	}
}

@media (max-width: 920px) {
	.pa-header-inner {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.pa-final-cta-steps {
		flex-wrap: wrap;
		gap: 14px;
	}

	.pa-final-cta-actions {
		width: min(100%, 480px);
		flex-direction: column;
	}

	.pa-final-cta-actions .pa-button {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.pa-header-inner {
		padding: 0 6px;
		border-radius: 0;
	}

	.pa-final-cta {
		padding-block: 64px;
	}

	.pa-final-cta .pa-final-cta-inner {
		align-items: center;
		text-align: center;
	}

	.pa-final-cta-steps {
		flex-direction: column;
	}

	.pa-final-cta-steps i {
		display: none;
	}
}

/* 0.1.9 visual consistency: use the site's Poppins system everywhere we own. */
body.prismalgo-experience-page .pa-site,
body.prismalgo-experience-page .pa-site :is(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	a,
	button,
	input,
	select,
	textarea,
	label,
	legend,
	small,
	strong,
	span,
	li,
	dt,
	dd,
	th,
	td
),
.pa-prop-planner-section,
.pa-prop-planner-section :is(
	h1,
	h2,
	h3,
	h4,
	p,
	a,
	button,
	input,
	select,
	label,
	legend,
	small,
	strong,
	span,
	li
),
.pa-community-cta,
.pa-community-cta :is(h2, p, a, small, strong, span) {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Keep the desktop header balanced without reserving an oversized logo column. */
@media (min-width: 1181px) {
	.pa-header-inner {
		display: flex !important;
		align-items: center !important;
		gap: 18px !important;
	}

	.pa-brand {
		flex: 0 0 auto !important;
	}

	.pa-desktop-nav {
		justify-content: flex-start !important;
		flex: 0 1 auto !important;
		margin: 0 !important;
	}

	.pa-header-actions {
		flex: 0 0 auto !important;
		margin-left: auto !important;
	}

	.pa-members-button {
		white-space: nowrap !important;
	}
}

@media (min-width: 1181px) and (max-width: 1399px) {
	.pa-desktop-nav > a,
	.pa-header button.pa-nav-dropdown-toggle {
		padding-right: 8px !important;
		padding-left: 8px !important;
		font-size: 13px !important;
	}
}

/* Preserve the full desktop header at its narrowest breakpoint without clipping the actions. */
@media (min-width: 1181px) and (max-width: 1240px) {
	.pa-desktop-nav {
		gap: 3px !important;
	}

	.pa-desktop-nav > a,
	.pa-header button.pa-nav-dropdown-toggle {
		padding-right: 4px !important;
		padding-left: 4px !important;
	}
}

/* Theme button rules must not square off or outline the primary header CTA. */
.pa-header :is(a, button).pa-header-finder {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	border: 1px solid rgba(44, 226, 132, 0.55) !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #2ce284, #1caa63) !important;
	color: #00180b !important;
	outline: 0 !important;
	box-shadow: 0 12px 30px rgba(44, 226, 132, 0.15) !important;
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
}

.pa-header :is(a, button).pa-header-finder:hover {
	border-color: rgba(75, 240, 154, 0.9) !important;
	background: linear-gradient(135deg, #43ed94, #22bd70) !important;
	color: #00180b !important;
	transform: translateY(-1px);
}

.pa-header :is(a, button).pa-header-finder:focus-visible {
	outline: 2px solid rgba(44, 226, 132, 0.85) !important;
	outline-offset: 3px !important;
}

/* Prop planner typography: readable UI copy without changing its layout. */
.pa-prop-field > label,
.pa-prop-field > legend,
.pa-prop-field select,
.pa-prop-choices button strong,
.pa-prop-size-choices button,
.pa-prop-market-list strong,
.pa-prop-randomizer strong {
	font-size: 14px !important;
}

.pa-prop-field > small,
.pa-prop-choices button span,
.pa-prop-market-list small,
.pa-prop-randomizer small,
.pa-prop-recommendations small,
.pa-prop-plan-checks ul,
.pa-prop-plan-disclaimer {
	font-size: 12px !important;
}

.pa-prop-plan-status small,
.pa-prop-plan-primary > span,
.pa-prop-recommendations article > span,
.pa-prop-plan-summary span {
	font-size: 12px !important;
}

.pa-prop-plan-summary strong,
.pa-prop-recommendations strong,
.pa-prop-plan-checks h3 {
	font-size: 14px !important;
}

.pa-prop-plan-primary p {
	font-size: 13px !important;
}

.pa-prop-plan-actions .pa-button {
	min-height: 48px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
}

.pa-prop-planner-section .pa-section-heading h2 {
	font-size: clamp(34px, 3.2vw, 46px) !important;
	font-weight: 700 !important;
	line-height: 1.08 !important;
}

.pa-prop-planner-section .pa-section-heading p {
	font-size: 16px !important;
	line-height: 1.65 !important;
}

/* Pricing-page community invitation. */
.pa-community-cta {
	padding: clamp(72px, 8vw, 118px) 20px;
	border-top: 1px solid rgba(44, 226, 132, 0.14);
	background:
		radial-gradient(circle at 18% 35%, rgba(44, 226, 132, 0.12), transparent 34rem),
		#030806;
}

.pa-community-cta-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(44, 226, 132, 0.32);
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(44, 226, 132, 0.1), rgba(255, 255, 255, 0.025));
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.pa-community-cta-mark {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(44, 226, 132, 0.42);
	border-radius: 22px;
	background: rgba(44, 226, 132, 0.12);
}

.pa-community-cta-mark svg {
	width: 38px;
	height: 38px;
	fill: var(--pa-green);
}

.pa-community-cta-copy h2 {
	margin: 8px 0 12px;
	color: #fff;
	font-size: clamp(30px, 3.2vw, 48px);
	font-weight: 700;
	line-height: 1.08;
}

.pa-community-cta-copy h2 em {
	color: var(--pa-green);
	font-style: normal;
}

.pa-community-cta-copy > p {
	max-width: 720px;
	margin: 0;
	color: var(--pa-muted);
	font-size: 15px;
	line-height: 1.75;
}

.pa-community-cta-features {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-top: 18px;
	color: #dce7e1;
	font-size: 13px;
	font-weight: 600;
}

.pa-community-cta-features span::first-letter {
	color: var(--pa-green);
}

.pa-community-cta-action {
	display: grid;
	justify-items: center;
	gap: 10px;
	min-width: 230px;
}

.pa-community-cta-action .pa-button {
	width: 100%;
}

.pa-community-cta-action small {
	color: #94a39c;
	font-size: 11px;
}

/*
 * Shared CTA typography correction.
 * Keep this scoped to the experience component so Elementor, WooCommerce,
 * Turnstile and icon fonts retain their own styles.
 */
.pa-final-cta .pa-final-cta-copy > h2,
.pa-final-cta .pa-final-cta-copy > h2 > span,
.pa-final-cta .pa-final-cta-copy > h2 > em {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system,
		BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-weight: 800 !important;
}

.pa-final-cta .pa-final-cta-copy > h2 {
	font-size: clamp(30px, 4vw, 40px) !important;
	line-height: 1.15 !important;
	letter-spacing: -0.035em !important;
}

.pa-community-cta-copy > p {
	color: #c6d2cc;
}

@media (max-width: 900px) {
	.pa-community-cta-inner {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.pa-community-cta-action {
		grid-column: 1 / -1;
		width: min(100%, 420px);
		justify-self: center;
	}
}

@media (max-width: 620px) {
	.pa-community-cta {
		padding-inline: 14px;
	}

	.pa-community-cta-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.pa-community-cta-mark {
		justify-self: center;
	}

	.pa-community-cta-copy > p {
		font-size: 14px;
	}

	.pa-community-cta-features {
		justify-content: center;
	}
}

/*
 * 0.1.15 prop-firm page isolation.
 *
 * The live prop page keeps its approved Elementor introduction and injects
 * these enhancements near the footer. Give the entire injected fragment one
 * explicit ownership boundary so Elementor cannot replace its type or text
 * colours after the planner section ends.
 */
.pa-prop-experience,
.pa-prop-experience :is(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	a,
	button,
	input,
	select,
	textarea,
	label,
	legend,
	small,
	strong,
	span,
	li
) {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system,
		BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.pa-prop-experience {
	width: 100%;
	overflow-x: clip;
	background: var(--pa-bg);
	color: var(--pa-white);
	font-size: 17px;
	line-height: 1.6;
}

.pa-prop-experience,
.pa-prop-experience *,
.pa-prop-experience *::before,
.pa-prop-experience *::after {
	box-sizing: border-box;
}

.pa-prop-experience .pa-section-heading h2,
.pa-prop-experience .pa-rule-check h2,
.pa-prop-experience .pa-stage-grid h3 {
	color: #ffffff !important;
	font-weight: 700 !important;
}

.pa-prop-experience .pa-section-heading h2 {
	font-size: clamp(34px, 3.9vw, 54px) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.045em !important;
}

.pa-prop-experience .pa-rule-check h2 {
	margin: 0 0 14px !important;
	font-size: clamp(28px, 3vw, 40px) !important;
	line-height: 1.14 !important;
	letter-spacing: -0.035em !important;
}

.pa-prop-experience .pa-stage-grid h3 {
	margin: 0 0 10px !important;
	font-size: 22px !important;
	line-height: 1.3 !important;
}

.pa-prop-experience .pa-section-heading > p,
.pa-prop-experience .pa-rule-check > div:first-child > p,
.pa-prop-experience .pa-stage-grid article > p {
	color: #aebbb4 !important;
}

.pa-prop-experience .pa-section-heading > p {
	font-size: 17px !important;
	line-height: 1.75 !important;
}

.pa-prop-experience .pa-rule-check > div:first-child > p,
.pa-prop-experience .pa-stage-grid article > p {
	font-size: 16px !important;
	line-height: 1.7 !important;
}

.pa-prop-experience .pa-stage-grid article > span,
.pa-prop-experience .pa-eyebrow {
	color: var(--pa-green) !important;
}

.pa-prop-experience .pa-checklist label {
	color: #dce6e1 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.pa-prop-experience .pa-disclaimer-band p {
	color: #d4c9cb !important;
	font-size: 13px !important;
	line-height: 1.65 !important;
}

@media (max-width: 760px) {
	.pa-prop-experience .pa-rule-check h2 {
		font-size: 30px !important;
	}

	.pa-prop-experience .pa-stage-grid h3 {
		font-size: 20px !important;
	}
}

/* 0.1.22: match bespoke Why-page copy to the shared section typography. */
.pa-site[data-pa-page="why"] :is(
	.pa-why-evidence-copy,
	.pa-why-infrastructure-copy
) > h2 {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
	font-size: clamp(34px, 3.9vw, 54px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: -0.045em !important;
	line-height: 1.08 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-why-evidence-copy > p,
.pa-site[data-pa-page="why"] .pa-why-infrastructure-copy > p:not(.pa-infrastructure-note) {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
	font-size: 17px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.75 !important;
	text-transform: none !important;
}

/* 0.1.24: long-term operation and optional-market control. */
.pa-site[data-pa-page="why"] .pa-why-autonomy,
.pa-site[data-pa-page="why"] .pa-why-autonomy * {
	box-sizing: border-box;
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif;
}

.pa-site[data-pa-page="why"] .pa-why-autonomy {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.91fr) minmax(440px, 1.09fr);
	gap: clamp(42px, 7vw, 88px);
	align-items: center;
	margin-top: clamp(66px, 8vw, 104px);
	padding-top: clamp(58px, 7vw, 86px);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pa-site[data-pa-page="why"] .pa-why-autonomy::before {
	content: "";
	position: absolute;
	width: 180px;
	height: 1px;
	top: -1px;
	left: 0;
	background: linear-gradient(90deg, var(--pa-green), transparent);
	box-shadow: 0 0 18px rgba(44, 226, 132, 0.38);
}

.pa-site[data-pa-page="why"] .pa-autonomy-copy h2 {
	margin: 18px 0;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: clamp(34px, 3.9vw, 54px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: -0.045em !important;
	line-height: 1.08 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-copy h2 em {
	color: #bcb4ff !important;
	-webkit-text-fill-color: #bcb4ff !important;
	font-style: normal !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-copy > p:not(.pa-autonomy-note) {
	margin: 0;
	color: #b5c3bc !important;
	-webkit-text-fill-color: #b5c3bc !important;
	font-size: 17px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.75 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-principles {
	display: grid;
	gap: 11px;
	margin: 28px 0;
}

.pa-site[data-pa-page="why"] .pa-autonomy-principles article {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.025);
}

.pa-site[data-pa-page="why"] .pa-autonomy-principles article > span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(44, 226, 132, 0.28);
	border-radius: 12px;
	background: rgba(44, 226, 132, 0.07);
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: 0.08em !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-principles h3 {
	margin: 0 0 4px;
	color: #f4f8f6 !important;
	-webkit-text-fill-color: #f4f8f6 !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-principles p {
	margin: 0;
	color: #98a69f !important;
	-webkit-text-fill-color: #98a69f !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.65 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	align-items: center;
}

.pa-site[data-pa-page="why"] .pa-autonomy-links a {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-links a:hover {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.pa-site[data-pa-page="why"] .pa-autonomy-links a:focus-visible {
	border-radius: 3px;
	outline: 2px solid #bcb4ff;
	outline-offset: 4px;
}

.pa-site[data-pa-page="why"] .pa-autonomy-note {
	margin: 20px 0 0;
	color: #87958e !important;
	-webkit-text-fill-color: #87958e !important;
	font-size: 11px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.65 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-market-control {
	overflow: hidden;
	border: 1px solid rgba(154, 140, 255, 0.25);
	border-radius: 28px;
	background:
		linear-gradient(150deg, rgba(154, 140, 255, 0.085), transparent 42%),
		#07100c;
	box-shadow: 0 34px 84px rgba(0, 0, 0, 0.38);
}

.pa-site[data-pa-page="why"] .pa-market-control-topbar {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	padding: 17px 21px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.018);
	color: #98a69f;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pa-site[data-pa-page="why"] .pa-market-control-topbar > span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--pa-green);
}

.pa-site[data-pa-page="why"] .pa-market-control-topbar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pa-green);
	box-shadow: 0 0 12px rgba(44, 226, 132, 0.7);
}

.pa-site[data-pa-page="why"] .pa-market-control-body {
	padding: clamp(23px, 3vw, 34px);
}

.pa-site[data-pa-page="why"] .pa-market-control h3 {
	margin: 0;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: clamp(26px, 3vw, 36px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.13 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-market-control-body > p {
	margin: 13px 0 22px;
	color: #aab7b0 !important;
	-webkit-text-fill-color: #aab7b0 !important;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.7 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-market-choice-list {
	display: grid;
	gap: 9px;
}

.pa-site[data-pa-page="why"] .pa-market-choice-list > div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.023);
}

.pa-site[data-pa-page="why"] .pa-market-choice-list > .is-core {
	border-color: rgba(44, 226, 132, 0.3);
	background: linear-gradient(90deg, rgba(44, 226, 132, 0.09), rgba(255, 255, 255, 0.018));
}

.pa-site[data-pa-page="why"] .pa-market-choice-list span,
.pa-site[data-pa-page="why"] .pa-market-choice-list small,
.pa-site[data-pa-page="why"] .pa-market-choice-list b {
	display: block;
}

.pa-site[data-pa-page="why"] .pa-market-choice-list small {
	margin-bottom: 3px;
	color: #7f8d86 !important;
	-webkit-text-fill-color: #7f8d86 !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em !important;
}

.pa-site[data-pa-page="why"] .pa-market-choice-list b {
	color: #e8efeb !important;
	-webkit-text-fill-color: #e8efeb !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.pa-site[data-pa-page="why"] .pa-market-choice-list > div > strong {
	padding: 7px 10px;
	border: 1px solid rgba(154, 140, 255, 0.25);
	border-radius: 999px;
	color: #bcb4ff !important;
	-webkit-text-fill-color: #bcb4ff !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: 0.07em !important;
	text-transform: uppercase !important;
	white-space: nowrap;
}

.pa-site[data-pa-page="why"] .pa-market-choice-list > .is-core > strong {
	border-color: rgba(44, 226, 132, 0.28);
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
}

.pa-site[data-pa-page="why"] .pa-gold-control-note {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-top: 14px;
	padding: 17px;
	border: 1px solid rgba(154, 140, 255, 0.2);
	border-radius: 16px;
	background: rgba(154, 140, 255, 0.055);
}

.pa-site[data-pa-page="why"] .pa-gold-control-note > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(154, 140, 255, 0.3);
	border-radius: 12px;
	color: #bcb4ff !important;
	-webkit-text-fill-color: #bcb4ff !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	letter-spacing: 0.06em !important;
}

.pa-site[data-pa-page="why"] .pa-gold-control-note strong {
	display: block;
	margin-bottom: 4px;
	color: #f1f4f2 !important;
	-webkit-text-fill-color: #f1f4f2 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.pa-site[data-pa-page="why"] .pa-gold-control-note p {
	margin: 0;
	color: #9eaba4 !important;
	-webkit-text-fill-color: #9eaba4 !important;
	font-size: 11px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.65 !important;
	text-transform: none !important;
}

@media (max-width: 1080px) {
	.pa-site[data-pa-page="why"] .pa-why-autonomy {
		grid-template-columns: 1fr;
	}

	.pa-site[data-pa-page="why"] .pa-autonomy-copy,
	.pa-site[data-pa-page="why"] .pa-market-control {
		width: min(100%, 760px);
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.pa-site[data-pa-page="why"] .pa-why-autonomy {
		margin-top: 58px;
		padding-top: 52px;
	}

	.pa-site[data-pa-page="why"] .pa-autonomy-copy h2 {
		font-size: clamp(34px, 10vw, 38px) !important;
	}

	.pa-site[data-pa-page="why"] .pa-autonomy-links {
		align-items: flex-start;
		flex-direction: column;
	}

	.pa-site[data-pa-page="why"] .pa-market-control {
		border-radius: 22px;
	}

	.pa-site[data-pa-page="why"] .pa-market-control-topbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.pa-site[data-pa-page="why"] .pa-market-choice-list > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 420px) {
	.pa-site[data-pa-page="why"] .pa-gold-control-note {
		grid-template-columns: 1fr;
	}
}

/* 0.1.28: restore the visual market-choice story on the homepage preview. */
.pa-home-markets {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 74% 48%, rgba(93, 230, 109, 0.08), transparent 33%),
		linear-gradient(180deg, #020704 0%, #07110c 52%, #020704 100%);
}

.pa-home-mode-grid.pa-home-mode-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pa-home-mode-grid-two .pa-path-card:last-child {
	grid-column: auto;
}

.pa-home-markets::before {
	content: "";
	position: absolute;
	top: -180px;
	left: 50%;
	width: 820px;
	height: 430px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, rgba(93, 230, 109, 0.09), transparent 70%);
	pointer-events: none;
}

.pa-home-markets-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: center;
	padding: clamp(34px, 4.5vw, 58px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.035), rgba(93, 230, 109, 0.025)),
		rgba(5, 12, 8, 0.9);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.pa-home-markets-copy,
.pa-home-markets-visual {
	min-width: 0;
}

.pa-home-markets-label {
	display: inline-flex;
	margin-bottom: 23px;
	padding: 8px 16px;
	border: 1px solid rgba(93, 230, 109, 0.32);
	border-radius: 999px;
	background: rgba(93, 230, 109, 0.09);
	color: var(--pa-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pa-home-markets h2 {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(34px, 3.8vw, 54px);
}

.pa-home-markets h2 em {
	color: var(--pa-green);
	font-style: normal;
}

.pa-home-markets-copy > p {
	margin: 0 0 22px;
	color: var(--pa-muted);
	font-size: 16px;
	line-height: 1.72;
}

.pa-home-markets-copy > p strong {
	color: #fff;
	font-weight: 700;
}

.pa-home-market-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.pa-home-market-badges > div {
	min-width: 128px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.045);
	text-align: center;
	transition: transform 180ms ease, border-color 180ms ease;
}

.pa-home-market-badges > div:hover {
	transform: translateY(-3px);
	border-color: rgba(93, 230, 109, 0.34);
}

.pa-home-market-badges b,
.pa-home-market-badges span {
	display: block;
}

.pa-home-market-badges b {
	color: var(--pa-green);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.pa-home-market-badges span {
	margin-top: 7px;
	color: #75817b;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pa-home-market-badges .is-gold {
	border-color: rgba(232, 213, 181, 0.3);
}

.pa-home-market-badges .is-gold b {
	color: #e8d5b5;
	font-size: 19px;
}

.pa-home-market-badges .is-bitcoin {
	border-color: rgba(247, 147, 26, 0.3);
}

.pa-home-market-badges .is-bitcoin b {
	color: #f3a13d;
	font-size: 19px;
}

.pa-home-market-toggle {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-top: 28px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: #9ba9a1;
	font-size: 13px;
}

.pa-home-market-toggle i {
	position: relative;
	flex: 0 0 auto;
	width: 46px;
	height: 25px;
	border-radius: 999px;
	background: rgba(93, 230, 109, 0.28);
}

.pa-home-market-toggle i::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--pa-green);
	box-shadow: 0 0 14px rgba(93, 230, 109, 0.48);
}

.pa-home-markets-visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pa-home-markets-visual img {
	display: block;
	width: min(100%, 480px);
	height: auto;
	filter: drop-shadow(0 25px 48px rgba(93, 230, 109, 0.16));
	transition: transform 220ms ease;
}

.pa-home-markets-visual img:hover {
	transform: scale(1.025);
}

@media (max-width: 980px) {
	.pa-home-markets-card {
		grid-template-columns: minmax(0, 1fr) minmax(250px, 0.62fr);
		gap: 26px;
	}

	.pa-home-markets-visual img {
		width: min(100%, 320px);
	}
}

@media (max-width: 700px) {
	.pa-home-mode-grid.pa-home-mode-grid-two {
		grid-template-columns: 1fr;
	}

	.pa-home-markets-card {
		grid-template-columns: 1fr;
		padding: 26px 20px 30px;
	}

	.pa-home-markets-visual {
		order: -1;
	}

	.pa-home-markets-visual img {
		width: min(100%, 330px);
	}

	.pa-home-market-badges {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.pa-home-market-badges > div {
		min-width: 0;
		padding: 13px 8px;
	}

	.pa-home-market-badges b {
		font-size: 20px;
	}

	.pa-home-market-badges .is-gold b,
	.pa-home-market-badges .is-bitcoin b {
		font-size: 14px;
	}

	.pa-home-market-badges span {
		font-size: 8px;
	}
}

/* 0.1.28: keep every experience heading in the established PrismAlgo typeface. */
.pa-site :is(h1, h2, h3) {
	font-family: Poppins, sans-serif !important;
	font-style: normal !important;
}

.pa-site h2 {
	font-weight: 700 !important;
	letter-spacing: normal !important;
	line-height: 1.2 !important;
}

.pa-site h3 {
	font-weight: 700 !important;
	letter-spacing: normal !important;
	line-height: 1.25 !important;
}
