body.prismalgo-public-shell-page {
	--pa-bg: #020705;
	--pa-line: rgba(255, 255, 255, 0.11);
	--pa-line-strong: rgba(44, 226, 132, 0.35);
	--pa-green: #2ce284;
	--pa-white: #f7faf8;
	--pa-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
	--pa-shell: 1280px;
	overflow-x: hidden;
	background: #000;
}

body.prismalgo-public-shell-page.pa-modal-open {
	overflow: hidden !important;
}

/*
 * The current Elementor pages contain their original embedded shell.
 * Hide only those exact shell elements; no Elementor page data is changed.
 */
body.prismalgo-public-shell-page .prismalgo-header,
body.prismalgo-public-shell-page .footer-cta,
body.prismalgo-public-shell-page .site-header,
body.prismalgo-public-shell-page .site-footer,
body.prismalgo-public-shell-page #site-header,
body.prismalgo-public-shell-page #site-footer {
	display: none !important;
}

/*
 * The Contact page's original heading/footer HTML is replaced visually by the
 * shared shell. The real Elementor Pro form (widget 13d653e) is preserved.
 */
body.page-id-696.prismalgo-public-shell-page .elementor-element-4eb3cff,
body.page-id-696.prismalgo-public-shell-page .elementor-element-68f3d34,
body.page-id-696.prismalgo-public-shell-page .elementor-element-1808b3e,
body.page-id-696.prismalgo-public-shell-page .elementor-element-fbd2734 {
	display: none !important;
}

/*
 * The logged-out account page still contains its original one-off header and
 * footer. Hide those exact Elementor containers only while the shared public
 * shell is active; the authenticated dashboard remains outside this scope.
 */
body.page-id-538.prismalgo-account-entry .elementor-element-d820267,
body.page-id-538.prismalgo-account-entry .elementor-element-e0ca6a1 {
	display: none !important;
}

.pa-header,
.pa-header *,
.pa-header *::before,
.pa-header *::after,
.pa-footer,
.pa-footer *,
.pa-footer *::before,
.pa-footer *::after,
.pa-contact-intro,
.pa-contact-intro *,
.pa-contact-intro *::before,
.pa-contact-intro *::after,
.pa-contact-guidance,
.pa-contact-guidance *,
.pa-contact-guidance *::before,
.pa-contact-guidance *::after,
.pa-final-cta,
.pa-final-cta *,
.pa-final-cta *::before,
.pa-final-cta *::after {
	box-sizing: border-box;
	font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pa-header a,
.pa-footer a {
	color: inherit;
	text-decoration: none;
}

.pa-header button,
.pa-footer button {
	font: inherit;
}

.pa-contact-intro a,
.pa-contact-guidance a,
.pa-final-cta a {
	color: inherit;
	text-decoration: none;
}

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

.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-family: Poppins, sans-serif;
	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 {
	display: flex;
	align-items: center;
	gap: 30px;
	width: min(100%, 1460px);
	min-height: 68px;
	margin: 0 auto;
	padding: 0 18px;
	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 {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
}

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

.pa-desktop-nav {
	display: flex;
	flex: 1 1 auto;
	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;
	line-height: 1.2;
	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;
	line-height: 1.35;
}

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

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

.pa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 20px;
	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-header button.pa-menu-toggle {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	margin: 0;
	padding: 0;
	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;
	line-height: 1.35;
}

.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;
}

/* Contact page */
.pa-contact-intro {
	position: relative;
	padding: 115px 0 26px;
	overflow: hidden;
	background:
		radial-gradient(circle at 70% 10%, rgba(44, 226, 132, 0.11), transparent 28rem),
		#020705;
	color: var(--pa-white);
}

.pa-contact-intro::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.2;
	background-image:
		linear-gradient(rgba(44, 226, 132, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(44, 226, 132, 0.12) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to bottom, #000, transparent);
}

.pa-contact-intro-copy {
	max-width: 760px;
	margin-bottom: 38px;
}

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

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

.pa-contact-intro h1 {
	margin: 18px 0 16px;
	color: #fff;
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

.pa-contact-intro-copy > p {
	max-width: 700px;
	margin: 0;
	color: #aebbb4;
	font-size: 17px;
	line-height: 1.75;
}

.pa-contact-quick-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pa-contact-quick-grid article {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	min-height: 165px;
	padding: 22px;
	border: 1px solid var(--pa-line);
	border-radius: 18px;
	background: rgba(8, 15, 11, 0.88);
}

.pa-contact-quick-grid article > i {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(44, 226, 132, 0.32);
	border-radius: 13px;
	background: rgba(44, 226, 132, 0.08);
	color: var(--pa-green);
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
}

.pa-contact-quick-grid article > span {
	display: block;
	min-width: 0;
}

.pa-contact-quick-grid small {
	display: block;
	margin-bottom: 4px;
	color: var(--pa-green);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.pa-contact-quick-grid strong {
	display: block;
	overflow-wrap: anywhere;
	color: #fff;
	font-size: 14px;
}

.pa-contact-quick-grid p {
	margin: 8px 0 0;
	color: #85938b;
	font-size: 11px;
	line-height: 1.6;
}

.pa-contact-quick-grid a {
	display: inline-flex;
	gap: 6px;
	margin-top: 10px;
	color: var(--pa-green);
	font-size: 10px;
	font-weight: 700;
}

.pa-contact-form-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-top: 52px;
	padding: 30px 0 20px;
	border-top: 1px solid var(--pa-line);
}

.pa-contact-form-heading span {
	color: var(--pa-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pa-contact-form-heading h2 {
	margin: 8px 0 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -0.045em;
	line-height: 1.1;
}

.pa-contact-form-heading > p {
	max-width: 500px;
	margin: 0;
	color: #829087;
	font-size: 12px;
	line-height: 1.7;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e {
	width: min(calc(100% - 48px), var(--pa-shell));
	margin: 0 auto 70px !important;
	padding: 32px !important;
	border: 1px solid rgba(44, 226, 132, 0.25);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(44, 226, 132, 0.045), transparent 55%),
		#08100c;
	box-shadow: var(--pa-shadow);
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e .elementor-field-label {
	margin-bottom: 8px;
	color: #edf5f1 !important;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e input,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e textarea,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e select {
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px !important;
	background: #101713 !important;
	color: #fff !important;
	font-family: Poppins, sans-serif;
	font-size: 14px;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e textarea {
	min-height: 180px;
	padding-top: 14px;
	resize: vertical;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e input:focus,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e textarea:focus,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e select:focus {
	border-color: rgba(44, 226, 132, 0.75) !important;
	box-shadow: 0 0 0 3px rgba(44, 226, 132, 0.1) !important;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border: 1px solid rgba(44, 226, 132, 0.5);
	border-radius: 13px;
	background: linear-gradient(135deg, #2ce284, #1caa63);
	color: #00180b;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 14px 34px rgba(44, 226, 132, 0.18);
}

.pa-contact-guidance {
	padding: 82px 0;
	border-top: 1px solid var(--pa-line);
	background: #050a07;
	color: var(--pa-white);
}

.pa-section-heading {
	max-width: 820px;
	margin-bottom: 42px;
}

.pa-section-heading .pa-eyebrow {
	margin-bottom: 16px;
}

.pa-section-heading h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(31px, 4.5vw, 52px);
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.pa-section-heading p {
	margin: 0;
	color: #8f9d95;
	font-size: 15px;
	line-height: 1.75;
}

.pa-contact-guidance-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pa-contact-guidance-grid article {
	min-height: 220px;
	padding: 25px;
	border: 1px solid var(--pa-line);
	border-radius: 18px;
	background: #09100d;
}

.pa-contact-guidance-grid article > span {
	color: var(--pa-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pa-contact-guidance-grid h3 {
	margin: 28px 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
}

.pa-contact-guidance-grid p {
	margin: 0;
	color: #87948d;
	font-size: 11px;
	line-height: 1.7;
}

/* CTA shared by Contact, Support and the rendered experience pages. */
.pa-final-cta {
	padding: 76px 0;
	border-top: 1px solid var(--pa-line);
	background: radial-gradient(circle at 20% 50%, rgba(44, 226, 132, 0.13), transparent 40%), #050b08;
	color: var(--pa-white);
}

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

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

.pa-final-cta p {
	margin: 0;
	color: #96a49c;
	font-size: 15px;
	line-height: 1.7;
}

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

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

.pa-footer-brand img {
	width: 220px;
	max-width: 100%;
	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: 0 0 9px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.pa-footer-grid a,
.pa-footer-grid button {
	padding: 0;
	border: 0;
	background: none;
	color: #7d8982;
	font-size: 14px;
	line-height: 1.5;
	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 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 20px;
	color: #4f5a53;
	font-size: 12px;
	line-height: 1.5;
}

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

@media (max-width: 920px) {
	.pa-desktop-nav,
	.pa-header-finder {
		display: none;
	}

	.pa-header button.pa-menu-toggle {
		display: flex;
	}

	.pa-header-actions {
		margin-left: auto;
	}

	.pa-mobile-menu:not([hidden]) {
		display: block;
	}

	.pa-header-inner {
		min-height: 64px;
	}

	.pa-footer-grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.pa-footer-brand {
		grid-column: 1 / -1;
	}

	.pa-contact-quick-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pa-contact-guidance-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 782px) {
	body.admin-bar .pa-header {
		top: 46px;
	}
}

@media (max-width: 680px) {
	.pa-shell {
		width: min(calc(100% - 26px), var(--pa-shell));
	}

	.pa-header {
		padding: 9px 8px 0;
	}

	.pa-header-inner {
		gap: 12px;
		padding: 0 12px;
		border-radius: 18px;
	}

	.pa-brand img {
		width: 166px;
		max-height: 45px;
	}

	.pa-mobile-menu {
		width: calc(100% - 16px);
		padding: 14px;
	}

	.pa-mobile-menu nav {
		grid-template-columns: 1fr;
	}

	.pa-contact-intro {
		padding-top: 85px;
	}

	.pa-contact-quick-grid,
	.pa-contact-guidance-grid {
		grid-template-columns: 1fr;
	}

	.pa-contact-form-heading,
	.pa-final-cta .pa-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e {
		width: calc(100% - 26px);
		padding: 22px !important;
	}

	.pa-final-cta .pa-button {
		width: 100%;
	}

	.pa-footer {
		padding-top: 58px;
	}

	.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;
	}
}

@media (max-width: 390px) {
	.pa-brand img {
		width: 142px;
	}

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

	.pa-footer-brand {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pa-header *,
	.pa-footer * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* PrismAlgo coordinated public-site polish — 0.1.8. */
html:has(body.prismalgo-public-shell-page),
html:has(body.prismalgo-account-entry) {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body.prismalgo-public-shell-page,
body.prismalgo-account-entry {
	width: 100%;
	max-width: 100%;
}

@supports (overflow: clip) {
	html:has(body.prismalgo-public-shell-page),
	html:has(body.prismalgo-account-entry),
	body.prismalgo-public-shell-page,
	body.prismalgo-account-entry {
		overflow-x: clip;
	}
}

body.prismalgo-public-shell-page .elementor,
body.prismalgo-public-shell-page .elementor-section-wrap,
body.prismalgo-public-shell-page .elementor-element,
body.prismalgo-public-shell-page .e-con,
body.prismalgo-account-entry .elementor,
body.prismalgo-account-entry .elementor-section-wrap,
body.prismalgo-account-entry .elementor-element,
body.prismalgo-account-entry .e-con {
	max-width: 100%;
	min-width: 0;
}

/* The green navigation pill contains only the navigation links. */
.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;
}

/* Exact preserved Elementor widgets adjusted without replacing page content. */
body.page-id-367.prismalgo-public-shell-page .elementor-element-b505895,
body.page-id-1341.prismalgo-public-shell-page .elementor-element-a9424b3 {
	display: none !important;
}

body.page-id-367.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading,
body.page-id-1709.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

body.page-id-367.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading .pa-eyebrow,
body.page-id-1709.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading .pa-eyebrow {
	justify-content: center !important;
}

body.page-id-367.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading h2,
body.page-id-367.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading p,
body.page-id-1709.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading h2,
body.page-id-1709.prismalgo-public-shell-page .elementor-element-bf15497 .pa-section-heading p {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

/* Contact form typography and visibility. */
.pa-contact-intro,
.pa-contact-intro h1,
.pa-contact-form-heading,
.pa-contact-form-heading h2,
.pa-contact-guidance,
.pa-contact-guidance h2,
.pa-contact-guidance h3 {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
}

.pa-contact-intro h1 {
	font-size: clamp(40px, 5vw, 68px);
	line-height: 1.04;
}

.pa-contact-form-heading span {
	font-size: 13px;
}

.pa-contact-form-heading h2 {
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 700;
}

.pa-contact-form-heading > p {
	color: #a8b5ae;
	font-size: 14px;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-922eab9,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e .elementor-widget-container,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e form {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-922eab9 {
	width: 100% !important;
	overflow: visible !important;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e .elementor-field-label {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
	font-size: 14px !important;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e input,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e textarea,
body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e select {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
	font-size: 15px !important;
}

body.page-id-696.prismalgo-public-shell-page .elementor-element-13d653e button[type="submit"] {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
	font-size: 15px !important;
}

/* Richer Trading Modes material appended after the preserved introduction. */
.pa-modes-extension,
.pa-modes-extension *,
.pa-modes-extension *::before,
.pa-modes-extension *::after {
	box-sizing: border-box;
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif;
}

.pa-modes-extension {
	padding: 84px 0 92px;
	border-top: 1px solid var(--pa-line);
	background:
		radial-gradient(circle at 50% 15%, rgba(44, 226, 132, 0.08), transparent 34rem),
		#020705;
	color: var(--pa-white);
}

.pa-modes-extension-compact {
	padding-top: 68px;
	padding-bottom: 72px;
}

.pa-modes-extension-compact .pa-section-heading {
	margin-bottom: 0;
}

.pa-modes-extension-compact .pa-mode-control-grid,
.pa-modes-extension-compact .pa-mode-risk-note {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.pa-section-heading-centred {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

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

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

.pa-risk-profile-card {
	min-height: 360px;
	padding: 28px;
	border: 1px solid var(--pa-line);
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent), #08100c;
}

.pa-risk-profile-card.pa-risk-profile-featured {
	border-color: rgba(44, 226, 132, 0.45);
	background: linear-gradient(145deg, rgba(44, 226, 132, 0.085), transparent), #08110c;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.pa-risk-profile-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.pa-risk-profile-top span {
	color: rgba(44, 226, 132, 0.22);
	font-size: 44px;
	font-weight: 800;
	line-height: 1;
}

.pa-risk-profile-top em {
	padding: 6px 9px;
	border: 1px solid rgba(44, 226, 132, 0.26);
	border-radius: 999px;
	color: var(--pa-green);
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.pa-risk-profile-card h3 {
	margin: 25px 0 10px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}

.pa-risk-profile-card p,
.pa-risk-profile-card li,
.pa-mode-control-grid p,
.pa-mode-risk-note p {
	color: #9ba9a2;
	font-size: 14px;
	line-height: 1.7;
}

.pa-risk-profile-card ul {
	margin: 20px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	list-style: none;
}

.pa-risk-profile-card li {
	position: relative;
	margin: 8px 0;
	padding-left: 20px;
}

.pa-risk-profile-card li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: var(--pa-green);
	font-weight: 800;
}

.pa-mode-control-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 34px;
}

.pa-mode-control-grid article {
	padding: 25px;
	border: 1px solid var(--pa-line);
	border-radius: 18px;
	background: #070d09;
}

.pa-mode-control-grid article > span {
	color: var(--pa-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
}

.pa-mode-control-grid h3 {
	margin: 10px 0 8px;
	color: #fff;
	font-size: 18px;
}

.pa-mode-control-grid p,
.pa-mode-risk-note p {
	margin: 0;
}

.pa-mode-risk-note {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 22px;
	padding: 20px 24px;
	border-left: 3px solid var(--pa-green);
	border-radius: 0 14px 14px 0;
	background: rgba(44, 226, 132, 0.055);
}

.pa-mode-risk-note strong {
	flex: 0 0 auto;
	color: #fff;
	font-size: 15px;
}

/* Reusable conversion section. */
.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,
	.pa-header-finder {
		display: none;
	}

	.pa-header button.pa-menu-toggle {
		display: flex;
	}

	.pa-header-actions {
		margin-left: auto;
	}

	.pa-mobile-menu:not([hidden]) {
		display: block;
	}

	.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-desktop-nav {
		display: none;
	}

	.pa-header-inner {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.pa-risk-profile-grid,
	.pa-mode-control-grid {
		grid-template-columns: 1fr;
	}

	.pa-risk-profile-card {
		min-height: 0;
	}

	.pa-mode-risk-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.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-modes-extension,
	.pa-final-cta {
		padding-block: 64px;
	}

	.pa-contact-form-heading,
	.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 for plugin-owned sections appended to Elementor. */
.pa-prop-planner-section,
.pa-modes-extension,
.pa-final-cta,
.pa-community-cta,
:is(.pa-prop-planner-section, .pa-modes-extension, .pa-final-cta, .pa-community-cta) :is(
	h1,
	h2,
	h3,
	h4,
	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;
}

@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;
	}
}

@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;
	}
}

.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 text previously inherited tiny utility sizes. */
.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;
}

/* Growth Simulator: clear the sticky header and separate calculator from CTA. */
body.page-id-1341.prismalgo-public-shell-page .elementor.elementor-1341 {
	padding-top: clamp(44px, 5vw, 76px) !important;
}

body.page-id-1341.prismalgo-public-shell-page .pa-final-cta {
	margin-top: clamp(64px, 7vw, 110px) !important;
}

/* The public community invitation now belongs on Pricing. */
.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-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;
}

/* Move the existing homepage community content to Pricing. */
body.page-id-367.prismalgo-public-shell-page .elementor-element-dab823f {
	display: none !important;
}

/* More breathing room and a restrained, failure-safe homepage reveal. */
body.page-id-367.prismalgo-public-shell-page :is(
	.elementor-element-88a64ae,
	.elementor-element-06e43ad,
	.elementor-element-cf0a0a0,
	.elementor-element-ec28044,
	.elementor-element-bf15497,
	.elementor-element-74beb13,
	.elementor-element-6d23b44,
	.elementor-element-21e5bd9,
	.elementor-element-aefc5e2
) {
	margin-top: clamp(10px, 1.4vw, 22px) !important;
}

html.pa-home-reveal-ready body.page-id-367 .pa-home-reveal {
	opacity: 0 !important;
	transform: translateY(24px) !important;
	transition:
		opacity 700ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--pa-reveal-delay, 0ms),
		transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--pa-reveal-delay, 0ms) !important;
}

html.pa-home-reveal-ready body.page-id-367 .pa-home-reveal.is-visible {
	opacity: 1 !important;
	transform: none !important;
}

@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;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.pa-home-reveal-ready body.page-id-367 .pa-home-reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/*
 * 0.1.16 Trading Modes typography isolation.
 *
 * This section is appended outside Elementor's normal content wrapper. Keep
 * the theme from substituting its heading font, weights and muted colours.
 */
.pa-modes-extension,
.pa-modes-extension :is(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	a,
	button,
	input,
	select,
	textarea,
	label,
	legend,
	small,
	strong,
	span,
	em,
	li
) {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
}

.pa-modes-extension .pa-section-heading h2 {
	margin: 0 auto 16px !important;
	max-width: 820px;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: clamp(36px, 4.2vw, 56px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.08 !important;
	text-align: center !important;
	text-transform: none !important;
}

.pa-modes-extension .pa-section-heading > p {
	margin: 0 auto !important;
	max-width: 760px;
	color: #aebbb4 !important;
	-webkit-text-fill-color: #aebbb4 !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.7 !important;
	text-align: center !important;
}

.pa-modes-extension .pa-section-eyebrow,
.pa-modes-extension .pa-risk-badge,
.pa-modes-extension .pa-mode-control-grid article > span {
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-size: 11px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	letter-spacing: 0.11em !important;
	line-height: 1.35 !important;
	text-transform: uppercase !important;
}

.pa-modes-extension .pa-risk-profile-card h3,
.pa-modes-extension .pa-mode-control-grid h3 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	text-transform: none !important;
}

.pa-modes-extension .pa-risk-profile-card h3 {
	font-size: 24px !important;
	line-height: 1.2 !important;
}

.pa-modes-extension .pa-mode-control-grid h3 {
	font-size: 19px !important;
	line-height: 1.3 !important;
}

.pa-modes-extension .pa-risk-profile-card :is(p, li),
.pa-modes-extension .pa-mode-control-grid p,
.pa-modes-extension .pa-mode-risk-note p {
	color: #aebbb4 !important;
	-webkit-text-fill-color: #aebbb4 !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.7 !important;
	text-transform: none !important;
}

.pa-modes-extension .pa-mode-risk-note strong {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.5 !important;
	text-transform: none !important;
}

@media (max-width: 760px) {
	.pa-modes-extension .pa-section-heading h2 {
		font-size: clamp(32px, 9vw, 42px) !important;
	}

	.pa-modes-extension .pa-risk-profile-card {
		padding: 24px !important;
	}
}

/*
 * 0.1.18 Why PrismAlgo typography isolation.
 *
 * The Why page is assembled from several standalone sections. Scope the
 * correction to its rendered page wrapper so theme typography cannot replace the
 * approved Poppins weights or reduce supporting copy to unreadable colours.
 */
.pa-site[data-pa-page="why"] :is(
	.pa-page-hero,
	.pa-section,
	.pa-final-cta
),
.pa-site[data-pa-page="why"] :is(
	.pa-page-hero,
	.pa-section,
	.pa-final-cta
) :is(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	a,
	button,
	span,
	em,
	i,
	li,
	strong,
	small
) {
	font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif !important;
}

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

.pa-site[data-pa-page="why"] .pa-page-hero > .pa-shell > p {
	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.7 !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] :is(
	.pa-page-hero,
	.pa-section
) .pa-eyebrow {
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-size: 11px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
}

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

.pa-site[data-pa-page="why"] .pa-section-heading > p {
	color: #aebbb4 !important;
	-webkit-text-fill-color: #aebbb4 !important;
	font-size: 16px !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"] :is(
	.pa-why-benefits h3,
	.pa-why-contrast h2,
	.pa-why-steps h3
) {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: -0.025em !important;
	text-transform: none !important;
}

.pa-site[data-pa-page="why"] .pa-why-benefits h3,
.pa-site[data-pa-page="why"] .pa-why-steps h3 {
	font-size: 20px !important;
	line-height: 1.3 !important;
}

.pa-site[data-pa-page="why"] .pa-why-contrast h2 {
	font-size: clamp(27px, 3vw, 38px) !important;
	line-height: 1.14 !important;
}

.pa-site[data-pa-page="why"] :is(
	.pa-why-benefits p,
	.pa-why-steps p,
	.pa-why-contrast li
) {
	color: #bdc9c3 !important;
	-webkit-text-fill-color: #bdc9c3 !important;
	font-size: 15px !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-why-benefits article > span,
.pa-site[data-pa-page="why"] .pa-why-steps i {
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-style: normal !important;
	font-weight: 800 !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-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;
}

.pa-site[data-pa-page="why"] .pa-why-steps a {
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

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

.pa-site[data-pa-page="why"] .pa-final-cta h2 em {
	color: var(--pa-green) !important;
	-webkit-text-fill-color: var(--pa-green) !important;
	font-style: normal !important;
	font-weight: 700 !important;
}

.pa-site[data-pa-page="why"] .pa-final-cta-copy > p {
	color: #b5c3bc !important;
	-webkit-text-fill-color: #b5c3bc !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.7 !important;
	text-transform: none !important;
}

@media (max-width: 760px) {
	.pa-site[data-pa-page="why"] .pa-page-hero h1,
	.pa-site[data-pa-page="why"] .pa-section-heading h2 {
		font-size: clamp(32px, 9vw, 44px) !important;
	}

	.pa-site[data-pa-page="why"] .pa-why-contrast > article {
		padding: 28px !important;
	}
}
