:root {
	--pfx-black: #050505;
	--pfx-charcoal: #0b0b0d;
	--pfx-card: #111114;
	--pfx-card-2: #151519;
	--pfx-border: #242428;
	--pfx-border-soft: rgba(255, 255, 255, 0.08);
	--pfx-red: #e11d2e;
	--pfx-red-dark: #a90f1c;
	--pfx-white: #ffffff;
	--pfx-grey: #c9c9cf;
	--pfx-muted: #8d8d96;
	--pfx-gold: #c7a76c;
	--pfx-radius: 8px;
	--pfx-container: 1280px;
	--pfx-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
	--pfx-texture-bg: url("../img/pfx-dark-leaf-bg.jpg");
	--pfx-admin-bar-offset: 0px;
	--pfx-header-height: 78px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body.pfx-site {
	margin: 0;
	padding-top: var(--pfx-header-height);
	overflow-x: hidden;
	background:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
		var(--pfx-black);
	background-size: 42px 42px, 42px 42px, auto;
	color: var(--pfx-white);
	font-family: Inter, Manrope, "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

body.admin-bar {
	--pfx-admin-bar-offset: 32px;
}

@media (max-width: 782px) {
	body.admin-bar {
		--pfx-admin-bar-offset: 0px;
	}
}

body.pfx-site::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(120deg, rgba(225, 29, 46, 0.08), transparent 34%, rgba(255, 255, 255, 0.02));
}

a {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

.pfx-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 14px;
	clip: auto;
	background: var(--pfx-red);
	color: var(--pfx-white);
	border-radius: var(--pfx-radius);
}

.pfx-container {
	width: calc(100% - 48px);
	max-width: var(--pfx-container);
	margin-inline: auto;
}

.pfx-narrow {
	width: calc(100% - 48px);
	max-width: 900px;
}

.pfx-section {
	position: relative;
	padding: 116px 0;
}

.pfx-section-tight {
	padding-top: 90px;
	padding-bottom: 90px;
}

.pfx-section-alt {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		var(--pfx-charcoal);
	border-block: 1px solid var(--pfx-border-soft);
}

.pfx-h1,
.pfx-h2,
.pfx-h3,
.pfx-copy,
.pfx-hero__tagline {
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: normal;
}

.pfx-hero__copy {
	min-width: 0;
	max-width: 100%;
}

.pfx-hero__copy > * {
	max-width: 100%;
}

.pfx-h1,
.pfx-h2,
.pfx-h3 {
	margin: 0 0 22px;
	color: var(--pfx-white);
	line-height: 1.08;
	letter-spacing: 0;
}

.pfx-h1 {
	font-size: 64px;
	font-weight: 850;
}

.pfx-h2 {
	font-size: 44px;
	font-weight: 780;
}

.pfx-h3 {
	font-size: 25px;
	font-weight: 740;
}

.pfx-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--pfx-red);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pfx-kicker::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--pfx-red);
}

.pfx-copy {
	max-width: 700px;
	margin: 0 0 28px;
	color: var(--pfx-grey);
	font-size: 18px;
	line-height: 1.75;
}

.pfx-hero__tagline {
	max-width: 720px;
	margin: -8px 0 22px;
	color: var(--pfx-white);
	font-size: 25px;
	font-weight: 750;
	line-height: 1.25;
}

.pfx-microcopy {
	margin: 18px 0 0;
	color: var(--pfx-muted);
	font-size: 13px;
}

.pfx-hero-features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 6px 0 28px;
	border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-hero-features span {
	min-height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 14px;
	color: var(--pfx-grey);
	font-size: 14px;
	font-weight: 760;
	line-height: 1.25;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-hero-features span:last-child {
	border-right: 0;
}

.pfx-hero-features .pfx-ui-icon {
	width: 30px;
	height: 30px;
	padding: 6px;
	background: rgba(225, 29, 46, 0.11);
	border: 1px solid rgba(225, 29, 46, 0.32);
	border-radius: 999px;
	color: var(--pfx-red);
}

.pfx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.pfx-actions--center,
.pfx-center-actions {
	justify-content: center;
	text-align: center;
}

.pfx-center-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.pfx-section-actions {
	margin: -22px 0 42px;
}

.pfx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 0 22px;
	border-radius: var(--pfx-radius);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
	white-space: nowrap;
}

.pfx-ui-icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: currentColor;
}

.pfx-ui-icon svg,
.pfx-ui-icon__img {
	width: 100%;
	height: 100%;
	display: block;
}

.pfx-ui-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pfx-ui-icon__img {
	object-fit: contain;
}

.pfx-btn-primary {
	background: var(--pfx-red);
	color: var(--pfx-white);
	border-color: var(--pfx-red);
	box-shadow: 0 16px 36px rgba(225, 29, 46, 0.22);
}

.pfx-btn-primary:hover,
.pfx-btn-primary:focus {
	background: var(--pfx-red-dark);
	border-color: var(--pfx-red-dark);
	transform: translateY(-2px);
}

.pfx-btn-secondary {
	background: rgba(255, 255, 255, 0.025);
	color: var(--pfx-white);
	border-color: rgba(225, 29, 46, 0.55);
}

.pfx-btn-secondary:hover,
.pfx-btn-secondary:focus {
	background: rgba(225, 29, 46, 0.12);
	border-color: var(--pfx-red);
	transform: translateY(-2px);
}

.pfx-header {
	position: fixed;
	top: var(--pfx-admin-bar-offset);
	right: 0;
	left: 0;
	z-index: 1000;
	background: rgba(5, 5, 5, 0.88);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.pfx-site.logged-in:is(.pfx-account-theme, .woocommerce-account) {
	padding-top: 0;
}

.pfx-header__inner {
	width: calc(100% - 52px);
	max-width: 1760px;
	min-height: var(--pfx-header-height);
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.pfx-header.is-scrolled {
	background: rgba(5, 6, 7, 0.96);
	border-bottom-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
}

.pfx-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	text-decoration: none;
}

.pfx-brand__mark {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(225, 29, 46, 0.5);
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(225, 29, 46, 0.18);
	object-fit: cover;
}

.pfx-brand__text {
	color: var(--pfx-white);
	font-size: 18px;
	font-weight: 850;
	letter-spacing: 0;
	white-space: nowrap;
}

.pfx-nav {
	min-width: 0;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(10px, 1.3vw, 22px);
}

.pfx-nav__list {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: clamp(10px, 1.1vw, 20px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfx-nav__list a {
	position: relative;
	color: var(--pfx-grey);
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
	transition: color 180ms ease;
	white-space: nowrap;
}

.pfx-nav__list a:hover,
.pfx-nav__list a:focus {
	color: var(--pfx-white);
}

.pfx-nav__list .current-menu-item > a,
.pfx-nav__list .current_page_item > a,
.pfx-nav__list .current-menu-ancestor > a {
	color: var(--pfx-white);
}

.pfx-nav__list .current-menu-item > a::after,
.pfx-nav__list .current_page_item > a::after,
.pfx-nav__list .current-menu-ancestor > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	height: 2px;
	background: var(--pfx-red);
	border-radius: 999px;
}

.pfx-nav__list li {
	position: relative;
}

.pfx-nav__list .sub-menu {
	position: absolute;
	top: calc(100% + 16px);
	left: 0;
	z-index: 20;
	min-width: 190px;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: rgba(8, 8, 10, 0.98);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.pfx-nav__list li:hover > .sub-menu,
.pfx-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.pfx-nav__list .sub-menu a {
	display: block;
	padding: 9px 10px;
	border-radius: 6px;
}

.pfx-nav__list .sub-menu a:hover,
.pfx-nav__list .sub-menu a:focus {
	background: rgba(225, 29, 46, 0.12);
}

.pfx-header__actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

.pfx-header__actions .pfx-btn {
	min-height: 42px;
	padding-inline: 14px;
	font-size: 12px;
}

.pfx-icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	width: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--pfx-radius);
	background: rgba(255, 255, 255, 0.025);
	color: var(--pfx-grey);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.pfx-icon-link__text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.pfx-icon-link:hover,
.pfx-icon-link:focus {
	transform: translateY(-2px);
	border-color: rgba(225, 29, 46, 0.64);
	background: rgba(225, 29, 46, 0.12);
	color: var(--pfx-white);
}

.pfx-icon-link em {
	position: absolute;
	top: -8px;
	right: -8px;
	min-width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--pfx-red);
	color: var(--pfx-white);
	font-size: 11px;
	font-style: normal;
}

.pfx-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	background: var(--pfx-card);
	padding: 11px;
	cursor: pointer;
}

.pfx-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: var(--pfx-white);
}

.pfx-hero {
	min-height: 650px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.9) 45%, rgba(5, 5, 5, 0.76) 100%),
		linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
	background-size: auto, 46px 46px, 46px 46px;
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	gap: clamp(36px, 5vw, 90px);
	align-items: center;
}

.pfx-hero__visual {
	position: relative;
	min-height: 440px;
	display: grid;
	place-items: center;
	perspective: 1200px;
}

.pfx-hero__visual::before {
	content: "";
	position: absolute;
	inset: 12% 0 8% 10%;
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.2), rgba(255, 255, 255, 0.04) 44%, transparent);
	opacity: 0.7;
	transform: skewY(-7deg);
}

.pfx-trading-screen {
	position: relative;
	z-index: 1;
	width: min(650px, 100%);
	min-height: 330px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.012)),
		#09090b;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
	transform: rotateX(8deg) rotateY(-12deg) rotateZ(-1deg);
}

.pfx-trading-screen__topbar {
	height: 42px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--pfx-muted);
	font-size: 11px;
	text-transform: uppercase;
}

.pfx-trading-screen__topbar span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(225, 29, 46, 0.8);
}

.pfx-trading-screen__topbar span:nth-child(2) {
	background: rgba(255, 255, 255, 0.28);
}

.pfx-trading-screen__topbar span:nth-child(3) {
	background: rgba(199, 167, 108, 0.72);
}

.pfx-trading-screen__topbar strong {
	margin-left: auto;
	color: var(--pfx-grey);
	font-weight: 800;
}

.pfx-trading-chart {
	position: relative;
	min-height: 255px;
	margin: 18px 20px 28px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 100% 25%, 12.5% 100%;
}

.pfx-trading-chart::before {
	content: "";
	position: absolute;
	left: 3%;
	right: 4%;
	top: 54%;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(225, 29, 46, 0.9), transparent);
}

.pfx-trading-chart span {
	position: absolute;
	left: var(--x);
	bottom: var(--b);
	width: 12px;
	height: var(--h);
	border-radius: 999px;
	background: var(--pfx-red);
	box-shadow: 0 0 0 1px rgba(225, 29, 46, 0.28);
}

.pfx-trading-chart span:nth-child(even) {
	background: #d8d8dd;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.pfx-trading-screen__base {
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: -18px;
	height: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
	transform: skewX(-22deg);
}

.pfx-hero__panel {
	position: absolute;
	right: 2%;
	bottom: 6%;
	z-index: 2;
	width: 230px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--pfx-radius);
	background: rgba(17, 17, 20, 0.88);
	backdrop-filter: blur(18px);
	box-shadow: var(--pfx-shadow);
}

.pfx-hero__panel span,
.pfx-hero__panel em {
	display: block;
	color: var(--pfx-muted);
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}

.pfx-hero__panel strong {
	display: block;
	margin: 8px 0;
	color: var(--pfx-white);
	font-size: 22px;
	line-height: 1.2;
}

.pfx-section-intro {
	margin-bottom: 46px;
}

.pfx-section-intro--center {
	display: grid;
	justify-items: center;
	text-align: center;
}

.pfx-card-grid,
.pfx-service-grid,
.pfx-pricing-grid,
.pfx-stat-grid,
.pfx-product-grid,
.pfx-tier-grid,
.pfx-programme-grid {
	display: grid;
	gap: 24px;
}

.pfx-card-grid--three,
.pfx-pricing-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfx-card-grid--four,
.pfx-stat-grid,
.pfx-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.pfx-service-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: stretch;
}

.pfx-tier-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.pfx-stat-grid--six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfx-stat-grid--framework {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.pfx-card,
.pfx-pricing-card,
.pfx-stat-card,
.pfx-product-card,
.pfx-tier-card,
.pfx-programme-card,
.pfx-account-gateway {
	position: relative;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pfx-card {
	padding: 30px;
}

.pfx-card p,
.pfx-pricing-card p,
.pfx-product-card p,
.pfx-tier-card p {
	margin: 0 0 20px;
	color: var(--pfx-grey);
}

.pfx-card:hover,
.pfx-pricing-card:hover,
.pfx-product-card:hover,
.pfx-tier-card:hover,
.pfx-programme-card:hover {
	border-color: rgba(225, 29, 46, 0.65);
	transform: translateY(-4px);
	box-shadow: var(--pfx-shadow);
}

.pfx-commerce-overview {
	padding-top: 86px;
	padding-bottom: 70px;
}

.pfx-commerce-panel {
	display: grid;
	gap: 24px;
}

.pfx-commerce-panel__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.pfx-commerce-panel__heading .pfx-kicker,
.pfx-commerce-panel__heading .pfx-h2 {
	margin-bottom: 0;
}

.pfx-commerce-panel__heading .pfx-h2 {
	font-size: clamp(38px, 3vw, 60px);
	line-height: 1.02;
}

.pfx-commerce-panel__heading--stack {
	display: grid;
	justify-content: start;
}

.pfx-commerce-panel__heading--stack .pfx-copy {
	margin: 4px 0 0;
	max-width: 760px;
}

.pfx-commerce-panel__footer {
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

.pfx-programme-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pfx-programme-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding: 26px;
}

.pfx-programme-card .pfx-h3 {
	font-size: 18px;
	line-height: 1.08;
}

.pfx-programme-card .pfx-list {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.75;
}

.pfx-programme-card__actions {
	display: flex;
	width: 100%;
	margin-top: auto;
	justify-content: center;
	align-items: flex-end;
}

.pfx-programme-card .pfx-btn {
	width: 100%;
	max-width: 320px;
	margin-top: 0;
	min-height: 44px;
	padding-inline: 14px;
	font-size: 11px;
	align-self: center;
}

.pfx-programme-card .pfx-price {
	font-size: clamp(28px, 2.25vw, 44px);
}

.pfx-price--text {
	font-size: clamp(22px, 1.85vw, 34px);
	line-height: 1.08;
	word-break: break-word;
}

.pfx-card__line {
	display: block;
	width: 38px;
	height: 3px;
	margin-bottom: 20px;
	background: var(--pfx-red);
}

.pfx-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 58px;
	align-items: center;
}

.pfx-inset-list {
	background: rgba(5, 5, 5, 0.38);
}

.pfx-list {
	margin: 0;
	padding-left: 20px;
	color: var(--pfx-grey);
	line-height: 1.85;
}

.pfx-vision-principles {
	display: grid;
	gap: 0;
	padding: 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		rgba(15, 17, 21, 0.88);
}

.pfx-vision-principle {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 24px 28px;
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-vision-principle:last-child {
	border-bottom: 0;
}

.pfx-vision-principle .pfx-ui-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	color: var(--pfx-red);
	background: rgba(225, 29, 46, 0.075);
	border: 1px solid rgba(225, 29, 46, 0.18);
	border-radius: 999px;
}

.pfx-vision-principle .pfx-ui-icon svg,
.pfx-vision-principle .pfx-ui-icon img {
	width: 19px;
	height: 19px;
}

.pfx-vision-principle strong {
	display: block;
	margin-bottom: 6px;
	color: var(--pfx-white);
	font-size: 18px;
	line-height: 1.25;
}

.pfx-vision-principle span:not(.pfx-ui-icon) {
	display: block;
	max-width: 48ch;
	color: var(--pfx-muted);
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 700px) {
	.pfx-vision-principle {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 14px;
		padding: 20px;
	}

	.pfx-vision-principle .pfx-ui-icon {
		width: 38px;
		height: 38px;
	}

	.pfx-vision-principle strong {
		font-size: 16px;
	}

	.pfx-vision-principle span:not(.pfx-ui-icon) {
		font-size: 14px;
	}
}

.pfx-risk-note {
	margin: 24px 0 0;
	padding: 18px 20px;
	color: var(--pfx-grey);
	background: rgba(225, 29, 46, 0.075);
	border-left: 3px solid var(--pfx-red);
	border-radius: var(--pfx-radius);
}

.pfx-risk-note--line {
	max-width: 860px;
	margin: 30px auto 0;
	padding: 18px 0 0;
	text-align: center;
	background: transparent !important;
	border-top: 1px solid var(--pfx-border-soft);
	border-left: 0;
	border-radius: 0;
}

.pfx-metric-card {
	min-height: 320px;
	display: grid;
	align-content: center;
	justify-items: center;
	text-align: center;
}

.pfx-metric-card span,
.pfx-metric-card em {
	color: var(--pfx-muted);
	font-style: normal;
	text-transform: uppercase;
}

.pfx-metric-card strong {
	display: block;
	color: var(--pfx-red);
	font-size: 110px;
	line-height: 1;
	font-weight: 900;
}

.pfx-service-card {
	display: flex;
	min-height: 335px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
}

.pfx-service-card .pfx-h3 {
	min-height: 88px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	font-size: clamp(22px, 1.45vw, 27px);
	line-height: 1.08;
}

.pfx-service-card p {
	min-height: 150px;
	display: flex;
	width: 100%;
	max-width: 235px;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto 24px;
	font-size: 15px;
	line-height: 1.62;
	text-align: center;
}

.pfx-service-card__button {
	display: inline-flex;
	width: 100%;
	max-width: 230px;
	min-height: 46px;
	margin-top: auto;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 1px solid rgba(225, 29, 46, 0.55);
	border-radius: var(--pfx-radius);
	color: var(--pfx-red);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pfx-service-card:hover .pfx-service-card__button,
.pfx-service-card:focus .pfx-service-card__button {
	background: rgba(225, 29, 46, 0.12);
	border-color: var(--pfx-red);
	color: var(--pfx-white);
}

.pfx-tier-card {
	--pfx-tier-accent: var(--pfx-red);
	--pfx-tier-accent-soft: rgba(225, 29, 46, 0.28);
	--pfx-tier-crest-dark: #5f0f18;
	--pfx-tier-crest-light: #ff5363;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding: 32px;
	overflow: hidden;
	text-align: center;
}

.pfx-tier-grid--compact {
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.pfx-tier-grid--compact .pfx-tier-card {
	padding: 24px 20px;
}

.pfx-tier-grid--compact .pfx-tier-card .pfx-h3 {
	font-size: 18px;
	text-align: center;
}

.pfx-tier-grid--compact .pfx-tier-card .pfx-list {
	font-size: 13px;
	line-height: 1.72;
}

.pfx-tier-card__crest {
	width: 82px;
	height: 88px;
	display: grid;
	place-items: center;
	margin: 0 auto 14px;
	color: var(--pfx-tier-accent);
	background: none;
	border: 0;
	border-radius: 0;
}

.pfx-tier-emblem {
	position: relative;
	width: 66px;
	height: 76px;
	display: block;
	filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

.pfx-tier-emblem::before,
.pfx-tier-emblem::after,
.pfx-tier-emblem__inner {
	position: absolute;
	clip-path: polygon(50% 0, 87% 13%, 81% 68%, 50% 100%, 19% 68%, 13% 13%);
	content: "";
}

.pfx-tier-emblem::before {
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 30%),
		linear-gradient(215deg, rgba(0, 0, 0, 0.45), transparent 42%),
		linear-gradient(180deg, var(--pfx-tier-crest-light), var(--pfx-tier-crest-dark));
}

.pfx-tier-emblem::after {
	inset: 5px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.28));
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.pfx-tier-emblem__inner {
	inset: 12px 14px 16px;
	z-index: 1;
	background:
		linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.24) 48% 52%, transparent 52%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 34%),
		rgba(0, 0, 0, 0.18);
}

.pfx-tier-emblem__mark {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.86);
}

.pfx-tier-emblem__mark .pfx-ui-icon {
	width: 23px;
	height: 23px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
}

.pfx-tier-card--bronze {
	--pfx-tier-accent: #b57847;
	--pfx-tier-accent-soft: rgba(181, 120, 71, 0.24);
	--pfx-tier-crest-dark: #5d321d;
	--pfx-tier-crest-light: #d99a67;
}

.pfx-tier-card--silver {
	--pfx-tier-accent: #c8ccd3;
	--pfx-tier-accent-soft: rgba(200, 204, 211, 0.22);
	--pfx-tier-crest-dark: #5d626b;
	--pfx-tier-crest-light: #f2f4f8;
}

.pfx-tier-card--gold {
	--pfx-tier-accent: var(--pfx-gold);
	--pfx-tier-accent-soft: rgba(214, 165, 59, 0.24);
	--pfx-tier-crest-dark: #80611d;
	--pfx-tier-crest-light: #ffd464;
}

.pfx-tier-card--platinum {
	--pfx-tier-accent: #f2f4f8;
	--pfx-tier-accent-soft: rgba(242, 244, 248, 0.2);
	--pfx-tier-crest-dark: #686d76;
	--pfx-tier-crest-light: #ffffff;
}

.pfx-tier-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--pfx-tier-accent);
}

.pfx-tier-card__label {
	display: inline-flex;
	width: fit-content;
	margin: 0 auto 16px;
	padding: 7px 10px;
	color: var(--pfx-muted);
	border: 1px solid var(--pfx-border);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-tier-card__price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	margin: -6px 0 22px !important;
	color: var(--pfx-white) !important;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-tier-card__price strong {
	color: var(--pfx-tier-accent);
	font-size: 34px;
	line-height: 0.9;
}

.pfx-tier-card__price span {
	color: var(--pfx-grey);
	font-size: 10px;
	line-height: 1.05;
}

.pfx-tier-card__upgrade {
	min-height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 18px;
	border-top: 1px solid var(--pfx-border);
	font-size: 14px;
}

.pfx-tier-card .pfx-list {
	text-align: left;
	min-height: 172px;
	margin-bottom: 0;
}

.pfx-tier-card > p:not(.pfx-tier-card__price):not(.pfx-tier-card__upgrade) {
	min-height: 126px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.pfx-tier-card__actions {
	display: flex;
	width: 100%;
	margin-top: 18px;
	justify-content: center;
	align-items: flex-end;
}

.pfx-tier-card .pfx-btn {
	width: 100%;
	max-width: 320px;
	margin-top: 0;
	min-height: 42px;
	padding-inline: 14px;
	font-size: 11px;
	align-self: center;
}

.pfx-tier-card__upgrade + .pfx-tier-card__actions {
	margin-top: 18px;
}

.pfx-tier-grid--compact .pfx-tier-card .pfx-list {
	min-height: 0;
	margin-bottom: 18px;
}

.pfx-tier-grid--compact .pfx-tier-card__actions {
	margin-top: auto;
}

.pfx-benefit-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 42px;
	border-top: 1px solid var(--pfx-border-soft);
}

.pfx-commerce-membership {
	border-top: 1px solid var(--pfx-border-soft);
}

.pfx-benefit-strip span {
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 20px;
	color: var(--pfx-white);
	font-size: 14px;
	font-weight: 760;
	line-height: 1.3;
	text-align: center;
	border-right: 1px solid var(--pfx-border-soft);
}

.pfx-benefit-strip span:last-child {
	border-right: 0;
}

.pfx-benefit-strip .pfx-ui-icon {
	width: 32px;
	height: 32px;
	padding: 7px;
	background: rgba(225, 29, 46, 0.1);
	border: 1px solid rgba(225, 29, 46, 0.3);
	border-radius: 999px;
	color: var(--pfx-red);
}

.pfx-pricing-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding: 34px;
}

.pfx-pricing-card > p:not(.pfx-price) {
	min-height: 106px;
}

.pfx-pricing-card .pfx-list {
	min-height: 220px;
	margin-bottom: 0;
}

.pfx-pricing-card__actions {
	display: flex;
	width: 100%;
	margin-top: auto;
	justify-content: center;
	align-items: flex-end;
}

.pfx-pricing-card .pfx-btn {
	width: 100%;
	max-width: 280px;
	margin-top: 0;
	min-height: 48px;
	align-self: center;
}

.pfx-pricing-card--featured {
	border-color: rgba(225, 29, 46, 0.74);
	box-shadow: 0 24px 70px rgba(225, 29, 46, 0.12);
}

.pfx-programme-proof {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin: -8px 0 36px;
}

.pfx-programme-proof__panel {
	display: grid;
	grid-template-rows: minmax(126px, auto) minmax(430px, 1fr);
	gap: 20px;
	align-content: start;
	min-width: 0;
	padding: 24px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.16), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 8px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.pfx-programme-proof__content {
	display: grid;
	align-content: start;
	gap: 9px;
}

.pfx-programme-proof__content .pfx-kicker {
	margin-bottom: 0;
}

.pfx-programme-proof__content h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 25px;
	line-height: 1.08;
}

.pfx-programme-proof__content p:last-child {
	max-width: 620px;
	margin: 0;
	color: var(--pfx-grey);
	font-size: 15px;
	line-height: 1.7;
}

.pfx-programme-proof__gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 10px;
	height: 100%;
	min-height: 430px;
}

.pfx-programme-proof__shot {
	position: relative;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #0d1014;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.pfx-programme-proof__shot--feature {
	grid-row: span 2;
}

.pfx-programme-proof__shot img,
.pfx-programme-proof__shot video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: saturate(1.04) contrast(1.03);
	transition: transform 360ms ease;
}

.pfx-programme-proof__panel:hover .pfx-programme-proof__shot img,
.pfx-programme-proof__panel:hover .pfx-programme-proof__shot video {
	transform: scale(1.025);
}

.pfx-programme-proof__shot--video::before {
	content: "VIDEO";
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
	padding: 8px 10px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.96), rgba(155, 18, 28, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: var(--pfx-white);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.pfx-programme-proof__shot--video::after {
	height: 46%;
}

.pfx-programme-proof__shot--video figcaption::before {
	content: "PLAYING";
	margin-right: 8px;
	color: var(--pfx-red);
}

.pfx-programme-proof__shot::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76));
	pointer-events: none;
}

.pfx-programme-proof__shot figcaption {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 1;
	width: fit-content;
	max-width: calc(100% - 24px);
	padding: 8px 10px;
	background: rgba(6, 8, 11, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: var(--pfx-white);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.pfx-programme-proof {
		grid-template-columns: 1fr;
		margin-top: -4px;
	}

	.pfx-programme-proof__panel {
		grid-template-rows: auto minmax(390px, 1fr);
	}

	.pfx-programme-proof__gallery {
		min-height: 390px;
	}
}

@media (max-width: 640px) {
	.pfx-programme-proof {
		gap: 18px;
		margin-bottom: 28px;
	}

	.pfx-programme-proof__panel {
		grid-template-rows: none;
		padding: 16px;
	}

	.pfx-programme-proof__content h3 {
		font-size: 21px;
	}

	.pfx-programme-proof__gallery {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		min-height: 0;
	}

	.pfx-programme-proof__shot,
	.pfx-programme-proof__shot--feature {
		grid-row: auto;
		aspect-ratio: 4 / 3;
	}

	.pfx-programme-proof__shot--feature {
		aspect-ratio: 4 / 5;
	}
}

.pfx-price {
	margin: 10px 0 18px;
	color: var(--pfx-white);
	font-size: 42px;
	line-height: 1;
	font-weight: 900;
}

.pfx-price small {
	margin-left: 5px;
	color: var(--pfx-red);
	font-size: 13px;
	font-weight: 800;
}

.pfx-status {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin-bottom: 18px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.12);
	color: var(--pfx-red);
	border: 1px solid rgba(225, 29, 46, 0.5);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-status--contact {
	color: var(--pfx-gold);
	border-color: rgba(199, 167, 108, 0.55);
	background: rgba(199, 167, 108, 0.1);
}

.pfx-stat-card {
	padding: 28px;
	min-height: 160px;
	display: grid;
	align-content: center;
}

.pfx-stat-card span {
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-stat-card strong {
	display: block;
	margin-top: 12px;
	color: var(--pfx-white);
	font-size: 26px;
	line-height: 1.2;
}

.pfx-performance-proof__spotlight {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	gap: 32px;
	align-items: center;
	padding: clamp(22px, 2.6vw, 36px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background:
		radial-gradient(circle at 0% 0%, rgba(225, 29, 46, 0.24), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
		#0d1015;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.pfx-performance-proof__copy h3 {
	max-width: 620px;
	margin: 0 0 16px;
	color: var(--pfx-white);
	font-size: clamp(34px, 3vw, 50px);
	line-height: 1.06;
}

.pfx-performance-proof__copy p {
	max-width: 620px;
	margin: 0;
	color: var(--pfx-grey);
	font-size: 16px;
	line-height: 1.62;
}

.pfx-performance-proof__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 24px 0;
}

.pfx-performance-proof__metric {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 88px;
	min-width: 0;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
		rgba(255, 255, 255, 0.035);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pfx-performance-proof__metrics strong,
.pfx-performance-proof__metrics small {
	display: block;
}

.pfx-performance-proof__metrics strong {
	color: var(--pfx-white);
	font-size: clamp(24px, 1.75vw, 32px);
	font-weight: 820;
	line-height: 1.08;
	overflow-wrap: normal;
	white-space: nowrap;
}

.pfx-performance-proof__metrics small {
	color: var(--pfx-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-performance-proof__image {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #f2f3f5;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.pfx-performance-proof__image > span {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #111318;
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-performance-proof__image img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: contain;
}

.pfx-performance-proof__image figcaption {
	margin: 0;
	padding: 16px 18px;
	background: #0f1217;
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.55;
}

.pfx-performance-proof__review strong {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-performance-proof__review p {
	margin: 0;
	color: var(--pfx-grey);
	line-height: 1.65;
}

.pfx-performance-proof__review {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.pfx-performance-proof__review div {
	padding: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pfx-performance-proof__review strong {
	display: block;
	margin-bottom: 8px;
	color: var(--pfx-white);
}

@media (max-width: 980px) {
	.pfx-performance-proof__spotlight,
	.pfx-performance-proof__review {
		grid-template-columns: 1fr;
	}

	.pfx-performance-proof__copy h3 {
		font-size: 32px;
	}
}

@media (max-width: 640px) {
	.pfx-performance-proof__spotlight {
		padding: 18px;
	}

	.pfx-performance-proof__metrics {
		grid-template-columns: 1fr;
	}

	.pfx-performance-proof__metric {
		min-height: 76px;
	}

	.pfx-performance-proof__metrics strong {
		font-size: 26px;
	}

	.pfx-performance-proof__image img {
		max-height: 520px;
	}
}

.pfx-testimonial {
	display: grid;
	align-content: start;
	gap: 22px;
	min-height: 100%;
	padding: 28px;
	background: rgba(17, 19, 23, 0.74);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.pfx-testimonial__header {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.pfx-testimonial .pfx-avatar {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 0;
	flex: 0 0 46px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.055);
	color: #eef1f5;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0;
}

.pfx-testimonial__image {
	width: 46px;
	height: 46px;
	margin-bottom: 0;
	flex: 0 0 46px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	object-fit: cover;
}

.pfx-testimonial .pfx-h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.2;
}

.pfx-testimonial__quote {
	margin: 0;
	color: #d6d9df;
	font-size: 16px;
	line-height: 1.7;
}

.pfx-testimonial__label {
	display: inline-flex;
	width: fit-content;
	margin-top: 0;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: #9da3ad;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.pfx-testimonials-disclaimer {
	max-width: 820px;
	margin: 28px auto 0;
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}

.pfx-testimonial-video-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008)),
		#07090c;
}

.pfx-video-testimonials {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: clamp(20px, 3vw, 34px);
	align-items: stretch;
}

.pfx-video-testimonials--single {
	grid-template-columns: 1fr;
	max-width: min(980px, 100%);
	margin-inline: auto;
}

.pfx-video-testimonial {
	display: grid;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		#0a0d11;
	box-shadow: none;
}

.pfx-video-testimonial--primary {
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 0.78fr);
}

.pfx-video-testimonial--support {
	grid-template-rows: auto 1fr;
}

.pfx-video-testimonial__media {
	display: grid;
	min-width: 0;
	overflow: hidden;
	background: #050607;
}

.pfx-video-testimonial--primary .pfx-video-testimonial__media {
	aspect-ratio: 9 / 16;
	min-height: 520px;
	max-height: 680px;
}

.pfx-video-testimonial--support .pfx-video-testimonial__media {
	aspect-ratio: 9 / 16;
	max-height: 430px;
}

.pfx-video-testimonial video {
	display: block;
	width: 100%;
	height: 100%;
	background: #050607;
	object-fit: cover;
}

.pfx-video-testimonial__body {
	display: grid;
	align-content: center;
	gap: 16px;
	min-width: 0;
	padding: clamp(24px, 3vw, 38px);
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 100% 8%, rgba(225, 29, 46, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 42%);
}

.pfx-video-testimonial__body::before {
	content: "";
	position: absolute;
	inset: 18px auto auto 0;
	width: 3px;
	height: 88px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(225, 29, 46, 1), rgba(225, 29, 46, 0));
}

.pfx-video-testimonial__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(225, 29, 46, 0.42);
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.12);
	color: #ffffff;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.pfx-video-testimonial__body .pfx-kicker,
.pfx-video-testimonial__body .pfx-h3,
.pfx-video-testimonial__body p {
	margin: 0;
}

.pfx-video-testimonial__body .pfx-h3 {
	max-width: 560px;
	font-size: clamp(31px, 2.9vw, 42px);
	line-height: 1.02;
}

.pfx-video-testimonial__body p {
	color: var(--pfx-muted);
	max-width: 560px;
	font-size: 17px;
	line-height: 1.68;
}

.pfx-video-testimonial__callout {
	display: grid;
	gap: 8px;
	max-width: 560px;
	padding: 18px 20px;
	border: 1px solid rgba(225, 29, 46, 0.3);
	border-left: 4px solid var(--pfx-red);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.13), rgba(255, 255, 255, 0.035) 48%, rgba(255, 255, 255, 0.018)),
		rgba(255, 255, 255, 0.035);
}

.pfx-video-testimonial__callout strong,
.pfx-video-testimonial__highlights strong {
	color: #f4f6f8;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.pfx-video-testimonial__callout span,
.pfx-video-testimonial__highlights span {
	color: #aeb4bd;
	font-size: 13px;
	line-height: 1.55;
}

.pfx-video-testimonial__highlights {
	display: grid;
	gap: 8px;
	max-width: 600px;
	counter-reset: pfx-video-highlight;
}

.pfx-video-testimonial__highlights p {
	display: grid;
	grid-template-columns: auto minmax(120px, 0.36fr) minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.018)),
		rgba(255, 255, 255, 0.026);
	counter-increment: pfx-video-highlight;
}

.pfx-video-testimonial__highlights p::before {
	content: "0" counter(pfx-video-highlight);
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(225, 29, 46, 0.42);
	border-radius: 50%;
	background: rgba(225, 29, 46, 0.1);
	color: #ffffff;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
}

.pfx-video-testimonial__highlights strong {
	font-size: 12px;
	line-height: 1.18;
}

.pfx-video-testimonial__highlights span {
	font-size: 13px;
	line-height: 1.5;
}

.pfx-video-testimonial__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.pfx-video-testimonial__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: #aeb4bd;
	font-size: 11px;
	font-weight: 820;
	line-height: 1;
	text-transform: uppercase;
}

.pfx-testimonial-slider {
	display: grid;
	gap: 24px;
	max-width: min(920px, 100%);
	margin-inline: auto;
}

.pfx-testimonial-slider__viewport {
	overflow: hidden;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		#090b0e;
}

.pfx-testimonial-slider__viewport:focus-visible {
	outline: 2px solid rgba(225, 29, 46, 0.62);
	outline-offset: 4px;
}

.pfx-testimonial-slider__track {
	display: grid;
	padding: 0;
}

.pfx-testimonial-slider__slide {
	display: grid;
	grid-area: 1 / 1;
	place-items: center;
	min-width: 0;
	padding: clamp(16px, 2.2vw, 26px);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(18px, 0, 0) scale(0.985);
	transition:
		opacity 320ms ease,
		transform 440ms cubic-bezier(0.22, 1, 0.36, 1),
		visibility 320ms ease;
	visibility: hidden;
}

.pfx-testimonial-slider__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
	visibility: visible;
	z-index: 1;
}

.pfx-testimonial-slider__slide .pfx-testimonial {
	width: min(100%, 760px);
	height: 100%;
	min-height: 310px;
	align-content: center;
	justify-items: center;
	text-align: center;
}

.pfx-testimonial-slider__slide .pfx-testimonial__header {
	justify-content: center;
}

.pfx-testimonial-slider__slide .pfx-testimonial__quote {
	max-width: 690px;
	font-size: 17px;
}

.pfx-testimonial-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.pfx-testimonial-slider__button {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.035);
	color: #eef1f5;
	cursor: pointer;
	font-family: inherit;
	font-size: 18px;
	line-height: 1;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.pfx-testimonial-slider__button:hover,
.pfx-testimonial-slider__button:focus-visible {
	border-color: rgba(225, 29, 46, 0.72);
	background: rgba(225, 29, 46, 0.14);
	color: #ffffff;
	transform: translateY(-1px);
}

.pfx-testimonial-slider__button:disabled {
	opacity: 0.42;
	cursor: default;
	transform: none;
}

.pfx-testimonial-slider__count {
	min-width: 82px;
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 820;
	line-height: 1;
	text-align: center;
}

.pfx-review-source {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.pfx-review-source__copy {
	display: grid;
	gap: 24px;
}

.pfx-review-source__copy .pfx-kicker,
.pfx-review-source__copy .pfx-h2,
.pfx-review-source__copy .pfx-copy {
	margin: 0;
}

.pfx-review-source__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pfx-review-source__tags span {
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--pfx-muted);
	font-size: 11px;
	font-weight: 820;
	line-height: 1;
	text-transform: uppercase;
}

.pfx-review-source__standard {
	display: grid;
	gap: 22px;
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		#0b0e12;
}

.pfx-review-source__standard .pfx-kicker,
.pfx-review-source__standard .pfx-h3 {
	margin: 0;
}

.pfx-review-source__checks {
	display: grid;
	gap: 14px;
}

.pfx-review-source__checks p {
	display: grid;
	gap: 5px;
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-review-source__checks p:first-child {
	padding-top: 0;
	border-top: 0;
}

.pfx-review-source__checks strong {
	color: #f4f6f8;
	font-size: 15px;
	line-height: 1.25;
}

.pfx-review-source__checks span {
	color: var(--pfx-muted);
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.pfx-review-source {
		grid-template-columns: 1fr;
	}

	.pfx-video-testimonials {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.pfx-testimonial-slider {
		gap: 18px;
	}

	.pfx-video-testimonial--primary {
		grid-template-columns: 1fr;
	}

	.pfx-video-testimonial--primary .pfx-video-testimonial__media,
	.pfx-video-testimonial--support .pfx-video-testimonial__media {
		min-height: 0;
		max-height: none;
	}

	.pfx-video-testimonial__body {
		padding: 22px;
	}

	.pfx-video-testimonial__body .pfx-h3 {
		font-size: 30px;
	}

	.pfx-video-testimonial__highlights {
		grid-template-columns: 1fr;
	}

	.pfx-video-testimonial__highlights p {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
	}

	.pfx-video-testimonial__highlights span {
		grid-column: 2;
	}

	.pfx-testimonial-slider__viewport {
		border-radius: 8px;
	}

	.pfx-testimonial-slider__track {
		display: grid;
	}

	.pfx-testimonial-slider__slide {
		padding: 12px;
	}

	.pfx-testimonial-slider__slide .pfx-testimonial {
		min-height: 330px;
	}

	.pfx-testimonial-slider__button {
		width: 38px;
		height: 38px;
	}

	.pfx-review-source__copy {
		gap: 20px;
	}

	.pfx-review-source__standard {
		padding: 24px;
	}
}

.pfx-accordion {
	border-top: 1px solid var(--pfx-border-soft);
}

.pfx-faq-preview {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
		#050607;
}

.pfx-faq-preview__grid {
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: clamp(34px, 5vw, 76px);
}

.pfx-faq-intro {
	padding-top: 8px;
}

.pfx-faq-intro .pfx-copy {
	max-width: 560px;
	margin-bottom: 18px;
}

.pfx-faq-panel,
.pfx-faq-page__wrap {
	border-block: 1px solid var(--pfx-border-soft);
}

.pfx-faq-panel .pfx-accordion,
.pfx-faq-page__wrap .pfx-accordion {
	border-top: 0;
}

.pfx-faq-disclaimer {
	max-width: 620px;
	margin: 18px 0 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	line-height: 1.7;
}

.pfx-accordion__item {
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-accordion__button {
	width: 100%;
	min-height: 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--pfx-white);
	font: inherit;
	font-size: 18px;
	font-weight: 740;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.pfx-accordion__button span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.pfx-accordion__button i {
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	flex: 0 0 auto;
}

.pfx-accordion__button i::before,
.pfx-accordion__button i::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 10px;
	height: 2px;
	background: rgba(225, 29, 46, 0.78);
	transform: translate(-50%, -50%);
}

.pfx-accordion__button i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.pfx-accordion__button[aria-expanded="true"] i::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.pfx-accordion__panel {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	color: var(--pfx-grey);
	opacity: 0;
	transition:
		max-height 0.34s ease,
		opacity 0.24s ease,
		padding 0.24s ease;
}

.pfx-accordion__button[aria-expanded="true"] + .pfx-accordion__panel,
.pfx-accordion__panel[data-pfx-panel-open="true"] {
	padding: 0 0 24px;
	opacity: 1;
}

.pfx-accordion__panel p {
	margin-top: 0;
	margin-bottom: 0;
	color: var(--pfx-grey);
	font-size: 16px;
	line-height: 1.78;
	overflow-wrap: anywhere;
}

.pfx-accordion__panel .pfx-btn {
	margin-top: 18px;
}

.pfx-product-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.pfx-product-card__image {
	position: relative;
	height: 230px;
	min-height: 230px;
	display: grid;
	place-items: center;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.18), rgba(255, 255, 255, 0.02)),
		#09090b;
	border-bottom: 1px solid var(--pfx-border);
}

.pfx-product-card__image img {
	width: 128px;
	height: 128px;
	border: 2px solid rgba(225, 29, 46, 0.58);
	border-radius: 50%;
	object-fit: cover;
	opacity: 0.92;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.pfx-product-card__image span {
	position: absolute;
	top: 14px;
	left: 14px;
	color: var(--pfx-muted);
	font-size: 12px;
	text-transform: uppercase;
}

.pfx-product-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 24px;
}

.pfx-product-card__body .pfx-h3 {
	min-height: 2.25em;
	margin-bottom: 18px;
	line-height: 1.12;
}

.pfx-product-card__body > p:not(.pfx-product-card__price) {
	margin-bottom: 24px;
}

.pfx-product-card__price {
	color: var(--pfx-white) !important;
	font-size: 20px;
	font-weight: 850;
}

.pfx-product-card .pfx-btn {
	width: fit-content;
	min-width: 132px;
	min-height: 42px;
	margin-top: auto;
	align-self: center;
	padding-inline: 18px;
}

.pfx-shop-market-hero {
	position: relative;
	min-height: 390px;
	display: grid;
	align-items: center;
	padding: 82px 0 70px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.16) 52%, rgba(5, 5, 5, 0.46)),
		url("../img/pfx-shop-ecosystem-hero-bg-v3.jpg") center center / cover no-repeat,
		#050505;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-shop-market-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	display: none;
}

.pfx-shop-market-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 68% 38%, rgba(255, 255, 255, 0.08), transparent 24%),
		linear-gradient(180deg, transparent, #050505 92%);
}

.pfx-shop-market-hero__chart {
	position: absolute;
	inset: 26px 8% auto 38%;
	height: 260px;
	z-index: 1;
	opacity: 0.32;
	display: none;
}

.pfx-shop-market-hero__chart span {
	position: absolute;
	bottom: var(--bottom, 24px);
	left: var(--left, 0);
	width: 13px;
	height: var(--height, 90px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.055);
}

.pfx-shop-market-hero__chart span::before,
.pfx-shop-market-hero__chart span::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	background: rgba(255, 255, 255, 0.24);
	transform: translateX(-50%);
}

.pfx-shop-market-hero__chart span::before {
	top: -36px;
	height: 36px;
}

.pfx-shop-market-hero__chart span::after {
	bottom: -28px;
	height: 28px;
}

.pfx-shop-market-hero__chart span:nth-child(1) {
	--left: 3%;
	--bottom: 76px;
	--height: 88px;
	border-color: rgba(225, 29, 46, 0.35);
	background: rgba(225, 29, 46, 0.12);
}

.pfx-shop-market-hero__chart span:nth-child(2) {
	--left: 18%;
	--bottom: 112px;
	--height: 118px;
}

.pfx-shop-market-hero__chart span:nth-child(3) {
	--left: 34%;
	--bottom: 62px;
	--height: 78px;
	border-color: rgba(225, 29, 46, 0.32);
	background: rgba(225, 29, 46, 0.1);
}

.pfx-shop-market-hero__chart span:nth-child(4) {
	--left: 52%;
	--bottom: 94px;
	--height: 102px;
}

.pfx-shop-market-hero__chart span:nth-child(5) {
	--left: 69%;
	--bottom: 54px;
	--height: 72px;
}

.pfx-shop-market-hero__chart span:nth-child(6) {
	--left: 86%;
	--bottom: 84px;
	--height: 96px;
	border-color: rgba(225, 29, 46, 0.28);
	background: rgba(225, 29, 46, 0.09);
}

.pfx-shop-market-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
	align-items: center;
	gap: 46px;
}

.pfx-shop-market-hero__copy {
	position: relative;
	max-width: 720px;
	padding-left: 42px;
}

.pfx-shop-market-hero__copy::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 4px;
	background: var(--pfx-red);
	border-radius: 999px;
}

.pfx-shop-market-hero__label {
	margin: 0 0 12px;
	color: #b9c0ca;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-shop-market-hero h1 {
	max-width: 660px;
	margin: 0;
	color: var(--pfx-white);
	font-size: 54px;
	font-weight: 850;
	line-height: 1.04;
	letter-spacing: 0;
}

.pfx-shop-market-hero__copy > p:not(.pfx-shop-market-hero__label) {
	max-width: 640px;
	margin: 18px 0 0;
	color: var(--pfx-grey);
	font-size: 18px;
	line-height: 1.55;
}

.pfx-shop-market-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 34px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.pfx-shop-market-hero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pfx-grey);
	font-size: 14px;
}

.pfx-shop-market-hero__trust .pfx-ui-icon {
	width: 20px;
	height: 20px;
	color: var(--pfx-white);
}

.pfx-shop-market-hero__visual {
	min-height: 250px;
	display: none;
	place-items: center;
}

.pfx-shop-market-hero__figure {
	width: min(260px, 72%);
	aspect-ratio: 0.78;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 3px;
	background:
		radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.14), transparent 28%),
		linear-gradient(160deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025) 52%, rgba(0, 0, 0, 0.7)),
		#08080a;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 42% 42% 12px 12px;
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.62);
	opacity: 0.82;
}

.pfx-shop-market-hero__figure span {
	color: rgba(255, 255, 255, 0.48);
	font-size: 19px;
	font-weight: 650;
	line-height: 1.15;
	text-transform: uppercase;
}

.pfx-shop-market-page {
	padding: 0 0 82px;
	background: #050505;
}

.pfx-shop-market-page .pfx-container {
	max-width: 1520px;
}

.pfx-shop-browser {
	display: grid;
	gap: 18px;
}

.pfx-shop-filter-bar {
	position: sticky;
	top: 78px;
	z-index: 20;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	margin-top: -32px;
	padding: 12px 14px;
	background: rgba(10, 10, 12, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--pfx-radius);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(14px);
}

.pfx-shop-filter-label,
.pfx-shop-sort {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0 16px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pfx-radius);
	color: var(--pfx-white);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	white-space: nowrap;
}

.pfx-shop-filter-label .pfx-ui-icon {
	width: 18px;
	height: 18px;
	color: var(--pfx-white);
}

.pfx-shop-tabs {
	min-width: 0;
	display: flex;
	gap: 10px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(225, 29, 46, 0.55) transparent;
	padding-bottom: 2px;
}

.pfx-shop-tabs::-webkit-scrollbar {
	height: 4px;
}

.pfx-shop-tabs::-webkit-scrollbar-track {
	background: transparent;
}

.pfx-shop-tabs::-webkit-scrollbar-thumb {
	background: rgba(225, 29, 46, 0.55);
	border-radius: 999px;
}

.pfx-shop-tab {
	flex: 0 0 auto;
	min-width: 142px;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 14px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pfx-radius);
	color: var(--pfx-grey);
	font: inherit;
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	line-height: 1.1;
	white-space: nowrap;
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pfx-shop-tab .pfx-ui-icon {
	width: 18px;
	height: 18px;
	color: var(--pfx-white);
}

.pfx-shop-tab em {
	min-width: 24px;
	height: 24px;
	display: inline-grid;
	place-items: center;
	padding: 0 7px;
	background: rgba(225, 29, 46, 0.26);
	border: 1px solid rgba(225, 29, 46, 0.58);
	border-radius: 999px;
	color: var(--pfx-white);
	font-style: normal;
	font-size: 11px;
}

.pfx-shop-tab:hover,
.pfx-shop-tab:focus,
.pfx-shop-tab.is-active {
	background: rgba(225, 29, 46, 0.1);
	border-color: rgba(225, 29, 46, 0.75);
	color: var(--pfx-white);
}

.pfx-shop-sort {
	color: var(--pfx-muted);
}

.pfx-shop-sort select {
	min-width: 128px;
	background: transparent;
	border: 0;
	color: var(--pfx-white);
	font: inherit;
	font-size: 14px;
	font-weight: 650;
	outline: none;
}

.pfx-shop-sort option {
	background: #101013;
	color: var(--pfx-white);
}

.pfx-shop-guidance {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.8fr);
	gap: 26px;
	align-items: center;
	padding: 22px 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		#09090b;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--pfx-radius);
}

.pfx-shop-guidance__heading {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pfx-shop-guidance__heading > .pfx-ui-icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	color: var(--pfx-red);
}

.pfx-shop-guidance h2,
.pfx-shop-guidance p {
	margin: 0;
}

.pfx-shop-guidance h2 {
	color: var(--pfx-white);
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}

.pfx-shop-guidance p {
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.45;
}

.pfx-shop-guidance__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.pfx-shop-guidance__items a {
	min-width: 0;
	min-height: 74px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	padding: 10px 12px;
	color: var(--pfx-white);
	text-decoration: none;
	border-radius: var(--pfx-radius);
	transition: background 180ms ease, border-color 180ms ease;
}

.pfx-shop-guidance__items a:hover,
.pfx-shop-guidance__items a:focus {
	background: rgba(255, 255, 255, 0.035);
}

.pfx-shop-guidance__items .pfx-ui-icon {
	grid-row: 1 / span 2;
	width: 32px;
	height: 32px;
	color: var(--pfx-white);
}

.pfx-shop-guidance__items .pfx-ui-icon:last-child {
	grid-column: 3;
	width: 18px;
	height: 18px;
	color: var(--pfx-grey);
}

.pfx-shop-guidance__items span,
.pfx-shop-guidance__items strong {
	min-width: 0;
	overflow-wrap: anywhere;
	line-height: 1.25;
}

.pfx-shop-guidance__items span {
	color: var(--pfx-muted);
	font-size: 13px;
}

.pfx-shop-guidance__items strong {
	color: var(--pfx-white);
	font-size: 14px;
}

.pfx-shop-marketplace {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
	gap: 18px 22px;
	align-items: stretch;
}

.pfx-shop-market-section {
	min-width: 0;
	display: contents;
}

.pfx-shop-market-section.is-hidden {
	display: none;
}

.pfx-shop-market-section__head {
	grid-column: 1 / -1;
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
	padding-bottom: 4px;
}

.pfx-shop-market-section:first-child .pfx-shop-market-section__head {
	margin-top: 0;
}

.pfx-shop-market-section__head h2 {
	position: relative;
	margin: 0;
	padding-left: 14px;
	color: #b9c0ca;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
}

.pfx-shop-market-section__head h2::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 0;
	width: 2px;
	background: var(--pfx-red);
}

.pfx-shop-market-section__head a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
	transition: color 180ms ease;
}

.pfx-shop-market-section__head a:hover,
.pfx-shop-market-section__head a:focus {
	color: var(--pfx-white);
}

.pfx-shop-market-section__head a .pfx-ui-icon {
	width: 14px;
	height: 14px;
}

.pfx-shop-market-section__grid {
	display: contents;
}

.pfx-shop-product-card,
.pfx-shop-empty-card {
	min-width: 0;
	min-height: 560px;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
		#0d0d10;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--pfx-radius);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pfx-shop-product-card:hover,
.pfx-shop-product-card:focus-within {
	border-color: rgba(225, 29, 46, 0.3);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
	transform: translateY(-2px);
}

.pfx-shop-product-card--priority {
	border-color: rgba(255, 255, 255, 0.13);
}

.pfx-shop-product-card.is-hidden,
.pfx-shop-empty-card.is-hidden {
	display: none;
}

.pfx-shop-product-card__media {
	position: relative;
	min-height: 0;
	height: 240px;
	display: grid;
	place-items: center;
	padding: 0;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.09), rgba(255, 255, 255, 0.02)),
		#070708;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	text-decoration: none;
}

.pfx-shop-product-card--priority .pfx-shop-product-card__media {
	height: 240px;
}

.pfx-shop-product-card__media img,
.pfx-shop-product-card__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	opacity: 0.94;
}

.pfx-shop-product-card__media video {
	pointer-events: none;
}

.pfx-shop-product-card__media--service::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.44));
	pointer-events: none;
}

.pfx-shop-product-card__media--service img,
.pfx-shop-product-card__media--service video {
	opacity: 1;
	filter: saturate(1.04) contrast(1.04);
}

.pfx-shop-market-section--programmes .pfx-shop-product-card:first-of-type .pfx-shop-product-card__media img {
	object-position: center center;
}

.pfx-shop-product-card__badge {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0 10px;
	background: linear-gradient(180deg, rgba(225, 29, 46, 0.95), rgba(169, 15, 28, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	color: var(--pfx-white);
	font-size: 10px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-shop-product-card__placeholder {
	width: 96px;
	height: 96px;
	display: grid;
	place-items: center;
	background: rgba(225, 29, 46, 0.08);
	border: 1px solid rgba(225, 29, 46, 0.34);
	border-radius: 24px;
	color: var(--pfx-red);
}

.pfx-shop-product-card__placeholder .pfx-ui-icon {
	width: 42px;
	height: 42px;
}

.pfx-shop-product-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
	text-align: left;
}

.pfx-shop-product-card__top {
	display: grid;
	gap: 6px;
}

.pfx-shop-product-card__top h3 {
	min-height: 2.35em;
	display: flex;
	align-items: flex-end;
	margin: 0;
	color: var(--pfx-white);
	font-size: 17px;
	line-height: 1.22;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.pfx-shop-product-card--priority .pfx-shop-product-card__top h3 {
	font-size: 18px;
}

.pfx-shop-product-card__top strong,
.pfx-shop-product-card__top .amount {
	color: var(--pfx-red);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.2;
}

.pfx-shop-product-card__body p {
	min-height: 4.55em;
	margin: 0;
	color: var(--pfx-grey);
	font-size: 14.5px;
	line-height: 1.52;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pfx-shop-product-card__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--pfx-grey);
	font-size: 13px;
	line-height: 1.2;
}

.pfx-shop-product-card__status span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5fd076;
}

.pfx-shop-product-card__status--coming-soon span {
	background: var(--pfx-muted);
}

.pfx-shop-product-card__status--sold-out span {
	background: var(--pfx-red);
}

.pfx-shop-product-card__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	margin-top: auto;
}

.pfx-shop-product-card__actions .pfx-btn,
.pfx-shop-product-card__actions .pfx-wishlist-toggle {
	width: 100%;
	min-width: 0;
	min-height: 42px;
	margin: 0;
	padding-inline: 14px;
	font-size: 11px;
}

.pfx-shop-product-card__actions .pfx-btn {
	justify-content: space-between;
}

.pfx-shop-product-card__actions .pfx-btn .pfx-ui-icon {
	order: 2;
	width: 17px;
	height: 17px;
}

.pfx-wishlist-toggle--shop {
	border-color: rgba(225, 29, 46, 0.42);
}

.pfx-shop-empty-card {
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 318px;
	padding: 28px;
	text-align: center;
	border-style: dashed;
}

.pfx-shop-empty-card__icon {
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	background: rgba(225, 29, 46, 0.08);
	border: 1px solid rgba(225, 29, 46, 0.32);
	border-radius: 18px;
	color: var(--pfx-red);
}

.pfx-shop-empty-card__icon .pfx-ui-icon {
	width: 30px;
	height: 30px;
}

.pfx-shop-empty-card h3,
.pfx-shop-empty-card p {
	margin: 0;
}

.pfx-shop-empty-card h3 {
	color: var(--pfx-white);
	font-size: 20px;
	line-height: 1.2;
}

.pfx-shop-empty-card p {
	max-width: 300px;
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.5;
}

.pfx-shop-programme-strip,
.pfx-shop-trust-strip {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		#0d0d10;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--pfx-radius);
}

.pfx-shop-programme-strip {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	padding: 22px 28px;
}

.pfx-shop-programme-strip__icon {
	width: 82px;
	height: 60px;
	display: grid;
	place-items: center;
	color: var(--pfx-red);
}

.pfx-shop-programme-strip__icon .pfx-ui-icon {
	width: 58px;
	height: 58px;
}

.pfx-shop-programme-strip h2,
.pfx-shop-programme-strip p {
	margin: 0;
}

.pfx-shop-programme-strip h2 {
	color: var(--pfx-white);
	font-size: 18px;
	line-height: 1.2;
}

.pfx-shop-programme-strip p {
	max-width: 650px;
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.5;
}

.pfx-shop-programme-strip a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--pfx-red);
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.pfx-shop-programme-strip a .pfx-ui-icon {
	width: 18px;
	height: 18px;
}

.pfx-shop-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 16px 18px;
}

.pfx-shop-trust-strip article {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pfx-shop-trust-strip article:last-child {
	border-right: 0;
}

.pfx-shop-trust-strip .pfx-ui-icon {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	color: var(--pfx-white);
}

.pfx-shop-trust-strip h3,
.pfx-shop-trust-strip p {
	margin: 0;
}

.pfx-shop-trust-strip h3 {
	color: var(--pfx-white);
	font-size: 15px;
	line-height: 1.2;
}

.pfx-shop-trust-strip p {
	color: var(--pfx-grey);
	font-size: 13px;
	line-height: 1.35;
}

@media (max-width: 1260px) {
	.pfx-shop-marketplace {
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
	}

	.pfx-shop-filter-bar {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.pfx-shop-filter-label {
		display: none;
	}
}

@media (max-width: 980px) {
	.pfx-shop-market-hero {
		padding: 72px 0 62px;
	}

	.pfx-shop-market-hero__inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.pfx-shop-market-hero__copy {
		padding-left: 28px;
	}

	.pfx-shop-market-hero h1 {
		font-size: 42px;
	}

	.pfx-shop-market-hero__visual {
		min-height: 170px;
		opacity: 0.7;
	}

	.pfx-shop-market-hero__figure {
		width: min(210px, 58%);
	}

	.pfx-shop-guidance {
		grid-template-columns: 1fr;
	}

	.pfx-shop-trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.pfx-shop-trust-strip article {
		min-height: 92px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.pfx-shop-trust-strip article:nth-last-child(-n+2) {
		border-bottom: 0;
	}
}

@media (max-width: 760px) {
	.pfx-shop-market-page .pfx-container {
		width: calc(100% - 28px);
		max-width: calc(100vw - 28px);
	}

	.pfx-shop-filter-bar {
		top: 70px;
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 12px;
		margin-top: -22px;
		padding: 12px;
	}

	.pfx-shop-tabs {
		width: 100%;
		padding-bottom: 2px;
	}

	.pfx-shop-tab {
		min-width: max-content;
		min-height: 44px;
		padding-inline: 13px;
	}

	.pfx-shop-sort {
		width: 100%;
		justify-content: space-between;
	}

	.pfx-shop-sort select {
		width: min(210px, 58vw);
	}

	.pfx-shop-guidance {
		padding: 20px;
	}

	.pfx-shop-guidance__items,
	.pfx-shop-marketplace {
		grid-template-columns: 1fr;
	}

	.pfx-shop-guidance__items a {
		min-height: 64px;
	}

	.pfx-shop-programme-strip {
		grid-template-columns: 1fr;
		justify-items: start;
		padding: 22px;
	}

	.pfx-shop-programme-strip__icon {
		width: 58px;
		height: 46px;
	}

	.pfx-shop-programme-strip a {
		white-space: normal;
	}

	.pfx-shop-trust-strip {
		grid-template-columns: 1fr;
	}

	.pfx-shop-trust-strip article,
	.pfx-shop-trust-strip article:nth-last-child(-n+2) {
		min-height: 82px;
		padding: 14px 6px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.pfx-shop-trust-strip article:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 520px) {
	.pfx-shop-market-hero {
		min-height: 0;
		padding: 58px 0 54px;
	}

	.pfx-shop-market-hero__copy {
		padding-left: 18px;
	}

	.pfx-shop-market-hero h1 {
		font-size: 32px;
		overflow-wrap: anywhere;
	}

	.pfx-shop-market-hero__copy > p:not(.pfx-shop-market-hero__label) {
		font-size: 16px;
	}

	.pfx-shop-market-hero__trust {
		display: grid;
		gap: 12px;
	}

	.pfx-shop-market-hero__visual {
		display: none;
	}

	.pfx-shop-product-card,
	.pfx-shop-empty-card {
		min-height: 0;
	}

	.pfx-shop-product-card__media,
	.pfx-shop-product-card--priority .pfx-shop-product-card__media {
		height: 210px;
	}

	.pfx-shop-product-card__top h3 {
		min-height: auto;
	}

	.pfx-shop-product-card__body p {
		min-height: auto;
	}
}

.pfx-woocommerce-showcase .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
}

.pfx-woocommerce-showcase .woocommerce ul.products li.product,
.woocommerce-page .pfx-main .woocommerce ul.products li.product {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	overflow: hidden;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border-radius: var(--pfx-radius);
	background: var(--pfx-red);
	color: var(--pfx-white);
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid var(--pfx-red);
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--pfx-red-dark);
	color: var(--pfx-white);
	border-color: var(--pfx-red-dark);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.pfx-cart-checkout-button {
	background: var(--pfx-red) !important;
	background-color: var(--pfx-red) !important;
	background-image: none !important;
	border-color: var(--pfx-red) !important;
	color: var(--pfx-white) !important;
	box-shadow: 0 24px 60px rgba(225, 29, 46, 0.22);
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.pfx-cart-checkout-button:hover,
.pfx-cart-checkout-button:focus {
	background: var(--pfx-red-dark) !important;
	background-color: var(--pfx-red-dark) !important;
	background-image: none !important;
	border-color: var(--pfx-red-dark) !important;
	color: var(--pfx-white) !important;
}

.pfx-cart-summary .wc-proceed-to-checkout a.checkout-button.pfx-cart-checkout-button.alt.wc-forward,
.pfx-cart-summary .wc-proceed-to-checkout a.checkout-button.pfx-cart-checkout-button.alt.wc-forward:hover,
.pfx-cart-summary .wc-proceed-to-checkout a.checkout-button.pfx-cart-checkout-button.alt.wc-forward:focus {
	background-image: none !important;
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	background: var(--pfx-card);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	color: var(--pfx-grey);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: var(--pfx-border);
	color: var(--pfx-grey);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	min-height: 46px;
	background: #09090b;
	color: var(--pfx-white);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce-page .pfx-main h1,
.woocommerce-page .pfx-main h2,
.woocommerce-page .pfx-main h3 {
	color: var(--pfx-white);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--pfx-red);
	font-weight: 850;
}

.woocommerce-page .pfx-main .woocommerce,
.pfx-woocommerce-page .woocommerce {
	color: var(--pfx-grey);
}

.woocommerce div.product form.cart .variations {
	margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	padding: 0 0 10px;
	text-align: left;
}

.woocommerce div.product form.cart .variations label {
	display: inline-flex;
	margin: 0 0 8px;
	color: var(--pfx-white);
	font-weight: 850;
}

.woocommerce div.product form.cart .variations select {
	width: min(100%, 360px);
	min-height: 50px;
}

.woocommerce div.product form.cart .reset_variations {
	display: inline-flex;
	margin-top: 8px;
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce div.product .single_variation_wrap {
	margin-top: 12px;
}

.tla-product-details {
	display: grid;
	gap: 18px;
}

.tla-product-details h2,
.tla-product-details h3 {
	margin: 0;
}

.tla-product-details p,
.tla-product-details li {
	color: var(--pfx-grey);
	line-height: 1.75;
}

.tla-product-details ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0 0 0 18px;
}

.tla-size-guide {
	display: grid;
	gap: 18px;
}

.tla-size-guide table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius-sm);
}

.tla-size-guide th,
.tla-size-guide td {
	padding: 13px 15px;
	border-bottom: 1px solid var(--pfx-border);
	color: var(--pfx-grey);
	text-align: left;
}

.tla-size-guide tr:last-child th,
.tla-size-guide tr:last-child td {
	border-bottom: 0;
}

.tla-size-guide thead th {
	background: rgba(255, 255, 255, 0.06);
	color: var(--pfx-white);
	font-weight: 850;
}

.tla-size-guide tbody th {
	color: var(--pfx-white);
	font-weight: 900;
}

.tla-size-guide figure {
	margin: 0;
	padding: 14px;
	background: #f8f8f8;
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius-sm);
}

.tla-size-guide img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

@media (max-width: 700px) {
	.woocommerce div.product form.cart .variations select {
		width: 100%;
	}

	.tla-size-guide {
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.tla-size-guide table {
		min-width: 520px;
	}
}

.pfx-merch-product-page {
	color: var(--pfx-grey);
	overflow-x: hidden;
}

.pfx-merch-product-page .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.pfx-merch-product-page .reset_variations,
.pfx-merch-product-page .woocommerce-tabs,
.pfx-merch-product-page .woocommerce-Tabs-panel,
.pfx-merch-product-page .tla-size-guide,
.pfx-merch-product-page .wp-block-image {
	display: none !important;
}

.pfx-merch-hero {
	padding-top: clamp(34px, 5vw, 68px);
	padding-bottom: clamp(58px, 7vw, 92px);
}

.pfx-merch-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
	gap: clamp(34px, 6vw, 70px);
	align-items: start;
}

.pfx-merch-gallery {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 14px;
	min-width: 0;
}

.pfx-merch-gallery .woocommerce-product-gallery {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 18px;
	width: 100%;
	float: none !important;
	margin: 0 !important;
}

.pfx-merch-gallery .woocommerce-product-gallery__trigger {
	position: absolute !important;
	right: 18px;
	top: 18px;
	z-index: 5;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: rgba(5, 6, 7, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: var(--pfx-white);
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

.pfx-merch-gallery .flex-viewport,
.pfx-merch-gallery .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 8px;
}

.pfx-merch-gallery .flex-viewport {
	grid-column: 2;
	grid-row: 1;
	width: 100% !important;
	min-width: 0;
}

.pfx-merch-gallery .woocommerce-product-gallery__wrapper {
	grid-column: 2;
}

.pfx-merch-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	background: transparent;
	border: 0;
	border-radius: 0;
}

.pfx-merch-gallery .flex-control-thumbs {
	grid-column: 1;
	grid-row: 1;
	display: grid;
	align-content: start;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.pfx-merch-gallery .flex-control-thumbs li {
	width: 100% !important;
	float: none !important;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}

.pfx-merch-gallery .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.62;
	transition: opacity 180ms ease, transform 180ms ease;
}

.pfx-merch-gallery .flex-control-thumbs img.flex-active,
.pfx-merch-gallery .flex-control-thumbs img:hover {
	opacity: 1;
	transform: scale(1.03);
}

.pfx-merch-gallery .woocommerce-product-gallery__image {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.025);
}

.pfx-merch-gallery .woocommerce-product-gallery__image a {
	display: block;
}

.pfx-merch-gallery .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform 360ms ease, filter 360ms ease;
}

.pfx-merch-gallery .woocommerce-product-gallery__image:hover img {
	transform: scale(1.025);
	filter: contrast(1.03);
}

.pfx-merch-gallery__hint {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 0 110px;
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 760;
}

.pfx-merch-gallery__hint .pfx-ui-icon {
	width: 17px;
	height: 17px;
}

.pfx-merch-summary {
	display: grid;
	gap: 22px;
	min-width: 0;
	padding-top: 12px;
}

.pfx-merch-summary .pfx-kicker {
	margin: 0;
	color: #b9c0ca;
}

.pfx-merch-summary h1 {
	max-width: 720px;
	margin: 0;
	color: var(--pfx-white);
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1;
	letter-spacing: 0;
}

.pfx-merch-price {
	color: var(--pfx-red);
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 900;
	line-height: 1;
}

.pfx-merch-excerpt {
	max-width: 620px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-merch-excerpt p {
	margin: 0;
	color: #cbd0d8;
	font-size: 17px;
	line-height: 1.75;
}

.pfx-merch-purchase {
	display: grid;
	gap: 16px;
}

.pfx-merch-purchase form.cart {
	display: grid !important;
	grid-template-columns: minmax(130px, 0.34fr) minmax(220px, 1fr);
	gap: 16px;
	margin: 0 !important;
}

.pfx-merch-purchase form.variations_form {
	grid-template-columns: 1fr;
}

.pfx-merch-size-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 10px;
}

.pfx-merch-size-head strong {
	color: var(--pfx-white);
	font-size: 15px;
}

.pfx-merch-size-head a,
.pfx-merch-panel__head a {
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-merch-size-head a:hover,
.pfx-merch-panel__head a:hover {
	color: var(--pfx-white);
}

.pfx-merch-product-page .variations {
	width: 100%;
	margin: 0 0 18px !important;
	border: 0;
}

.pfx-merch-product-page .variations tbody,
.pfx-merch-product-page .variations tr,
.pfx-merch-product-page .variations td,
.pfx-merch-product-page .variations th {
	display: block;
	width: 100%;
	padding: 0 !important;
	border: 0;
}

.pfx-merch-product-page .variations th {
	display: none;
}

.pfx-merch-product-page .variations select {
	width: 100%;
	min-height: 52px;
	background: #07080a;
	border-radius: 8px;
}

.pfx-merch-product-page .pfx-merch-enhanced-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.pfx-merch-option-field {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.pfx-merch-option-label {
	color: var(--pfx-white);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.pfx-merch-size-options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pfx-merch-size-option {
	min-width: 66px;
	min-height: 48px;
	padding: 0 18px;
	background: transparent;
	border: 1px solid var(--pfx-border);
	border-radius: 7px;
	color: var(--pfx-white);
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pfx-merch-size-option:hover,
.pfx-merch-size-option:focus {
	border-color: rgba(255, 255, 255, 0.34);
	outline: none;
	transform: translateY(-1px);
}

.pfx-merch-size-option.is-active {
	background: rgba(225, 29, 46, 0.09);
	border-color: var(--pfx-red);
	color: var(--pfx-white);
}

.pfx-merch-size-option--colour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 112px;
	padding-inline: 16px;
}

.pfx-merch-colour-dot {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	box-shadow: inset 0 0 0 2px rgba(5, 6, 7, 0.7);
}

.pfx-merch-colour-dot--black {
	background: #050506;
}

.pfx-merch-colour-dot--white {
	background: #f2f2f2;
	border-color: rgba(255, 255, 255, 0.78);
	box-shadow: inset 0 0 0 2px rgba(5, 6, 7, 0.16);
}

.pfx-merch-product-page .single_variation_wrap {
	display: grid;
	gap: 16px;
	margin-top: 0;
}

.pfx-merch-product-page .woocommerce-variation {
	min-height: 0 !important;
}

.pfx-merch-product-page .woocommerce-variation-price {
	display: none;
}

.pfx-merch-product-page .woocommerce-variation-description p,
.pfx-merch-product-page .woocommerce-variation-availability p {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 13px;
}

.pfx-merch-product-page .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: minmax(130px, 0.34fr) minmax(220px, 1fr);
	gap: 16px;
	align-items: stretch;
}

.pfx-merch-product-page .quantity {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 54px;
	background: #07080a;
	border: 1px solid var(--pfx-border);
	border-radius: 8px;
}

.pfx-merch-product-page .quantity .qty {
	width: 100%;
	min-height: 52px;
	background: transparent;
	border: 0;
	color: var(--pfx-white);
	text-align: center;
	font-weight: 850;
}

.pfx-merch-product-page .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--pfx-red) !important;
	color: var(--pfx-white) !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	letter-spacing: 0;
	box-shadow: none !important;
}

.pfx-merch-product-page .single_add_to_cart_button:hover,
.pfx-merch-product-page .single_add_to_cart_button:focus {
	background: var(--pfx-red-dark) !important;
}

.pfx-merch-product-page .single_add_to_cart_button::before {
	content: "";
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M7 7h12l-1.5 8.5h-8L7 4H4M10 20h.01M17 20h.01'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M7 7h12l-1.5 8.5h-8L7 4H4M10 20h.01M17 20h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pfx-merch-wishlist,
.pfx-merch-wishlist a,
.pfx-merch-wishlist button {
	width: 100%;
}

.pfx-merch-wishlist a,
.pfx-merch-wishlist button {
	min-height: 52px;
	background: transparent !important;
	border: 1px solid var(--pfx-border) !important;
	border-radius: 8px !important;
	color: var(--pfx-white) !important;
	box-shadow: none !important;
}

.pfx-merch-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding-top: 16px;
}

.pfx-merch-highlights div,
.pfx-merch-trust-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.pfx-merch-highlights .pfx-ui-icon,
.pfx-merch-trust-item .pfx-ui-icon {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	color: var(--pfx-white);
}

.pfx-merch-trust-item .pfx-ui-icon {
	color: var(--pfx-white);
}

.pfx-merch-highlights span,
.pfx-merch-trust-item span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.pfx-merch-highlights strong,
.pfx-merch-trust-item strong {
	color: var(--pfx-white);
	font-size: 13px;
	line-height: 1.25;
}

.pfx-merch-highlights small,
.pfx-merch-trust-item small {
	color: var(--pfx-muted);
	font-size: 12px;
	line-height: 1.35;
}

.pfx-merch-story,
.pfx-merch-info-grid,
.pfx-merch-trust-strip {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		rgba(255, 255, 255, 0.018);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 8px;
	box-shadow: none;
}

.pfx-merch-story {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	padding: clamp(34px, 5vw, 58px);
}

.pfx-merch-story__copy h2,
.pfx-merch-panel h2,
.pfx-merch-final h2 {
	margin: 0;
	color: var(--pfx-white);
	letter-spacing: 0;
}

.pfx-merch-story__copy h2 {
	margin-bottom: 18px;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.06;
}

.pfx-merch-story__copy p {
	max-width: 520px;
	margin: 0;
	color: #cbd0d8;
	font-size: 17px;
	line-height: 1.75;
}

.pfx-merch-symbols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfx-merch-symbols article {
	display: grid;
	justify-items: center;
	gap: 12px;
	min-height: 210px;
	padding: 22px 28px;
	text-align: center;
	border-left: 1px solid var(--pfx-border-soft);
}

.pfx-merch-symbols article:first-child {
	border-left: 0;
}

.pfx-merch-symbols .pfx-ui-icon {
	width: 76px;
	height: 76px;
	color: var(--pfx-white);
	opacity: 0.88;
}

.pfx-merch-symbols .pfx-ui-icon--merch-symbol {
	width: 88px;
	height: 76px;
	opacity: 0.96;
}

.pfx-merch-symbols .pfx-ui-icon--merch-symbol .pfx-ui-icon__img {
	object-fit: contain;
}

.pfx-merch-highlights .pfx-ui-icon svg {
	stroke-width: 1.45;
}

.pfx-merch-symbols .pfx-ui-icon svg {
	stroke-width: 1.08;
}

.pfx-merch-symbols h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 18px;
}

.pfx-merch-symbols p {
	margin: 0;
	color: var(--pfx-grey);
	line-height: 1.6;
}

.pfx-merch-info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 18px;
	padding: 0;
	background: transparent;
	border: 0;
}

.pfx-merch-panel {
	padding: clamp(26px, 4vw, 38px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
		rgba(255, 255, 255, 0.018);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 8px;
}

.pfx-merch-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.pfx-merch-panel > p {
	margin: 18px 0 10px;
	color: var(--pfx-white);
	font-size: 13px;
	font-weight: 850;
}

.pfx-merch-panel > p:first-of-type {
	margin-top: 0;
}

.pfx-merch-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--pfx-border-soft);
	border-radius: 6px;
}

.pfx-merch-table-wrap table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	background: rgba(255, 255, 255, 0.012);
}

.pfx-merch-table-wrap th,
.pfx-merch-table-wrap td {
	padding: 14px 16px;
	border-right: 1px solid var(--pfx-border-soft);
	border-bottom: 1px solid var(--pfx-border-soft);
	color: #d8dde5;
	text-align: center;
}

.pfx-merch-table-wrap tr:last-child th,
.pfx-merch-table-wrap tr:last-child td {
	border-bottom: 0;
}

.pfx-merch-table-wrap th:last-child,
.pfx-merch-table-wrap td:last-child {
	border-right: 0;
}

.pfx-merch-table-wrap thead th {
	background: rgba(255, 255, 255, 0.04);
	color: var(--pfx-white);
	font-size: 13px;
	font-weight: 900;
}

.pfx-merch-table-wrap tbody th {
	color: var(--pfx-white);
	font-weight: 900;
}

.pfx-merch-size-note {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 20px;
	color: #d8dde5;
	line-height: 1.55;
}

.pfx-merch-size-note .pfx-ui-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: var(--pfx-white);
}

.pfx-merch-details ul {
	display: grid;
	gap: 15px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.pfx-merch-details li {
	display: flex;
	gap: 11px;
	align-items: center;
	color: #d8dde5;
	line-height: 1.5;
}

.pfx-merch-details .pfx-ui-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	color: var(--pfx-white);
	opacity: 0.82;
}

.pfx-merch-trust-section {
	padding-top: 0;
}

.pfx-merch-product-page .pfx-merch-story-section {
	padding-top: clamp(46px, 5vw, 76px);
	padding-bottom: clamp(32px, 4vw, 52px);
}

.pfx-merch-product-page .pfx-merch-info-section {
	padding-top: clamp(28px, 3.5vw, 44px);
	padding-bottom: clamp(22px, 3vw, 36px);
}

.pfx-merch-product-page .pfx-merch-trust-section {
	padding-top: 0;
	padding-bottom: clamp(34px, 4vw, 56px);
}

.pfx-merch-product-page .pfx-merch-final {
	padding-top: 0;
	padding-bottom: clamp(56px, 6vw, 82px);
}

.pfx-merch-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0;
}

.pfx-merch-trust-item {
	min-height: 104px;
	padding: 26px;
	border-left: 1px solid var(--pfx-border-soft);
}

.pfx-merch-trust-item:first-child {
	border-left: 0;
}

.pfx-merch-final {
	padding-top: 0;
}

.pfx-merch-final__inner {
	display: grid;
	justify-items: center;
	gap: 22px;
	text-align: center;
}

.pfx-merch-final h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.pfx-merch-final .pfx-btn {
	min-width: min(100%, 280px);
	justify-content: center;
}

.pfx-merch-payment-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: -6px;
}

.pfx-payment-badge {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 38px;
	padding: 6px 12px;
	background: #f7f8fa;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.88);
	overflow: hidden;
}

.pfx-payment-badge img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.pfx-payment-badge--visa img {
	max-width: 62px;
	max-height: 21px;
}

.pfx-payment-badge--mastercard {
	width: 76px;
	padding: 5px 12px;
}

.pfx-payment-badge--mastercard img {
	max-width: 44px;
	max-height: 28px;
}

.pfx-payment-badge--apple {
	width: 118px;
	padding: 4px 14px;
}

.pfx-payment-badge--apple img {
	max-width: 82px;
	max-height: 30px;
}

.pfx-payment-badge--google {
	width: 96px;
	padding-inline: 14px;
}

.pfx-payment-badge--google img {
	max-width: 70px;
	max-height: 24px;
}

.pfx-merch-product-page .product_meta,
.pfx-merch-product-page .woocommerce-tabs,
.pfx-merch-product-page .woocommerce-Tabs-panel,
.pfx-merch-product-page .related.products,
.pfx-merch-product-page .upsells.products {
	display: none !important;
}

@media (max-width: 1120px) {
	.pfx-merch-highlights {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.pfx-merch-hero__grid,
	.pfx-merch-story,
	.pfx-merch-info-grid {
		grid-template-columns: 1fr;
	}

	.pfx-merch-gallery {
		position: static;
	}

	.pfx-merch-story {
		padding: 28px;
	}

	.pfx-merch-symbols article:nth-child(2) {
		border-left: 1px solid var(--pfx-border-soft);
	}
}

@media (max-width: 760px) {
	.pfx-merch-gallery .woocommerce-product-gallery {
		grid-template-columns: 1fr;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
	}

	.pfx-merch-gallery .woocommerce-product-gallery__wrapper,
	.pfx-merch-gallery .flex-viewport {
		grid-column: 1;
	}

	.pfx-merch-gallery .flex-control-thumbs {
		grid-column: 1;
		grid-row: auto;
		display: flex;
		gap: 10px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 4px !important;
	}

	.pfx-merch-gallery .flex-control-thumbs li {
		flex: 0 0 74px;
	}

	.pfx-merch-gallery__hint {
		margin-left: 0;
	}

	.pfx-merch-summary h1 {
		font-size: clamp(36px, 10vw, 48px);
	}

	.pfx-merch-product-page .woocommerce-variation-add-to-cart,
	.pfx-merch-purchase form.cart {
		grid-template-columns: 1fr;
	}

	.pfx-merch-size-options {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pfx-merch-size-options--colour {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-merch-size-option {
		min-width: 0;
	}

	.pfx-merch-symbols,
	.pfx-merch-trust-strip {
		grid-template-columns: 1fr;
	}

	.pfx-merch-symbols article,
	.pfx-merch-symbols article:nth-child(2),
	.pfx-merch-trust-item {
		border-left: 0;
		border-top: 1px solid var(--pfx-border-soft);
	}

	.pfx-merch-symbols article:first-child,
	.pfx-merch-trust-item:first-child {
		border-top: 0;
	}

	.pfx-merch-panel__head,
	.pfx-merch-size-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

.pfx-account-gateway {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
	gap: 28px;
	align-items: start;
	margin: 0 0 28px;
	padding: 28px;
}

.pfx-account-gateway--signed-in {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.pfx-account-gateway p {
	margin: 0 0 18px;
	color: var(--pfx-grey);
}

.pfx-account-gateway__form .woocommerce {
	margin: 0;
}

.pfx-account-gateway__form .woocommerce form.login,
.pfx-account-gateway__form .woocommerce form.register {
	margin: 0;
}

.pfx-final-cta {
	overflow: hidden;
}

.pfx-final-cta__box {
	position: relative;
	max-width: 920px;
	margin-inline: auto;
	padding: 70px 46px;
	text-align: center;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.18), rgba(255, 255, 255, 0.02)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
		var(--pfx-card);
	border: 1px solid rgba(225, 29, 46, 0.28);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-final-cta .pfx-copy,
.pfx-final-cta .pfx-kicker {
	margin-inline: auto;
}

.pfx-market-updates {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.016), rgba(255, 255, 255, 0.006)),
		#050607;
}

.pfx-market-updates__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-market-updates__header .pfx-copy {
	max-width: 640px;
	margin-bottom: 0;
}

.pfx-market-updates__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pfx-market-update-card {
	min-height: 188px;
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.018);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
}

.pfx-market-update-card span {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-market-update-card h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 20px;
	line-height: 1.2;
}

.pfx-market-update-card p {
	margin: 0;
	color: var(--pfx-grey);
	font-size: 15px;
	line-height: 1.7;
}

.pfx-market-updates__note {
	max-width: 700px;
	margin: 22px 0 0;
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.7;
}

.pfx-market-insights {
	background:
		linear-gradient(180deg, rgba(225, 29, 46, 0.045), rgba(255, 255, 255, 0.006) 28%, rgba(255, 255, 255, 0.012)),
		#050607;
}

.pfx-market-insights__header {
	align-items: center;
}

.pfx-market-insights__status {
	min-width: 210px;
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.024);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	color: var(--pfx-muted);
	font-size: 12px;
	line-height: 1.4;
}

.pfx-market-insights__status strong {
	color: var(--pfx-white);
	font-size: 13px;
}

.pfx-market-insights__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.pfx-market-insights__filters button {
	min-height: 38px;
	padding: 0 13px;
	background: rgba(255, 255, 255, 0.024);
	color: var(--pfx-grey);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.pfx-market-insights__filters button:hover,
.pfx-market-insights__filters button:focus-visible,
.pfx-market-insights__filters button.is-active {
	color: var(--pfx-white);
	border-color: rgba(225, 29, 46, 0.62);
	background: rgba(225, 29, 46, 0.12);
}

.pfx-market-insights__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	gap: 18px;
	align-items: stretch;
}

.pfx-market-insights__panel {
	min-width: 0;
	padding: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		rgba(10, 11, 14, 0.88);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
}

.pfx-market-insights__panel--updates {
	grid-column: 1 / -1;
	grid-row: 2;
}

.pfx-market-insights__left-stack {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	grid-template-rows: auto minmax(0, 1fr);
	gap: 18px;
	align-content: stretch;
	height: 100%;
	min-width: 0;
}

.pfx-market-insights__panel--events {
	grid-column: 2;
	grid-row: 1;
	position: relative;
	top: auto;
	max-height: none;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.pfx-market-insights__panel--education {
	grid-column: auto;
	grid-row: auto;
}

.pfx-market-insights__panel-head {
	display: grid;
	grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-market-insights__panel-head span {
	color: var(--pfx-red);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.pfx-market-insights__panel-head h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 20px;
	line-height: 1.2;
	text-align: right;
}

.pfx-market-insights__updates {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pfx-market-update-card {
	min-height: 0;
}

.pfx-market-update-card__top,
.pfx-market-event-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.pfx-market-event-card__top {
	padding-bottom: 2px;
}

.pfx-market-update-card__top em,
.pfx-market-impact {
	padding: 4px 8px;
	color: var(--pfx-white);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.pfx-market-update-card strong {
	color: var(--pfx-white);
	font-size: 26px;
	line-height: 1;
}

.pfx-market-update-card small,
.pfx-market-event-card__meta,
.pfx-market-event-card__figures,
.pfx-market-insight-card small {
	color: var(--pfx-muted);
	font-size: 12px;
	line-height: 1.5;
}

.pfx-market-events,
.pfx-market-insight-grid {
	display: grid;
	gap: 10px;
	align-items: stretch;
}

.pfx-market-events {
	flex: 1 1 auto;
	min-height: 0;
	max-height: clamp(430px, 54vh, 620px);
	overflow-y: auto;
	padding-right: 4px;
	scrollbar-color: rgba(184, 190, 200, 0.34) rgba(255, 255, 255, 0.035);
	scrollbar-width: thin;
}

.pfx-market-events::-webkit-scrollbar {
	width: 8px;
}

.pfx-market-events::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.035);
	border-radius: 999px;
}

.pfx-market-events::-webkit-scrollbar-thumb {
	background: rgba(184, 190, 200, 0.34);
	border-radius: 999px;
}

.pfx-market-events__ranges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -2px 0 12px;
}

.pfx-market-events__ranges button {
	min-height: 34px;
	padding: 0 11px;
	color: var(--pfx-grey);
	background: rgba(255, 255, 255, 0.024);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.pfx-market-events__ranges button:hover,
.pfx-market-events__ranges button:focus-visible,
.pfx-market-events__ranges button.is-active {
	color: var(--pfx-white);
	background: rgba(225, 29, 46, 0.12);
	border-color: rgba(225, 29, 46, 0.5);
}

.pfx-market-events__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: -2px 0 12px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.022);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 10px;
}

.pfx-market-events__toolbar[hidden] {
	display: none !important;
}

.pfx-market-events__toolbar p {
	margin: 0;
	color: var(--pfx-grey);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

.pfx-market-events__actions {
	display: inline-flex;
	gap: 6px;
	flex: 0 0 auto;
}

.pfx-market-events__actions button {
	min-height: 32px;
	padding: 0 12px;
	color: var(--pfx-white);
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.pfx-market-events__actions button:hover,
.pfx-market-events__actions button:focus-visible {
	border-color: rgba(225, 29, 46, 0.5);
	background: rgba(225, 29, 46, 0.12);
}

.pfx-market-events__actions button:disabled {
	color: rgba(184, 190, 200, 0.42);
	background: rgba(255, 255, 255, 0.018);
	border-color: rgba(255, 255, 255, 0.055);
	cursor: not-allowed;
}

.pfx-market-events__source-note {
	margin: 12px 0 0;
	padding-top: 12px;
	color: var(--pfx-muted);
	border-top: 1px solid var(--pfx-border-soft);
	font-size: 11px;
	line-height: 1.55;
}

.pfx-market-event-card,
.pfx-market-insight-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	background: rgba(255, 255, 255, 0.018);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 10px;
}

.pfx-market-insight-card {
	grid-template-rows: auto minmax(82px, auto) minmax(150px, 1fr) auto auto;
	min-height: 388px;
	align-content: stretch;
}

.pfx-market-insights__panel--readiness {
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding-bottom: 18px;
}

.pfx-market-readiness-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.pfx-market-readiness-grid div {
	display: grid;
	gap: 7px;
	min-width: 0;
	padding: 14px;
	background: rgba(255, 255, 255, 0.018);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 10px;
}

.pfx-market-readiness-grid strong {
	color: var(--pfx-white);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

.pfx-market-readiness-grid span {
	color: var(--pfx-grey);
	font-size: 12px;
	line-height: 1.48;
}

.pfx-market-readiness-note {
	margin: auto 0 0;
	padding-top: 13px;
	color: var(--pfx-muted);
	border-top: 1px solid var(--pfx-border-soft);
	font-size: 12px;
	line-height: 1.55;
}

.pfx-market-event-card h3,
.pfx-market-insight-card h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: clamp(15px, 1.7vw, 17px);
	line-height: 1.24;
}

.pfx-market-event-card p,
.pfx-market-insight-card p {
	margin: 0;
	color: var(--pfx-grey);
	font-size: 13px;
	line-height: 1.55;
}

.pfx-market-currency-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: var(--pfx-white);
	font-weight: 900;
}

.pfx-market-currency-badge__mark {
	display: grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	color: var(--pfx-white);
	background: #111317;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
	line-height: 1;
}

.pfx-market-currency-badge__flag {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.pfx-market-currency-badge__code {
	color: var(--pfx-white);
	font-size: 15px;
	line-height: 1;
}

.pfx-market-impact--high {
	color: #ffffff;
	background: rgba(225, 29, 46, 0.18);
	border-color: rgba(225, 29, 46, 0.5);
}

.pfx-market-impact--medium {
	color: #f4d58a;
	background: rgba(244, 213, 138, 0.1);
	border-color: rgba(244, 213, 138, 0.24);
}

.pfx-market-event-card__meta {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.75fr);
	gap: 8px;
}

.pfx-market-event-card__meta span {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 8px 10px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 6px;
}

.pfx-market-event-card__meta small {
	color: var(--pfx-muted);
	font-size: 9px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.pfx-market-event-card__meta strong {
	color: var(--pfx-white);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.pfx-market-source-link {
	color: var(--pfx-white);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.25;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.pfx-market-source-link:hover,
.pfx-market-source-link:focus {
	color: var(--pfx-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pfx-market-event-card__meta em {
	color: var(--pfx-muted);
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.pfx-market-event-card__figures {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	align-items: stretch;
}

.pfx-market-event-card__figures span {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 8px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 6px;
}

.pfx-market-event-card__figures strong {
	color: var(--pfx-white);
}

.pfx-market-event-card__figures span.is-muted strong {
	color: var(--pfx-muted);
}

.pfx-market-event-card__schedule-note {
	margin: 0;
	padding: 8px 10px;
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 6px;
}

.pfx-market-event-card__insights {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	padding-top: 8px;
	border-top: 1px solid var(--pfx-border-soft);
}

.pfx-market-event-card__insights span,
.pfx-market-insight-card > span {
	color: var(--pfx-red);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.pfx-market-event-card__insights a,
.pfx-market-insight-card a {
	align-self: end;
	color: var(--pfx-white);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
}

.pfx-market-event-card__insights a {
	max-width: 100%;
	padding: 5px 8px;
	color: var(--pfx-grey);
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 999px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pfx-market-event-card__insights a:hover,
.pfx-market-event-card__insights a:focus-visible,
.pfx-market-insight-card a:hover,
.pfx-market-insight-card a:focus-visible {
	color: var(--pfx-red);
}

.pfx-market-insight-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfx-mi-filterable.is-hidden {
	display: none !important;
}

.pfx-market-insights__empty {
	margin: 12px 0 0;
	padding: 14px;
	color: var(--pfx-muted);
	background: rgba(255, 255, 255, 0.018);
	border: 1px dashed var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	font-size: 13px;
}

.pfx-broker-banner-section {
	padding-top: 78px;
	padding-bottom: 78px;
	background: #050607;
}

.pfx-broker-banner {
	display: grid;
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	overflow: hidden;
}

.pfx-broker-banner__copy {
	min-width: 0;
}

.pfx-broker-banner__copy .pfx-kicker {
	margin-bottom: 12px;
}

.pfx-broker-banner__copy h2 {
	margin-bottom: 14px;
}

.pfx-broker-banner__copy p,
.pfx-broker-banner__note {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 14px;
	line-height: 1.7;
}

.pfx-broker-banner__media {
	display: block;
	position: relative;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: calc(var(--pfx-radius) - 2px);
	overflow: hidden;
	background: #050607;
	transition: border-color 180ms ease, transform 180ms ease;
	aspect-ratio: 1600 / 838;
}

.pfx-broker-banner__media:hover {
	border-color: rgba(255, 255, 255, 0.24);
	transform: translateY(-2px);
}

.pfx-broker-banner__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.pfx-broker-banner__note {
	grid-column: 1 / -1;
	padding-top: 18px;
	border-top: 1px solid var(--pfx-border-soft);
}

.pfx-motion-ready .pfx-broker-banner__media.pfx-reveal:not(.is-visible) {
	transform: translate3d(0, 24px, 0) scale(0.985);
}

@media (max-width: 980px) {
	.pfx-market-updates__header {
		display: grid;
		align-items: start;
	}

	.pfx-market-insights__layout,
	.pfx-market-insights__left-stack,
	.pfx-market-insights__panel--updates,
	.pfx-market-insights__panel--events,
	.pfx-market-insights__panel--education {
		display: grid;
		grid-column: auto;
		grid-row: auto;
		grid-template-columns: 1fr;
	}

	.pfx-market-insights__panel--events {
		max-height: none;
		overflow: visible;
		order: 2;
	}

	.pfx-market-insights__left-stack {
		order: 1;
		height: auto;
	}

	.pfx-market-insights__panel--updates {
		order: 3;
	}

	.pfx-market-updates__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-market-events {
		max-height: clamp(360px, 58vh, 520px);
	}

	.pfx-market-insight-grid {
		grid-template-columns: 1fr;
	}

	.pfx-market-insight-card {
		grid-template-rows: auto;
		min-height: 0;
	}

	.pfx-market-readiness-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-market-readiness-note {
		margin-top: 14px;
	}

	.pfx-market-insights__panel--events {
		position: static;
		max-height: none;
		overflow: visible;
	}

	.pfx-broker-banner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.pfx-market-updates__header {
		gap: 20px;
		margin-bottom: 22px;
		padding-bottom: 20px;
	}

	.pfx-market-updates__header .pfx-btn {
		width: 100%;
	}

	.pfx-market-updates__grid {
		grid-template-columns: 1fr;
	}

	.pfx-market-update-card {
		min-height: 0;
		padding: 20px;
	}

	.pfx-market-insights__status {
		min-width: 0;
	}

	.pfx-market-insights__filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-market-insights__filters button {
		width: 100%;
	}

	.pfx-market-insights__panel {
		padding: 16px;
	}

	.pfx-market-insights__panel-head {
		grid-template-columns: 1fr;
		gap: 8px;
		align-items: start;
	}

	.pfx-market-insights__panel-head h3 {
		text-align: left;
	}

	.pfx-market-events {
		max-height: clamp(340px, 56vh, 460px);
	}

	.pfx-market-events__ranges {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-market-readiness-grid {
		grid-template-columns: 1fr;
	}

	.pfx-market-events__ranges button {
		width: 100%;
	}

	.pfx-market-events__toolbar {
		display: grid;
		gap: 10px;
	}

	.pfx-market-events__actions {
		width: 100%;
	}

	.pfx-market-events__actions button {
		flex: 1;
	}

	.pfx-market-insights__panel-head,
	.pfx-market-event-card__top,
	.pfx-market-event-card__meta,
	.pfx-market-event-card__figures {
		display: grid;
		align-items: start;
	}

	.pfx-market-event-card__top {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.pfx-market-event-card__meta,
	.pfx-market-event-card__figures {
		grid-template-columns: 1fr;
	}

	.pfx-broker-banner-section {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.pfx-broker-banner {
		gap: 20px;
		padding: 18px;
	}

	.pfx-broker-banner__media {
		border-radius: 6px;
	}
}

.pfx-service-nav {
	position: sticky;
	top: 78px;
	z-index: 900;
	background: rgba(5, 5, 5, 0.9);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--pfx-border);
}

.pfx-service-nav .pfx-container {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 12px 0;
}

.pfx-service-nav a {
	flex: 0 0 auto;
	padding: 9px 13px;
	color: var(--pfx-grey);
	text-decoration: none;
	border: 1px solid var(--pfx-border);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 750;
}

.pfx-service-nav a:hover,
.pfx-service-nav a:focus {
	color: var(--pfx-white);
	border-color: var(--pfx-red);
}

.pfx-service-detail:nth-of-type(odd) {
	background: var(--pfx-charcoal);
	border-block: 1px solid var(--pfx-border-soft);
}

.pfx-service-note {
	min-height: 260px;
	display: grid;
	align-content: center;
}

.pfx-statement {
	max-width: 880px;
	border-left: 3px solid var(--pfx-red);
	padding-left: 32px;
}

.pfx-art-panel {
	min-height: 420px;
	display: grid;
	place-items: center;
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.14), rgba(255, 255, 255, 0.02)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
		var(--pfx-card);
	box-shadow: var(--pfx-shadow);
}

.pfx-art-panel img {
	width: 280px;
	height: 280px;
	border: 1px solid rgba(225, 29, 46, 0.5);
	border-radius: 50%;
	box-shadow: var(--pfx-shadow);
	object-fit: cover;
}

.pfx-art-panel--founder {
	gap: 18px;
	text-align: center;
}

.pfx-art-panel--founder span {
	color: var(--pfx-muted);
	font-size: 13px;
	text-transform: uppercase;
}

.pfx-art-panel--brand-presentation {
	position: relative;
	grid-template-columns: minmax(180px, 0.76fr) minmax(0, 0.74fr);
	gap: clamp(22px, 3vw, 38px);
	overflow: hidden;
	padding: clamp(24px, 3vw, 38px);
	place-items: center;
}

.pfx-art-panel--brand-presentation::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(225, 29, 46, 0.16), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 48%);
	pointer-events: none;
}

.pfx-brand-presentation__media,
.pfx-brand-presentation__copy {
	position: relative;
	z-index: 1;
}

.pfx-brand-presentation__media {
	width: min(260px, 100%);
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	background: #050607;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

.pfx-brand-presentation__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pfx-brand-presentation__copy {
	display: grid;
	gap: 15px;
	min-width: 0;
}

.pfx-brand-presentation__copy .pfx-kicker,
.pfx-brand-presentation__copy .pfx-h3,
.pfx-brand-presentation__copy p {
	margin: 0;
}

.pfx-brand-presentation__copy p {
	color: var(--pfx-muted);
	font-size: 15px;
	line-height: 1.65;
}

.pfx-brand-presentation__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.pfx-brand-presentation__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: #aeb4bd;
	font-size: 11px;
	font-weight: 820;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.pfx-art-panel--brand-presentation {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.pfx-brand-presentation__media {
		width: min(280px, 100%);
	}
}

@media (max-width: 700px) {
	.pfx-art-panel--brand-presentation {
		padding: 22px;
	}

	.pfx-brand-presentation__copy {
		gap: 13px;
	}
}

.pfx-risk-block {
	padding: 42px;
	border-left: 3px solid var(--pfx-red);
	background: var(--pfx-card);
	border-radius: var(--pfx-radius);
}

.pfx-risk-block .pfx-copy {
	max-width: 850px;
}

.pfx-support-note {
	margin: 0;
}

.pfx-contact-card {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pfx-contact-card .pfx-btn {
	margin-top: auto;
}

.pfx-contact-split {
	align-items: start;
}

.pfx-form {
	display: grid;
	gap: 16px;
	padding: 30px;
	background: var(--pfx-card);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
}

.pfx-form label {
	display: grid;
	gap: 8px;
	color: var(--pfx-grey);
	font-size: 14px;
	font-weight: 700;
}

.pfx-form input,
.pfx-form select,
.pfx-form textarea {
	width: 100%;
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	background: #08080a;
	color: var(--pfx-white);
	padding: 14px 14px;
	font: inherit;
}

.pfx-form input:focus,
.pfx-form select:focus,
.pfx-form textarea:focus {
	outline: none;
	border-color: var(--pfx-red);
	box-shadow: 0 0 0 3px rgba(225, 29, 46, 0.16);
}

.pfx-form-status {
	display: inline-flex;
	padding: 12px 14px;
	border: 1px solid rgba(225, 29, 46, 0.4);
	border-radius: var(--pfx-radius);
	background: rgba(225, 29, 46, 0.1);
	color: var(--pfx-white);
}

.pfx-legal {
	padding-top: 150px;
}

.pfx-legal-card {
	margin: 30px 0;
}

.pfx-legal-stack {
	display: grid;
	gap: 18px;
	margin: 34px 0;
}

.pfx-legal-stack .pfx-legal-card {
	margin: 0;
}

.pfx-footer {
	padding: 74px 0 28px;
	background: #030303;
	border-top: 1px solid var(--pfx-border);
}

.pfx-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.35fr) repeat(auto-fit, minmax(142px, 1fr));
	gap: 38px;
	align-items: start;
}

.pfx-footer__grid > div {
	min-width: 0;
}

.pfx-footer__brand p {
	max-width: 420px;
	color: var(--pfx-grey);
}

.pfx-footer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.pfx-footer__updates {
	width: 100%;
	max-width: 480px;
	margin-top: 26px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.025);
	box-sizing: border-box;
}

.pfx-footer__title {
	margin: 0 0 18px;
	color: var(--pfx-white);
	font-size: 15px;
	text-transform: uppercase;
}

.pfx-updates-form {
	display: grid;
	gap: 10px;
}

.pfx-updates-form__copy,
.pfx-updates-form__fineprint,
.pfx-updates-form__status {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.7;
}

.pfx-updates-form__copy {
	margin: -6px 0 4px;
}

.pfx-updates-form__fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.pfx-updates-form input[type="email"] {
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #050607;
	color: var(--pfx-white);
	font: inherit;
	outline: none;
	transition: border-color 180ms ease, background 180ms ease;
}

.pfx-updates-form input[type="email"]::placeholder {
	color: rgba(226, 230, 237, 0.44);
}

.pfx-updates-form input[type="email"]:focus {
	border-color: rgba(209, 27, 46, 0.55);
	background: #07090b;
}

.pfx-updates-form button {
	width: 100%;
	min-width: 0;
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 16px;
	border: 1px solid var(--pfx-red);
	border-radius: 8px;
	background: var(--pfx-red);
	color: var(--pfx-white);
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	white-space: normal;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.pfx-updates-form button .pfx-ui-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.pfx-updates-form button:hover,
.pfx-updates-form button:focus {
	background: #b9182a;
	border-color: #b9182a;
	transform: translateY(-1px);
}

.pfx-updates-form__status--success {
	color: #82d89d;
}

.pfx-updates-form__status--error {
	color: #ff8d98;
}

.pfx-updates-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.pfx-footer__links {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
}

.pfx-footer__links li {
	min-width: 0;
}

.pfx-footer__links a {
	display: inline-block;
	max-width: 100%;
	color: var(--pfx-muted);
	line-height: 1.55;
	overflow-wrap: anywhere;
	word-break: normal;
	text-decoration: none;
}

.pfx-footer__links a[href^="mailto:"] {
	word-break: break-all;
}

.pfx-footer__links a:hover,
.pfx-footer__links a:focus {
	color: var(--pfx-white);
}

.pfx-footer__policy {
	display: grid;
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
	gap: 28px;
	margin-top: 42px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014)),
		rgba(255, 255, 255, 0.018);
}

.pfx-footer__policy-heading {
	display: grid;
	align-content: start;
	gap: 8px;
}

.pfx-footer__policy-heading .pfx-footer__title {
	margin-bottom: 0;
}

.pfx-footer__policy-heading p {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.55;
}

.pfx-footer__policy-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfx-footer__policy-list li {
	position: relative;
	padding-left: 16px;
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.55;
}

.pfx-footer__policy-list li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--pfx-red);
}

.pfx-footer__policy-list strong {
	color: var(--pfx-white);
	font-weight: 820;
}

.pfx-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	margin-top: 54px;
	padding-top: 24px;
	border-top: 1px solid var(--pfx-border);
	color: var(--pfx-muted);
	font-size: 13px;
}

.pfx-footer__bottom p {
	margin: 0;
}

.pfx-floating-contact {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 998;
	display: grid;
	gap: 10px;
}

.pfx-floating-contact a {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	background: rgba(17, 17, 20, 0.92);
	color: var(--pfx-white);
	border: 1px solid var(--pfx-border);
	border-radius: 50%;
	text-decoration: none;
	box-shadow: var(--pfx-shadow);
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.pfx-floating-contact a .pfx-ui-icon {
	width: 24px;
	height: 24px;
}

.pfx-floating-contact__link--live-chat {
	background: var(--pfx-red) !important;
	border-color: var(--pfx-red) !important;
}

.pfx-floating-contact__link--telegram {
	background: #229ed9 !important;
	border-color: #229ed9 !important;
}

.pfx-floating-contact__link--top {
	background: rgba(17, 17, 20, 0.94) !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
}

.pfx-floating-contact a:hover,
.pfx-floating-contact a:focus {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

@media (max-width: 1180px) {
	.pfx-header__actions {
		display: none;
	}

	.pfx-service-grid,
	.pfx-card-grid--four,
	.pfx-stat-grid,
		.pfx-product-grid,
		.pfx-programme-grid,
		.pfx-tier-grid,
		.pfx-woocommerce-showcase .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-stat-grid--framework {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pfx-benefit-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	body.pfx-site {
		font-size: 16px;
	}

	.pfx-h1 {
		font-size: 42px;
	}

	.pfx-h2 {
		font-size: 34px;
	}

	.pfx-h3 {
		font-size: 22px;
	}

	.pfx-menu-toggle {
		display: block;
	}

	.pfx-nav {
		position: fixed;
		top: 78px;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 22px 18px 26px;
		background: rgba(5, 5, 5, 0.98);
		border-bottom: 1px solid var(--pfx-border);
	}

	.pfx-nav.is-open {
		display: flex;
	}

	.pfx-nav__list {
		display: grid;
		gap: 0;
	}

	.pfx-nav__list a {
		display: block;
		padding: 14px 0;
		font-size: 17px;
	}

	.pfx-nav__list .sub-menu {
		position: static;
		min-width: 0;
		padding: 0 0 0 16px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.pfx-header__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 18px;
	}

	.pfx-icon-link {
		width: 100%;
	}

	.pfx-hero {
		min-height: auto;
		padding-top: 82px;
	}

	.pfx-hero__grid,
	.pfx-split {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.pfx-hero__visual {
		min-height: 360px;
	}

	.pfx-trading-screen {
		transform: none;
	}

	.pfx-card-grid--three,
	.pfx-pricing-grid,
	.pfx-footer__grid {
		grid-template-columns: 1fr;
	}

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

	.pfx-footer__bottom {
		display: grid;
	}

	.pfx-footer__policy {
		grid-template-columns: 1fr;
	}

	.pfx-footer__policy-list {
		grid-template-columns: 1fr;
	}

	.pfx-account-gateway,
	.pfx-account-gateway--signed-in {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	body.pfx-site {
		padding-bottom: 64px;
	}

	.pfx-container,
	.pfx-narrow {
		width: calc(100% - 36px);
		max-width: calc(100vw - 36px);
	}

	.pfx-header__inner {
		width: calc(100% - 32px);
		max-width: calc(100vw - 32px);
	}

	.pfx-section {
		padding: 66px 0;
	}

	.pfx-section-tight {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.pfx-h1 {
		font-size: 34px;
		overflow-wrap: anywhere;
	}

	.pfx-h2 {
		font-size: 28px;
	}

	.pfx-hero__tagline {
		font-size: 19px;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.pfx-copy {
		font-size: 16px;
	}

	.pfx-actions,
	.pfx-header__actions {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
		width: 100%;
	}

	.pfx-btn {
		width: 100%;
		min-width: 0;
		white-space: normal;
		text-align: center;
	}

	.pfx-footer__updates {
		max-width: none;
	}

	.pfx-updates-form__fields {
		grid-template-columns: 1fr;
	}

	.pfx-updates-form button {
		width: 100%;
	}

	.pfx-card-grid--four,
	.pfx-stat-grid,
		.pfx-product-grid,
		.pfx-service-grid,
		.pfx-programme-grid,
		.pfx-tier-grid,
		.pfx-woocommerce-showcase .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.pfx-commerce-panel__heading {
		display: grid;
		align-items: start;
	}

	.pfx-benefit-strip {
		grid-template-columns: 1fr;
	}

	.pfx-benefit-strip span {
		min-height: 56px;
		justify-content: flex-start;
		text-align: left;
		border-right: 0;
		border-bottom: 1px solid var(--pfx-border-soft);
	}

	.pfx-hero-features {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-hero-features span {
		width: auto;
		min-width: 0;
		min-height: 58px;
		justify-content: flex-start;
		padding: 0 10px;
		border-right: 0;
		font-size: 12px;
		text-align: left;
	}

	.pfx-card,
	.pfx-pricing-card,
	.pfx-form,
	.pfx-risk-block,
	.pfx-tier-card {
		padding: 24px;
	}

	.pfx-price {
		font-size: 34px;
	}

	.pfx-metric-card strong {
		font-size: 82px;
	}

	.pfx-hero__panel {
		right: auto;
		left: 50%;
		bottom: 76px;
		width: min(230px, 80%);
		transform: translateX(-50%);
	}

	.pfx-product-card__image {
		min-height: 200px;
	}

	.pfx-final-cta__box {
		padding: 42px 24px;
	}

	.pfx-floating-contact {
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		max-width: 100vw;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		padding: 8px;
		background: rgba(5, 5, 5, 0.96);
		border-top: 1px solid var(--pfx-border);
	}

	.pfx-floating-contact a {
		width: 100%;
		min-width: 0;
		height: 48px;
		border-radius: var(--pfx-radius);
		box-shadow: none;
	}
}

@media (max-width: 480px) {
	.pfx-h1 {
		font-size: 30px;
	}

	.pfx-h2 {
		font-size: 25px;
	}

	.pfx-hero__tagline {
		font-size: 17px;
	}

	.pfx-hero-features {
		grid-template-columns: 1fr;
	}

	.pfx-hero-features span {
		min-height: 56px;
	}

	.pfx-brand__text {
		font-size: 17px;
	}

	.pfx-btn {
		font-size: 12px;
	}
}

.pfx-woocommerce-page-shell {
	padding-top: 96px;
}

.pfx-woocommerce-page-shell__container--wide,
.pfx-woocommerce-page-shell__container {
	width: calc(100% - 40px);
	max-width: 1520px;
	margin-inline: auto;
}

.pfx-account-theme .pfx-woocommerce-page-shell__container--wide,
.pfx-checkout-theme .pfx-woocommerce-page-shell__container {
	max-width: 1640px;
}

.woocommerce-notices-wrapper {
	display: grid;
	gap: 14px;
	margin: 0 0 24px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	position: relative;
	display: grid;
	gap: 8px;
	margin: 0 !important;
	padding: 16px 18px 16px 58px !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: var(--pfx-radius);
	background: rgba(255, 255, 255, 0.035) !important;
	color: var(--pfx-grey) !important;
	list-style: none outside !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.5;
	list-style: none outside !important;
}

.woocommerce-message {
	border-color: rgba(225, 29, 46, 0.32) !important;
}

body.pfx-site .woocommerce-notices-wrapper .woocommerce-message {
	max-width: 920px;
	min-height: 74px;
	margin: 0 auto 24px !important;
	display: flex !important;
	align-items: center;
	gap: 16px;
	padding: 18px 20px 18px 58px !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
		rgba(10, 11, 14, 0.96) !important;
	border-color: rgba(92, 214, 118, 0.28) !important;
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
	color: var(--pfx-grey) !important;
	font-size: 15px;
	font-weight: 720;
	line-height: 1.45;
}

body.pfx-site .woocommerce-notices-wrapper .woocommerce-message::before {
	color: #79d45e !important;
}

body.pfx-site .woocommerce-notices-wrapper .woocommerce-message .button,
body.pfx-site .woocommerce-notices-wrapper .woocommerce-message a.button {
	order: 2;
	flex: 0 0 auto;
	min-height: 42px;
	min-width: 142px;
	margin-left: auto;
	padding: 0 18px;
	background: var(--pfx-red) !important;
	border-color: var(--pfx-red) !important;
	border-radius: 10px;
	color: var(--pfx-white) !important;
	box-shadow: 0 14px 32px rgba(225, 29, 46, 0.22);
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
}

body.pfx-site .woocommerce-notices-wrapper .woocommerce-message .button:hover,
body.pfx-site .woocommerce-notices-wrapper .woocommerce-message .button:focus {
	background: var(--pfx-red-dark) !important;
	border-color: var(--pfx-red-dark) !important;
}

@media (max-width: 640px) {
	body.pfx-site .woocommerce-notices-wrapper .woocommerce-message {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		padding: 18px 18px 18px 54px !important;
	}

	body.pfx-site .woocommerce-notices-wrapper .woocommerce-message .button,
	body.pfx-site .woocommerce-notices-wrapper .woocommerce-message a.button {
		width: 100%;
		margin-left: 0;
	}
}

body.pfx-site .woocommerce-notices-wrapper .woocommerce-message.pfx-added-cart-message {
	width: min(100%, 1040px);
	max-width: 1040px;
	min-height: 0;
	margin: 0 auto 24px !important;
	padding: 0 !important;
	display: block !important;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
		rgba(8, 9, 12, 0.92) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
	animation: pfxAddedCartSlideIn 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.pfx-site .woocommerce-notices-wrapper .woocommerce-message.pfx-added-cart-message::before {
	display: none !important;
}

@supports ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))) {
	body.pfx-site .woocommerce-notices-wrapper .woocommerce-message.pfx-added-cart-message {
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
	}
}

.pfx-added-cart-message.is-dismissing {
	animation: pfxAddedCartDismiss 0.22s ease forwards !important;
	pointer-events: none;
}

.pfx-added-cart-notice {
	position: relative;
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) minmax(360px, auto);
	gap: 18px;
	align-items: center;
	padding: 22px 58px 22px 22px;
}

.pfx-added-cart-notice__icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(94, 214, 118, 0.38);
	border-radius: 50%;
	background: rgba(94, 214, 118, 0.12);
	color: #72dc79;
}

.pfx-added-cart-notice__icon::before {
	content: "";
	width: 15px;
	height: 8px;
	border-left: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(-45deg) translate(1px, -1px);
}

.pfx-added-cart-notice__content {
	min-width: 0;
	display: grid;
	gap: 6px;
}

.pfx-added-cart-notice__title {
	color: var(--pfx-white);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.15;
}

.pfx-added-cart-notice__product {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 740;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.pfx-added-cart-notice__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: var(--pfx-grey);
	font-size: 13px;
	font-weight: 700;
}

.pfx-added-cart-notice__price,
.pfx-added-cart-notice__variation > span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.82);
}

.pfx-added-cart-notice__variation {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pfx-added-cart-notice__variation strong {
	margin-right: 4px;
	color: var(--pfx-white);
}

.pfx-added-cart-notice__hint {
	color: rgba(183, 190, 202, 0.88);
	font-size: 12px;
	font-weight: 680;
	line-height: 1.35;
}

.pfx-added-cart-notice__actions {
	display: grid;
	grid-template-columns: minmax(140px, 1.05fr) minmax(112px, 0.82fr) minmax(136px, 0.9fr);
	gap: 10px;
	align-items: center;
}

.pfx-added-cart-notice__button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.pfx-added-cart-notice__button:hover,
.pfx-added-cart-notice__button:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.pfx-added-cart-notice__button--checkout {
	background: var(--pfx-red);
	border: 1px solid var(--pfx-red);
	color: var(--pfx-white);
	box-shadow: 0 16px 34px rgba(225, 29, 46, 0.22);
}

.pfx-added-cart-notice__button--checkout:hover,
.pfx-added-cart-notice__button--checkout:focus {
	background: var(--pfx-red-dark);
	border-color: var(--pfx-red-dark);
	color: var(--pfx-white);
}

.pfx-added-cart-notice__button--cart {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--pfx-white);
}

.pfx-added-cart-notice__button--cart:hover,
.pfx-added-cart-notice__button--cart:focus {
	background: rgba(255, 255, 255, 0.14);
	color: var(--pfx-white);
}

.pfx-added-cart-notice__button--continue {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--pfx-grey);
}

.pfx-added-cart-notice__button--continue:hover,
.pfx-added-cart-notice__button--continue:focus {
	border-color: rgba(255, 255, 255, 0.22);
	color: var(--pfx-white);
}

.pfx-added-cart-notice__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.68);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.pfx-added-cart-notice__close:hover,
.pfx-added-cart-notice__close:focus {
	background: rgba(255, 255, 255, 0.12);
	color: var(--pfx-white);
	text-decoration: none;
}

@keyframes pfxAddedCartSlideIn {
	from {
		opacity: 0;
		transform: translate3d(28px, -14px, 0);
	}

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

@keyframes pfxAddedCartDismiss {
	to {
		opacity: 0;
		transform: translate3d(28px, -12px, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.pfx-site .woocommerce-notices-wrapper .woocommerce-message.pfx-added-cart-message,
	.pfx-added-cart-message.is-dismissing {
		animation: none !important;
	}

	.pfx-added-cart-notice__button {
		transition: none;
	}
}

@media (max-width: 920px) {
	.pfx-added-cart-notice {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 20px 56px 20px 20px;
	}

	.pfx-added-cart-notice__actions {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.pfx-site .woocommerce-notices-wrapper .woocommerce-message.pfx-added-cart-message {
		border-radius: 12px;
	}

	.pfx-added-cart-notice {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 14px;
		padding: 18px 16px 18px;
	}

	.pfx-added-cart-notice__icon {
		width: 40px;
		height: 40px;
	}

	.pfx-added-cart-notice__content,
	.pfx-added-cart-notice__actions {
		grid-column: 1 / -1;
	}

	.pfx-added-cart-notice__actions {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.pfx-added-cart-notice__button {
		width: 100%;
		min-height: 48px;
		white-space: normal;
	}

	.pfx-added-cart-notice__close {
		top: 12px;
		right: 12px;
	}
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	left: 18px !important;
	top: 50% !important;
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	margin: 0 !important;
	line-height: 1 !important;
	transform: translateY(-50%);
}

.pfx-cart-page {
	display: grid;
	gap: 26px;
}

.pfx-cart-hero {
	display: grid;
	gap: 10px;
}

.pfx-cart-hero h1 {
	margin: 0;
	font-size: 58px;
	line-height: 1.04;
}

.pfx-cart-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--pfx-grey);
	font-size: 15px;
}

.pfx-cart-hero__eyebrow .pfx-ui-icon {
	color: var(--pfx-red);
}

.pfx-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
	gap: 28px;
	align-items: start;
}

.pfx-cart-empty-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
	gap: 28px;
	align-items: start;
}

.pfx-cart-main {
	display: grid;
	gap: 22px;
}

.pfx-cart-item-card,
.pfx-cart-note-card,
.pfx-cart-utility-card,
.pfx-cart-summary-card,
.pfx-cart-empty-card,
.pfx-account-widget,
.pfx-account-sidebar,
.pfx-account-support-strip,
.pfx-account-auth-card,
.pfx-account-auth-intro {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-cart-item-card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 28px;
	padding: 30px;
}

.pfx-cart-item-card--empty {
	grid-template-columns: 1fr;
}

.pfx-cart-empty-card {
	padding: 34px;
}

.pfx-cart-empty-card--primary {
	display: grid;
	grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
	align-items: center;
	gap: 28px;
}

.pfx-cart-empty-card__icon {
	width: 140px;
	height: 140px;
	display: grid;
	place-items: center;
	border-radius: 24px;
	background: radial-gradient(circle at top, rgba(225, 29, 46, 0.18), rgba(225, 29, 46, 0.03));
	color: var(--pfx-red);
}

.pfx-cart-empty-card__icon .pfx-ui-icon {
	width: 58px;
	height: 58px;
}

.pfx-cart-empty-card__content {
	display: grid;
	gap: 14px;
}

.pfx-cart-empty-card__eyebrow {
	margin: 0;
	color: var(--pfx-red);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pfx-cart-empty-card__content h2,
.pfx-cart-empty-card--aside h3 {
	margin: 0;
	font-size: clamp(28px, 4vw, 42px);
	color: var(--pfx-white);
}

.pfx-cart-empty-card__content p {
	margin: 0;
	color: var(--pfx-grey);
	font-size: 17px;
	line-height: 1.8;
}

.pfx-cart-empty-card--aside {
	display: grid;
	align-content: start;
	gap: 20px;
}

.pfx-cart-empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pfx-cart-note-card--compact {
	padding: 20px 22px;
}

.pfx-cart-item-card h2,
.pfx-account-widget h2,
.pfx-account-auth-card h2,
.pfx-account-auth-intro h1 {
	margin: 0;
	color: var(--pfx-white);
}

.pfx-cart-item-media {
	min-height: 180px;
	display: grid;
	place-items: center;
	border-radius: calc(var(--pfx-radius) - 2px);
	background: rgba(255, 255, 255, 0.02);
	overflow: hidden;
}

.pfx-cart-item-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pfx-cart-item-media .pfx-programme-service-thumb {
	object-fit: cover;
	filter: saturate(1.04) contrast(1.03);
}

.pfx-cart-item-media__fallback {
	width: 110px;
	height: 110px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(225, 29, 46, 0.12);
	color: var(--pfx-gold);
}

.pfx-cart-item-content {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.pfx-cart-item-content__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.pfx-cart-item-content h2 a {
	text-decoration: none;
}

.pfx-cart-item-content__type,
.pfx-cart-item-content__copy,
.pfx-cart-summary-card__product span,
.pfx-account-field-note,
.pfx-account-auth-card__note {
	margin: 0;
	color: var(--pfx-muted);
}

.pfx-cart-item-content__type {
	color: var(--pfx-red);
	font-size: 14px;
	font-weight: 700;
}

.pfx-cart-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pfx-radius);
	color: var(--pfx-grey);
	text-decoration: none;
}

.pfx-cart-remove:hover,
.pfx-cart-remove:focus {
	border-color: rgba(225, 29, 46, 0.45);
	color: var(--pfx-white);
}

.pfx-cart-benefits,
.pfx-account-bullet-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--pfx-grey);
}

.pfx-cart-benefits li,
.pfx-account-bullet-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.pfx-cart-benefits .pfx-ui-icon,
.pfx-account-bullet-list .pfx-ui-icon {
	margin-top: 2px;
	color: var(--pfx-red);
}

.pfx-cart-item-content__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pfx-cart-item-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.pfx-cart-item-price strong {
	color: var(--pfx-grey);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.pfx-cart-item-price strong .woocommerce-Price-amount,
.pfx-cart-item-price strong .amount,
.pfx-cart-item-price strong bdi {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.pfx-cart-item-price span {
	color: var(--pfx-grey);
	font-size: 16px;
}

.pfx-cart-item-quantity {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	flex-wrap: wrap;
}

.pfx-cart-item-quantity__label {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pfx-cart-item-quantity--fixed {
	color: var(--pfx-muted);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.pfx-cart-qty-stepper {
	display: inline-grid;
	grid-template-columns: 38px minmax(54px, 72px) 38px;
	align-items: center;
	min-height: 58px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
		rgba(0, 0, 0, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 32px rgba(0, 0, 0, 0.24);
}

.pfx-cart-qty-stepper:focus-within {
	border-color: rgba(225, 29, 46, 0.62);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 3px rgba(225, 29, 46, 0.12), 0 14px 32px rgba(0, 0, 0, 0.24);
}

.pfx-cart-qty-stepper__button {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.045);
	color: var(--pfx-white);
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pfx-cart-qty-stepper__button:hover,
.pfx-cart-qty-stepper__button:focus {
	border-color: rgba(225, 29, 46, 0.52);
	background: rgba(225, 29, 46, 0.16);
	color: #fff;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(225, 29, 46, 0.2);
	transform: translateY(-1px);
}

.pfx-cart-qty-stepper .quantity {
	margin: 0;
}

.pfx-cart-qty-stepper .quantity .qty,
.pfx-cart-item-quantity .quantity .qty {
	width: 100%;
	min-width: 54px;
	height: 38px;
	min-height: 38px;
	padding: 0 6px;
	border: 0;
	background: transparent;
	color: var(--pfx-white);
	font-size: 18px;
	font-weight: 800;
	line-height: 38px;
	text-align: center;
	appearance: textfield;
	box-shadow: none;
}

.pfx-cart-qty-stepper .quantity .qty:focus {
	outline: 0;
}

.pfx-cart-qty-stepper .quantity .qty::-webkit-outer-spin-button,
.pfx-cart-qty-stepper .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.pfx-cart-page.is-saving-cart .pfx-cart-qty-stepper {
	border-color: rgba(225, 29, 46, 0.24);
}

.pfx-cart-theme .woocommerce-notices-wrapper .pfx-wc-notice--standard.pfx-wc-notice--success {
	display: none;
}

.pfx-cart-theme .woocommerce-cart-form.processing,
.pfx-cart-theme .cart_totals.processing {
	opacity: 1 !important;
}

.pfx-cart-theme .blockUI.blockOverlay {
	background: rgba(8, 10, 13, 0.28) !important;
	opacity: 1 !important;
	backdrop-filter: blur(1px);
}

.pfx-cart-note-card,
.pfx-cart-utility-card {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 26px 28px;
}

.pfx-cart-note-card__icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--pfx-white);
}

.pfx-cart-note-card strong,
.pfx-cart-utility-card h3 {
	display: block;
	margin: 0 0 6px;
	font-size: 24px;
}

.pfx-cart-note-card p,
.pfx-cart-utility-card p {
	margin: 0;
	color: var(--pfx-grey);
}

.pfx-cart-note-card--compact {
	align-items: flex-start;
	gap: 14px;
}

.pfx-cart-note-card--compact > div:last-child {
	min-width: 0;
}

.pfx-cart-note-card--compact .pfx-cart-note-card__icon {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 14px;
}

.pfx-cart-note-card--compact .pfx-cart-note-card__icon .pfx-ui-icon {
	width: 20px;
	height: 20px;
}

.pfx-cart-note-card--compact strong {
	max-width: 18ch;
	font-size: clamp(19px, 1.45vw, 22px);
	line-height: 1.25;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.pfx-cart-note-card--compact p {
	max-width: 34ch;
	line-height: 1.65;
}

.pfx-cart-utility-card {
	flex-direction: column;
	align-items: stretch;
}

.js .pfx-cart-utility-card--fallback {
	display: none;
}

.no-js .pfx-cart-utility-card--fallback {
	display: flex;
}

.no-js .pfx-cart-qty-stepper {
	grid-template-columns: minmax(78px, 116px);
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.no-js .pfx-cart-qty-stepper__button {
	display: none;
}

.no-js .pfx-cart-qty-stepper .quantity .qty,
.no-js .pfx-cart-item-quantity .quantity .qty {
	height: 46px;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.3);
	line-height: 46px;
	appearance: auto;
}

.no-js .pfx-cart-qty-stepper .quantity .qty::-webkit-outer-spin-button,
.no-js .pfx-cart-qty-stepper .quantity .qty::-webkit-inner-spin-button {
	appearance: auto;
}

.pfx-cart-utility-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	min-width: 0;
}

.pfx-cart-coupon {
	display: flex;
	flex: 1 1 360px;
	gap: 12px;
	min-width: 0;
}

.pfx-cart-coupon .input-text {
	flex: 1 1 auto;
	min-width: 0;
}

.pfx-cart-utility-card--coupon {
	border-color: rgba(255, 255, 255, 0.1);
}

.pfx-promo-hint {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin-top: 12px;
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.pfx-promo-hint__code {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	color: var(--pfx-white);
	background: rgba(209, 32, 50, 0.14);
	border: 1px solid rgba(209, 32, 50, 0.42);
	border-radius: 999px;
	letter-spacing: 0;
	white-space: nowrap;
}

.pfx-promo-hint__text {
	min-width: 0;
	overflow-wrap: anywhere;
}

.pfx-cart-coupon .input-text,
.pfx-checkout-coupon-card .input-text {
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	min-height: 52px;
	padding: 0 16px;
	color: var(--pfx-white);
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid var(--pfx-border-soft);
	border-radius: 6px;
	font-weight: 700;
}

.pfx-cart-coupon .input-text:focus,
.pfx-checkout-coupon-card .input-text:focus {
	border-color: rgba(255, 255, 255, 0.28);
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
}

.pfx-cart-apply-coupon,
.pfx-checkout-coupon-card .button {
	display: inline-flex;
	flex: 0 0 132px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 132px;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 6px;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	line-height: 1;
	text-align: center;
}

.pfx-cart-summary {
	position: sticky;
	top: 106px;
}

.pfx-cart-summary-card {
	padding: 30px;
	overflow-wrap: normal;
}

.pfx-cart-summary-card h2 {
	margin: 0 0 18px;
	font-size: clamp(30px, 3.4vw, 38px);
	line-height: 1.08;
}

.pfx-cart-summary-card__rows {
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
}

.pfx-cart-summary-card__product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: flex-start;
	gap: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pfx-cart-summary-card__product > div {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.pfx-cart-summary-card__product span {
	display: block;
	color: var(--pfx-muted);
	line-height: 1.45;
}

.pfx-cart-summary-card__product strong,
.pfx-cart-summary-table .order-total td,
.pfx-cart-summary-table .order-total th {
	font-size: 20px;
	line-height: 1.2;
}

.pfx-cart-summary-card__product em {
	color: var(--pfx-white);
	font-style: normal;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
	font-variant-numeric: tabular-nums;
}

.pfx-cart-summary-card__product em .amount,
.pfx-cart-summary-table .amount,
.pfx-cart-summary-table .woocommerce-Price-amount {
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
	font-variant-numeric: tabular-nums;
}

.pfx-cart-summary-table {
	width: 100%;
	margin: 0 0 22px !important;
	border: 0 !important;
	background: transparent !important;
	table-layout: fixed;
}

.pfx-cart-summary-table th,
.pfx-cart-summary-table td {
	padding: 14px 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background: transparent !important;
}

.pfx-cart-summary-table th {
	width: 46%;
	color: var(--pfx-grey);
	text-align: left;
}

.pfx-cart-summary-table td {
	width: 54%;
	text-align: right;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
	font-variant-numeric: tabular-nums;
}

.pfx-cart-summary-card__checkout .button {
	width: 100%;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	gap: 12px;
	line-height: 1.15;
	text-align: center;
}

.pfx-cart-summary-card__note {
	margin: 18px 0 0;
	color: var(--pfx-muted);
	font-size: 14px;
	text-align: center;
}

.pfx-cart-trust-strip,
.pfx-cart-bottom-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pfx-cart-bottom-strip {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 18px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pfx-cart-trust-item {
	display: grid;
	gap: 10px;
	padding: 24px 22px;
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	background: rgba(255, 255, 255, 0.02);
}

.pfx-cart-trust-item .pfx-ui-icon,
.pfx-cart-bottom-strip .pfx-ui-icon {
	color: var(--pfx-red);
}

.pfx-cart-trust-item strong,
.pfx-cart-bottom-strip span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--pfx-white);
}

.pfx-cart-trust-item span {
	color: var(--pfx-muted);
}

.pfx-account-shell {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.pfx-account-main.woocommerce-MyAccount-content {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pfx-account-sidebar {
	position: sticky;
	top: 106px;
	display: grid;
	gap: 28px;
	padding: 26px;
}

.pfx-account-sidebar__header {
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pfx-account-sidebar__header span {
	font-size: 30px;
	font-weight: 760;
}

.pfx-account-nav ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfx-account-nav a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: var(--pfx-radius);
	color: var(--pfx-grey);
	text-decoration: none;
}

.pfx-account-nav .is-active a,
.pfx-account-nav a:hover,
.pfx-account-nav a:focus {
	color: var(--pfx-white);
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(225, 29, 46, 0.32);
}

.pfx-account-nav .is-active a {
	box-shadow: inset 3px 0 0 var(--pfx-red);
}

.pfx-account-sidebar__support {
	display: grid;
	gap: 14px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--pfx-radius);
}

.pfx-account-sidebar__support .pfx-btn {
	width: 100%;
	justify-content: center;
}

.pfx-account-sidebar__support h3,
.pfx-account-sidebar__support p {
	margin: 0;
}

.pfx-account-sidebar__support-icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(225, 29, 46, 0.12);
	color: var(--pfx-red);
}

.pfx-account-main,
.pfx-account-dashboard {
	display: grid;
	gap: 24px;
}

.pfx-account-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
	gap: 24px;
	align-items: start;
}

.pfx-account-header h1 {
	margin: 0 0 8px;
	font-size: 52px;
	line-height: 1.04;
}

.pfx-account-header h1 span {
	color: var(--pfx-red);
}

.pfx-account-header p {
	margin: 0;
	color: var(--pfx-grey);
}

.pfx-account-membership-status {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-account-dashboard .pfx-btn {
	min-width: 0;
	white-space: normal;
	text-align: center;
	line-height: 1.2;
}

.pfx-account-membership-status__icon,
.pfx-account-membership-copy__icon,
.pfx-account-stat-card__icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--pfx-gold);
}

.pfx-account-membership-status > div {
	display: grid;
	gap: 3px;
	flex: 1 1 auto;
	min-width: 0;
}

.pfx-account-membership-status span,
.pfx-account-membership-copy__tier span,
.pfx-account-membership-copy__tier em {
	color: var(--pfx-muted);
}

.pfx-account-membership-status strong,
.pfx-account-membership-copy__tier strong {
	font-size: 20px;
}

.pfx-account-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pfx-account-stat-card {
	display: grid;
	gap: 14px;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-account-stat-card span,
.pfx-account-stat-card a {
	color: var(--pfx-muted);
	text-decoration: none;
}

.pfx-account-stat-card strong {
	font-size: 38px;
	line-height: 1;
}

.pfx-account-stat-card a:hover,
.pfx-account-stat-card a:focus {
	color: var(--pfx-red);
}

.pfx-account-stat-card__status {
	color: #4fd37c;
}

.pfx-account-content-grid,
.pfx-account-lower-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	gap: 24px;
	align-items: start;
}

.pfx-account-lower-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.pfx-account-widget {
	display: grid;
	gap: 18px;
	padding: 26px;
}

.pfx-account-widget__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.pfx-account-widget__header a,
.pfx-account-widget__footer a {
	color: var(--pfx-grey);
	text-decoration: none;
}

.pfx-account-widget__header a:hover,
.pfx-account-widget__header a:focus,
.pfx-account-widget__footer a:hover,
.pfx-account-widget__footer a:focus {
	color: var(--pfx-red);
}

.pfx-account-widget__footer {
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pfx-account-table-wrap {
	overflow-x: auto;
}

.pfx-account-table {
	width: 100%;
	border-collapse: collapse;
}

.pfx-account-table th,
.pfx-account-table td {
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	text-align: left;
	color: var(--pfx-grey);
}

.pfx-account-table th {
	color: var(--pfx-white);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.pfx-account-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-account-status-pill--completed,
.pfx-admin-status-pill--completed {
	background: rgba(79, 211, 124, 0.16);
	color: #4fd37c;
}

.pfx-account-status-pill--processing,
.pfx-admin-status-pill--processing {
	background: rgba(214, 165, 59, 0.18);
	color: var(--pfx-gold);
}

.pfx-account-status-pill--on-hold,
.pfx-admin-status-pill--on-hold {
	background: rgba(125, 107, 203, 0.2);
	color: #b49cff;
}

.pfx-account-membership-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	gap: 24px;
	align-items: center;
}

.pfx-account-membership-copy {
	display: grid;
	gap: 18px;
}

.pfx-account-membership-copy__tier {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.pfx-account-renewal-ring {
	width: 220px;
	height: 220px;
	display: grid;
	place-items: center;
	margin-inline: auto;
	border-radius: 50%;
	padding: 18px;
}

.pfx-account-renewal-ring__inner {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 4px;
	border-radius: 50%;
	background: #101012;
	text-align: center;
}

.pfx-account-renewal-ring__inner span,
.pfx-account-renewal-ring__inner em {
	color: var(--pfx-muted);
	font-style: normal;
}

.pfx-account-renewal-ring__inner strong {
	font-size: 54px;
	line-height: 1;
}

.pfx-account-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pfx-account-action-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.pfx-account-action-card {
	min-height: 152px;
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 20px 16px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
	background: rgba(255, 255, 255, 0.02);
	color: var(--pfx-white);
	text-decoration: none;
}

.pfx-account-action-card .pfx-ui-icon {
	color: var(--pfx-red);
}

.pfx-account-action-card strong {
	font-size: 16px;
}

.pfx-account-action-card span {
	color: var(--pfx-muted);
	font-size: 14px;
}

.pfx-account-action-card:hover,
.pfx-account-action-card:focus {
	border-color: rgba(225, 29, 46, 0.34);
	transform: translateY(-2px);
}

.pfx-account-details-list {
	display: grid;
	gap: 14px;
	margin: 0;
}

.pfx-account-details-list div {
	display: grid;
	grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
	gap: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pfx-account-details-list dt {
	color: var(--pfx-muted);
}

.pfx-account-details-list dd {
	margin: 0;
	color: var(--pfx-white);
}

.pfx-account-support-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 24px;
}

.pfx-account-support-strip span,
.pfx-account-support-strip strong {
	color: var(--pfx-grey);
}

.pfx-account-support-strip a {
	margin-left: 12px;
	color: var(--pfx-red);
	text-decoration: none;
}

.pfx-account-endpoint-card,
.pfx-account-callout {
	display: grid;
	gap: 16px;
}

.pfx-account-endpoint-card {
	align-content: start;
}

.pfx-account-callout--empty {
	grid-template-columns: auto minmax(0, 1fr) minmax(180px, 260px);
	align-items: center;
	gap: 18px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-callout--membership {
	grid-template-columns: auto minmax(0, 1fr) minmax(190px, 280px);
	align-items: center;
	gap: 18px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-callout__icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: rgba(225, 29, 46, 0.1);
	color: var(--pfx-red);
}

.pfx-account-callout__icon--gold {
	background: rgba(225, 29, 46, 0.1);
	color: var(--pfx-gold);
}

.pfx-account-callout__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.pfx-account-callout__copy > span {
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-account-callout__copy h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 24px;
	line-height: 1.2;
}

.pfx-account-callout--empty .pfx-btn {
	width: 100%;
	justify-content: center;
}

.pfx-account-callout--membership .pfx-btn {
	width: 100%;
	justify-content: center;
}

.pfx-account-callout--membership .pfx-account-callout__actions {
	display: grid;
	gap: 10px;
	min-width: 0;
	width: 100%;
}

.pfx-account-section-heading {
	display: grid;
	gap: 4px;
	margin-top: 4px;
}

.pfx-account-section-heading span {
	color: var(--pfx-red);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-account-section-heading strong {
	color: var(--pfx-white);
	font-size: 22px;
	line-height: 1.25;
}

.pfx-account-membership-page,
.pfx-account-membership-plans {
	display: grid;
	gap: 20px;
}

.pfx-account-membership-plan-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pfx-account-membership-plan-card {
	display: grid;
	gap: 16px;
	align-content: start;
	min-width: 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-membership-plan-card--featured {
	border-color: rgba(214, 165, 59, 0.42);
	box-shadow: 0 18px 40px rgba(214, 165, 59, 0.08);
}

.pfx-account-membership-plan-card__top {
	display: grid;
	gap: 8px;
}

.pfx-account-membership-plan-card__top span {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-account-membership-plan-card h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 22px;
	line-height: 1.15;
}

.pfx-account-membership-plan-card p {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 0;
}

.pfx-account-membership-plan-card p strong {
	color: var(--pfx-gold);
	font-size: 24px;
	line-height: 1;
}

.pfx-account-membership-plan-card p em {
	color: var(--pfx-muted);
	font-style: normal;
}

.pfx-account-membership-plan-card ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.45;
}

.pfx-account-membership-plan-card li {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.pfx-account-membership-plan-card li .pfx-ui-icon {
	width: 17px;
	height: 17px;
	margin-top: 2px;
	color: var(--pfx-red);
}

.pfx-account-membership-plan-card .pfx-btn {
	align-self: end;
	width: 100%;
	min-height: 42px;
	padding-inline: 14px;
	font-size: 11px;
}

.pfx-account-main .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pfx-account-main .woocommerce-Address {
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
}

.pfx-account-callout strong {
	font-size: 20px;
}

.pfx-account-callout p {
	margin: 0;
	color: var(--pfx-grey);
}

.pfx-account-notifications-page {
	max-width: 1180px;
}

.pfx-account-notifications-page .pfx-account-widget__header p {
	margin: 6px 0 0;
	color: var(--pfx-muted);
	line-height: 1.55;
}

.pfx-account-notification-hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(220px, 300px);
	align-items: center;
	gap: 18px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-notification-hero__status {
	display: grid;
	gap: 6px;
	padding: 16px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 12px;
}

.pfx-account-notification-hero__status span,
.pfx-account-notification-card > span,
.pfx-account-notification-card__meta span {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 820;
	text-transform: uppercase;
}

.pfx-account-notification-hero__status strong,
.pfx-account-notification-card h3,
.pfx-account-notification-card__meta strong {
	color: var(--pfx-white);
}

.pfx-account-notification-hero__status em {
	color: var(--pfx-grey);
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}

.pfx-account-notification-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pfx-account-notification-grid--student-access {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfx-account-notification-card,
.pfx-account-notification-list {
	display: grid;
	gap: 16px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.022);
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: var(--pfx-radius);
}

.pfx-account-notification-card--live {
	border-color: rgba(225, 29, 46, 0.18);
	box-shadow: 0 18px 44px rgba(225, 29, 46, 0.08);
}

.pfx-account-notification-card p {
	margin: 0;
	color: var(--pfx-grey);
	line-height: 1.6;
}

.pfx-account-notification-card__icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(225, 29, 46, 0.12);
	color: var(--pfx-red);
}

.pfx-account-notification-card h3 {
	margin: 0;
	font-size: 23px;
	line-height: 1.2;
}

.pfx-account-notification-card__meta {
	display: grid;
	gap: 10px;
}

.pfx-account-notification-card__meta div {
	display: grid;
	gap: 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pfx-account-notification-card__meta div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.pfx-account-notification-card__meta strong {
	font-size: 15px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.pfx-account-notification-card .pfx-btn {
	width: 100%;
	justify-content: center;
	align-self: end;
}

.pfx-account-private-link-notice {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.022);
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 12px;
	color: var(--pfx-grey);
	line-height: 1.6;
}

.pfx-account-private-link-notice p {
	margin: 0;
}

.pfx-account-private-link-notice .pfx-ui-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-top: 3px;
	color: var(--pfx-red);
}

.pfx-btn--disabled {
	pointer-events: none;
	opacity: 0.56;
	cursor: not-allowed;
}

.pfx-account-notification-list ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfx-account-notification-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	min-width: 0;
	padding: 14px;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	color: var(--pfx-grey);
	line-height: 1.55;
}

.pfx-account-notification-list li .pfx-ui-icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--pfx-red);
	flex: 0 0 18px;
}

.pfx-account-notification-locked .pfx-account-callout__actions {
	display: grid;
	min-width: 0;
}

.pfx-account-inline-notice {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: rgba(79, 211, 124, 0.12);
	border: 1px solid rgba(79, 211, 124, 0.24);
	border-radius: 10px;
	color: #78e49b;
	font-weight: 780;
}

.pfx-account-wishlist-page {
	max-width: 1180px;
}

.pfx-account-wishlist-page .pfx-account-widget__header p {
	margin: 6px 0 0;
	color: var(--pfx-muted);
	line-height: 1.55;
}

.pfx-account-wishlist-hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(260px, 340px);
	align-items: center;
	gap: 18px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-wishlist-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.pfx-account-wishlist-stats div {
	display: grid;
	gap: 4px;
	padding: 14px 10px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	text-align: center;
}

.pfx-account-wishlist-stats span,
.pfx-account-wishlist-card__status {
	color: var(--pfx-muted);
	font-size: 11px;
	font-weight: 820;
	text-transform: uppercase;
}

.pfx-account-wishlist-stats strong {
	color: var(--pfx-white);
	font-size: 24px;
	line-height: 1;
}

.pfx-account-wishlist-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pfx-account-wishlist-card {
	display: grid;
	grid-template-columns: minmax(150px, 0.36fr) minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.022);
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: var(--pfx-radius);
}

.pfx-account-wishlist-card__media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 100%;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.18), rgba(255, 255, 255, 0.02)),
		#09090b;
	text-decoration: none;
}

.pfx-account-wishlist-card__media img {
	width: 104px;
	height: 104px;
	object-fit: cover;
	border: 2px solid rgba(225, 29, 46, 0.45);
	border-radius: 50%;
}

.pfx-account-wishlist-card__media span {
	position: absolute;
	top: 12px;
	left: 12px;
	color: var(--pfx-muted);
	font-size: 11px;
	font-weight: 820;
	text-transform: uppercase;
}

.pfx-account-wishlist-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.pfx-account-wishlist-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.pfx-account-wishlist-card__top strong {
	color: var(--pfx-red);
	font-size: 16px;
	text-align: right;
}

.pfx-account-wishlist-card__status--available {
	color: #78e49b;
}

.pfx-account-wishlist-card__status--unavailable {
	color: var(--pfx-gold);
}

.pfx-account-wishlist-card h3,
.pfx-account-wishlist-card p {
	margin: 0;
}

.pfx-account-wishlist-card h3 {
	color: var(--pfx-white);
	font-size: 22px;
	line-height: 1.18;
}

.pfx-account-wishlist-card p {
	color: var(--pfx-grey);
	line-height: 1.55;
}

.pfx-account-wishlist-card__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	align-self: end;
}

.pfx-account-wishlist-card__actions .pfx-btn {
	min-height: 42px;
	padding-inline: 12px;
	font-size: 11px;
	white-space: normal;
	text-align: center;
}

.pfx-account-wishlist-clear-form {
	display: grid;
	margin: 0;
}

.pfx-account-wishlist-clear-form .pfx-btn {
	width: 100%;
	cursor: pointer;
	font-family: inherit;
}

.pfx-account-wishlist-tips {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.pfx-account-wishlist-tips article {
	display: grid;
	gap: 8px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.022);
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: var(--pfx-radius);
}

.pfx-account-wishlist-tips .pfx-ui-icon,
.pfx-wishlist-toggle .pfx-ui-icon {
	color: var(--pfx-red);
}

.pfx-account-wishlist-tips strong {
	color: var(--pfx-white);
}

.pfx-account-wishlist-tips span {
	color: var(--pfx-grey);
	line-height: 1.5;
}

.pfx-wishlist-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(225, 29, 46, 0.45);
	border-radius: var(--pfx-radius);
	background: rgba(255, 255, 255, 0.025);
	color: var(--pfx-white);
	font-size: 12px;
	font-weight: 820;
	text-decoration: none;
	text-transform: uppercase;
}

.pfx-wishlist-toggle:hover,
.pfx-wishlist-toggle:focus,
.pfx-wishlist-toggle.is-saved {
	background: rgba(225, 29, 46, 0.12);
	border-color: var(--pfx-red);
	color: var(--pfx-white);
}

.woocommerce ul.products li.product .pfx-wishlist-toggle {
	width: calc(100% - 28px);
	margin: 10px 14px 16px;
}

.pfx-account-security-page {
	display: grid;
	gap: 20px;
	max-width: 1180px;
}

.pfx-account-security-page .pfx-account-widget__header p {
	margin: 6px 0 0;
	color: var(--pfx-muted);
	line-height: 1.55;
}

.pfx-account-security-hero,
.pfx-account-security-panel {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(220px, 300px);
	align-items: center;
	gap: 18px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-security-hero .pfx-account-callout__actions {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.pfx-account-security-hero .pfx-btn,
.pfx-account-security-form .pfx-btn {
	width: 100%;
	justify-content: center;
	white-space: normal;
	text-align: center;
}

.pfx-account-security-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
	gap: 14px;
}

.pfx-account-security-card,
.pfx-account-security-tips {
	padding: 20px;
	background: rgba(255, 255, 255, 0.022);
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: var(--pfx-radius);
}

.pfx-account-security-card {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
	min-height: 100%;
}

.pfx-account-security-card__icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(225, 29, 46, 0.12);
	color: var(--pfx-red);
}

.pfx-account-security-card span,
.pfx-account-security-panel span {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 820;
	text-transform: uppercase;
}

.pfx-account-security-card strong {
	color: var(--pfx-white);
	font-size: 15px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.pfx-account-security-panel {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
}

.pfx-account-security-panel h3,
.pfx-account-security-panel p,
.pfx-account-security-panel em,
.pfx-account-security-tips h3 {
	margin: 0;
}

.pfx-account-security-panel h3,
.pfx-account-security-tips h3 {
	color: var(--pfx-white);
	font-size: 22px;
	line-height: 1.2;
}

.pfx-account-security-panel p {
	margin-top: 8px;
	color: var(--pfx-grey);
	line-height: 1.6;
}

.pfx-account-security-panel em {
	display: block;
	margin-top: 10px;
	color: var(--pfx-muted);
	font-style: normal;
	font-size: 14px;
}

.pfx-account-security-form {
	margin: 0;
}

.pfx-account-2fa-form {
	display: grid;
	gap: 10px;
	align-content: center;
}

.pfx-account-2fa-form label {
	color: var(--pfx-grey);
	font-size: 13px;
	font-weight: 780;
}

.pfx-account-2fa-form input {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	background: #09090b;
	color: var(--pfx-white);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	text-align: center;
}

.pfx-account-2fa-form input:focus {
	outline: 0;
	border-color: rgba(225, 29, 46, 0.78);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.12);
}

.pfx-account-security-form button {
	cursor: pointer;
	font-family: inherit;
}

.pfx-account-2fa-steps {
	display: grid;
	gap: 7px;
	margin: 14px 0 0;
	padding-left: 20px;
	color: var(--pfx-grey);
	line-height: 1.5;
}

.pfx-account-2fa-secret {
	display: grid;
	gap: 8px;
	margin-top: 16px;
	padding: 14px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
}

.pfx-account-2fa-secret span {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 820;
	text-transform: uppercase;
}

.pfx-account-2fa-secret code {
	display: block;
	color: var(--pfx-white);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.pfx-account-2fa-secret a {
	width: fit-content;
	color: var(--pfx-red);
	font-size: 14px;
	font-weight: 780;
	text-decoration: none;
}

.pfx-account-security-tips {
	display: grid;
	gap: 14px;
}

.pfx-account-security-tips ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfx-account-security-tips li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	min-width: 0;
	color: var(--pfx-grey);
	line-height: 1.55;
}

.pfx-account-security-tips li .pfx-ui-icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--pfx-red);
}

.pfx-account-details-form-card {
	max-width: 1180px;
}

.pfx-account-form,
.pfx-account-form-section,
.pfx-account-form-grid {
	display: grid;
	gap: 20px;
}

.pfx-account-details-form-card .pfx-account-widget__header p,
.pfx-account-form-section__heading p {
	margin: 0;
	color: var(--pfx-muted);
	line-height: 1.55;
}

.pfx-account-form-section {
	padding: 22px;
	background: rgba(255, 255, 255, 0.024);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-form-section__heading {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.pfx-account-form-section__heading > span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(225, 29, 46, 0.13);
	color: var(--pfx-red);
}

.pfx-account-form-section__heading h3,
.pfx-account-form-section__heading p {
	margin: 0;
}

.pfx-account-form-section__heading h3 {
	color: var(--pfx-white);
	font-size: 21px;
	line-height: 1.2;
}

.pfx-account-form-section__heading--with-toggle {
	grid-template-columns: auto minmax(0, 1fr) minmax(280px, auto);
	align-items: center;
}

.pfx-account-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.pfx-account-form .woocommerce-form-row,
.pfx-account-form .pfx-account-field {
	display: grid;
	gap: 8px;
	width: 100%;
	float: none;
	margin: 0;
	align-self: start;
}

.pfx-account-field--wide,
.pfx-account-form .form-row-wide,
.pfx-account-form-grid > .form-row-wide {
	grid-column: 1 / -1;
}

.pfx-account-form label {
	margin: 0;
	color: var(--pfx-grey);
	font-size: 14px;
	font-weight: 760;
	line-height: 1.25;
}

.pfx-account-form .required {
	color: var(--pfx-red);
	text-decoration: none;
}

.pfx-account-form input.input-text,
.pfx-account-form input[type="email"],
.pfx-account-form input[type="password"],
.pfx-account-form input[type="tel"],
.pfx-account-form select,
.pfx-account-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	background: #09090b !important;
	color: var(--pfx-white) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	box-shadow: none;
}

.pfx-account-form input.input-text:focus,
.pfx-account-form input[type="email"]:focus,
.pfx-account-form input[type="password"]:focus,
.pfx-account-form input[type="tel"]:focus,
.pfx-account-form select:focus,
.pfx-account-form textarea:focus {
	outline: 0;
	border-color: rgba(225, 29, 46, 0.78);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.12);
}

.pfx-account-form input:-webkit-autofill {
	-webkit-text-fill-color: var(--pfx-white);
	box-shadow: 0 0 0 1000px #09090b inset;
	caret-color: var(--pfx-white);
}

.pfx-account-password-fieldset {
	margin: 0;
}

.pfx-account-password-fieldset legend {
	padding: 0;
	color: var(--pfx-white);
	font-weight: 700;
	font-size: 0;
}

.pfx-account-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 10px;
	color: var(--pfx-white);
	font-size: 13px;
	font-weight: 760;
	cursor: pointer;
}

.pfx-account-checkbox input {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	accent-color: var(--pfx-red);
}

.pfx-account-form > .pfx-account-actions {
	grid-template-columns: minmax(0, 260px);
	justify-content: start;
}

.pfx-account-form > .pfx-account-actions .button {
	width: 100%;
	min-height: 50px;
}

.pfx-account-auth-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 24px;
}

.pfx-account-auth-intro,
.pfx-account-auth-card {
	padding: 30px;
}

.pfx-account-auth-intro {
	align-content: start;
}

.pfx-account-auth-intro__eyebrow {
	margin: 0 0 12px;
	color: var(--pfx-red);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-account-auth-panels {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.pfx-account-auth-panels--dual {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pfx-account-auth-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pfx-programme-card__summary {
	margin: -8px 0 0;
	color: var(--pfx-muted);
	font-size: 15px;
	line-height: 1.7;
}

.pfx-tier-card--featured {
	border-color: rgba(214, 165, 59, 0.42);
	box-shadow: 0 24px 70px rgba(214, 165, 59, 0.12);
}

.woocommerce-MyAccount-content > p:first-child:last-child {
	margin: 0;
}

.pfx-checkout-theme .woocommerce-checkout,
.pfx-checkout-theme .col2-set,
.pfx-checkout-theme #order_review_heading,
.pfx-checkout-theme #order_review {
	display: grid;
	gap: 18px;
}

.pfx-checkout-theme .woocommerce-checkout .col2-set {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pfx-checkout-theme .woocommerce-checkout .woocommerce-billing-fields,
.pfx-checkout-theme .woocommerce-checkout .woocommerce-additional-fields,
.pfx-checkout-theme .woocommerce-checkout-review-order {
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
}

.pfx-account-shell {
	grid-template-columns: clamp(300px, 22vw, 340px) minmax(0, 1fr);
}

.pfx-account-shell > .woocommerce-MyAccount-navigation,
.pfx-account-shell > .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	min-width: 0;
}

.pfx-account-sidebar {
	min-width: 0;
	overflow: hidden;
}

.pfx-account-sidebar > *,
.pfx-account-nav,
.pfx-account-nav ul,
.pfx-account-sidebar__support {
	min-width: 0;
	max-width: 100%;
	width: 100%;
}

.pfx-account-nav a {
	min-height: 56px;
	padding: 0 18px;
	font-weight: 600;
}

.pfx-account-nav a .pfx-ui-icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: rgba(255, 255, 255, 0.88);
}

.pfx-account-nav a span,
.pfx-account-membership-status > div,
.pfx-account-membership-copy__tier,
.pfx-account-main,
.pfx-account-widget,
.pfx-account-table-wrap {
	min-width: 0;
}

.pfx-account-header {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
}

.pfx-account-membership-status {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
}

.pfx-account-membership-status .pfx-btn {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	white-space: normal;
}

.pfx-account-widget__header {
	align-items: flex-start;
}

.pfx-account-widget__header a {
	white-space: nowrap;
}

.pfx-account-content-grid,
.pfx-account-lower-grid {
	grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.88fr);
}

.pfx-account-lower-grid {
	grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
}

.pfx-account-membership-grid {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.pfx-account-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pfx-account-actions .pfx-btn {
	width: 100%;
	justify-content: center;
}

.pfx-account-action-grid {
	grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
}

.pfx-account-action-card {
	min-height: 196px;
	padding: 22px 18px;
	gap: 14px;
}

.pfx-account-action-card .pfx-ui-icon {
	width: 24px;
	height: 24px;
}

.pfx-account-action-card strong {
	font-size: 18px;
	line-height: 1.35;
}

.pfx-account-action-card span {
	font-size: 15px;
	line-height: 1.6;
}

.pfx-account-details-list div {
	grid-template-columns: minmax(128px, 0.42fr) minmax(0, 1fr);
	align-items: start;
}

.pfx-account-details-list dd {
	word-break: break-word;
	line-height: 1.65;
}

.pfx-account-support-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.pfx-checkout-theme .woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	align-items: start;
	gap: 24px;
}

.pfx-checkout-theme .woocommerce form.checkout {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pfx-checkout-theme .woocommerce-checkout #customer_details,
.pfx-checkout-theme .woocommerce-checkout .col2-set,
.pfx-checkout-theme .woocommerce-checkout .col2-set .col-1,
.pfx-checkout-theme .woocommerce-checkout .col2-set .col-2,
.pfx-checkout-theme #order_review_heading,
.pfx-checkout-theme #order_review {
	float: none !important;
	width: auto !important;
}

.pfx-checkout-theme .woocommerce-checkout #customer_details {
	grid-column: 1;
	display: grid;
	gap: 20px;
}

.pfx-checkout-theme .pfx-checkout-order-panel {
	grid-column: 2;
	display: grid;
	gap: 18px;
	position: sticky;
	top: 106px;
	align-self: start;
}

.pfx-checkout-theme .woocommerce-checkout .col2-set {
	grid-template-columns: 1fr;
}

.pfx-checkout-theme .woocommerce-checkout .col2-set .col-1,
.pfx-checkout-theme .woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	margin: 0;
}

.pfx-checkout-theme .woocommerce-checkout > #order_review_heading,
.pfx-checkout-theme .woocommerce-checkout > #order_review {
	grid-column: 2;
}

.pfx-checkout-theme .woocommerce .woocommerce-form-coupon-toggle,
.pfx-checkout-theme .woocommerce .woocommerce-NoticeGroup {
	grid-column: 1 / -1;
}

.pfx-checkout-theme .woocommerce-checkout > #order_review {
	position: sticky;
	top: 106px;
	align-self: start;
}

.pfx-checkout-theme .woocommerce .woocommerce-form-coupon-toggle {
	margin: 0;
}

.pfx-checkout-theme .woocommerce form.checkout_coupon,
.pfx-checkout-theme .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.pfx-checkout-theme .woocommerce .woocommerce-NoticeGroup,
.pfx-checkout-theme .woocommerce-checkout #payment {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
}

.pfx-checkout-theme .woocommerce form.checkout_coupon,
.pfx-checkout-theme .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.pfx-checkout-theme .woocommerce .woocommerce-NoticeGroup {
	padding: 18px 22px;
}

.pfx-checkout-theme .woocommerce .form-row {
	float: none;
	width: 100%;
	margin-bottom: 18px;
}

.pfx-checkout-theme .woocommerce .form-row-first,
.pfx-checkout-theme .woocommerce .form-row-last {
	width: 100%;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table,
.pfx-checkout-theme #payment {
	margin: 0 !important;
}

.pfx-checkout-theme #payment .place-order .button,
.pfx-checkout-theme #payment .place-order .button.alt,
.pfx-checkout-theme #payment #place_order {
	min-height: 58px;
	padding-inline: 24px;
}

.pfx-checkout-membership-only .woocommerce-checkout .woocommerce-additional-fields {
	display: none;
}

@media (max-width: 1180px) {
	.pfx-cart-layout,
	.pfx-cart-empty-grid,
	.pfx-account-header,
	.pfx-account-content-grid,
	.pfx-account-lower-grid,
	.pfx-account-auth-shell {
		grid-template-columns: 1fr;
	}

	.pfx-account-action-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pfx-account-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-checkout-theme .woocommerce-checkout {
		grid-template-columns: 1fr;
	}

	.pfx-checkout-theme .pfx-checkout-order-panel,
	.pfx-checkout-theme .woocommerce-checkout > #order_review_heading,
	.pfx-checkout-theme .woocommerce-checkout > #order_review,
	.pfx-checkout-theme .woocommerce .woocommerce-form-coupon-toggle {
		grid-column: 1;
	}

	.pfx-checkout-theme .pfx-checkout-order-panel,
	.pfx-checkout-theme #order_review {
		position: static;
	}

	.pfx-cart-summary {
		position: static;
	}

	.pfx-cart-theme .pfx-floating-contact,
	.pfx-checkout-theme .pfx-floating-contact {
		position: static;
		width: min(100%, 520px);
		margin: 24px auto 0;
		padding: 0;
		background: transparent;
		border: 0;
	}
}

@media (max-width: 980px) {
	.pfx-account-shell {
		grid-template-columns: 1fr;
	}

	.pfx-account-sidebar {
		position: static;
		gap: 20px;
	}

	.pfx-account-nav ul {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.pfx-account-nav ul::-webkit-scrollbar {
		display: none;
	}

	.pfx-account-nav li {
		flex: 0 0 auto;
	}

	.pfx-account-nav a {
		min-height: 48px;
		white-space: nowrap;
	}

	.pfx-account-sidebar__support {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
	}

	.pfx-account-sidebar__support > * {
		min-width: 0;
	}

	.pfx-account-sidebar__support-icon {
		grid-row: span 2;
	}

	.pfx-account-sidebar__support h3,
	.pfx-account-sidebar__support p {
		grid-column: 2;
	}

	.pfx-account-sidebar__support p {
		overflow-wrap: break-word;
	}

	.pfx-account-sidebar__support .pfx-btn {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
	}

	.pfx-account-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-account-membership-grid,
	.pfx-account-main .woocommerce-Addresses,
	.pfx-checkout-theme .woocommerce-checkout .col2-set,
	.pfx-account-auth-panels--dual,
	.pfx-account-form-grid {
		grid-template-columns: 1fr;
	}

	.pfx-account-form-section__heading--with-toggle {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.pfx-account-form-section__heading--with-toggle .pfx-account-checkbox {
		grid-column: 1 / -1;
	}

	.pfx-account-membership-status,
	.pfx-account-support-strip,
	.pfx-account-actions,
	.pfx-account-callout--empty,
	.pfx-account-callout--membership,
	.pfx-account-notification-hero,
	.pfx-account-wishlist-hero,
	.pfx-account-security-hero,
	.pfx-account-security-panel {
		grid-template-columns: 1fr;
	}

	.pfx-account-callout--empty .pfx-btn,
	.pfx-account-callout--membership .pfx-btn,
	.pfx-account-security-hero .pfx-btn,
	.pfx-account-security-form .pfx-btn {
		max-width: 360px;
	}

	.pfx-account-membership-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-account-notification-grid,
	.pfx-account-wishlist-grid,
	.pfx-account-wishlist-tips,
	.pfx-account-security-grid,
	.pfx-account-security-tips ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-account-notification-list ul {
		grid-template-columns: 1fr;
	}

	.pfx-cart-trust-strip,
	.pfx-cart-bottom-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.pfx-woocommerce-page-shell__container--wide,
	.pfx-woocommerce-page-shell__container {
		width: calc(100% - 32px);
		max-width: calc(100vw - 32px);
	}

	.pfx-cart-hero h1,
	.pfx-account-header h1 {
		font-size: 38px;
	}

	.pfx-cart-empty-card--primary {
		grid-template-columns: 1fr;
	}

	.pfx-cart-empty-card__icon {
		width: 104px;
		height: 104px;
	}

	.pfx-cart-item-card {
		grid-template-columns: 1fr;
	}

	.pfx-cart-item-media {
		min-height: 220px;
	}

	.pfx-cart-item-content__top,
	.pfx-cart-item-content__footer,
	.pfx-cart-utility-card__actions,
	.pfx-account-support-strip,
	.pfx-account-auth-card__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.pfx-cart-item-quantity {
		justify-content: space-between;
		width: 100%;
	}

	.pfx-cart-qty-stepper {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		width: 100%;
	}

	.pfx-cart-summary {
		position: static;
	}

	.pfx-cart-summary-card {
		padding: 24px;
	}

	.pfx-account-sidebar,
	.pfx-account-widget,
	.pfx-account-stat-card {
		padding: 22px;
	}

	.pfx-account-form-section {
		padding: 18px;
	}

	.pfx-account-form-section__heading {
		grid-template-columns: 1fr;
	}

	.pfx-account-form-section__heading > span {
		width: 42px;
		height: 42px;
	}

	.pfx-account-form > .pfx-account-actions {
		grid-template-columns: 1fr;
	}

	.pfx-account-sidebar__support {
		grid-template-columns: 1fr;
	}

	.pfx-account-sidebar__support-icon,
	.pfx-account-sidebar__support h3,
	.pfx-account-sidebar__support p,
	.pfx-account-sidebar__support .pfx-btn {
		grid-column: auto;
		grid-row: auto;
	}

	.pfx-account-sidebar__support .pfx-btn {
		width: 100%;
		min-width: 0;
	}

	.pfx-cart-summary-card__product {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.pfx-cart-summary-card__product em {
		text-align: left;
	}

	.pfx-cart-summary-table th,
	.pfx-cart-summary-table td {
		display: table-cell !important;
		width: 50%;
		font-size: 16px;
	}

	.pfx-cart-summary-card__checkout .button {
		min-height: 56px;
		padding-inline: 16px;
		font-size: 13px;
	}

	.pfx-cart-trust-strip,
	.pfx-cart-bottom-strip,
	.pfx-account-stat-grid,
	.pfx-account-action-grid {
		grid-template-columns: 1fr;
	}

	.pfx-account-membership-status {
		grid-template-columns: 1fr;
	}

	.pfx-account-renewal-ring {
		width: 180px;
		height: 180px;
	}

	.pfx-checkout-theme .woocommerce .form-row-first,
	.pfx-checkout-theme .woocommerce .form-row-last {
		width: 100%;
	}

	.pfx-account-details-list div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.pfx-account-callout--empty .pfx-btn,
	.pfx-account-callout--membership .pfx-btn,
	.pfx-account-security-hero .pfx-btn,
	.pfx-account-security-form .pfx-btn {
		max-width: none;
	}

	.pfx-account-membership-plan-grid {
		grid-template-columns: 1fr;
	}

	.pfx-account-notification-grid,
	.pfx-account-wishlist-grid,
	.pfx-account-wishlist-tips,
	.pfx-account-security-grid,
	.pfx-account-security-tips ul {
		grid-template-columns: 1fr;
	}

	.pfx-account-wishlist-card {
		grid-template-columns: 1fr;
	}

	.pfx-account-wishlist-card__media {
		min-height: 180px;
	}

	.pfx-account-wishlist-stats,
	.pfx-account-wishlist-card__actions {
		grid-template-columns: 1fr;
	}
}

body {
	overflow-x: hidden;
}

.pfx-split > *,
.pfx-card,
.pfx-tier-card,
.pfx-pricing-card,
.pfx-programme-card,
.pfx-product-card,
.pfx-accordion,
.pfx-accordion__item,
.woocommerce,
.woocommerce-page,
.woocommerce form,
.woocommerce table {
	min-width: 0;
}

.pfx-card-grid--two,
.pfx-pathway-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pfx-pathway-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.pfx-pathway-card .pfx-kicker,
.pfx-pathway-card .pfx-h3,
.pfx-pathway-card p,
.pfx-pathway-card .pfx-list {
	margin-bottom: 0;
}

.pfx-pathway-card .pfx-btn {
	margin-top: auto;
}

.pfx-accordion__button span,
.pfx-accordion__panel,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.woocommerce .button:not(.alt),
.woocommerce a.button:not(.alt),
.woocommerce button.button:not(.alt),
.woocommerce input.button:not(.alt),
.woocommerce ul.products li.product a.button {
	background: rgba(255, 255, 255, 0.025) !important;
	background-color: rgba(255, 255, 255, 0.025) !important;
	border-color: rgba(225, 29, 46, 0.48) !important;
	color: var(--pfx-white) !important;
	box-shadow: none;
}

.woocommerce .button:not(.alt):hover,
.woocommerce a.button:not(.alt):hover,
.woocommerce button.button:not(.alt):hover,
.woocommerce input.button:not(.alt):hover,
.woocommerce ul.products li.product a.button:hover {
	background: rgba(225, 29, 46, 0.12) !important;
	border-color: var(--pfx-red) !important;
	color: var(--pfx-white) !important;
}

.pfx-checkout-intro {
	display: grid;
	gap: 16px;
	margin: 0 0 24px;
	padding: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-checkout-intro h1 {
	margin: 0;
	color: var(--pfx-white);
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.04;
}

.pfx-checkout-intro > p:not(.pfx-kicker):not(.pfx-risk-note) {
	max-width: 760px;
	margin: 0;
	color: var(--pfx-grey);
	font-size: 18px;
	line-height: 1.7;
}

.pfx-checkout-trust-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.pfx-checkout-trust-item {
	min-height: 72px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	color: var(--pfx-white);
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-benefit-strip > span {
	min-height: 54px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 16px;
	color: var(--pfx-white);
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
	font-size: 14px;
	font-weight: 700;
}

.pfx-checkout-trust-item__icon,
.pfx-checkout-payment-note__icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: rgba(225, 29, 46, 0.1);
	border: 1px solid rgba(225, 29, 46, 0.18);
	color: var(--pfx-red);
}

.pfx-checkout-trust-item__icon .pfx-ui-icon,
.pfx-checkout-payment-note__icon .pfx-ui-icon {
	width: 20px;
	height: 20px;
}

.pfx-checkout-trust-item__copy {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.pfx-checkout-trust-item strong {
	color: var(--pfx-white);
	font-size: 14px;
	line-height: 1.2;
}

.pfx-checkout-trust-item small {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.pfx-account-benefit-strip .pfx-ui-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: var(--pfx-red);
}

.pfx-checkout-theme .woocommerce .woocommerce-form-coupon-toggle,
.pfx-checkout-theme .woocommerce form.checkout_coupon {
	display: none !important;
}

.pfx-checkout-theme .woocommerce form.pfx-checkout-coupon-card {
	display: flex !important;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 22px;
	padding: 18px 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
}

.pfx-checkout-coupon-card__copy {
	display: grid;
	gap: 4px;
}

.pfx-checkout-coupon-card__copy strong {
	color: var(--pfx-white);
	font-size: 18px;
}

.pfx-checkout-coupon-card__copy span {
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

.pfx-checkout-coupon-card__form {
	display: flex;
	flex: 1 1 420px;
	max-width: 520px;
	gap: 12px;
	min-width: 0;
}

@media (max-width: 700px) {
	.pfx-cart-coupon,
	.pfx-checkout-theme .woocommerce form.pfx-checkout-coupon-card,
	.pfx-checkout-coupon-card__form {
		flex-direction: column;
		align-items: stretch;
	}

	.pfx-cart-coupon {
		flex: 0 1 auto;
		width: 100%;
	}

	.pfx-cart-coupon .input-text,
	.pfx-checkout-coupon-card .input-text {
		flex: 0 0 auto;
		width: 100%;
	}

	.pfx-checkout-coupon-card__form {
		flex-basis: auto;
		max-width: none;
		width: 100%;
	}

	.pfx-cart-apply-coupon,
	.pfx-checkout-coupon-card .button {
		flex: 0 0 auto;
		min-width: 0;
		width: 100%;
	}

	.pfx-promo-hint {
		align-items: flex-start;
		flex-direction: column;
	}
}

.pfx-checkout-theme .woocommerce-billing-fields h3,
.pfx-checkout-theme #order_review_heading {
	color: var(--pfx-white);
	font-size: 28px;
	line-height: 1.2;
}

.pfx-checkout-membership-only .woocommerce-billing-fields h3::after {
	content: "Only your contact details are needed for membership access.";
	display: block;
	margin-top: 8px;
	color: var(--pfx-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table th,
.pfx-checkout-theme .woocommerce-checkout-review-order-table td,
.pfx-checkout-theme #payment label,
.pfx-checkout-theme #payment p {
	color: var(--pfx-grey);
}

.pfx-checkout-theme #payment {
	overflow: hidden;
}

.pfx-checkout-theme #payment div.payment_box {
	background: rgba(255, 255, 255, 0.035);
	color: var(--pfx-grey);
}

.pfx-checkout-theme #payment div.payment_box::before {
	border-bottom-color: rgba(255, 255, 255, 0.035);
}

.pfx-checkout-theme .woocommerce-checkout .woocommerce-billing-fields,
.pfx-checkout-theme .woocommerce-checkout .woocommerce-additional-fields,
.pfx-checkout-theme .woocommerce-checkout-review-order {
	padding: clamp(22px, 2.4vw, 32px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014) 52%),
		linear-gradient(180deg, rgba(225, 29, 46, 0.045), transparent 34%),
		#141519;
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
}

.pfx-checkout-theme .woocommerce-billing-fields h3,
.pfx-checkout-theme #order_review_heading {
	margin: 0 0 22px;
	letter-spacing: 0;
}

.pfx-checkout-theme #order_review_heading {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pfx-checkout-theme .pfx-checkout-order-panel #order_review_heading {
	margin-bottom: 0;
}

.pfx-checkout-theme #order_review_heading::before {
	content: "";
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	border-radius: 13px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.22), rgba(225, 29, 46, 0.04)),
		rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(225, 29, 46, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.pfx-checkout-theme .woocommerce form .form-row {
	display: grid;
	gap: 8px;
}

.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper .form-row {
	min-width: 0;
	margin: 0;
}

.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper .form-row-first,
.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper .form-row-last {
	width: auto !important;
}

.pfx-checkout-theme .woocommerce form .form-row label {
	color: var(--pfx-grey);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.pfx-checkout-theme .woocommerce form .form-row .required {
	color: var(--pfx-red);
	text-decoration: none;
}

.pfx-checkout-theme .woocommerce input.input-text,
.pfx-checkout-theme .woocommerce textarea,
.pfx-checkout-theme .woocommerce select,
.pfx-checkout-theme .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 58px;
	padding: 0 16px;
	color: var(--pfx-white) !important;
	background: #08090c !important;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pfx-checkout-theme .woocommerce textarea {
	min-height: 132px;
	padding-top: 14px;
	resize: vertical;
}

.pfx-checkout-theme .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
}

.pfx-checkout-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--pfx-white);
	padding: 0;
	line-height: 1.4;
}

.pfx-checkout-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 12px;
}

.pfx-checkout-theme .woocommerce input.input-text:focus,
.pfx-checkout-theme .woocommerce textarea:focus,
.pfx-checkout-theme .woocommerce select:focus,
.pfx-checkout-theme .select2-container--default.select2-container--open .select2-selection--single {
	outline: 0;
	background: #0b0c10 !important;
	border-color: rgba(225, 29, 46, 0.72);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pfx-checkout-theme .woocommerce input.input-text:-webkit-autofill {
	-webkit-text-fill-color: var(--pfx-white);
	box-shadow: 0 0 0 1000px #08090c inset;
	caret-color: var(--pfx-white);
}

.pfx-checkout-theme .woocommerce form .form-row.woocommerce-invalid input.input-text,
.pfx-checkout-theme .woocommerce form .form-row.woocommerce-invalid textarea {
	border-color: rgba(225, 29, 46, 0.82);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.13);
}

.pfx-checkout-theme .woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: rgba(62, 220, 132, 0.42);
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table {
	width: 100%;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	background: rgba(8, 9, 12, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table thead th {
	color: var(--pfx-white);
	background: rgba(255, 255, 255, 0.025);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table th,
.pfx-checkout-theme .woocommerce-checkout-review-order-table td {
	padding: 16px 18px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	vertical-align: top;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table tr:last-child th,
.pfx-checkout-theme .woocommerce-checkout-review-order-table tr:last-child td {
	border-bottom: 0;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table .product-name {
	color: var(--pfx-grey);
	font-weight: 650;
	line-height: 1.45;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table .product-total,
.pfx-checkout-theme .woocommerce-checkout-review-order-table td:last-child {
	text-align: right;
	white-space: nowrap;
}

.pfx-checkout-theme .woocommerce-checkout-review-order-table .amount,
.pfx-checkout-theme .woocommerce-checkout-review-order-table tfoot th,
.pfx-checkout-theme .woocommerce-checkout-review-order-table tfoot td {
	color: var(--pfx-white);
	font-weight: 850;
	font-variant-numeric: tabular-nums;
}

.pfx-checkout-payment-note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 20px 0;
	padding: 16px;
	background: rgba(225, 29, 46, 0.055);
	border: 1px solid rgba(225, 29, 46, 0.18);
	border-radius: 14px;
}

.pfx-checkout-payment-note strong {
	display: block;
	margin-bottom: 4px;
	color: var(--pfx-white);
	font-size: 16px;
}

.pfx-checkout-payment-note p {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 14px;
	line-height: 1.55;
}

.pfx-checkout-theme .woocommerce-checkout #payment {
	padding: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
		rgba(8, 9, 12, 0.78);
	border-color: rgba(255, 255, 255, 0.08);
	border-radius: 16px;
}

.pfx-checkout-theme #payment ul.payment_methods {
	margin: 0 !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.pfx-checkout-theme #payment ul.payment_methods li {
	margin: 0 !important;
	padding: 16px !important;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 14px;
}

.pfx-checkout-theme #payment ul.payment_methods li + li {
	margin-top: 12px !important;
}

.pfx-checkout-theme #payment ul.payment_methods li input {
	margin: 2px 10px 0 0;
	accent-color: var(--pfx-red);
}

.pfx-checkout-theme #payment label {
	color: var(--pfx-white);
	font-weight: 850;
}

.pfx-checkout-theme #payment div.payment_box {
	margin: 14px 0 0 !important;
	padding: 16px 18px !important;
	background: rgba(255, 255, 255, 0.045);
	border-left: 3px solid var(--pfx-red);
	border-radius: 12px;
}

.pfx-checkout-theme #payment div.payment_box::before {
	display: none;
}

.pfx-checkout-theme #payment .place-order {
	display: grid;
	gap: 18px;
	margin: 0 !important;
	padding: 20px 0 0 !important;
}

.pfx-checkout-theme #payment .woocommerce-privacy-policy-text p {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 14px;
	line-height: 1.7;
}

.pfx-checkout-theme #payment .woocommerce-privacy-policy-text a {
	color: var(--pfx-white);
	text-decoration-color: rgba(255, 255, 255, 0.35);
}

.pfx-checkout-theme #payment #place_order {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(225, 29, 46, 0.24);
	white-space: normal;
	text-align: center;
}

.pfx-checkout-theme #payment #place_order::before {
	content: "";
	width: 17px;
	height: 19px;
	flex: 0 0 auto;
	background: currentColor;
	clip-path: polygon(50% 0, 92% 17%, 82% 74%, 50% 100%, 18% 74%, 8% 17%);
	opacity: 0.95;
}

.pfx-account-membership-card {
	min-height: 100%;
}

.pfx-account-empty-state {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 24px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-empty-state .pfx-btn {
	grid-column: 1 / -1;
	width: 100%;
	justify-content: center;
}

.pfx-account-empty-state__icon {
	width: 62px;
	height: 62px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: rgba(225, 29, 46, 0.1);
	color: var(--pfx-gold);
}

.pfx-account-empty-state h3,
.pfx-account-empty-state p {
	margin: 0;
}

.pfx-account-empty-state h3 {
	color: var(--pfx-white);
	font-size: 24px;
}

.pfx-account-empty-state p {
	color: var(--pfx-grey);
}

.pfx-account-benefit-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
	gap: 12px;
}

.pfx-account-membership-status,
.pfx-account-action-card,
.pfx-account-stat-card,
.pfx-account-widget,
.pfx-cart-item-card,
.pfx-cart-summary-card {
	overflow-wrap: break-word;
	word-break: normal;
}

.pfx-account-dashboard h1,
.pfx-account-dashboard h2,
.pfx-account-dashboard h3,
.pfx-account-dashboard strong,
.pfx-account-dashboard span,
.pfx-account-dashboard em,
.pfx-account-dashboard a,
.pfx-account-sidebar a,
.pfx-account-sidebar span {
	word-break: normal;
	overflow-wrap: normal;
}

.pfx-account-details-list dd,
.pfx-account-table td {
	overflow-wrap: anywhere;
}

.pfx-account-action-card,
.pfx-account-stat-card {
	min-height: 100%;
}

.pfx-account-dashboard {
	gap: clamp(18px, 2vw, 24px);
}

.pfx-account-content-grid,
.pfx-account-lower-grid {
	gap: clamp(18px, 2vw, 24px);
	align-items: start;
}

.pfx-account-widget {
	align-content: start;
}

.pfx-account-dashboard .pfx-account-action-grid {
	grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
	gap: 12px;
}

.pfx-account-dashboard .pfx-account-action-card {
	min-height: 128px;
	padding: 16px;
	gap: 9px;
	align-content: center;
	border-radius: 12px;
}

.pfx-account-dashboard .pfx-account-action-card .pfx-ui-icon {
	width: 22px;
	height: 22px;
}

.pfx-account-dashboard .pfx-account-action-card strong {
	font-size: 15px;
	line-height: 1.25;
}

.pfx-account-dashboard .pfx-account-action-card span {
	font-size: 13px;
	line-height: 1.35;
}

.pfx-account-dashboard .pfx-account-empty-state {
	padding: 18px;
	gap: 14px;
}

.pfx-account-dashboard .pfx-account-empty-state__icon {
	width: 54px;
	height: 54px;
	border-radius: 16px;
}

.pfx-account-dashboard .pfx-account-empty-state h3 {
	font-size: 21px;
	line-height: 1.2;
}

.pfx-account-dashboard .pfx-account-empty-state p {
	font-size: 15px;
	line-height: 1.45;
}

.pfx-account-dashboard-empty {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(150px, 220px);
	align-items: center;
	gap: 16px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--pfx-radius);
}

.pfx-account-dashboard-empty__icon,
.pfx-account-dashboard-note > span,
.pfx-account-dashboard-help > span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(225, 29, 46, 0.1);
	color: var(--pfx-red);
}

.pfx-account-dashboard-empty__icon .pfx-ui-icon,
.pfx-account-dashboard-note .pfx-ui-icon,
.pfx-account-dashboard-help .pfx-ui-icon {
	width: 20px;
	height: 20px;
}

.pfx-account-dashboard-empty > div:not(.pfx-account-dashboard-empty__icon),
.pfx-account-dashboard-note > div,
.pfx-account-dashboard-help > div {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.pfx-account-dashboard-empty strong,
.pfx-account-dashboard-note strong,
.pfx-account-dashboard-help strong {
	color: var(--pfx-white);
	font-size: 16px;
	line-height: 1.25;
}

.pfx-account-dashboard-empty p,
.pfx-account-dashboard-note em,
.pfx-account-dashboard-help em {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.45;
}

.pfx-account-dashboard-empty .pfx-btn {
	width: 100%;
	min-height: 46px;
	justify-content: center;
}

.pfx-account-dashboard-footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 14px;
}

.pfx-account-dashboard-note,
.pfx-account-dashboard-help {
	min-width: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-account-dashboard-help {
	text-decoration: none;
}

.pfx-account-dashboard-help:hover,
.pfx-account-dashboard-help:focus {
	border-color: rgba(225, 29, 46, 0.34);
}

.pfx-account-dashboard--stacked {
	display: block;
}

.pfx-account-dashboard--stacked .pfx-account-dashboard-panel {
	display: grid;
	gap: 0;
	padding: clamp(20px, 2.5vw, 30px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-account-dashboard--stacked .pfx-account-header {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
	gap: 20px;
	align-items: center;
	padding: 0 0 22px;
}

.pfx-account-dashboard--stacked .pfx-account-header h1 {
	font-size: clamp(34px, 4vw, 52px);
}

.pfx-account-dashboard--stacked .pfx-account-header p {
	font-size: 16px;
}

.pfx-account-dashboard--stacked .pfx-account-membership-status {
	padding: 18px;
	border-radius: 14px;
	box-shadow: none;
}

.pfx-account-dashboard--stacked .pfx-account-stat-grid,
.pfx-account-dashboard--stacked .pfx-account-widget,
.pfx-account-dashboard--stacked .pfx-account-dashboard-footer {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.pfx-account-dashboard--stacked .pfx-account-widget {
	background: transparent;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
}

.pfx-account-dashboard--stacked .pfx-account-widget__header {
	align-items: center;
	margin-bottom: 2px;
}

.pfx-account-dashboard--stacked .pfx-account-widget__header h2 {
	font-size: clamp(26px, 2.4vw, 34px);
}

.pfx-account-dashboard--stacked .pfx-account-stat-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.pfx-account-dashboard--stacked .pfx-account-stat-grid--commerce {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfx-account-dashboard--stacked .pfx-account-stat-card {
	min-height: 148px;
	align-content: start;
	gap: 10px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	box-shadow: none;
}

.pfx-account-dashboard--stacked .pfx-account-stat-card__icon {
	width: 42px;
	height: 42px;
	border-radius: 13px;
}

.pfx-account-dashboard--stacked .pfx-account-stat-card strong {
	font-size: 30px;
}

.pfx-account-dashboard--stacked .pfx-account-stat-card__status {
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.08;
}

.pfx-account-dashboard--stacked .pfx-account-dashboard-empty {
	grid-template-columns: auto minmax(0, 1fr) minmax(170px, 240px);
	padding: 16px;
}

.pfx-account-dashboard--stacked .pfx-account-membership-card--empty {
	gap: 16px;
}

.pfx-account-dashboard--stacked .pfx-account-membership-card--empty .pfx-account-empty-state {
	grid-template-columns: auto minmax(0, 1fr) minmax(190px, 280px);
	padding: 18px;
}

.pfx-account-dashboard--stacked .pfx-account-membership-card--empty .pfx-account-empty-state .pfx-btn {
	grid-column: auto;
}

.pfx-account-dashboard--stacked .pfx-account-benefit-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfx-account-dashboard--stacked .pfx-account-action-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.pfx-account-dashboard--stacked .pfx-account-action-grid--commerce {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pfx-account-dashboard--stacked .pfx-account-action-card {
	min-height: 112px;
	align-content: start;
	padding: 15px;
}

.pfx-account-dashboard--stacked .pfx-account-details-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
}

.pfx-account-dashboard--stacked .pfx-account-details-list div {
	grid-template-columns: minmax(128px, 0.4fr) minmax(0, 1fr);
}

.pfx-account-dashboard--stacked .pfx-account-dashboard-footer {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	padding-bottom: 0;
}

.pfx-account-dashboard--stacked .pfx-account-dashboard-note,
.pfx-account-dashboard--stacked .pfx-account-dashboard-help {
	box-shadow: none;
}

.pfx-account-payment-page {
	display: block;
}

.pfx-account-payment-panel {
	display: grid;
	gap: 0;
	padding: clamp(20px, 2.5vw, 30px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: var(--pfx-shadow);
}

.pfx-account-payment-header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(190px, 280px);
	align-items: center;
	gap: 18px;
	padding: 0 0 22px;
}

.pfx-account-payment-header__icon,
.pfx-account-payment-empty__icon,
.pfx-account-payment-tips .pfx-ui-icon {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: rgba(225, 29, 46, 0.1);
	color: var(--pfx-red);
}

.pfx-account-payment-header__icon .pfx-ui-icon,
.pfx-account-payment-empty__icon .pfx-ui-icon,
.pfx-account-payment-tips .pfx-ui-icon {
	width: 22px;
	height: 22px;
}

.pfx-account-payment-header > div:not(.pfx-account-payment-header__icon),
.pfx-account-payment-empty > div:not(.pfx-account-payment-empty__icon) {
	min-width: 0;
	display: grid;
	gap: 5px;
}

.pfx-account-payment-header > div:not(.pfx-account-payment-header__icon) > span,
.pfx-account-payment-empty > div:not(.pfx-account-payment-empty__icon) > span {
	color: var(--pfx-red);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pfx-account-payment-header h2,
.pfx-account-payment-empty h3 {
	margin: 0;
	color: var(--pfx-white);
	line-height: 1.15;
}

.pfx-account-payment-header h2 {
	font-size: clamp(30px, 3vw, 42px);
}

.pfx-account-payment-empty h3 {
	font-size: clamp(24px, 2.2vw, 32px);
}

.pfx-account-payment-header p,
.pfx-account-payment-empty p {
	max-width: 820px;
	margin: 0;
	color: var(--pfx-muted);
	line-height: 1.55;
}

.pfx-account-payment-header .pfx-btn {
	width: 100%;
	justify-content: center;
}

.pfx-account-payment-row {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.pfx-account-payment-empty {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(190px, 280px);
	align-items: center;
	gap: 18px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
}

.pfx-account-payment-empty .pfx-btn {
	width: 100%;
	justify-content: center;
}

.pfx-account-payment-table {
	min-width: 680px;
}

.pfx-account-payment-table td {
	vertical-align: middle;
}

.pfx-account-payment-page .woocommerce-PaymentMethod--actions {
	text-align: right;
}

.pfx-account-payment-page .woocommerce-PaymentMethod--actions .button {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 4px 0 4px 8px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.pfx-account-theme .woocommerce-error,
.pfx-account-theme .woocommerce-info,
.pfx-account-theme .woocommerce-message {
	position: relative;
	padding-left: 54px !important;
	list-style: none !important;
}

.pfx-account-theme .woocommerce-error::before,
.pfx-account-theme .woocommerce-info::before,
.pfx-account-theme .woocommerce-message::before {
	left: 18px !important;
}

.pfx-account-theme .woocommerce-error li,
.pfx-account-theme .woocommerce-info li,
.pfx-account-theme .woocommerce-message li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.pfx-account-add-payment-form {
	padding: 22px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.pfx-account-add-payment-box {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
}

.pfx-account-add-payment-box ul.payment_methods {
	display: grid;
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none;
}

.pfx-account-add-payment-box ul.payment_methods > li {
	display: grid;
	gap: 14px;
	margin: 0 !important;
	padding: 22px !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	color: var(--pfx-white);
	list-style: none;
}

.pfx-account-add-payment-box ul.payment_methods > li > input.input-radio {
	margin: 4px 12px 0 0;
	accent-color: var(--pfx-red);
}

.pfx-account-add-payment-box ul.payment_methods > li > label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pfx-white);
	font-size: 17px;
	font-weight: 760;
	line-height: 1.25;
}

.pfx-account-add-payment-box div.payment_box {
	margin: 0 !important;
	padding: 16px 18px !important;
	background: rgba(255, 255, 255, 0.035) !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 3px solid var(--pfx-red);
	border-radius: 12px;
	color: var(--pfx-muted) !important;
	line-height: 1.55;
}

.pfx-account-add-payment-box div.payment_box::before {
	display: none !important;
}

.pfx-account-add-payment-box div.payment_box p {
	margin: 0;
	color: var(--pfx-muted);
}

.pfx-account-add-payment-submit {
	display: flex;
	justify-content: flex-end;
	margin: 0 !important;
	padding: 20px 22px !important;
}

.pfx-account-add-payment-submit #place_order {
	min-height: 52px;
	min-width: min(100%, 280px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	background: var(--pfx-red) !important;
	border: 1px solid var(--pfx-red) !important;
	border-radius: 10px;
	color: var(--pfx-white) !important;
	box-shadow: 0 18px 42px rgba(225, 29, 46, 0.22);
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pfx-account-add-payment-submit #place_order:hover,
.pfx-account-add-payment-submit #place_order:focus {
	background: var(--pfx-red-dark) !important;
	border-color: var(--pfx-red-dark) !important;
	color: var(--pfx-white) !important;
}

.pfx-account-payment-tips {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 22px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.pfx-account-payment-tips article {
	min-width: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
}

.pfx-account-payment-tips .pfx-ui-icon {
	width: 42px;
	height: 42px;
	border-radius: 13px;
}

.pfx-account-payment-tips strong,
.pfx-account-payment-tips span {
	grid-column: 2;
}

.pfx-account-payment-tips strong {
	color: var(--pfx-white);
	font-size: 15px;
	line-height: 1.25;
}

.pfx-account-payment-tips span {
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.45;
}

.pfx-floating-contact {
	grid-template-columns: 1fr;
}

@media (max-width: 1180px) {
	.pfx-card-grid--two,
	.pfx-pathway-grid {
		grid-template-columns: 1fr;
	}

	.pfx-checkout-trust-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-account-dashboard .pfx-account-action-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.pfx-account-dashboard--stacked .pfx-account-header,
	.pfx-account-dashboard--stacked .pfx-account-dashboard-footer {
		grid-template-columns: 1fr;
	}

	.pfx-account-dashboard--stacked .pfx-account-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-account-dashboard--stacked .pfx-account-action-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.pfx-account-payment-header,
	.pfx-account-payment-empty,
	.pfx-account-payment-tips {
		grid-template-columns: 1fr;
	}

	.pfx-account-payment-tips strong,
	.pfx-account-payment-tips span {
		grid-column: auto;
	}
}

@media (max-width: 700px) {
	.pfx-checkout-trust-row,
	.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper,
	.pfx-account-benefit-strip,
	.pfx-account-empty-state {
		grid-template-columns: 1fr;
	}

	.pfx-checkout-intro,
	.pfx-account-empty-state {
		padding: 24px;
	}

	.pfx-account-dashboard-empty,
	.pfx-account-dashboard-footer,
	.pfx-account-dashboard-note,
	.pfx-account-dashboard-help {
		grid-template-columns: 1fr;
	}

	.pfx-account-dashboard-empty .pfx-btn {
		max-width: none;
	}

	.pfx-account-dashboard .pfx-account-action-grid {
		grid-template-columns: 1fr;
	}

	.pfx-account-dashboard--stacked .pfx-account-dashboard-panel {
		padding: 18px;
		border-radius: 14px;
	}

	.pfx-account-dashboard--stacked .pfx-account-header,
	.pfx-account-dashboard--stacked .pfx-account-stat-grid,
	.pfx-account-dashboard--stacked .pfx-account-widget,
	.pfx-account-dashboard--stacked .pfx-account-dashboard-footer {
		padding-block: 18px;
	}

	.pfx-account-dashboard--stacked .pfx-account-header {
		padding-top: 0;
	}

	.pfx-account-dashboard--stacked .pfx-account-stat-grid,
	.pfx-account-dashboard--stacked .pfx-account-dashboard-empty,
	.pfx-account-dashboard--stacked .pfx-account-membership-card--empty .pfx-account-empty-state,
	.pfx-account-dashboard--stacked .pfx-account-benefit-strip,
	.pfx-account-dashboard--stacked .pfx-account-action-grid,
	.pfx-account-dashboard--stacked .pfx-account-details-list {
		grid-template-columns: 1fr;
	}

	.pfx-account-dashboard--stacked .pfx-account-membership-card--empty .pfx-account-empty-state .pfx-btn {
		grid-column: 1;
	}

	.pfx-account-payment-panel {
		padding: 18px;
		border-radius: 14px;
	}

	.pfx-account-payment-header {
		padding-bottom: 18px;
	}

	.pfx-account-payment-row,
	.pfx-account-payment-tips {
		padding-block: 18px;
	}

	.pfx-account-payment-tips {
		padding-bottom: 0;
	}

	.pfx-account-payment-header .pfx-btn,
	.pfx-account-payment-empty .pfx-btn {
		max-width: none;
	}

	.pfx-account-add-payment-submit {
		justify-content: stretch;
		padding: 18px !important;
	}

	.pfx-account-add-payment-submit #place_order {
		width: 100%;
	}

	.pfx-floating-contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-cart-theme .pfx-floating-contact,
	.pfx-checkout-theme .pfx-floating-contact {
		position: static;
		width: calc(100% - 36px);
		margin: 24px auto 0;
		padding: 0;
		background: transparent;
		border: 0;
	}
}

@media (max-width: 560px) {
	.pfx-checkout-theme .woocommerce-checkout .woocommerce-billing-fields,
	.pfx-checkout-theme .woocommerce-checkout .woocommerce-additional-fields,
	.pfx-checkout-theme .woocommerce-checkout-review-order,
	.pfx-checkout-theme .woocommerce-checkout #payment {
		padding: 18px;
		border-radius: 14px;
	}

	.pfx-checkout-theme .woocommerce-checkout-review-order-table th,
	.pfx-checkout-theme .woocommerce-checkout-review-order-table td {
		padding: 13px 12px;
		font-size: 14px;
	}

	.pfx-checkout-theme #payment #place_order {
		min-height: 54px;
		font-size: 14px;
	}

	.pfx-checkout-payment-note {
		grid-template-columns: 1fr;
	}
}

/* Allbirds-inspired checkout refinement */
body.pfx-site.pfx-checkout-theme {
	background: #ffffff;
	color: #1f2328;
}

body.pfx-site.pfx-checkout-theme::before {
	display: none;
}

.pfx-checkout-theme .pfx-main,
.pfx-checkout-theme .pfx-woocommerce-page-shell {
	background: #ffffff;
}

.pfx-checkout-theme .pfx-woocommerce-page-shell {
	padding: clamp(28px, 4vw, 48px) 0 clamp(64px, 8vw, 104px);
}

.pfx-checkout-theme .pfx-woocommerce-page-shell__container {
	width: min(100% - 48px, 1160px);
	max-width: 1160px;
}

.pfx-checkout-theme .pfx-floating-contact {
	display: none;
}

.pfx-checkout-theme .woocommerce {
	color: #25282d;
	font-size: 15px;
	line-height: 1.5;
}

.pfx-checkout-theme .woocommerce-checkout {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
	gap: 34px clamp(38px, 6vw, 72px);
	align-items: start;
}

.pfx-checkout-theme .pfx-checkout-intro {
	grid-column: 1;
	grid-row: 1;
	display: grid;
	gap: 18px;
	margin: 0 0 10px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pfx-checkout-brand {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #111318;
	font-size: 30px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
}

.pfx-checkout-brand__mark {
	width: 36px;
	height: 36px;
	display: block;
	background: #050505;
	border: 1px solid rgba(225, 29, 46, 0.5);
	border-radius: 50%;
	object-fit: cover;
}

.pfx-checkout-steps {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: #6f747b;
	font-size: 13px;
}

.pfx-checkout-steps span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.pfx-checkout-steps span:not(:last-child)::after {
	content: ">";
	color: #a7abb0;
	font-size: 13px;
}

.pfx-checkout-fast-box {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 4px 12px;
	align-items: center;
	padding: 16px 18px;
	background: #ffffff;
	border: 1px solid #dfe2e6;
	border-radius: 3px;
}

.pfx-checkout-fast-box > span {
	grid-row: span 2;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	background: #f7f8f9;
	border: 1px solid #e3e5e8;
	border-radius: 50%;
	color: #e11d2e;
}

.pfx-checkout-fast-box .pfx-ui-icon {
	width: 17px;
	height: 17px;
}

.pfx-checkout-fast-box strong {
	color: #111318;
	font-size: 14px;
	letter-spacing: 0;
}

.pfx-checkout-fast-box small {
	color: #6f747b;
	font-size: 13px;
	line-height: 1.45;
}

.pfx-checkout-theme .woocommerce-checkout #customer_details {
	grid-column: 1;
	grid-row: 2;
	display: grid;
	gap: 28px;
}

.pfx-checkout-theme .pfx-checkout-order-panel {
	grid-column: 2;
	grid-row: 1 / span 2;
	gap: 22px;
	position: sticky;
	top: 104px;
	min-height: 560px;
	padding: 30px 0 34px clamp(30px, 4vw, 46px);
	border-left: 1px solid #e3e5e8;
	background: #f7f7f5;
	box-shadow: 48px 0 0 #f7f7f5, 50vw 0 0 #f7f7f5;
}

.pfx-checkout-theme .woocommerce-checkout .woocommerce-billing-fields,
.pfx-checkout-theme .woocommerce-checkout .woocommerce-additional-fields,
.pfx-checkout-theme .woocommerce-checkout-review-order,
.pfx-checkout-theme .woocommerce-checkout #payment {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pfx-checkout-theme .woocommerce-billing-fields h3,
.pfx-checkout-theme #order_review_heading {
	margin: 0 0 18px;
	color: #111318;
	font-size: 21px;
	font-weight: 720;
	line-height: 1.25;
}

.pfx-checkout-membership-only .woocommerce-billing-fields h3::after {
	max-width: 460px;
	margin-top: 6px;
	color: #6f747b;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.pfx-checkout-theme #order_review_heading {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pfx-checkout-theme #order_review_heading::before {
	display: none;
}

.pfx-checkout-theme #order_review_heading .pfx-ui-icon {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	padding: 7px;
	background: #111318;
	color: #ffffff;
	border-radius: 50%;
}

.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.pfx-checkout-theme .woocommerce form .form-row label {
	margin: 0 0 6px;
	color: #34383f;
	font-size: 13px;
	font-weight: 620;
	line-height: 1.2;
}

.pfx-checkout-theme .woocommerce form .form-row .required {
	color: #e11d2e;
}

.pfx-checkout-theme .woocommerce input.input-text,
.pfx-checkout-theme .woocommerce textarea,
.pfx-checkout-theme .woocommerce select,
.pfx-checkout-theme .select2-container--default .select2-selection--single {
	min-height: 46px;
	padding: 0 12px;
	background: #ffffff !important;
	color: #111318 !important;
	border: 1px solid #d9dde2;
	border-radius: 2px;
	box-shadow: none;
	font-size: 14px;
}

.pfx-checkout-theme .woocommerce input.input-text::placeholder,
.pfx-checkout-theme .woocommerce textarea::placeholder {
	color: #8a8f98;
}

.pfx-checkout-theme .woocommerce input.input-text:focus,
.pfx-checkout-theme .woocommerce textarea:focus,
.pfx-checkout-theme .woocommerce select:focus,
.pfx-checkout-theme .select2-container--default.select2-container--open .select2-selection--single {
	background: #ffffff !important;
	border-color: #111318;
	box-shadow: 0 0 0 1px #111318;
}

.pfx-checkout-theme .woocommerce input.input-text:-webkit-autofill {
	-webkit-text-fill-color: #111318;
	box-shadow: 0 0 0 1000px #ffffff inset;
}

.pfx-checkout-theme .woocommerce form .form-row.woocommerce-invalid input.input-text,
.pfx-checkout-theme .woocommerce form .form-row.woocommerce-invalid textarea {
	border-color: #e11d2e;
	box-shadow: 0 0 0 1px #e11d2e;
}

.pfx-checkout-theme .woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #1f8f57;
}

.pfx-checkout-theme .woocommerce .woocommerce-form-login-toggle,
.pfx-checkout-theme .woocommerce .woocommerce-form-coupon-toggle,
.pfx-checkout-theme .woocommerce .woocommerce-NoticeGroup,
.pfx-checkout-theme .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

.pfx-checkout-theme .woocommerce-info,
.pfx-checkout-theme .woocommerce-message,
.pfx-checkout-theme .woocommerce-error,
.pfx-checkout-theme .woocommerce-form-login-toggle .woocommerce-info {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #e3e5e8 !important;
	border-radius: 0 !important;
	color: #34383f !important;
	box-shadow: none !important;
}

.pfx-checkout-theme .woocommerce-info::before,
.pfx-checkout-theme .woocommerce-message::before,
.pfx-checkout-theme .woocommerce-error::before {
	display: none;
}

.pfx-checkout-theme .woocommerce-message a.button {
	background: #111318 !important;
	border-color: #111318 !important;
	color: #ffffff !important;
}

.pfx-checkout-theme .pfx-order-summary {
	display: grid;
	gap: 22px;
	width: 100%;
	color: #25282d;
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.pfx-order-summary__items {
	display: grid;
	gap: 0;
	border-bottom: 1px solid #e3e5e8;
}

.pfx-order-summary__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 0 0 18px;
}

.pfx-order-summary__item + .pfx-order-summary__item {
	padding-top: 18px;
	border-top: 1px solid #e9ebee;
}

.pfx-order-summary__thumb {
	position: relative;
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	background: #ffffff;
	border: 1px solid #dfe2e6;
	border-radius: 5px;
	overflow: visible;
}

.pfx-order-summary__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.pfx-order-summary__fallback {
	color: #111318;
	font-size: 18px;
	font-weight: 850;
}

.pfx-order-summary__thumb .pfx-order-summary__qty {
	position: absolute;
	top: -8px;
	right: -8px;
	min-width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	padding: 0 6px;
	background: #6f747b;
	color: #ffffff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 750;
}

.pfx-order-summary__product {
	min-width: 0;
	display: grid;
	gap: 3px;
	color: #555b64;
	font-size: 13px;
	line-height: 1.45;
}

.pfx-order-summary__product strong {
	color: #25282d;
	font-size: 14px;
	font-weight: 620;
}

.pfx-order-summary__product dl,
.pfx-order-summary__product p {
	margin: 0;
}

.pfx-order-summary__price,
.pfx-order-summary__line strong {
	color: #111318;
	font-weight: 520;
	white-space: nowrap;
}

.pfx-order-summary .amount,
.pfx-order-summary .woocommerce-Price-currencySymbol {
	color: #111318 !important;
}

.pfx-order-summary__totals {
	display: grid;
	gap: 14px;
}

.pfx-order-summary__line {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	color: #4e545c;
	font-size: 14px;
}

.pfx-order-summary__line--total {
	margin-top: 12px;
	padding-top: 20px;
	border-top: 1px solid #e3e5e8;
	color: #111318;
	font-size: 17px;
}

.pfx-order-summary__line--total strong {
	font-size: 26px;
	font-weight: 420;
}

.pfx-checkout-payment-note {
	display: none;
}

.pfx-checkout-theme .woocommerce-checkout #payment {
	display: grid;
	gap: 18px;
	padding-top: 24px;
	border-top: 1px solid #e3e5e8;
}

.pfx-checkout-theme #payment ul.payment_methods {
	display: grid;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.pfx-checkout-theme #payment ul.payment_methods li {
	margin: 0 !important;
	padding: 14px !important;
	background: #ffffff;
	border: 1px solid #dfe2e6;
	border-radius: 3px;
}

.pfx-checkout-theme #payment label {
	color: #111318;
	font-size: 15px;
	font-weight: 720;
}

.pfx-checkout-theme #payment p {
	color: #666c75;
	font-size: 13px;
}

.pfx-checkout-theme #payment div.payment_box {
	margin: 12px 0 0 !important;
	padding: 12px 14px !important;
	background: #f6f7f8;
	border: 1px solid #e3e5e8;
	border-left: 3px solid #e11d2e;
	border-radius: 2px;
}

.pfx-checkout-theme #payment .place-order {
	gap: 16px;
	padding: 0 !important;
}

.pfx-checkout-theme #payment .woocommerce-privacy-policy-text p {
	color: #666c75;
	font-size: 12px;
	line-height: 1.6;
}

.pfx-checkout-theme #payment .woocommerce-privacy-policy-text a {
	color: #111318;
	text-decoration-color: #111318;
}

.pfx-checkout-theme #payment #place_order {
	min-height: 54px;
	width: 100%;
	background: #111318 !important;
	border: 1px solid #111318 !important;
	border-radius: 0;
	color: #ffffff !important;
	box-shadow: none;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pfx-checkout-theme #payment #place_order::before {
	display: none;
}

.pfx-checkout-theme #payment #place_order:hover,
.pfx-checkout-theme #payment #place_order:focus {
	background: #e11d2e !important;
	border-color: #e11d2e !important;
}

@media (max-width: 1180px) {
	.pfx-checkout-theme .woocommerce-checkout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pfx-checkout-theme .pfx-checkout-intro,
	.pfx-checkout-theme .woocommerce-checkout #customer_details,
	.pfx-checkout-theme .pfx-checkout-order-panel {
		grid-column: 1;
		grid-row: auto;
	}

	.pfx-checkout-theme .pfx-checkout-order-panel {
		position: static;
		min-height: 0;
		padding: 30px 0 0;
		border-left: 0;
		border-top: 1px solid #e3e5e8;
	}
}

@media (max-width: 700px) {
	.pfx-checkout-theme .pfx-woocommerce-page-shell {
		padding-top: 28px;
	}

	.pfx-checkout-theme .pfx-woocommerce-page-shell__container {
		width: min(100% - 32px, 1160px);
	}

	.pfx-checkout-brand {
		font-size: 25px;
	}

	.pfx-checkout-theme .woocommerce-billing-fields__field-wrapper,
	.pfx-checkout-theme .woocommerce-checkout .col2-set {
		grid-template-columns: 1fr;
	}

	.pfx-order-summary__item {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.pfx-order-summary__price {
		grid-column: 2;
	}
}

/* PounderFX dark checkout theme */
body.pfx-site.pfx-checkout-theme {
	background:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
		var(--pfx-black);
	background-size: 42px 42px, 42px 42px, auto;
	color: var(--pfx-white);
}

body.pfx-site.pfx-checkout-theme::before {
	display: block;
	background: linear-gradient(120deg, rgba(225, 29, 46, 0.08), transparent 34%, rgba(255, 255, 255, 0.02));
}

.pfx-checkout-theme .pfx-main,
.pfx-checkout-theme .pfx-woocommerce-page-shell {
	background: transparent;
}

.pfx-checkout-theme .woocommerce {
	color: var(--pfx-grey);
}

.pfx-checkout-steps {
	display: none;
}

.pfx-checkout-brand {
	color: var(--pfx-white);
}

.pfx-checkout-theme #order_review_heading .pfx-ui-icon {
	background: var(--pfx-red);
	color: var(--pfx-white);
	box-shadow: 0 14px 32px rgba(225, 29, 46, 0.22);
}

.pfx-checkout-brand__mark {
	background: #050505;
	box-shadow: 0 10px 24px rgba(225, 29, 46, 0.18);
}

.pfx-checkout-fast-box,
.pfx-checkout-theme #payment ul.payment_methods li {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border-color: var(--pfx-border);
	color: var(--pfx-grey);
}

.pfx-checkout-fast-box > span {
	background: rgba(225, 29, 46, 0.09);
	border-color: rgba(225, 29, 46, 0.24);
	color: var(--pfx-red);
}

.pfx-checkout-fast-box strong,
.pfx-checkout-theme .woocommerce-billing-fields h3,
.pfx-checkout-theme #order_review_heading,
.pfx-checkout-theme #payment label,
.pfx-order-summary__product strong,
.pfx-order-summary__price,
.pfx-order-summary__line strong,
.pfx-order-summary__line--total,
.pfx-order-summary .amount,
.pfx-order-summary .woocommerce-Price-currencySymbol {
	color: var(--pfx-white) !important;
}

.pfx-checkout-fast-box small,
.pfx-checkout-membership-only .woocommerce-billing-fields h3::after,
.pfx-order-summary__product,
.pfx-order-summary__line,
.pfx-checkout-theme #payment p,
.pfx-checkout-theme #payment .woocommerce-privacy-policy-text p {
	color: var(--pfx-muted);
}

.pfx-checkout-theme .pfx-checkout-order-panel {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
		rgba(11, 11, 13, 0.96);
	border-left-color: rgba(255, 255, 255, 0.08);
	box-shadow: 48px 0 0 rgba(11, 11, 13, 0.96), 50vw 0 0 rgba(11, 11, 13, 0.96);
}

.pfx-order-summary__items,
.pfx-order-summary__item + .pfx-order-summary__item,
.pfx-order-summary__line--total,
.pfx-checkout-theme .woocommerce-checkout #payment {
	border-color: rgba(255, 255, 255, 0.09);
}

.pfx-order-summary__thumb {
	background: #09090b;
	border-color: var(--pfx-border);
}

.pfx-order-summary__fallback {
	color: var(--pfx-white);
}

.pfx-order-summary__thumb .pfx-order-summary__qty {
	background: var(--pfx-red);
	color: var(--pfx-white);
}

.pfx-checkout-theme .woocommerce form .form-row label {
	color: var(--pfx-grey);
}

.pfx-checkout-theme .woocommerce input.input-text,
.pfx-checkout-theme .woocommerce textarea,
.pfx-checkout-theme .woocommerce select,
.pfx-checkout-theme .select2-container--default .select2-selection--single {
	background: #09090b !important;
	color: var(--pfx-white) !important;
	border-color: var(--pfx-border);
}

.pfx-checkout-theme .woocommerce input.input-text::placeholder,
.pfx-checkout-theme .woocommerce textarea::placeholder {
	color: var(--pfx-muted);
}

.pfx-checkout-theme .woocommerce input.input-text:focus,
.pfx-checkout-theme .woocommerce textarea:focus,
.pfx-checkout-theme .woocommerce select:focus,
.pfx-checkout-theme .select2-container--default.select2-container--open .select2-selection--single {
	background: #0b0c10 !important;
	border-color: rgba(225, 29, 46, 0.72);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.13);
}

.pfx-checkout-theme .woocommerce input.input-text:-webkit-autofill {
	-webkit-text-fill-color: var(--pfx-white);
	box-shadow: 0 0 0 1000px #09090b inset;
}

.pfx-checkout-theme .woocommerce form .form-row.woocommerce-invalid input.input-text,
.pfx-checkout-theme .woocommerce form .form-row.woocommerce-invalid textarea {
	border-color: rgba(225, 29, 46, 0.9);
	box-shadow: 0 0 0 3px rgba(225, 29, 46, 0.14);
}

.pfx-checkout-theme .woocommerce .woocommerce-NoticeGroup-checkout {
	grid-column: 1;
	grid-row: 2;
	margin: 0;
}

.pfx-checkout-theme .woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) #customer_details {
	grid-row: 3;
}

.pfx-checkout-theme .woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .pfx-checkout-order-panel {
	grid-row: 1 / span 3;
}

.pfx-checkout-theme .woocommerce-error {
	display: grid;
	gap: 8px;
	margin: 0 !important;
	padding: 18px 20px !important;
	background:
		linear-gradient(180deg, rgba(225, 29, 46, 0.14), rgba(225, 29, 46, 0.055)),
		var(--pfx-card) !important;
	border: 1px solid rgba(225, 29, 46, 0.36) !important;
	border-left: 4px solid var(--pfx-red) !important;
	border-radius: var(--pfx-radius) !important;
	color: var(--pfx-grey) !important;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28) !important;
	list-style: none outside !important;
}

.pfx-checkout-theme .woocommerce-error li {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--pfx-grey);
	line-height: 1.45;
}

.pfx-checkout-theme .woocommerce-error a,
.pfx-checkout-theme .woocommerce-error strong {
	color: var(--pfx-white) !important;
	text-decoration: none;
}

.pfx-checkout-theme .woocommerce-error a:hover,
.pfx-checkout-theme .woocommerce-error a:focus {
	color: var(--pfx-red) !important;
}

.pfx-checkout-theme .woocommerce-error::before {
	display: none !important;
}

.pfx-checkout-theme .woocommerce form .form-row .woocommerce-input-wrapper + .woocommerce-error,
.pfx-checkout-theme .woocommerce form .form-row .woocommerce-error {
	margin-top: 7px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--pfx-red) !important;
	font-size: 12px;
	line-height: 1.45;
}

.pfx-checkout-theme #payment div.payment_box {
	background: rgba(255, 255, 255, 0.035);
	border-color: rgba(255, 255, 255, 0.08);
	border-left-color: var(--pfx-red);
	color: var(--pfx-grey);
}

.pfx-checkout-theme #payment .woocommerce-privacy-policy-text a {
	color: var(--pfx-white);
	text-decoration-color: rgba(255, 255, 255, 0.36);
}

.pfx-checkout-theme #payment #place_order {
	background: var(--pfx-red) !important;
	border-color: var(--pfx-red) !important;
	color: var(--pfx-white) !important;
	border-radius: var(--pfx-radius);
	box-shadow: 0 18px 40px rgba(225, 29, 46, 0.24);
}

.pfx-checkout-theme #payment #place_order:hover,
.pfx-checkout-theme #payment #place_order:focus {
	background: var(--pfx-red-dark) !important;
	border-color: var(--pfx-red-dark) !important;
}

.pfx-checkout-theme .woocommerce-info,
.pfx-checkout-theme .woocommerce-message,
.pfx-checkout-theme .woocommerce-form-login-toggle .woocommerce-info {
	color: var(--pfx-grey) !important;
	border-bottom-color: rgba(255, 255, 255, 0.09) !important;
}

.pfx-checkout-theme #payment .woocommerce-info {
	width: 100%;
	padding: clamp(36px, 6vw, 58px) clamp(24px, 5vw, 36px) !important;
	text-align: center;
	line-height: 1.85;
	place-items: center;
}

@media (max-width: 1180px) {
	.pfx-checkout-theme .pfx-checkout-order-panel {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
			var(--pfx-card);
		border-top-color: rgba(255, 255, 255, 0.09);
		box-shadow: none;
	}

	.pfx-checkout-theme .woocommerce .woocommerce-NoticeGroup-checkout,
	.pfx-checkout-theme .woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) #customer_details,
	.pfx-checkout-theme .woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .pfx-checkout-order-panel {
		grid-row: auto;
	}
}

.pfx-checkout-theme .pfx-checkout-order-panel {
	background: var(--pfx-card);
	border: 1px solid var(--pfx-border);
	border-radius: var(--pfx-radius);
	box-shadow: none;
	min-height: 0;
	overflow: hidden;
	padding: clamp(26px, 3vw, 34px);
}

.pfx-checkout-theme #payment ul.payment_methods li {
	background: var(--pfx-card);
}

.pfx-checkout-theme #payment div.payment_box {
	background: var(--pfx-card);
}

.pfx-checkout-theme #payment #place_order {
	box-shadow: none;
}

@media (max-width: 1180px) {
	.pfx-checkout-theme .pfx-checkout-order-panel {
		padding: 24px;
		border: 1px solid var(--pfx-border);
		border-radius: var(--pfx-radius);
	}
}

@media (max-width: 760px) {
	body.pfx-site {
		padding-bottom: 72px;
	}

	.pfx-hero__grid,
	.pfx-hero__copy,
	.pfx-hero__visual,
	.pfx-trading-screen {
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}

	.pfx-hero__grid {
		width: calc(100% - 36px);
		max-width: calc(100vw - 36px);
		margin-inline: auto;
	}

	.pfx-hero__copy .pfx-h1,
	.pfx-hero__copy .pfx-copy,
	.pfx-hero__copy .pfx-hero__tagline,
	.pfx-hero__copy .pfx-microcopy {
		width: 100%;
		max-width: 100%;
	}

	.pfx-hero__copy .pfx-h1 {
		overflow-wrap: anywhere;
	}

	.pfx-actions .pfx-btn,
	.pfx-center-actions .pfx-btn {
		max-width: 100%;
	}

	.pfx-shop-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 8px;
	}

	.pfx-shop-tab {
		min-height: 46px;
		gap: 7px;
		padding: 0 8px;
		font-size: 11px;
	}

	.pfx-shop-tab .pfx-ui-icon {
		width: 16px;
		height: 16px;
	}

	.pfx-shop-tab em {
		min-width: 20px;
		height: 20px;
		padding: 0 5px;
		font-size: 10px;
	}

	.pfx-floating-contact {
		grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
	}
}

@media (max-width: 420px) {
	.pfx-shop-tab {
		font-size: 10px;
	}

	.pfx-floating-contact {
		padding: 6px;
	}

	.pfx-floating-contact a {
		height: 44px;
	}
}

/* Final responsive guard for fixed contact buttons. */
body.pfx-site .pfx-floating-contact {
	position: fixed;
	right: max(18px, env(safe-area-inset-right));
	bottom: max(18px, env(safe-area-inset-bottom));
	left: auto;
	width: auto;
	max-width: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 0;
	background: transparent;
	border: 0;
	transform: none;
	pointer-events: none;
}

body.pfx-site .pfx-floating-contact a {
	width: clamp(48px, 4vw, 56px);
	height: clamp(48px, 4vw, 56px);
	min-width: 0;
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
	pointer-events: auto;
}

body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
	width: clamp(20px, 2vw, 24px);
	height: clamp(20px, 2vw, 24px);
}

body.pfx-site .woocommerce-MyAccount-content .woocommerce-error,
body.pfx-site .woocommerce-MyAccount-content .woocommerce-info,
body.pfx-site .woocommerce-MyAccount-content .woocommerce-message {
	position: relative;
	padding-left: 56px !important;
	overflow-wrap: anywhere;
}

body.pfx-site .woocommerce-MyAccount-content .woocommerce-error::before,
body.pfx-site .woocommerce-MyAccount-content .woocommerce-info::before,
body.pfx-site .woocommerce-MyAccount-content .woocommerce-message::before {
	left: 20px !important;
	top: 50% !important;
	transform: translateY(-50%);
}

body.pfx-site .woocommerce-MyAccount-content .woocommerce-error li,
body.pfx-site .woocommerce-MyAccount-content .woocommerce-info li,
body.pfx-site .woocommerce-MyAccount-content .woocommerce-message li {
	line-height: 1.45;
}

@media (max-width: 700px) {
	body.pfx-site {
		padding-bottom: 76px;
	}

	body.pfx-site .pfx-floating-contact {
		left: 50%;
		right: auto;
		bottom: max(12px, env(safe-area-inset-bottom));
		grid-auto-flow: column;
		grid-auto-columns: 46px;
		grid-template-columns: none;
		gap: 8px;
		padding: 8px;
		background: rgba(8, 8, 10, 0.82);
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 999px;
		box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
		backdrop-filter: blur(14px);
		transform: translateX(-50%);
	}

	body.pfx-site .pfx-floating-contact a {
		width: 46px;
		height: 46px;
	}

	body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
		width: 21px;
		height: 21px;
	}
}

@media (max-width: 380px) {
	body.pfx-site .pfx-floating-contact {
		bottom: max(10px, env(safe-area-inset-bottom));
		grid-auto-columns: 42px;
		gap: 7px;
		padding: 6px;
	}

	body.pfx-site .pfx-floating-contact a {
		width: 42px;
		height: 42px;
	}

	body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
		width: 19px;
		height: 19px;
	}
}

/* Institutional redesign pass: flatter, quieter, and more structured. */
:root {
	--pfx-black: #050607;
	--pfx-charcoal: #090b0e;
	--pfx-card: #0d1014;
	--pfx-card-2: #12161b;
	--pfx-border: #252b33;
	--pfx-border-soft: rgba(255, 255, 255, 0.075);
	--pfx-red: #c72232;
	--pfx-red-dark: #971827;
	--pfx-grey: #d5d8dd;
	--pfx-muted: #9aa1ab;
	--pfx-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

body.pfx-site {
	background: var(--pfx-black);
	font-size: 16px;
	line-height: 1.7;
}

body.pfx-site::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 260px);
}

.pfx-container {
	max-width: 1180px;
}

.pfx-section {
	padding: 104px 0;
}

.pfx-section-tight {
	padding-top: 58px;
	padding-bottom: 58px;
}

.pfx-section-alt,
.pfx-commerce-overview {
	background: #080a0d;
	border-block: 1px solid var(--pfx-border-soft);
}

.pfx-h1 {
	font-size: clamp(42px, 5.4vw, 58px);
	font-weight: 780;
	line-height: 1.04;
}

.pfx-h2 {
	font-size: clamp(31px, 3.8vw, 42px);
	font-weight: 720;
	line-height: 1.1;
}

.pfx-h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.18;
}

.pfx-copy {
	color: #c5cad1;
	font-size: 17px;
	line-height: 1.75;
}

.pfx-kicker {
	color: #b9c0ca;
	font-size: 12px;
	font-weight: 760;
}

.pfx-kicker::before {
	width: 18px;
	background: var(--pfx-red);
}

.pfx-btn {
	min-height: 44px;
	padding-inline: 18px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 760;
	box-shadow: none;
}

.pfx-btn-primary {
	background: var(--pfx-red);
	border-color: var(--pfx-red);
	box-shadow: none;
}

.pfx-btn-primary:hover,
.pfx-btn-primary:focus {
	transform: translateY(-1px);
	box-shadow: none;
}

.pfx-btn-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--pfx-grey);
}

.pfx-btn-secondary:hover,
.pfx-btn-secondary:focus {
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.32);
	color: var(--pfx-white);
	transform: translateY(-1px);
}

.pfx-header {
	background: rgba(5, 6, 7, 0.92);
	border-bottom-color: rgba(255, 255, 255, 0.07);
}

.pfx-brand__mark {
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: none;
}

.pfx-nav__list a {
	color: #b8bec7;
	font-weight: 620;
}

.pfx-icon-link:hover,
.pfx-icon-link:focus {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.055);
}

.pfx-hero {
	min-height: 620px;
	background: linear-gradient(90deg, #050607 0%, #07090c 52%, #0a0d11 100%);
}

.pfx-hero__grid {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: clamp(42px, 6vw, 84px);
}

.pfx-hero__tagline {
	color: #e9ebef;
	font-size: clamp(20px, 2.1vw, 24px);
	font-weight: 650;
}

.pfx-hero__visual::before {
	display: none;
}

.pfx-trading-screen {
	min-height: 318px;
	border-color: rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	background: #090c10;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
	transform: none;
}

.pfx-trading-chart::before {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
}

.pfx-trading-chart span {
	width: 10px;
	background: #d6dae1;
	box-shadow: none;
}

.pfx-trading-chart span:nth-child(3n) {
	background: var(--pfx-red);
}

.pfx-hero__panel {
	right: 0;
	bottom: 10%;
	width: 250px;
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(10, 13, 17, 0.94);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}

.pfx-hero-features {
	border-color: rgba(255, 255, 255, 0.09);
}

.pfx-hero-features .pfx-ui-icon {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.12);
	color: #d9dde4;
}

.pfx-card,
.pfx-pricing-card,
.pfx-stat-card,
.pfx-product-card,
.pfx-tier-card,
.pfx-programme-card,
.pfx-account-gateway {
	background: var(--pfx-card);
	border-color: var(--pfx-border);
	box-shadow: none;
}

.pfx-card:hover,
.pfx-pricing-card:hover,
.pfx-product-card:hover,
.pfx-tier-card:hover,
.pfx-programme-card:hover {
	border-color: rgba(255, 255, 255, 0.18);
	transform: translateY(-2px);
	box-shadow: none;
}

.pfx-card__line {
	width: 28px;
	height: 2px;
	background: rgba(255, 255, 255, 0.24);
}

.pfx-risk-note {
	background: rgba(255, 255, 255, 0.035);
	border-left-color: var(--pfx-red);
}

#performance-trust .pfx-section-intro {
	margin-bottom: 40px;
}

#performance-trust .pfx-stat-card {
	min-height: 210px;
	padding: 34px 32px;
	background: rgba(255, 255, 255, 0.026);
	border-color: var(--pfx-border-soft);
	box-shadow: none;
}

#performance-trust .pfx-stat-card span {
	color: var(--pfx-muted);
	font-size: 13px;
	letter-spacing: 0.04em;
}

#performance-trust .pfx-stat-card strong {
	max-width: 34ch;
	color: var(--pfx-grey);
	font-size: clamp(20px, 1.55vw, 25px);
	font-weight: 650;
	line-height: 1.45;
}

.pfx-home-trust {
	background: #050607;
}

.pfx-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--pfx-border-soft);
}

.pfx-trust-strip__item {
	display: grid;
	gap: 8px;
	min-height: 116px;
	align-content: center;
	padding: 22px;
	border-right: 1px solid var(--pfx-border-soft);
}

.pfx-trust-strip__item:last-child {
	border-right: 0;
}

.pfx-trust-strip__item span,
.pfx-panel-title {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 760;
	text-transform: uppercase;
}

.pfx-trust-strip__item strong {
	color: var(--pfx-white);
	font-size: 16px;
	line-height: 1.35;
}

.pfx-service-grid {
	gap: 1px;
	padding: 1px;
	background: var(--pfx-border-soft);
	border: 1px solid var(--pfx-border-soft);
}

.pfx-service-card {
	min-height: 286px;
	align-items: flex-start;
	padding: 26px;
	background: #0b0e12;
	border: 0;
	text-align: left;
}

.pfx-service-card .pfx-h3 {
	min-height: 0;
	justify-content: flex-start;
	font-size: 19px;
	text-align: left;
}

.pfx-service-card p {
	min-height: 118px;
	max-width: none;
	justify-content: flex-start;
	text-align: left;
}

.pfx-service-card__button {
	max-width: none;
	min-height: 40px;
	border-color: rgba(255, 255, 255, 0.16);
	color: #d6dbe2;
	font-size: 12px;
}

.pfx-service-card:hover .pfx-service-card__button,
.pfx-service-card:focus .pfx-service-card__button {
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.3);
}

.pfx-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--pfx-border-soft);
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-process-step {
	padding: 30px 26px;
	border-right: 1px solid var(--pfx-border-soft);
}

.pfx-process-step:last-child {
	border-right: 0;
}

.pfx-process-step > span {
	display: block;
	margin-bottom: 28px;
	color: var(--pfx-red);
	font-size: 13px;
	font-weight: 800;
}

.pfx-process-step p,
.pfx-access-copy {
	margin: 0;
	color: var(--pfx-grey);
	line-height: 1.72;
}

.pfx-access-stack {
	display: grid;
	gap: 44px;
}

.pfx-panel-title {
	margin: 0 0 18px;
	color: #c2c8d1;
}

.pfx-programme-grid {
	gap: 14px;
}

.pfx-programme-card,
.pfx-tier-grid--compact .pfx-tier-card {
	padding: 24px;
}

.pfx-tier-grid--compact {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pfx-tier-grid--compact .pfx-tier-card__crest {
	display: none;
}

.pfx-tier-card::before {
	background: rgba(255, 255, 255, 0.16);
}

.pfx-tier-card--bronze,
.pfx-tier-card--silver,
.pfx-tier-card--gold,
.pfx-tier-card--platinum {
	--pfx-tier-accent: #d9dde4;
	--pfx-tier-accent-soft: rgba(255, 255, 255, 0.14);
}

.pfx-tier-card__price strong {
	color: #eef1f5;
}

.pfx-commerce-panel__footer {
	flex-wrap: wrap;
	gap: 12px;
}

.pfx-stat-card {
	min-height: 138px;
	padding: 24px;
}

.pfx-stat-card strong {
	font-size: 19px;
	font-weight: 650;
}

.pfx-risk-block {
	margin-top: 30px;
	background: transparent;
	border: 1px solid var(--pfx-border-soft);
	border-left: 3px solid var(--pfx-red);
}

.pfx-testimonial .pfx-avatar {
	background: rgba(255, 255, 255, 0.055);
	color: #f0f2f5;
}

.pfx-card.pfx-testimonial:hover {
	border-color: rgba(255, 255, 255, 0.16);
	transform: none;
	box-shadow: none;
}

.pfx-accordion__button {
	min-height: 70px;
	font-size: 18px;
	font-weight: 680;
}

.pfx-accordion__button i {
	border-color: rgba(255, 255, 255, 0.16);
}

.pfx-accordion__button i::before,
.pfx-accordion__button i::after {
	background: #d5d9df;
}

.pfx-final-cta__box {
	max-width: 860px;
	padding: 58px 44px;
	background: #0b0e12;
	border-color: var(--pfx-border-soft);
	box-shadow: none;
}

body.pfx-site .pfx-floating-contact {
	right: max(14px, env(safe-area-inset-right));
	bottom: max(14px, env(safe-area-inset-bottom));
	gap: 8px;
}

body.pfx-site .pfx-floating-contact a {
	width: 44px;
	height: 44px;
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
	opacity: 0.92;
}

body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
	width: 19px;
	height: 19px;
}

.pfx-floating-contact__link--telegram,
.pfx-floating-contact__link--live-chat {
	background: rgba(13, 16, 20, 0.94) !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
}

.pfx-floating-contact__link--telegram .pfx-ui-icon,
.pfx-floating-contact__link--live-chat .pfx-ui-icon {
	color: #dfe3e8;
}

@media (max-width: 1180px) {
	.pfx-header__inner {
		position: relative;
		width: calc(100% - 32px);
		max-width: calc(100vw - 32px);
	}

	.pfx-menu-toggle {
		display: block !important;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		z-index: 2;
		width: 44px;
		height: 44px;
		flex: 0 0 auto;
		margin-left: auto;
		background: #11161c;
		border-color: rgba(255, 255, 255, 0.42);
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
		transform: none;
	}

	.pfx-menu-toggle span:not(.screen-reader-text) {
		background: #ffffff;
	}

	.pfx-nav {
		position: fixed;
		top: calc(var(--pfx-admin-bar-offset) + var(--pfx-header-height));
		right: 0;
		left: 0;
		z-index: 999;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		max-height: calc(100dvh - var(--pfx-admin-bar-offset) - var(--pfx-header-height));
		padding: 20px max(18px, env(safe-area-inset-left)) 24px max(18px, env(safe-area-inset-right));
		overflow-y: auto;
		background: rgba(5, 6, 7, 0.98);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
		backdrop-filter: blur(22px);
	}

	.pfx-nav.is-open {
		display: flex;
	}

	.pfx-nav__list {
		display: grid;
		width: min(100%, 680px);
		margin-inline: auto;
		gap: 0;
	}

	.pfx-nav__list a {
		display: block;
		padding: 14px 0;
		font-size: 16px;
	}

	.pfx-nav__list .sub-menu {
		position: static;
		min-width: 0;
		padding: 0 0 0 16px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.pfx-header__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(100%, 680px);
		margin: 18px auto 0;
	}

	.pfx-hero__grid,
	.pfx-split {
		grid-template-columns: 1fr;
	}

	.pfx-hero__visual {
		min-height: 360px;
	}

	.pfx-trust-strip,
	.pfx-process-grid,
	.pfx-tier-grid--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-trust-strip__item:nth-child(2n),
	.pfx-process-step:nth-child(2n) {
		border-right: 0;
	}

	.pfx-trust-strip__item:nth-child(n+3) {
		border-top: 1px solid var(--pfx-border-soft);
	}

	.pfx-process-step:nth-child(n+3) {
		border-top: 1px solid var(--pfx-border-soft);
	}
}

@media (max-width: 700px) {
	.pfx-section {
		padding: 66px 0;
	}

	.pfx-h1 {
		font-size: 34px;
	}

	.pfx-h2 {
		font-size: 27px;
	}

	.pfx-hero {
		padding-top: 72px;
	}

	.pfx-menu-toggle {
		left: auto;
		right: 16px;
	}

	.pfx-hero__grid {
		width: calc(100% - 36px);
		max-width: calc(100vw - 36px);
		margin-inline: auto;
		gap: 34px;
	}

	.pfx-hero__tagline {
		max-width: 320px;
		font-size: 17px;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
	}

	.pfx-hero__copy,
	.pfx-hero__visual,
	.pfx-trading-screen {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.pfx-hero__copy .pfx-copy,
	.pfx-hero__copy .pfx-microcopy {
		max-width: 330px;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
	}

	.pfx-hero__copy .pfx-actions {
		max-width: 330px;
	}

	.pfx-hero__visual {
		min-height: auto;
		display: grid;
		gap: 16px;
	}

	.pfx-trading-screen {
		min-height: 258px;
	}

	.pfx-trading-chart {
		min-height: 196px;
		margin: 14px 14px 20px;
	}

	.pfx-hero__panel {
		position: static;
		width: 100%;
		padding: 18px;
		transform: none;
	}

	.pfx-trust-strip,
	.pfx-process-grid,
	.pfx-tier-grid--compact {
		grid-template-columns: 1fr;
	}

	.pfx-trust-strip__item,
	.pfx-process-step {
		min-height: 0;
		border-right: 0;
		border-top: 1px solid var(--pfx-border-soft);
	}

	.pfx-trust-strip__item:first-child,
	.pfx-process-step:first-child {
		border-top: 0;
	}

	.pfx-service-card,
	.pfx-programme-card,
	.pfx-tier-grid--compact .pfx-tier-card {
		padding: 22px;
	}

	.pfx-service-card p {
		min-height: 0;
	}

	.pfx-final-cta__box {
		padding: 40px 22px;
	}

	body.pfx-site .pfx-floating-contact {
		left: auto;
		right: max(10px, env(safe-area-inset-right));
		bottom: max(12px, env(safe-area-inset-bottom));
		grid-auto-flow: row;
		grid-auto-columns: auto;
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		transform: none;
	}

	body.pfx-site .pfx-floating-contact a {
		width: 38px;
		height: 38px;
	}

	body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
		width: 17px;
		height: 17px;
	}
}

.pfx-reveal {
	opacity: 1;
	transform: none;
}

.pfx-motion-ready .pfx-reveal {
	transition:
		opacity 620ms ease,
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
		border-color 180ms ease,
		background 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease;
	transition-delay: calc(var(--pfx-reveal-index, 0) * 35ms);
	will-change: opacity, transform;
}

.pfx-motion-ready .pfx-reveal:not(.is-visible) {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
}

.pfx-btn {
	overflow: hidden;
	position: relative;
	transition:
		transform 180ms ease,
		background 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease;
}

.pfx-btn::after {
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.14) 45%, transparent 70%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-130%);
	transition: transform 520ms ease;
}

.pfx-btn:hover,
.pfx-btn:focus-visible {
	transform: translateY(-2px);
}

.pfx-btn:hover::after,
.pfx-btn:focus-visible::after {
	transform: translateX(130%);
}

.pfx-card,
.pfx-service-card,
.pfx-programme-card,
.pfx-shop-product-card,
.pfx-contact-card {
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease;
}

.pfx-card:hover,
.pfx-service-card:hover,
.pfx-programme-card:hover,
.pfx-shop-product-card:hover,
.pfx-contact-card:hover {
	transform: translateY(-3px);
}

.pfx-trading-chart span {
	animation: pfx-candle-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
	transform-origin: center bottom;
}

.pfx-trading-chart span:nth-child(2) {
	animation-delay: 55ms;
}

.pfx-trading-chart span:nth-child(3) {
	animation-delay: 110ms;
}

.pfx-trading-chart span:nth-child(4) {
	animation-delay: 165ms;
}

.pfx-trading-chart span:nth-child(5) {
	animation-delay: 220ms;
}

.pfx-trading-chart span:nth-child(6) {
	animation-delay: 275ms;
}

@keyframes pfx-candle-rise {
	from {
		opacity: 0;
		transform: scaleY(0.35);
	}

	to {
		opacity: 1;
		transform: scaleY(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pfx-motion-ready .pfx-reveal,
	.pfx-btn,
	.pfx-btn::after,
	.pfx-card,
	.pfx-service-card,
	.pfx-programme-card,
	.pfx-shop-product-card,
	.pfx-contact-card,
	.pfx-trading-chart span {
		animation: none !important;
		transition: none !important;
	}

	.pfx-motion-ready .pfx-reveal:not(.is-visible),
	.pfx-btn:hover,
	.pfx-btn:focus-visible,
	.pfx-card:hover,
	.pfx-service-card:hover,
	.pfx-programme-card:hover,
	.pfx-shop-product-card:hover,
	.pfx-contact-card:hover {
		opacity: 1;
		transform: none;
	}
}

/* Responsive icon and motion refinement. */
.pfx-ui-icon {
	box-sizing: border-box;
	line-height: 0;
	min-width: 0;
	min-height: 0;
}

.pfx-ui-icon svg,
.pfx-ui-icon__img {
	max-width: 100%;
	max-height: 100%;
}

.pfx-hero-features,
.pfx-benefit-strip {
	align-items: stretch;
}

.pfx-hero-features > span,
.pfx-benefit-strip > span {
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.pfx-hero-features > span {
	min-height: 76px;
	display: grid;
	grid-template-rows: clamp(34px, 3vw, 40px) minmax(2.5em, auto);
	align-content: center;
	justify-items: center;
	gap: clamp(10px, 1.2vw, 14px);
	padding: 16px clamp(10px, 1.4vw, 16px);
	text-wrap: balance;
}

.pfx-hero-features > span > b {
	display: block;
	min-width: 0;
	font: inherit;
}

.pfx-benefit-strip > span {
	min-height: 78px;
	gap: clamp(10px, 1.1vw, 14px);
	padding: 14px clamp(14px, 1.7vw, 22px);
}

.pfx-hero-features > span .pfx-ui-icon,
.pfx-benefit-strip > span .pfx-ui-icon {
	width: clamp(34px, 3vw, 40px);
	height: clamp(34px, 3vw, 40px);
	min-width: 0;
	min-height: 0;
	display: grid;
	flex: 0 0 clamp(34px, 3vw, 40px);
	place-content: center;
	place-items: center;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.13);
	color: #dfe3e8;
}

.pfx-hero-features > span .pfx-ui-icon svg,
.pfx-hero-features > span .pfx-ui-icon__img,
.pfx-benefit-strip > span .pfx-ui-icon svg,
.pfx-benefit-strip > span .pfx-ui-icon__img {
	width: clamp(15px, 1.4vw, 18px);
	height: clamp(15px, 1.4vw, 18px);
	align-self: center;
	justify-self: center;
}

.pfx-shop-empty-card__icon,
.pfx-shop-product-card__placeholder,
.pfx-tier-emblem__mark {
	box-sizing: border-box;
	display: grid;
	place-items: center;
}

body.pfx-site .pfx-floating-contact {
	gap: clamp(6px, 0.7vw, 8px);
}

body.pfx-site .pfx-floating-contact a {
	width: clamp(38px, 3.2vw, 44px);
	height: clamp(38px, 3.2vw, 44px);
	border-radius: 50%;
}

body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
	width: clamp(16px, 1.5vw, 19px);
	height: clamp(16px, 1.5vw, 19px);
}

.pfx-motion-ready .pfx-reveal {
	transition-duration: 660ms, 660ms, 180ms, 180ms, 180ms, 180ms;
	transition-delay: calc(var(--pfx-reveal-index, 0) * 28ms);
}

.pfx-motion-ready .pfx-reveal:not(.is-visible) {
	transform: translate3d(0, 22px, 0);
}

.pfx-motion-ready .pfx-kicker.pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-h1.pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-h2.pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-h3.pfx-reveal:not(.is-visible) {
	transform: translate3d(0, 14px, 0);
}

.pfx-motion-ready .pfx-list > li.pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-form label.pfx-reveal:not(.is-visible) {
	transform: translate3d(0, 10px, 0);
}

@media (max-width: 900px) {
	.pfx-hero-features,
	.pfx-benefit-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-hero-features > span,
	.pfx-benefit-strip > span {
		justify-content: flex-start;
		text-align: left;
		border-right: 0;
	}

	.pfx-hero-features > span {
		align-content: center;
		text-align: center;
	}

	.pfx-hero-features > span:nth-child(odd),
	.pfx-benefit-strip > span:nth-child(odd) {
		border-right: 1px solid var(--pfx-border-soft);
	}
}

@media (max-width: 700px) {
	.pfx-testimonial {
		gap: 18px;
		padding: 22px;
	}

	.pfx-testimonial__header {
		align-items: flex-start;
	}

	.pfx-testimonial__quote {
		font-size: 15px;
	}

	.pfx-testimonials-disclaimer {
		margin-top: 22px;
		text-align: left;
	}

	.pfx-hero-features,
	.pfx-benefit-strip {
		grid-template-columns: 1fr;
	}

	.pfx-hero-features > span,
	.pfx-benefit-strip > span {
		min-height: 70px;
		gap: 14px;
		padding: 12px clamp(18px, 5vw, 28px);
		border-right: 0 !important;
		border-bottom: 1px solid var(--pfx-border-soft);
		font-size: 13px;
	}

	.pfx-hero-features > span {
		grid-template-columns: 40px minmax(178px, 210px);
		grid-template-rows: 1fr;
		align-items: center;
		align-content: center;
		justify-content: center;
		justify-items: start;
		text-align: left;
		text-wrap: auto;
	}

	.pfx-hero-features > span:last-child,
	.pfx-benefit-strip > span:last-child {
		border-bottom: 0;
	}

	.pfx-hero-features > span .pfx-ui-icon,
	.pfx-benefit-strip > span .pfx-ui-icon {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.pfx-hero-features > span .pfx-ui-icon svg,
	.pfx-hero-features > span .pfx-ui-icon__img,
	.pfx-benefit-strip > span .pfx-ui-icon svg,
	.pfx-benefit-strip > span .pfx-ui-icon__img {
		width: 16px;
		height: 16px;
	}

	body.pfx-site .pfx-floating-contact a {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 380px) {
	.pfx-hero-features > span,
	.pfx-benefit-strip > span {
		grid-template-columns: 36px minmax(168px, 200px);
		gap: 12px;
		padding-inline: 14px;
	}

	.pfx-hero-features > span .pfx-ui-icon,
	.pfx-benefit-strip > span .pfx-ui-icon {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}
}

/* Member portal auth refinements. */
.pfx-account-theme .pfx-woocommerce-page-shell--account {
	padding-top: clamp(34px, 4.8vw, 70px);
}

.pfx-account-auth-shell {
	width: min(100%, calc(100vw - 32px));
	max-width: 1420px;
	margin-inline: auto;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	align-items: stretch;
	gap: 18px;
	min-width: 0;
}

.pfx-account-auth-intro,
.pfx-account-auth-card,
.pfx-account-auth-trust,
.pfx-account-manage {
	background: rgba(11, 13, 16, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 14px;
	box-shadow: none;
}

.pfx-account-auth-intro,
.pfx-account-auth-card {
	width: min(100%, calc(100vw - 32px));
	padding: clamp(22px, 2.2vw, 34px);
	min-width: 0;
	max-width: 100%;
}

.pfx-account-auth-intro {
	display: grid;
	align-content: start;
	gap: 20px;
}

.pfx-account-auth-intro h1 {
	max-width: 10ch;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 0.98;
	letter-spacing: 0;
}

.pfx-account-auth-intro > p:not(.pfx-account-auth-intro__eyebrow) {
	max-width: 42ch;
	margin: 0;
	color: var(--pfx-grey);
	font-size: clamp(17px, 1.2vw, 20px);
	line-height: 1.65;
	white-space: normal;
	overflow-wrap: break-word;
}

.pfx-account-auth-intro__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pfx-account-auth-intro__eyebrow::before {
	content: "";
	width: 24px;
	height: 2px;
	background: var(--pfx-red);
}

.pfx-account-auth-intro .pfx-account-bullet-list {
	gap: 12px;
	padding-top: 6px;
}

.pfx-account-auth-intro .pfx-account-bullet-list li {
	align-items: center;
	color: var(--pfx-grey);
	line-height: 1.45;
}

.pfx-account-auth-intro .pfx-account-bullet-list li span:not(.pfx-ui-icon) {
	min-width: 0;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
}

.pfx-account-auth-intro .pfx-account-bullet-list .pfx-ui-icon {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: grid;
	place-items: center;
	margin: 0;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	color: var(--pfx-grey);
}

.pfx-account-auth-panels {
	gap: 18px;
	align-items: stretch;
	min-width: 0;
}

.pfx-account-auth-panels--dual {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pfx-account-auth-card {
	display: grid;
	align-content: start;
	gap: 22px;
	min-height: 100%;
}

.pfx-account-auth-card__heading {
	display: grid;
	gap: 8px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.pfx-account-auth-card__heading h2 {
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.1;
}

.pfx-account-auth-card__heading p {
	max-width: 34ch;
	margin: 0;
	color: var(--pfx-muted);
	line-height: 1.65;
	white-space: normal;
	overflow-wrap: break-word;
}

.pfx-account-auth-card .woocommerce-form {
	display: grid;
	gap: 16px;
	height: 100%;
	min-width: 0;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.pfx-account-auth-card .woocommerce-form-row,
.pfx-account-auth-card .form-row {
	float: none !important;
	width: 100% !important;
	min-width: 0;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.pfx-account-auth-card label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: var(--pfx-grey);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.pfx-account-auth-card input.input-text,
.pfx-account-auth-card input[type="text"],
.pfx-account-auth-card input[type="email"],
.pfx-account-auth-card input[type="password"] {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 54px;
	padding: 0 15px;
	background: #07080a !important;
	color: var(--pfx-white) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pfx-account-auth-card input.input-text:focus,
.pfx-account-auth-card input[type="text"]:focus,
.pfx-account-auth-card input[type="email"]:focus,
.pfx-account-auth-card input[type="password"]:focus {
	outline: 0;
	background: #0a0c0f !important;
	border-color: rgba(225, 29, 46, 0.58);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.105), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pfx-account-auth-card input.input-text:-webkit-autofill,
.pfx-account-auth-card input[type="text"]:-webkit-autofill,
.pfx-account-auth-card input[type="email"]:-webkit-autofill,
.pfx-account-auth-card input[type="password"]:-webkit-autofill {
	-webkit-text-fill-color: var(--pfx-white);
	box-shadow: 0 0 0 1000px #07080a inset;
	caret-color: var(--pfx-white);
}

.pfx-account-auth-card__actions {
	display: grid;
	align-items: stretch;
	gap: 14px;
	padding-top: 2px !important;
}

.pfx-account-auth-card .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pfx-muted);
	font-size: 14px;
	font-weight: 700;
}

.pfx-account-auth-card input[type="checkbox"] {
	width: 17px;
	height: 17px;
	accent-color: var(--pfx-red);
}

.pfx-account-auth-card button.button,
.pfx-account-auth-card .woocommerce-button {
	width: 100%;
	min-height: 52px;
	border-radius: 10px;
	box-shadow: none;
}

.pfx-account-auth-card .lost_password {
	margin: 0;
	padding-top: 2px;
}

.pfx-account-auth-card .lost_password a,
.pfx-account-auth-card a {
	color: var(--pfx-grey);
	text-decoration-color: rgba(255, 255, 255, 0.22);
}

.pfx-account-auth-card .lost_password a:hover,
.pfx-account-auth-card .lost_password a:focus,
.pfx-account-auth-card a:hover,
.pfx-account-auth-card a:focus {
	color: var(--pfx-white);
	text-decoration-color: rgba(225, 29, 46, 0.55);
}

.pfx-account-auth-card .pfx-account-field-note,
.pfx-account-auth-card__note {
	display: block;
	margin-top: 8px;
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.55;
	white-space: normal;
	overflow-wrap: break-word;
}

.pfx-account-auth-trust {
	grid-column: 1 / -1;
	width: min(100%, calc(100vw - 32px));
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	min-width: 0;
	overflow: hidden;
}

.pfx-account-auth-trust span {
	min-height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 18px;
	color: var(--pfx-grey);
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.075);
}

.pfx-account-auth-trust span:last-child {
	border-right: 0;
}

.pfx-account-auth-trust .pfx-ui-icon {
	width: 22px;
	height: 22px;
	color: var(--pfx-muted);
}

.pfx-account-auth-trust strong {
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.25;
}

.pfx-account-manage {
	grid-column: 1 / -1;
	width: min(100%, calc(100vw - 32px));
	display: grid;
	gap: 24px;
	min-width: 0;
	padding: clamp(22px, 2.2vw, 32px);
}

.pfx-account-manage__header {
	display: grid;
	gap: 10px;
}

.pfx-account-manage__header h2 {
	margin: 0;
	color: var(--pfx-white);
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.1;
}

.pfx-account-manage__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pfx-account-manage__grid article {
	display: grid;
	align-content: start;
	gap: 12px;
	min-height: 170px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.018);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 12px;
}

.pfx-account-manage__grid .pfx-ui-icon {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 50%;
	color: var(--pfx-grey);
}

.pfx-account-manage__grid h3,
.pfx-account-manage__grid p {
	margin: 0;
}

.pfx-account-manage__grid h3 {
	color: var(--pfx-white);
	font-size: 19px;
	line-height: 1.25;
}

.pfx-account-manage__grid p {
	color: var(--pfx-muted);
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 1180px) {
	.pfx-account-auth-shell,
	.pfx-account-auth-panels--dual {
		grid-template-columns: 1fr;
	}

	.pfx-account-auth-intro h1 {
		max-width: 100%;
	}
}

@media (max-width: 760px) {
	.pfx-account-theme .pfx-woocommerce-page-shell--account {
		padding-top: 26px;
	}

	.pfx-account-theme .pfx-woocommerce-page-shell__container--wide {
		width: calc(100% - 32px);
		max-width: calc(100vw - 32px);
	}

	.pfx-account-auth-shell {
		gap: 14px;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.pfx-account-auth-intro,
	.pfx-account-auth-card,
	.pfx-account-manage {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
		padding: 20px;
	}

	.pfx-account-auth-trust {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	.pfx-account-auth-intro h1 {
		font-size: clamp(34px, 11vw, 46px);
	}

	.pfx-account-auth-intro > p:not(.pfx-account-auth-intro__eyebrow),
	.pfx-account-auth-intro .pfx-account-bullet-list li span:not(.pfx-ui-icon),
	.pfx-account-auth-card__heading p,
	.pfx-account-auth-card .pfx-account-field-note,
	.pfx-account-auth-card__note,
	.pfx-account-manage__grid p {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.pfx-account-auth-trust,
	.pfx-account-manage__grid {
		grid-template-columns: 1fr;
	}

	.pfx-account-auth-trust span {
		min-height: 66px;
		justify-content: flex-start;
		text-align: left;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	}

	.pfx-account-auth-trust span:last-child {
		border-bottom: 0;
	}

	.pfx-account-auth-card__actions {
		grid-template-columns: 1fr;
	}

	.pfx-account-manage__grid article {
		min-height: 0;
	}

	.pfx-account-theme .pfx-floating-contact {
		right: max(10px, env(safe-area-inset-right));
		bottom: max(12px, env(safe-area-inset-bottom));
	}
}

/* FAQ and floating contact refinements. */
body.pfx-site .pfx-floating-contact {
	right: max(18px, env(safe-area-inset-right));
	bottom: max(20px, env(safe-area-inset-bottom));
	left: auto;
	width: auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
	transform: none;
	pointer-events: none;
}

body.pfx-site .pfx-floating-contact a {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(9, 11, 14, 0.82) !important;
	color: #dfe3e8;
	box-shadow: none;
	opacity: 0.86;
	pointer-events: auto;
}

body.pfx-site .pfx-floating-contact a:hover,
body.pfx-site .pfx-floating-contact a:focus {
	background: rgba(17, 20, 25, 0.96) !important;
	border-color: rgba(255, 255, 255, 0.26);
	opacity: 1;
	transform: translateY(-1px);
}

body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
	width: 18px;
	height: 18px;
	color: currentColor;
}

body.pfx-site .pfx-floating-contact__link--live-chat {
	display: none !important;
}

.pfx-faq-panel,
.pfx-faq-page__wrap,
.pfx-faq-panel .pfx-accordion,
.pfx-faq-page__wrap .pfx-accordion,
.pfx-accordion__item,
.pfx-accordion__panel {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.pfx-accordion__button span,
.pfx-accordion__panel,
.pfx-accordion__panel p {
	white-space: normal !important;
	word-break: normal;
	overflow-wrap: break-word;
}

.pfx-faq-page__wrap {
	width: calc(100% - 48px);
	max-width: 900px;
	margin-inline: auto;
}

.pfx-programme-sales-page {
	color: var(--pfx-grey);
}

.pfx-programme-sales-hero,
.pfx-programme-sales-section {
	padding-block: clamp(70px, 8vw, 112px);
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-programme-sales-hero {
	padding-top: clamp(86px, 9vw, 132px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
		#050607;
}

.pfx-programme-sales-section--alt {
	background: rgba(255, 255, 255, 0.012);
}

.pfx-programme-sales-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	gap: clamp(34px, 5vw, 70px);
	align-items: center;
}

.pfx-programme-sales-hero__copy {
	display: grid;
	gap: 22px;
	max-width: 820px;
}

.pfx-programme-sales-hero h1,
.pfx-programme-sales-heading h2,
.pfx-programme-sales-risk h2,
.pfx-programme-sales-final h2 {
	margin: 0;
	color: var(--pfx-white);
	letter-spacing: 0;
}

.pfx-programme-sales-hero h1 {
	max-width: 11ch;
	font-size: clamp(48px, 7vw, 94px);
	line-height: 0.98;
}

.pfx-programme-sales-lead {
	max-width: 720px;
	margin: 0;
	color: #c6ccd5;
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.55;
}

.pfx-programme-sales-language {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin: -4px 0 0;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
	color: #e7ebf2;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.pfx-programme-sales-language .pfx-ui-icon {
	width: 18px;
	height: 18px;
	color: var(--pfx-red);
	flex: 0 0 18px;
}

.pfx-programme-sales-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 8px 0 0;
	padding: 0;
	border-top: 1px solid var(--pfx-border-soft);
	border-bottom: 1px solid var(--pfx-border-soft);
	list-style: none;
}

.pfx-programme-sales-trust li {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 76px;
	padding: 18px 18px 18px 0;
	color: #d8dde5;
	font-weight: 760;
	line-height: 1.35;
}

.pfx-programme-sales-trust li + li {
	padding-left: 18px;
	border-left: 1px solid var(--pfx-border-soft);
}

.pfx-programme-sales-trust .pfx-ui-icon {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	color: var(--pfx-red);
}

.pfx-programme-sales-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.pfx-programme-sales-actions--center {
	justify-content: center;
}

.pfx-programme-sales-cart {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.pfx-programme-sales-cart .quantity .qty {
	width: 86px;
	min-height: 52px;
	text-align: center;
}

.pfx-programme-sales-cart .single_add_to_cart_button {
	min-height: 52px;
	margin: 0 !important;
	border: 0;
	cursor: pointer;
}

.pfx-programme-sales-cart .single_add_to_cart_button .pfx-ui-icon {
	width: 18px;
	height: 18px;
}

.pfx-programme-sales-gate {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px 14px;
	width: min(100%, 560px);
	padding: 18px;
	background: rgba(255, 255, 255, 0.026);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
}

.pfx-programme-sales-gate > .pfx-ui-icon {
	width: 22px;
	height: 22px;
	color: var(--pfx-red);
}

.pfx-programme-sales-gate strong {
	display: block;
	margin-bottom: 4px;
	color: var(--pfx-white);
}

.pfx-programme-sales-gate p {
	margin: 0;
	color: var(--pfx-grey);
	line-height: 1.6;
}

.pfx-programme-sales-gate .pfx-btn {
	grid-column: 1 / -1;
	width: 100%;
	justify-content: center;
}

.pfx-programme-sales-panel,
.pfx-programme-sales-media-panel,
.pfx-programme-sales-list-card,
.pfx-programme-sales-card,
.pfx-programme-sales-testimonials article,
.pfx-programme-sales-final__box {
	background: rgba(255, 255, 255, 0.026);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	box-shadow: none;
}

.pfx-programme-sales-panel {
	display: grid;
	gap: 18px;
	padding: 30px;
	align-self: stretch;
}

.pfx-programme-sales-media-panel {
	position: relative;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: 18px;
	min-height: clamp(520px, 44vw, 650px);
	padding: 24px;
	align-self: stretch;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(circle at 14% 16%, rgba(225, 29, 46, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016) 46%),
		#0b0d10;
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.pfx-programme-sales-media-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(225, 29, 46, 0.46), transparent 26%) 0 0 / 100% 1px no-repeat,
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
	background-size: 100% 1px, 38px 38px, 38px 38px;
	opacity: 0.52;
	pointer-events: none;
}

.pfx-programme-sales-media-panel__header {
	display: flex;
	gap: 16px;
	align-items: start;
	justify-content: space-between;
}

.pfx-programme-sales-media-panel__header > div {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.pfx-programme-sales-media-panel__header p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	min-height: 30px;
	margin: 0;
	padding: 0 12px;
	background: rgba(225, 29, 46, 0.12);
	border: 1px solid rgba(225, 29, 46, 0.36);
	border-radius: 999px;
	color: #f4f6f9;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
}

.pfx-programme-sales-panel > span,
.pfx-programme-sales-media-panel__header span,
.pfx-programme-sales-card > span,
.pfx-programme-sales-steps span,
.pfx-programme-sales-testimonials span {
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 860;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pfx-programme-sales-panel h2 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 24px;
	line-height: 1.2;
}

.pfx-programme-sales-media-panel__header h2 {
	margin: 0;
	color: var(--pfx-white);
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.12;
}

.pfx-programme-sales-media-carousel {
	position: relative;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 100%;
	gap: 12px;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	scroll-padding-inline: 0;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	box-shadow:
		0 18px 46px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pfx-programme-sales-media-carousel::-webkit-scrollbar {
	display: none;
}

.pfx-programme-sales-media-carousel__slide {
	position: relative;
	min-width: 0;
	min-height: 420px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: #0d1014;
	border: 0;
	border-radius: 12px;
	scroll-snap-align: start;
}

.pfx-programme-sales-media-carousel__slide img,
.pfx-programme-sales-media-carousel__slide video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center center;
	filter: saturate(1.04) contrast(1.03);
	transform: scale(1.012);
	transition: transform 700ms ease, filter 700ms ease;
}

.pfx-programme-sales-media-carousel__slide.is-active img,
.pfx-programme-sales-media-carousel__slide.is-active video {
	filter: saturate(1.1) contrast(1.06);
	transform: scale(1.035);
}

.pfx-programme-sales-media-carousel__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 32%),
		linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.82)),
		linear-gradient(90deg, rgba(225, 29, 46, 0.12), transparent 30%);
	pointer-events: none;
}

.pfx-programme-sales-media-carousel__slide--video::before {
	content: "VIDEO";
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
	padding: 8px 10px;
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.96), rgba(155, 18, 28, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: var(--pfx-white);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.pfx-programme-sales-media-carousel__slide figcaption {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 1;
	width: fit-content;
	max-width: calc(100% - 28px);
	padding: 9px 10px;
	background: rgba(6, 8, 11, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: var(--pfx-white);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.pfx-programme-sales-media-panel__markers {
	display: flex;
	gap: 10px;
	align-items: center;
}

.pfx-programme-sales-media-panel__markers button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 32px;
	padding: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #d8dde5;
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pfx-programme-sales-media-panel__markers button::before {
	content: "";
	position: absolute;
	inset: auto 6px 5px;
	height: 2px;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
}

.pfx-programme-sales-media-panel__markers button::after {
	content: "";
	position: absolute;
	inset: auto 6px 5px;
	height: 2px;
	background: var(--pfx-red);
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
}

.pfx-programme-sales-media-panel__markers button.is-active {
	background: rgba(225, 29, 46, 0.14);
	border-color: rgba(225, 29, 46, 0.48);
	color: var(--pfx-white);
	transform: translateY(-1px);
}

.pfx-programme-sales-media-panel__markers button.is-active::after {
	animation: pfx-programme-marker-progress 4600ms linear forwards;
}

.pfx-programme-sales-media-panel.is-paused .pfx-programme-sales-media-panel__markers button.is-active::after {
	animation-play-state: paused;
}

.pfx-programme-sales-media-panel__markers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

@keyframes pfx-programme-marker-progress {
	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pfx-programme-sales-media-carousel__slide img,
	.pfx-programme-sales-media-carousel__slide video {
		transition: none;
		transform: none;
	}

	.pfx-programme-sales-media-carousel__slide.is-active img,
	.pfx-programme-sales-media-carousel__slide.is-active video {
		transform: none;
	}

	.pfx-programme-sales-media-panel__markers button.is-active::after {
		animation: none;
		transform: scaleX(1);
	}
}

.pfx-programme-sales-price {
	padding-block: 18px;
	color: var(--pfx-white);
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 880;
	line-height: 1;
	border-top: 1px solid var(--pfx-border-soft);
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-programme-sales-panel p,
.pfx-programme-sales-card p,
.pfx-programme-sales-steps p,
.pfx-programme-sales-risk p,
.pfx-programme-sales-final p,
.pfx-programme-sales-heading p,
.pfx-programme-sales-testimonials p {
	margin: 0;
	color: var(--pfx-grey);
	line-height: 1.7;
}

.pfx-programme-sales-panel ul,
.pfx-programme-sales-list-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfx-programme-sales-panel li,
.pfx-programme-sales-list-card li {
	color: #d8dde5;
	line-height: 1.55;
}

.pfx-programme-sales-gallery {
	display: grid;
	gap: 28px;
}

.pfx-programme-sales-gallery__top {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
	gap: clamp(24px, 5vw, 68px);
	align-items: end;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-programme-sales-gallery__top h2 {
	max-width: 760px;
	margin: 10px 0 0;
	color: var(--pfx-white);
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
	letter-spacing: 0;
}

.pfx-programme-sales-gallery__top p:not(.pfx-kicker) {
	margin: 0;
	color: var(--pfx-grey);
	font-size: 18px;
	line-height: 1.7;
}

.pfx-programme-sales-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(290px, 430px);
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 0 14px;
	scroll-padding-inline: 2px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.pfx-programme-sales-carousel figure {
	position: relative;
	min-height: 310px;
	margin: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.026);
	border: 1px solid var(--pfx-border-soft);
	border-radius: var(--pfx-radius);
	scroll-snap-align: start;
}

.pfx-programme-sales-carousel img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 310px;
	object-fit: cover;
}

.pfx-programme-sales-carousel figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 7px 10px;
	background: rgba(5, 6, 7, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #d8dde5;
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pfx-programme-sales-two {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.pfx-programme-sales-list-card {
	padding: clamp(28px, 4vw, 42px);
}

.pfx-programme-sales-list-card h2 {
	margin: 0 0 24px;
	color: var(--pfx-white);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
}

.pfx-programme-sales-list-card li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.pfx-programme-sales-list-card .pfx-ui-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-top: 4px;
	color: var(--pfx-red);
}

.pfx-programme-sales-heading {
	display: grid;
	justify-items: center;
	gap: 14px;
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.pfx-programme-sales-heading h2,
.pfx-programme-sales-risk h2,
.pfx-programme-sales-final h2 {
	font-size: clamp(36px, 5vw, 62px);
	line-height: 1.02;
}

.pfx-programme-sales-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pfx-programme-sales-card {
	display: grid;
	gap: 14px;
	min-height: 250px;
	padding: 28px;
}

.pfx-programme-sales-card .pfx-ui-icon {
	width: 22px;
	height: 22px;
	color: var(--pfx-red);
}

.pfx-programme-sales-card h3,
.pfx-programme-sales-steps h3 {
	margin: 0;
	color: var(--pfx-white);
	font-size: 22px;
	line-height: 1.22;
}

.pfx-programme-sales-process {
	display: grid;
	gap: 22px;
}

.pfx-programme-sales-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--pfx-border-soft);
	border-bottom: 1px solid var(--pfx-border-soft);
}

.pfx-programme-sales-steps > div {
	display: grid;
	gap: 12px;
	min-height: 230px;
	padding: 28px 24px;
	border-right: 1px solid var(--pfx-border-soft);
}

.pfx-programme-sales-steps > div:last-child {
	border-right: 0;
}

.pfx-programme-sales-steps span {
	color: var(--pfx-red);
}

.pfx-programme-sales-risk {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: start;
}

.pfx-programme-sales-risk p {
	max-width: 760px;
	font-size: clamp(18px, 1.7vw, 23px);
}

.pfx-programme-sales-testimonials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pfx-programme-sales-testimonials article {
	display: grid;
	gap: 20px;
	padding: 28px;
}

.pfx-programme-sales-testimonials strong {
	color: var(--pfx-white);
}

.pfx-programme-sales-final__box {
	display: grid;
	justify-items: center;
	gap: 18px;
	max-width: 940px;
	margin-inline: auto;
	padding: clamp(42px, 6vw, 78px);
	text-align: center;
}

.pfx-programme-sales-unavailable {
	margin: 0;
	color: var(--pfx-grey);
}

@media (max-width: 980px) {
	.pfx-faq-preview__grid {
		grid-template-columns: 1fr;
	}

	.pfx-programme-sales-hero__grid,
	.pfx-programme-sales-two,
	.pfx-programme-sales-gallery__top,
	.pfx-programme-sales-risk {
		grid-template-columns: 1fr;
	}

	.pfx-programme-sales-grid,
	.pfx-programme-sales-steps,
	.pfx-programme-sales-testimonials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-programme-sales-panel,
	.pfx-programme-sales-media-panel {
		align-self: auto;
	}
}

@media (max-width: 700px) {
	body.pfx-site {
		padding-bottom: 0;
	}

	body.pfx-site .pfx-floating-contact {
		right: max(14px, env(safe-area-inset-right));
		bottom: max(14px, env(safe-area-inset-bottom));
		left: auto;
		padding: 0;
		transform: none;
	}

	body.pfx-site .pfx-floating-contact a {
		width: 38px;
		height: 38px;
	}

	body.pfx-site .pfx-floating-contact a .pfx-ui-icon {
		width: 16px;
		height: 16px;
	}

	.pfx-faq-page__wrap {
		width: calc(100% - 36px);
		max-width: calc(100vw - 36px);
	}

	.pfx-faq-preview,
	.pfx-faq-page {
		padding-block: 64px;
	}

	.pfx-accordion__button {
		min-height: 68px;
		font-size: 16px;
	}

	.pfx-accordion__panel p {
		font-size: 15px;
		max-width: 34ch;
	}

	.pfx-faq-disclaimer {
		max-width: 34ch;
	}

	.pfx-programme-sales-hero,
	.pfx-programme-sales-section {
		padding-block: 58px;
	}

	.pfx-programme-sales-hero h1 {
		max-width: none;
		font-size: 44px;
	}

	.pfx-programme-sales-trust,
	.pfx-programme-sales-grid,
	.pfx-programme-sales-steps,
	.pfx-programme-sales-testimonials {
		grid-template-columns: 1fr;
	}

	.pfx-programme-sales-trust li,
	.pfx-programme-sales-trust li + li {
		padding: 16px 0;
		border-left: 0;
		border-top: 1px solid var(--pfx-border-soft);
	}

	.pfx-programme-sales-trust li:first-child {
		border-top: 0;
	}

	.pfx-programme-sales-actions,
	.pfx-programme-sales-cart {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.pfx-programme-sales-actions .pfx-btn,
	.pfx-programme-sales-cart .single_add_to_cart_button {
		width: 100%;
		justify-content: center;
	}

	.pfx-programme-sales-steps > div {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--pfx-border-soft);
	}

	.pfx-programme-sales-steps > div:last-child {
		border-bottom: 0;
	}

	.pfx-programme-sales-gallery__top {
		align-items: start;
	}

	.pfx-programme-sales-carousel {
		grid-auto-columns: minmax(240px, 82vw);
	}

	.pfx-programme-sales-carousel figure,
	.pfx-programme-sales-carousel img {
		min-height: 250px;
	}

	.pfx-programme-sales-media-panel {
		min-height: 420px;
		padding: 16px;
	}

	.pfx-programme-sales-media-carousel__slide,
	.pfx-programme-sales-media-carousel__slide img,
	.pfx-programme-sales-media-carousel__slide video {
		min-height: 320px;
	}
}

/* Partner-approved texture, kept subtle so copy and conversion areas stay readable. */
.pfx-hero {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 16% 34%, rgba(225, 29, 46, 0.07), transparent 30%),
		linear-gradient(90deg, #050607 0%, #07090c 52%, #050607 100%),
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
	background-position: center;
	background-repeat: no-repeat, no-repeat, repeat, repeat;
	background-size: auto, auto, 46px 46px, 46px 46px;
}

.pfx-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: var(--pfx-texture-bg) center / cover no-repeat;
	filter: grayscale(1) contrast(1.12) brightness(1.12);
	opacity: 0.22;
	-webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.18) 94%);
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.18) 94%);
}

.pfx-final-cta .pfx-final-cta__box {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		#0b0e12;
	border-color: var(--pfx-border-soft);
}

/* Keep About/Vision icons aligned with the neutral hero icon system. */
.pfx-vision-principle .pfx-ui-icon {
	color: #d9dde4;
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.12);
}

.pfx-home-testimonials {
	background: #050607;
	border-top: 1px solid var(--pfx-border-soft);
}

.pfx-home-testimonials .pfx-section-intro {
	margin-bottom: 34px;
}

.pfx-home-testimonials .pfx-testimonial-slider {
	gap: 18px;
	max-width: min(860px, 100%);
}

.pfx-home-testimonials .pfx-testimonial-slider__slide {
	padding: clamp(14px, 2vw, 22px);
}

.pfx-home-testimonials .pfx-testimonial-slider__slide .pfx-testimonial {
	min-height: 260px;
	padding: 24px;
	gap: 18px;
}

.pfx-home-testimonials .pfx-testimonial-slider__slide .pfx-testimonial__quote {
	font-size: 16px;
	line-height: 1.62;
}

.pfx-home-testimonials .pfx-testimonial-slider__controls {
	min-height: 42px;
	align-items: center;
}

.pfx-home-testimonials .pfx-testimonials-disclaimer {
	max-width: 760px;
	margin-top: 20px;
}

@media (max-width: 700px) {
	.pfx-hero-features > span {
		grid-template-columns: 40px minmax(0, 1fr);
		justify-content: start;
		justify-items: start;
		text-align: left;
	}

	.pfx-hero-features > span > b {
		text-align: left;
	}

	.pfx-home-testimonials {
		padding: 48px 0 58px;
	}

	.pfx-home-testimonials .pfx-container {
		width: calc(100% - 36px);
	}

	.pfx-home-testimonials .pfx-section-intro {
		margin-bottom: 22px;
	}

	.pfx-home-testimonials .pfx-section-intro .pfx-copy {
		font-size: 14px;
		line-height: 1.55;
	}

	.pfx-home-testimonials .pfx-testimonial-slider {
		gap: 14px;
	}

	.pfx-home-testimonials .pfx-testimonial-slider__slide {
		padding: 10px;
	}

	.pfx-home-testimonials .pfx-testimonial-slider__slide .pfx-testimonial {
		min-height: 0;
		align-content: start;
		justify-items: start;
		gap: 14px;
		padding: 18px 16px;
		text-align: left;
	}

	.pfx-home-testimonials .pfx-testimonial-slider__slide .pfx-testimonial__header {
		justify-content: flex-start;
		align-items: center;
	}

	.pfx-home-testimonials .pfx-testimonial .pfx-avatar,
	.pfx-home-testimonials .pfx-testimonial__image {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	.pfx-home-testimonials .pfx-testimonial .pfx-h3 {
		font-size: 17px;
	}

	.pfx-home-testimonials .pfx-testimonial-slider__slide .pfx-testimonial__quote {
		max-width: none;
		font-size: 14px;
		line-height: 1.55;
	}

	.pfx-home-testimonials .pfx-testimonial__label {
		padding: 6px 8px;
		font-size: 10px;
		white-space: normal;
	}

	.pfx-home-testimonials .pfx-testimonial-slider__controls {
		gap: 10px;
		min-height: 38px;
	}

	.pfx-home-testimonials .pfx-testimonial-slider__button {
		width: 36px;
		height: 36px;
	}

	.pfx-home-testimonials .pfx-testimonial-slider__count {
		min-width: 70px;
	}

	.pfx-home-testimonials .pfx-testimonials-disclaimer {
		margin-top: 16px;
		padding-right: 54px;
		font-size: 12px;
		line-height: 1.55;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.pfx-hero-features > span {
		grid-template-columns: 36px minmax(0, 1fr);
		padding-inline: 14px;
	}
}

/* Premium WooCommerce notice panels. */
body.pfx-site .woocommerce-notices-wrapper {
	position: relative;
	z-index: 22;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 28px;
	scroll-margin-top: 104px;
}

body.pfx-site .woocommerce-NoticeGroup,
body.pfx-site .woocommerce-NoticeGroup-checkout {
	width: 100%;
}

body.pfx-site .pfx-wc-notice,
body.pfx-site .woocommerce .pfx-wc-notice,
body.pfx-site .pfx-checkout-theme .woocommerce .pfx-wc-notice,
body.pfx-site .pfx-account-theme .pfx-wc-notice {
	--pfx-notice-accent: var(--pfx-red);
	--pfx-notice-accent-soft: rgba(225, 29, 46, 0.12);
	--pfx-notice-border: rgba(225, 29, 46, 0.34);
	position: relative;
	display: grid !important;
	grid-template-columns: 64px minmax(0, 1fr) minmax(240px, auto);
	gap: clamp(16px, 2.4vw, 30px);
	align-items: center;
	width: min(100%, 1180px);
	min-height: 116px;
	margin: 0 auto 18px !important;
	padding: 26px 68px 26px 26px !important;
	overflow: hidden;
	background:
		linear-gradient(135deg, var(--pfx-notice-accent-soft), rgba(255, 255, 255, 0.026) 36%, rgba(8, 9, 12, 0.94)),
		rgba(8, 9, 12, 0.94) !important;
	border: 1px solid var(--pfx-notice-border) !important;
	border-radius: 16px !important;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34) !important;
	color: var(--pfx-grey) !important;
	list-style: none !important;
	animation: pfxWcNoticeIn 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.pfx-site .pfx-wc-notice::before {
	display: none !important;
}

body.pfx-site .pfx-wc-notice--success {
	--pfx-notice-accent: #5ed676;
	--pfx-notice-accent-soft: rgba(94, 214, 118, 0.1);
	--pfx-notice-border: rgba(94, 214, 118, 0.3);
}

body.pfx-site .pfx-wc-notice--notice {
	--pfx-notice-accent: #8fb8ff;
	--pfx-notice-accent-soft: rgba(143, 184, 255, 0.1);
	--pfx-notice-border: rgba(143, 184, 255, 0.28);
}

@supports ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))) {
	body.pfx-site .pfx-wc-notice {
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
	}
}

body.pfx-site .pfx-wc-notice__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid var(--pfx-notice-border);
	border-radius: 50%;
	background: var(--pfx-notice-accent-soft);
	color: var(--pfx-notice-accent);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

body.pfx-site .pfx-wc-notice__icon::before,
body.pfx-site .pfx-wc-notice__icon::after {
	content: "";
	position: absolute;
	background: currentColor;
}

body.pfx-site .pfx-wc-notice--error .pfx-wc-notice__icon::before,
body.pfx-site .pfx-wc-notice--error .pfx-wc-notice__icon::after {
	width: 24px;
	height: 3px;
	border-radius: 999px;
}

body.pfx-site .pfx-wc-notice--error .pfx-wc-notice__icon::before {
	transform: rotate(45deg);
}

body.pfx-site .pfx-wc-notice--error .pfx-wc-notice__icon::after {
	transform: rotate(-45deg);
}

body.pfx-site .pfx-wc-notice--success .pfx-wc-notice__icon::before {
	width: 20px;
	height: 10px;
	border-left: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	background: transparent;
	transform: rotate(-45deg) translate(2px, -2px);
}

body.pfx-site .pfx-wc-notice--success .pfx-wc-notice__icon::after {
	display: none;
}

body.pfx-site .pfx-wc-notice--notice .pfx-wc-notice__icon::before {
	content: "i";
	position: static;
	background: transparent;
	color: currentColor;
	font-size: 24px;
	font-weight: 850;
	font-style: normal;
	line-height: 1;
}

body.pfx-site .pfx-wc-notice--notice .pfx-wc-notice__icon::after {
	display: none;
}

body.pfx-site .pfx-wc-notice__content {
	display: grid;
	gap: 9px;
	min-width: 0;
}

body.pfx-site .pfx-wc-notice__title {
	color: var(--pfx-white);
	font-size: clamp(19px, 1.8vw, 26px);
	font-weight: 820;
	line-height: 1.18;
}

body.pfx-site .pfx-wc-notice__message {
	display: grid;
	gap: 6px;
	color: #c8cdd5;
	font-size: clamp(14px, 1.1vw, 17px);
	font-weight: 500;
	line-height: 1.62;
	overflow-wrap: anywhere;
}

body.pfx-site .pfx-wc-notice__message a {
	color: var(--pfx-white) !important;
	text-decoration-color: rgba(255, 255, 255, 0.32);
}

body.pfx-site .pfx-wc-notice__product {
	color: var(--pfx-white);
	font-weight: 760;
	line-height: 1.35;
}

body.pfx-site .pfx-wc-notice__meta {
	width: fit-content;
	max-width: 100%;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.045);
	color: #aeb5c0;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.35;
}

body.pfx-site .pfx-wc-notice__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
}

body.pfx-site .pfx-wc-notice__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	min-width: 132px;
	padding: 0 18px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.1;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.pfx-site .pfx-wc-notice__button:hover,
body.pfx-site .pfx-wc-notice__button:focus {
	transform: translateY(-1px);
}

body.pfx-site .pfx-wc-notice__button--primary {
	background: var(--pfx-red) !important;
	border: 1px solid var(--pfx-red) !important;
	color: var(--pfx-white) !important;
}

body.pfx-site .pfx-wc-notice__button--primary:hover,
body.pfx-site .pfx-wc-notice__button--primary:focus {
	background: var(--pfx-red-dark) !important;
	border-color: var(--pfx-red-dark) !important;
}

body.pfx-site .pfx-wc-notice__button--secondary {
	background: rgba(255, 255, 255, 0.045) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	color: var(--pfx-white) !important;
}

body.pfx-site .pfx-wc-notice__button--secondary:hover,
body.pfx-site .pfx-wc-notice__button--secondary:focus {
	background: rgba(255, 255, 255, 0.09) !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
}

body.pfx-site .pfx-wc-notice__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	cursor: pointer;
	font: inherit;
	font-size: 24px;
	line-height: 1;
}

body.pfx-site .pfx-wc-notice__close:hover,
body.pfx-site .pfx-wc-notice__close:focus {
	background: rgba(255, 255, 255, 0.07);
	color: var(--pfx-white);
}

body.pfx-site .pfx-wc-notice.is-dismissing {
	animation: pfxWcNoticeOut 220ms ease forwards !important;
	pointer-events: none;
}

@keyframes pfxWcNoticeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -14px, 0);
	}

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

@keyframes pfxWcNoticeOut {
	to {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.pfx-site .pfx-wc-notice,
	body.pfx-site .pfx-wc-notice.is-dismissing,
	body.pfx-site .pfx-wc-notice__button {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 900px) {
	body.pfx-site .pfx-wc-notice,
	body.pfx-site .woocommerce .pfx-wc-notice,
	body.pfx-site .pfx-checkout-theme .woocommerce .pfx-wc-notice,
	body.pfx-site .pfx-account-theme .pfx-wc-notice {
		grid-template-columns: 50px minmax(0, 1fr);
		padding: 22px 58px 22px 22px !important;
	}

	body.pfx-site .pfx-wc-notice__icon {
		width: 50px;
		height: 50px;
	}

	body.pfx-site .pfx-wc-notice__actions {
		grid-column: 1 / -1;
		justify-content: stretch;
	}

	body.pfx-site .pfx-wc-notice__button {
		flex: 1 1 150px;
	}
}

@media (max-width: 640px) {
	body.pfx-site .woocommerce-notices-wrapper {
		width: calc(100% - 28px);
		margin-bottom: 78px;
		scroll-margin-top: 88px;
	}

	body.pfx-site .pfx-wc-notice,
	body.pfx-site .woocommerce .pfx-wc-notice,
	body.pfx-site .pfx-checkout-theme .woocommerce .pfx-wc-notice,
	body.pfx-site .pfx-account-theme .pfx-wc-notice {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
		min-height: 0;
		padding: 18px 16px !important;
		border-radius: 12px !important;
	}

	body.pfx-site .pfx-wc-notice__icon {
		width: 42px;
		height: 42px;
	}

	body.pfx-site .pfx-wc-notice--error .pfx-wc-notice__icon::before,
	body.pfx-site .pfx-wc-notice--error .pfx-wc-notice__icon::after {
		width: 18px;
	}

	body.pfx-site .pfx-wc-notice__content,
	body.pfx-site .pfx-wc-notice__actions {
		grid-column: 1 / -1;
	}

	body.pfx-site .pfx-wc-notice__title {
		font-size: 19px;
	}

	body.pfx-site .pfx-wc-notice__message {
		font-size: 14px;
		line-height: 1.55;
	}

	body.pfx-site .pfx-wc-notice__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.pfx-site .pfx-wc-notice__button {
		width: 100%;
		min-height: 46px;
		white-space: normal;
	}

	body.pfx-site .pfx-wc-notice__close {
		top: 10px;
		right: 10px;
		width: 32px;
		height: 32px;
	}
}

body.pfx-logout-modal-open {
	overflow: hidden;
}

.pfx-logout-modal,
.pfx-logout-modal * {
	box-sizing: border-box;
}

.pfx-logout-modal[hidden] {
	display: none;
}

.pfx-logout-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 24px;
	color: var(--pfx-white);
}

.pfx-logout-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(2, 4, 8, 0.72);
	backdrop-filter: blur(16px);
	opacity: 0;
	transition: opacity 180ms ease;
}

.pfx-logout-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(760px, 90vw);
	max-height: min(860px, 90vh);
	overflow-y: auto;
	padding: clamp(28px, 5vw, 50px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background:
		linear-gradient(140deg, rgba(225, 29, 46, 0.13), transparent 34%),
		rgba(10, 12, 16, 0.88);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
	text-align: center;
	transform: translateY(12px) scale(0.985);
	opacity: 0;
	transition: transform 180ms ease, opacity 180ms ease;
}

.pfx-logout-modal.is-open .pfx-logout-modal__overlay,
.pfx-logout-modal.is-open .pfx-logout-modal__dialog {
	opacity: 1;
}

.pfx-logout-modal.is-open .pfx-logout-modal__dialog {
	transform: translateY(0) scale(1);
}

.pfx-logout-modal__close {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	transition: color 160ms ease, transform 160ms ease;
}

.pfx-logout-modal__close:hover,
.pfx-logout-modal__close:focus-visible {
	color: var(--pfx-white);
	transform: scale(1.04);
	outline: none;
}

.pfx-logout-modal__icon {
	display: inline-grid;
	place-items: center;
	width: 108px;
	height: 108px;
	margin-bottom: 28px;
	border: 1px solid rgba(225, 29, 46, 0.64);
	border-radius: 999px;
	background: radial-gradient(circle, rgba(225, 29, 46, 0.22), rgba(225, 29, 46, 0.04) 58%, transparent 100%);
	color: #ff3346;
	box-shadow: 0 0 36px rgba(225, 29, 46, 0.2);
}

.pfx-logout-modal svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pfx-logout-modal__icon svg {
	width: 44px;
	height: 44px;
	stroke-width: 2.25;
}

.pfx-logout-modal h2 {
	margin: 0;
	font-size: clamp(32px, 5vw, 46px);
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.08;
}

.pfx-logout-modal__dialog > p {
	max-width: 540px;
	margin: 22px auto 0;
	color: #c8ccd4;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.5;
}

.pfx-logout-modal__info {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 36px 0 28px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pfx-logout-modal__info span {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px 14px;
	align-items: center;
	padding: 0 18px;
	text-align: left;
}

.pfx-logout-modal__info span + span {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.pfx-logout-modal__info svg {
	grid-row: span 2;
	width: 34px;
	height: 34px;
	color: rgba(255, 255, 255, 0.52);
}

.pfx-logout-modal__info b,
.pfx-logout-modal__info em {
	display: block;
	min-width: 0;
	font-style: normal;
	line-height: 1.25;
}

.pfx-logout-modal__info b {
	color: var(--pfx-white);
	font-size: 16px;
	font-weight: 690;
}

.pfx-logout-modal__info em {
	color: #aeb4bf;
	font-size: 15px;
}

.pfx-logout-modal__actions {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 20px;
}

.pfx-logout-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 66px;
	padding: 16px 22px;
	border-radius: 8px;
	font: inherit;
	font-size: 17px;
	font-weight: 780;
	letter-spacing: 0;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.pfx-logout-modal__button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: 3px;
}

.pfx-logout-modal__button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.035);
	color: var(--pfx-white);
}

.pfx-logout-modal__button--primary {
	border: 1px solid rgba(255, 66, 82, 0.76);
	background: linear-gradient(180deg, #e11d2e, #b91322);
	color: var(--pfx-white);
	box-shadow: 0 14px 34px rgba(225, 29, 46, 0.24);
}

.pfx-logout-modal__button:hover,
.pfx-logout-modal__button:focus-visible {
	transform: translateY(-1px);
}

.pfx-logout-modal__button:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.pfx-logout-modal__secure {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px !important;
	color: #9da3ad !important;
	font-size: 14px !important;
}

.pfx-logout-modal__secure svg {
	width: 18px;
	height: 18px;
}

@media (max-width: 720px) {
	.pfx-logout-modal {
		padding: 18px;
	}

	.pfx-logout-modal__dialog {
		width: min(90vw, 520px);
		padding: 30px 18px 24px;
	}

	.pfx-logout-modal__close {
		top: 12px;
		right: 12px;
	}

	.pfx-logout-modal__icon {
		width: 78px;
		height: 78px;
		margin-bottom: 20px;
	}

	.pfx-logout-modal__icon svg {
		width: 34px;
		height: 34px;
	}

	.pfx-logout-modal__dialog > p {
		font-size: 16px;
	}

	.pfx-logout-modal__info {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px;
		margin: 26px 0 22px;
	}

	.pfx-logout-modal__info span {
		padding: 0;
	}

	.pfx-logout-modal__info span + span {
		padding-top: 14px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0;
	}

	.pfx-logout-modal__actions {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.pfx-logout-modal__button {
		width: 100%;
		min-height: 54px;
		font-size: 16px;
	}
}

/* Final checkout layout guard: prevents promo buttons and payment notices from collapsing into narrow text columns. */
.pfx-checkout-theme .woocommerce form.pfx-checkout-coupon-card .pfx-checkout-coupon-card__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
	align-items: stretch;
}

.pfx-checkout-theme .woocommerce form.pfx-checkout-coupon-card .button,
.pfx-cart-coupon .pfx-cart-apply-coupon {
	width: auto !important;
	min-width: 132px !important;
	max-width: none !important;
	white-space: nowrap !important;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	line-height: 1 !important;
}

.pfx-checkout-theme #payment .woocommerce-info,
.pfx-checkout-theme #payment .woocommerce-message,
.pfx-checkout-theme #payment .woocommerce-error {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	text-align: left;
}

@media (max-width: 700px) {
	.pfx-checkout-theme .woocommerce form.pfx-checkout-coupon-card .pfx-checkout-coupon-card__form {
		grid-template-columns: 1fr;
	}

	.pfx-checkout-theme .woocommerce form.pfx-checkout-coupon-card .button,
	.pfx-cart-coupon .pfx-cart-apply-coupon {
		width: 100% !important;
		min-width: 0 !important;
	}
}

/* Final mobile header action guard: equal button sizing in the opened menu. */
@media (max-width: 1180px) {
	.pfx-nav {
		top: calc(var(--pfx-admin-bar-offset) + var(--pfx-header-height) - 1px) !important;
		justify-content: flex-start !important;
		padding-top: 8px !important;
		padding-bottom: 18px !important;
	}

	.pfx-nav__list {
		align-content: start;
	}

	.pfx-nav__list a {
		min-height: 42px;
		display: flex;
		align-items: center;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.pfx-nav .pfx-header__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		align-items: stretch;
		width: min(100%, 680px);
		margin: 10px auto 0;
	}

	.pfx-nav .pfx-header__actions > a,
	.pfx-nav .pfx-header__actions .pfx-icon-link,
	.pfx-nav .pfx-header__actions .pfx-btn {
		width: 100%;
		min-width: 0;
		min-height: 58px;
		height: 58px;
		margin: 0;
		padding: 0 16px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		line-height: 1.15;
		text-align: center;
		white-space: nowrap;
	}

	.pfx-nav .pfx-header__actions .pfx-icon-link {
		border-radius: var(--pfx-radius);
	}
}

@media (max-width: 560px) {
	.pfx-nav .pfx-header__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfx-nav .pfx-header__actions .pfx-btn {
		grid-column: 1 / -1;
	}
}

/* Premium Insights */
.pfx-home-insights,
.pfx-insights-latest {
	background:
		linear-gradient(180deg, rgba(225, 29, 46, 0.07), rgba(255, 255, 255, 0.008)),
		#050607;
	border-block: 1px solid rgba(255, 255, 255, 0.075);
}

#latest-insights,
#market-updates,
#article-library,
#insights-preview {
	scroll-margin-top: calc(var(--pfx-header-height) + 24px);
}

.pfx-insights-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-insights-section-head .pfx-copy {
	max-width: 760px;
	margin-bottom: 0;
}

.pfx-home-insights-handoff {
	background: #050607;
}

.pfx-home-insights-handoff__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
	gap: 30px;
	align-items: start;
	padding: 32px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.11), rgba(255, 255, 255, 0.025)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--pfx-radius);
}

.pfx-home-insights-handoff__copy {
	min-width: 0;
}

.pfx-home-insights-handoff__copy .pfx-copy {
	max-width: 710px;
	margin-bottom: 22px;
}

.pfx-home-insights-handoff__list {
	min-width: 0;
	display: grid;
	align-content: start;
	padding-left: 26px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.pfx-home-insights-handoff__list > span {
	margin-bottom: 8px;
	color: var(--pfx-red);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.pfx-home-insights-handoff__list a {
	display: grid;
	gap: 5px;
	padding: 15px 0;
	color: inherit;
	text-decoration: none;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-home-insights-handoff__list a:hover strong,
.pfx-home-insights-handoff__list a:focus-visible strong {
	color: var(--pfx-red);
}

.pfx-home-insights-handoff__list strong {
	color: var(--pfx-white);
	font-size: 15px;
	line-height: 1.35;
	transition: color 180ms ease;
}

.pfx-home-insights-handoff__list em {
	color: var(--pfx-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-home-insights-handoff__list p {
	margin: 10px 0 0;
	padding-top: 14px;
	color: var(--pfx-muted);
	font-size: 13px;
	line-height: 1.65;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-insights-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-top: 132px;
	background:
		radial-gradient(circle at 16% 34%, rgba(225, 29, 46, 0.07), transparent 30%),
		linear-gradient(90deg, #050607 0%, #07090c 52%, #050607 100%),
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
	background-position: center;
	background-repeat: no-repeat, no-repeat, repeat, repeat;
	background-size: auto, auto, 46px 46px, 46px 46px;
}

.pfx-insights-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: var(--pfx-texture-bg) center / cover no-repeat;
	filter: grayscale(1) contrast(1.12) brightness(1.12);
	opacity: 0.22;
	-webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.18) 94%);
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.18) 94%);
}

.pfx-insights-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
	gap: 54px;
	align-items: center;
}

.pfx-insights-hero__copy {
	min-width: 0;
}

.pfx-insights-hero__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 850px;
	margin-top: 30px;
}

.pfx-insights-hero__links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 13px;
	color: var(--pfx-grey);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--pfx-radius);
	background: rgba(255, 255, 255, 0.025);
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.pfx-insights-hero__links a:hover,
.pfx-insights-hero__links a:focus-visible {
	color: var(--pfx-white);
	border-color: rgba(225, 29, 46, 0.55);
	background: rgba(225, 29, 46, 0.1);
}

.pfx-insights-visual {
	position: relative;
	display: grid;
	gap: 18px;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--pfx-radius);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.pfx-insights-visual__mark {
	display: grid;
	place-items: center;
	min-height: 320px;
	overflow: hidden;
	background:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		#08090b;
	background-size: 34px 34px, 34px 34px, auto;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: calc(var(--pfx-radius) - 2px);
}

.pfx-insights-visual__mark img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	border: 0;
	border-radius: inherit;
}

.pfx-insights-visual__rows {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.pfx-insights-visual__rows span {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: var(--pfx-grey);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: calc(var(--pfx-radius) - 2px);
	background: rgba(255, 255, 255, 0.025);
}

.pfx-insight-feature {
	display: grid;
	grid-template-columns: minmax(180px, 0.24fr) minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.12), rgba(255, 255, 255, 0.035)),
		var(--pfx-card);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: var(--pfx-radius);
}

.pfx-insight-feature__label,
.pfx-insight-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-insight-feature__label {
	display: grid;
	align-content: start;
}

.pfx-insight-feature__label span,
.pfx-insight-card__meta span {
	color: var(--pfx-red);
}

.pfx-insight-feature h3,
.pfx-insight-card h3 {
	margin: 0;
	color: var(--pfx-white);
	line-height: 1.18;
	letter-spacing: 0;
}

.pfx-insight-feature h3 {
	margin-bottom: 14px;
	font-size: 34px;
}

.pfx-insight-feature p,
.pfx-insight-card p {
	margin: 0;
	color: var(--pfx-grey);
	line-height: 1.72;
}

.pfx-insight-feature__link,
.pfx-insight-card__link {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	color: var(--pfx-white);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	border: 1px solid rgba(225, 29, 46, 0.34);
	border-radius: var(--pfx-radius);
	background: rgba(225, 29, 46, 0.08);
	white-space: nowrap;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pfx-insight-feature__link:hover,
.pfx-insight-feature__link:focus-visible,
.pfx-insight-card__link:hover,
.pfx-insight-card__link:focus-visible {
	color: var(--pfx-white);
	border-color: rgba(225, 29, 46, 0.72);
	background: rgba(225, 29, 46, 0.18);
	transform: translateY(-1px);
}

.pfx-insight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pfx-insight-grid--home {
	gap: 22px;
}

.pfx-insight-card {
	min-width: 0;
	min-height: 300px;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	align-content: start;
	gap: 18px;
	padding: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--pfx-radius);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pfx-insight-card:hover,
.pfx-insight-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(225, 29, 46, 0.36);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26);
}

.pfx-insight-card h3 {
	font-size: 23px;
}

.pfx-insight-card p {
	font-size: 15px;
}

.pfx-insight-card--compact {
	min-height: 286px;
}

.pfx-insight-category-grid {
	display: grid;
	gap: 18px;
}

.pfx-insight-category {
	display: grid;
	grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.055), rgba(255, 255, 255, 0.014)),
		var(--pfx-card);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--pfx-radius);
	scroll-margin-top: calc(var(--pfx-header-height) + 28px);
}

.pfx-insight-category__head {
	position: relative;
	display: grid;
	gap: 14px;
	align-content: start;
	min-height: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: calc(var(--pfx-radius) - 1px);
}

.pfx-insight-category__head::before {
	content: "";
	width: 44px;
	height: 3px;
	background: var(--pfx-red);
	border-radius: 999px;
}

.pfx-insight-category__head span {
	color: var(--pfx-white);
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 850;
	line-height: 1.08;
}

.pfx-insight-category__head p {
	margin: 0;
	color: var(--pfx-muted);
	font-size: 15px;
	line-height: 1.7;
}

.pfx-insight-category > .pfx-insight-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
}

.pfx-insight-category > .pfx-insight-grid .pfx-insight-card {
	min-height: 100%;
}

.pfx-insights-principles {
	display: grid;
	gap: 12px;
}

.pfx-insights-principles div {
	display: grid;
	gap: 5px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pfx-radius);
}

.pfx-insights-principles strong {
	color: var(--pfx-white);
	font-size: 16px;
}

.pfx-insights-principles span {
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.65;
}

.pfx-insight-article-hero {
	padding-top: 132px;
	background:
		linear-gradient(180deg, rgba(225, 29, 46, 0.06), rgba(255, 255, 255, 0.01)),
		#050607;
}

.pfx-insight-article-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
	gap: 48px;
	align-items: start;
}

.pfx-insight-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 800;
}

.pfx-insight-article-meta a {
	color: var(--pfx-red);
	text-decoration: none;
}

.pfx-insight-article-brief {
	padding: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
		var(--pfx-card);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--pfx-radius);
}

.pfx-insight-article-brief > span,
.pfx-insight-related > span,
.pfx-insight-internal-links > span {
	display: block;
	margin-bottom: 16px;
	color: var(--pfx-red);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.pfx-insight-article-brief ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfx-insight-article-brief li {
	position: relative;
	padding-left: 18px;
	color: var(--pfx-grey);
	font-size: 14px;
	line-height: 1.65;
}

.pfx-insight-article-brief li::before {
	content: "";
	position: absolute;
	top: 0.78em;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--pfx-red);
	border-radius: 50%;
}

.pfx-insight-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
	gap: 48px;
	align-items: start;
}

.pfx-insight-prose {
	max-width: 820px;
}

.pfx-insight-prose section + section {
	margin-top: 46px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-insight-prose h2 {
	margin: 0 0 18px;
	color: var(--pfx-white);
	font-size: 32px;
	line-height: 1.16;
	letter-spacing: 0;
}

.pfx-insight-prose p {
	margin: 0 0 20px;
	color: var(--pfx-grey);
	font-size: 18px;
	line-height: 1.86;
}

.pfx-insight-internal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 46px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pfx-insight-internal-links > span {
	width: 100%;
	margin-bottom: 0;
}

.pfx-insight-internal-links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 13px;
	color: var(--pfx-white);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	border: 1px solid rgba(225, 29, 46, 0.32);
	border-radius: var(--pfx-radius);
}

.pfx-insight-related {
	position: sticky;
	top: calc(var(--pfx-header-height) + 24px);
	display: grid;
	gap: 12px;
}

.pfx-insight-related a {
	display: grid;
	gap: 8px;
	padding: 18px;
	color: inherit;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pfx-radius);
	transition: border-color 180ms ease, transform 180ms ease;
}

.pfx-insight-related a:hover,
.pfx-insight-related a:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(225, 29, 46, 0.36);
}

.pfx-insight-related strong {
	color: var(--pfx-white);
	font-size: 15px;
	line-height: 1.35;
}

.pfx-insight-related em {
	color: var(--pfx-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-motion-ready .pfx-insights-latest.pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-insights-latest .pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-market-insights.pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-market-insights .pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-home-insights-handoff.pfx-reveal:not(.is-visible),
.pfx-motion-ready .pfx-home-insights-handoff .pfx-reveal:not(.is-visible) {
	opacity: 1;
	transform: none;
}

@media (max-width: 1080px) {
	.pfx-insights-hero__grid,
	.pfx-insight-article-hero__grid,
	.pfx-insight-article-layout {
		grid-template-columns: 1fr;
	}

	.pfx-insight-feature {
		grid-template-columns: 1fr;
	}

	.pfx-insight-feature__link {
		width: fit-content;
	}

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

	.pfx-insight-related {
		position: static;
	}

	.pfx-home-insights-handoff__panel {
		grid-template-columns: 1fr;
	}

	.pfx-home-insights-handoff__list {
		padding-top: 24px;
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.09);
		border-left: 0;
	}
}

@media (max-width: 760px) {
	body.pfx-insights-route .pfx-floating-contact {
		display: none;
	}

	.pfx-insights-section-head {
		display: grid;
		align-items: start;
		gap: 20px;
	}

	.pfx-insights-section-head .pfx-btn {
		width: 100%;
	}

	.pfx-insights-hero,
	.pfx-insight-article-hero {
		padding-top: 98px;
	}

	.pfx-insights-hero__grid,
	.pfx-insight-article-hero__grid {
		gap: 34px;
	}

	.pfx-insights-visual {
		padding: 18px;
	}

	.pfx-insights-visual__mark {
		min-height: 210px;
	}

	.pfx-insights-visual__mark img {
		min-height: 210px;
	}

	.pfx-insight-grid {
		grid-template-columns: 1fr;
	}

	.pfx-insight-category {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.pfx-insight-card {
		min-height: 0;
		padding: 22px;
	}

	.pfx-home-insights-handoff__panel {
		padding: 24px;
	}

	.pfx-home-insights-handoff__copy .pfx-actions,
	.pfx-home-insights-handoff__copy .pfx-btn {
		width: 100%;
	}

	.pfx-insight-feature {
		padding: 24px;
	}

	.pfx-insight-feature h3 {
		font-size: 28px;
	}

	.pfx-insight-category__head {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.pfx-insight-article-brief {
		padding: 22px;
	}

	.pfx-insight-prose h2 {
		font-size: 26px;
	}

	.pfx-insight-prose p {
		font-size: 16px;
	}
}

@media (max-width: 520px) {
	.pfx-insights-hero__links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pfx-insights-hero__links a,
	.pfx-insight-internal-links a {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.pfx-insights-visual__rows {
		grid-template-columns: 1fr;
	}
}

/* Sticky header guard: keep the main nav pinned to the top while scrolling. */
body.pfx-site .pfx-header {
	position: fixed !important;
	top: var(--pfx-admin-bar-offset) !important;
	right: 0 !important;
	left: 0 !important;
	z-index: 3000 !important;
	overflow: visible !important;
}

body.pfx-site .pfx-header.is-menu-open {
	background: rgba(5, 6, 7, 0.99) !important;
	border-bottom-color: rgba(225, 29, 46, 0.28) !important;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.36) !important;
}

@media (max-width: 1180px) {
	body.pfx-site .pfx-header__inner {
		position: static !important;
	}

	body.pfx-site .pfx-nav {
		position: absolute !important;
		top: 100% !important;
		right: 0 !important;
		left: 0 !important;
		z-index: 1 !important;
		width: 100% !important;
		max-height: calc(100dvh - var(--pfx-admin-bar-offset) - var(--pfx-header-height)) !important;
		min-height: 0 !important;
		height: auto !important;
		margin-top: 0 !important;
		padding-top: 12px !important;
		padding-bottom: 18px !important;
		padding-inline: max(18px, env(safe-area-inset-left)) max(18px, env(safe-area-inset-right)) !important;
		justify-content: flex-start !important;
		align-content: flex-start !important;
		background: rgba(5, 6, 7, 0.98) !important;
		border: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
		border-radius: 0 !important;
		box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42) !important;
		transform: none !important;
		backdrop-filter: blur(22px);
	}

	body.pfx-site .pfx-nav.is-open {
		display: flex !important;
		align-items: stretch !important;
		gap: 0 !important;
	}

	body.pfx-site .pfx-nav__list {
		width: min(100%, 680px) !important;
		margin-top: 0 !important;
		margin-inline: auto !important;
		padding-top: 0 !important;
		align-content: start !important;
	}

	body.pfx-site .pfx-nav__list a {
		min-height: 40px;
		justify-content: flex-start !important;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	body.pfx-site .pfx-nav .pfx-header__actions {
		width: min(100%, 680px) !important;
		margin: 8px auto 0 !important;
	}

	body.pfx-site .pfx-service-nav {
		top: calc(var(--pfx-admin-bar-offset) + var(--pfx-header-height) - 1px) !important;
	}

	body.pfx-site .pfx-service-nav .pfx-container {
		padding-top: 0 !important;
		padding-bottom: 8px !important;
	}
}

/* PounderFX Member Portal public auth flow. */
.pfx-account-auth-shell--member {
	grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
	align-items: stretch;
	gap: clamp(18px, 2vw, 28px);
}

.pfx-account-auth-shell--member .pfx-account-auth-brand {
	display: none;
}

.pfx-account-auth-shell--member .pfx-account-auth-intro,
.pfx-account-auth-shell--member .pfx-account-auth-card {
	position: relative;
	overflow: hidden;
	min-height: clamp(560px, 58vh, 690px);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
}

.pfx-account-auth-shell--member .pfx-account-auth-intro {
	align-content: space-between;
	background:
		linear-gradient(142deg, rgba(225, 29, 46, 0.14), rgba(255, 255, 255, 0.035) 26%, transparent 52%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 76px),
		linear-gradient(165deg, #101318 0%, #090a0d 58%, #0d0f13 100%);
}

.pfx-account-auth-shell--member .pfx-account-auth-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018) 34%, rgba(255, 255, 255, 0.01)),
		linear-gradient(155deg, #101319 0%, #0a0b0f 62%, #111318 100%);
}

.pfx-account-auth-shell--member .pfx-account-auth-intro::before,
.pfx-account-auth-shell--member .pfx-account-auth-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(225, 29, 46, 0.58), rgba(225, 29, 46, 0.1) 34%, transparent 68%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%);
	opacity: 0.45;
}

.pfx-account-auth-shell--member .pfx-account-auth-intro::after,
.pfx-account-auth-shell--member .pfx-account-auth-card::after {
	content: "";
	position: absolute;
	inset: 1px;
	pointer-events: none;
	border-radius: 13px;
	border: 1px solid rgba(255, 255, 255, 0.035);
}

.pfx-account-auth-shell--member .pfx-account-auth-intro > *,
.pfx-account-auth-shell--member .pfx-account-auth-card > * {
	position: relative;
	z-index: 1;
}

.pfx-account-auth-shell--member .pfx-account-auth-intro h1 {
	max-width: 12ch;
	color: var(--pfx-white);
}

.pfx-account-auth-secure-copy {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: -4px 0 0;
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.pfx-account-auth-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin: 2px 0 0;
}

.pfx-account-auth-proof span {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 13px 14px;
	background: rgba(255, 255, 255, 0.042);
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 10px;
}

.pfx-account-auth-proof strong,
.pfx-account-auth-proof small {
	display: block;
	min-width: 0;
	overflow-wrap: break-word;
}

.pfx-account-auth-proof strong {
	color: var(--pfx-white);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.1;
}

.pfx-account-auth-proof small {
	color: var(--pfx-muted);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.pfx-account-auth-shell--member .pfx-account-auth-panels--single {
	display: grid;
	grid-template-columns: minmax(0, 560px);
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	height: 100%;
}

.pfx-account-auth-shell--member .pfx-account-auth-card {
	gap: 20px;
	height: 100%;
}

.pfx-account-auth-card__topline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	max-width: 100%;
	padding: 7px 10px 7px 8px;
	background: rgba(255, 255, 255, 0.052);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: var(--pfx-grey);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.pfx-account-auth-card__mark {
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--pfx-white);
}

.pfx-account-auth-card__mark .pfx-ui-icon {
	width: 15px;
	height: 15px;
	color: currentColor;
}

.pfx-account-auth-shell--member .pfx-account-auth-card__heading {
	gap: 12px;
}

.pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.pfx-account-auth-shell--member .pfx-account-auth-card__heading p {
	max-width: 42ch;
	color: var(--pfx-grey);
}

.pfx-account-auth-notices {
	display: grid;
	gap: 10px;
	margin: -2px 0 2px;
}

.pfx-account-auth-notices .woocommerce,
.pfx-account-auth-notices .woocommerce-notices-wrapper {
	display: grid;
	gap: 10px;
	margin: 0;
}

body.pfx-site .pfx-account-auth-notices .pfx-wc-notice,
body.pfx-site .pfx-account-auth-notices .woocommerce .pfx-wc-notice {
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	width: 100%;
	min-height: 0;
	margin: 0 !important;
	padding: 14px 44px 14px 14px !important;
	border-radius: 10px !important;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, 0.12), rgba(255, 255, 255, 0.028) 46%, rgba(8, 9, 12, 0.94)),
		rgba(8, 9, 12, 0.94) !important;
	box-shadow: none !important;
}

body.pfx-site .pfx-account-auth-notices .pfx-wc-notice__icon {
	width: 34px;
	height: 34px;
}

body.pfx-site .pfx-account-auth-notices .pfx-wc-notice__title {
	font-size: 13px;
}

body.pfx-site .pfx-account-auth-notices .pfx-wc-notice__message {
	font-size: 13px;
	line-height: 1.45;
}

body.pfx-site .pfx-account-auth-notices .pfx-wc-notice__actions {
	grid-column: 2;
	justify-content: start;
	margin-top: 2px;
}

body.pfx-site .pfx-account-auth-notices .pfx-wc-notice__button {
	min-height: 36px;
	border-radius: 8px;
	font-size: 12px;
}

body.pfx-site .pfx-account-auth-notices .pfx-wc-notice__close {
	top: 10px;
	right: 10px;
}

.pfx-account-social-login {
	display: grid;
	gap: 14px;
}

.pfx-account-google-button,
.pfx-account-auth-switch__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none;
}

.pfx-account-google-button {
	width: 100%;
	background: rgba(255, 255, 255, 0.96);
	color: #111419 !important;
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.pfx-account-google-button:hover,
.pfx-account-google-button:focus {
	background: #fff;
	color: #0c0f13 !important;
	text-decoration: none;
}

.pfx-account-google-button__mark {
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #f4f6f8;
	color: #111419;
	font-size: 15px;
	font-weight: 900;
}

.pfx-account-auth-divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.pfx-account-auth-divider::before,
.pfx-account-auth-divider::after {
	content: "";
	height: 1px;
	background: rgba(255, 255, 255, 0.09);
}

.pfx-account-password-control {
	position: relative;
	display: block;
	width: 100%;
}

.pfx-account-auth-card .pfx-account-password-control input[type="password"],
.pfx-account-auth-card .pfx-account-password-control input[type="text"] {
	padding-right: 78px;
}

.pfx-account-password-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	min-width: 58px;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
	color: var(--pfx-grey);
	font-size: 12px;
	font-weight: 850;
	transform: translateY(-50%);
	cursor: pointer;
}

.pfx-account-password-toggle:hover,
.pfx-account-password-toggle:focus {
	color: var(--pfx-white);
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.085);
	outline: 0;
}

.pfx-account-password-requirements {
	display: block;
	margin-top: 8px;
	color: var(--pfx-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.pfx-account-auth-card__meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: -2px;
}

.pfx-account-auth-card__meta-row a {
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.pfx-account-auth-switch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.075);
	color: var(--pfx-muted);
	font-size: 14px;
	font-weight: 700;
}

.pfx-account-auth-switch__button {
	min-width: 124px;
	padding: 0 18px;
	background: rgba(255, 255, 255, 0.055);
	color: var(--pfx-white) !important;
	border: 1px solid rgba(255, 255, 255, 0.11);
}

.pfx-account-auth-switch__button:hover,
.pfx-account-auth-switch__button:focus {
	background: rgba(225, 29, 46, 0.16);
	border-color: rgba(225, 29, 46, 0.46);
	text-decoration: none;
}

.pfx-account-auth-shell--member .pfx-account-auth-card input.input-text,
.pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"],
.pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"],
.pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"] {
	min-height: 58px;
	background: rgba(4, 5, 7, 0.86) !important;
	border-color: rgba(255, 255, 255, 0.14);
}

.pfx-account-auth-shell--member .pfx-account-auth-card input.input-text:hover,
.pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"]:hover,
.pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"]:hover,
.pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"]:hover {
	border-color: rgba(255, 255, 255, 0.24);
}

.pfx-account-auth-shell--member .pfx-account-auth-card button.button,
.pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button {
	min-height: 56px;
	background: linear-gradient(180deg, #e12638, #b71324) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 14px 28px rgba(225, 29, 46, 0.2);
}

.pfx-account-auth-shell--member .pfx-account-auth-card button.button:hover,
.pfx-account-auth-shell--member .pfx-account-auth-card button.button:focus,
.pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button:hover,
.pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button:focus {
	background: linear-gradient(180deg, #ef3345, #bf1325) !important;
	box-shadow: 0 16px 32px rgba(225, 29, 46, 0.26);
}

.pfx-account-auth-card .pfx-account-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--pfx-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.55;
}

.pfx-account-auth-card .pfx-account-consent input {
	flex: 0 0 17px;
	margin-top: 2px;
}

.pfx-account-privacy-notice {
	color: var(--pfx-muted);
	font-size: 12px;
	line-height: 1.55;
}

.pfx-account-privacy-notice p {
	margin: 0;
}

.pfx-account-auth-card__note--boxed {
	margin: 0;
	padding: 14px 15px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.035);
}

.pfx-account-auth-shell--member .pfx-account-auth-intro .pfx-account-bullet-list .pfx-ui-icon,
.pfx-account-auth-shell--member .pfx-account-manage__grid .pfx-ui-icon {
	color: rgba(255, 255, 255, 0.78);
}

.pfx-account-auth-shell--member .pfx-account-auth-intro .pfx-account-bullet-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pfx-account-auth-shell--member .pfx-account-auth-intro .pfx-account-bullet-list li {
	min-height: 58px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.026);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 10px;
}

.pfx-account-auth-shell--member .pfx-account-manage {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 44%),
		rgba(11, 13, 16, 0.82);
}

.pfx-account-auth-shell--member .pfx-account-manage__grid article {
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pfx-account-auth-shell--member .pfx-account-manage__grid article:hover {
	background: rgba(255, 255, 255, 0.034);
	border-color: rgba(255, 255, 255, 0.14);
	transform: translateY(-2px);
}

@media (max-width: 1180px) {
	.pfx-account-auth-shell--member {
		grid-template-columns: 1fr;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-panels--single {
		grid-template-columns: minmax(0, 680px);
		justify-content: start;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-intro h1 {
		max-width: 100%;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-intro,
	.pfx-account-auth-shell--member .pfx-account-auth-card {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	.pfx-account-auth-shell--member {
		display: flex;
		flex-direction: column;
		width: min(100%, 342px);
		max-width: calc(100vw - 32px);
		min-width: 0;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-brand {
		order: 0;
		display: none;
		align-items: center;
		gap: 10px;
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
		color: var(--pfx-white);
		font-size: 14px;
		font-weight: 850;
		text-decoration: none;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-brand img {
		width: 34px;
		height: 34px;
		object-fit: cover;
		border-radius: 50%;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-panels {
		order: 1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-panels--single {
		width: 100% !important;
		max-width: 100% !important;
		grid-template-columns: minmax(0, 1fr);
		justify-content: stretch;
		justify-items: start;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-intro,
	.pfx-account-auth-shell--member .pfx-account-auth-card,
	.pfx-account-auth-shell--member .pfx-account-manage {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		margin-inline: 0 auto;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-panels--single > .pfx-account-auth-card {
		justify-self: start;
		inline-size: 100% !important;
		max-inline-size: 100% !important;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-intro {
		order: 2;
	}

	.pfx-account-auth-shell--member .pfx-account-manage {
		order: 3;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-card__meta-row,
	.pfx-account-auth-switch {
		align-items: stretch;
		flex-direction: column;
	}

	.pfx-account-auth-card__meta-row a,
	.pfx-account-auth-switch__button {
		width: 100%;
		white-space: normal;
	}

	.pfx-account-auth-switch {
		text-align: center;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-intro .pfx-account-bullet-list li {
		min-height: 44px;
	}

	.pfx-account-auth-proof,
	.pfx-account-auth-shell--member .pfx-account-auth-intro .pfx-account-bullet-list {
		grid-template-columns: 1fr;
	}

	.pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
		font-size: clamp(28px, 9vw, 36px);
	}
}

/* Member portal split-card auth redesign. */
body.pfx-site.pfx-account-theme:not(.logged-in) {
	background: #eef2fb;
	overflow-x: hidden;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member *,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member *::before,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member *::after {
	box-sizing: border-box;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-main,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell--account {
	background:
		radial-gradient(ellipse at 13% 18%, rgba(193, 207, 234, 0.7) 0 12%, rgba(193, 207, 234, 0) 33%),
		radial-gradient(ellipse at 70% 82%, rgba(190, 204, 231, 0.74) 0 11%, rgba(190, 204, 231, 0) 31%),
		#eef2fb !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell--account {
	display: grid;
	align-items: center;
	min-height: calc(100vh - var(--pfx-header-height, 0px));
	padding: clamp(56px, 6vw, 92px) 0 clamp(64px, 7vw, 104px) !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell__container--wide {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-inline: 0 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-error,
body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-message,
body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-info {
	width: min(1160px, calc(100vw - 40px));
	margin: 0 auto 18px !important;
	border-radius: 14px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-platform-launch-reminder,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-platform-soft-popup {
	display: none !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	width: min(1160px, calc(100vw - 40px));
	max-width: 1160px;
	min-height: clamp(620px, 68vh, 760px);
	margin-inline: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(194, 204, 224, 0.6);
	border-radius: 32px;
	box-shadow: 0 34px 80px rgba(28, 38, 58, 0.18);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-brand {
	display: none !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro {
	width: 100% !important;
	max-width: none !important;
	min-height: 100% !important;
	margin: 0 !important;
	padding: clamp(32px, 4vw, 54px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: stretch;
	gap: 24px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42)),
		linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.02)),
		url("../img/pfx-dark-leaf-bg.jpg") center / cover no-repeat;
	border: 0;
	border-radius: 32px 0 0 32px;
	box-shadow: none;
	color: #fff;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro::before,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro::after,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card::before,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card::after {
	content: none;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(24px, 2.8vw, 34px);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.46);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	border-radius: 50%;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy {
	display: grid;
	gap: 10px;
	max-width: 430px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro__eyebrow {
	color: rgba(255, 255, 255, 0.74);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro__eyebrow::before {
	background: rgba(255, 255, 255, 0.7);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro h1 {
	max-width: 12ch;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4.4vw, 58px);
	line-height: 0.98;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro > p,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy > p {
	max-width: 43ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.6;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy {
	width: fit-content;
	max-width: 100%;
	margin: 0;
	padding: 10px 14px;
	background: rgba(0, 0, 0, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(10px);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels--single {
	width: 100%;
	max-width: none;
	height: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	justify-items: center;
	padding: clamp(42px, 5vw, 70px);
	background: #fff;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card {
	width: min(100%, 450px) !important;
	max-width: 450px !important;
	min-height: 0 !important;
	height: auto;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 22px;
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #171a20;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading {
	gap: 10px;
	padding-bottom: 4px;
	border-bottom: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
	margin: 0;
	color: #111318;
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 650;
	line-height: 1.05;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading p {
	max-width: 100%;
	color: #8a8f9d;
	font-size: 14px;
	line-height: 1.6;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form {
	gap: 18px;
	height: auto;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-row > label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"] {
	min-height: 54px;
	padding: 0 26px;
	background: #f2f4fb !important;
	color: #151922 !important;
	border: 1px solid #e3e7f1;
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input::placeholder {
	color: #969baa;
	opacity: 1;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"]:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"]:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"]:hover {
	border-color: #d3d8e5;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"]:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"]:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"]:focus {
	background: #fff !important;
	border-color: rgba(225, 29, 46, 0.44);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.1);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input.input-text:-webkit-autofill,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="text"]:-webkit-autofill,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="email"]:-webkit-autofill,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="password"]:-webkit-autofill {
	-webkit-text-fill-color: #151922;
	box-shadow: 0 0 0 1000px #f2f4fb inset;
	caret-color: #151922;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="password"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="text"] {
	padding-right: 88px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle {
	right: 9px;
	min-height: 38px;
	background: #fff;
	border-color: #dfe4ef;
	color: #6f7481;
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(18, 24, 38, 0.06);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle:focus {
	background: #111318;
	border-color: #111318;
	color: #fff;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row {
	align-items: center;
	gap: 18px;
	color: #9aa0ad;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form__label-for-checkbox {
	color: #9aa0ad;
	font-size: 13px;
	font-weight: 650;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="checkbox"] {
	accent-color: #111318;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card a,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row a {
	color: #23262d;
	text-decoration: none;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card a:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card a:focus {
	color: #e11d2e;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__actions {
	display: grid;
	align-items: stretch;
	width: 124px !important;
	max-width: 100%;
	padding-top: 6px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card--register .pfx-account-auth-card__actions {
	width: 190px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-button-row {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	padding-top: 6px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card button.button,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button {
	width: 100%;
	min-height: 46px;
	padding: 0 22px;
	background: #030405 !important;
	border: 1px solid #030405 !important;
	border-radius: 6px;
	color: #fff !important;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.13);
	white-space: nowrap;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card button.button:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card button.button:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button:focus {
	background: #e11d2e !important;
	border-color: #e11d2e !important;
	box-shadow: 0 14px 28px rgba(225, 29, 46, 0.22);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch {
	justify-content: flex-start;
	gap: 18px;
	padding-top: 0;
	border-top: 0;
	color: #9aa0ad;
	font-size: 13px;
	font-weight: 650;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-button-row .pfx-account-auth-switch {
	flex: 0 0 auto;
	gap: 14px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-button-row .pfx-account-auth-switch span {
	white-space: nowrap;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button {
	min-width: 120px;
	min-height: 46px;
	padding: 0 20px;
	background: #fff;
	border: 2px solid #a4a8b2;
	border-radius: 6px;
	color: #20232a !important;
	box-shadow: none;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button:focus {
	background: #111318;
	border-color: #111318;
	color: #fff !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-divider {
	color: #a1a6b1;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-divider::before,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-divider::after {
	background: #e4e8f1;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-google-button {
	background: #fff;
	color: #151922 !important;
	border-color: #dde2ec;
	box-shadow: 0 10px 24px rgba(30, 40, 58, 0.08);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-consent,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-privacy-notice,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-privacy-policy-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-privacy-policy-text p,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note--boxed {
	color: #858b99;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-privacy-policy-text {
	font-size: 13px;
	line-height: 1.65;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note--boxed {
	background: #f6f8fc;
	border-color: #e4e8f1;
}

@media (max-width: 980px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
		grid-template-columns: 1fr;
		width: min(720px, calc(100vw - 36px));
		min-height: 0;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro {
		min-height: 270px !important;
		border-radius: 32px 32px 0 0;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels--single {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell--account {
		padding: 28px 0 42px !important;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
		display: flex;
		flex-direction: column;
		width: min(342px, calc(100vw - 28px));
		max-width: 342px;
		position: relative;
		left: auto;
		margin-left: 14px !important;
		margin-right: auto !important;
		transform: none;
		border-radius: 24px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels {
		order: 1;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro {
		order: 2;
		min-height: 210px !important;
		padding: 24px;
		border-radius: 0 0 24px 24px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels--single {
		width: 100% !important;
		padding: 30px 22px 28px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
		font-size: clamp(31px, 10vw, 40px);
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand {
		margin-inline: 0 auto;
		font-size: 22px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand img {
		width: 32px;
		height: 32px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy {
		gap: 6px;
		max-width: 100%;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro h1 {
		max-width: 100%;
		font-size: clamp(24px, 8vw, 32px);
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro > p,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy > p {
		font-size: 13px;
		line-height: 1.5;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy {
		display: none;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch {
		align-items: stretch;
		flex-direction: column;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__actions,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button {
		width: 100% !important;
		min-width: 0;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-button-row {
		display: grid;
		gap: 14px;
	}
}

/* Dark customer auth mockup revision. */
body.pfx-site.pfx-account-theme:not(.logged-in) {
	background:
		radial-gradient(circle at 50% 0%, rgba(39, 48, 62, 0.52), rgba(7, 10, 14, 0) 36%),
		radial-gradient(circle at 12% 88%, rgba(225, 29, 46, 0.1), rgba(225, 29, 46, 0) 32%),
		#070a0f;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-main,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell--account {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
		radial-gradient(circle at 50% -8%, rgba(50, 62, 80, 0.42), rgba(8, 11, 16, 0) 38%),
		#070a0f !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell--account {
	min-height: calc(100vh - var(--pfx-header-height, 0px));
	padding: clamp(52px, 6vh, 76px) 0 clamp(54px, 7vh, 90px) !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-error,
body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-message,
body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-info {
	width: min(1420px, calc(100vw - 64px));
	background: rgba(16, 20, 27, 0.94) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	color: #eef1f7 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
	width: min(1420px, calc(100vw - 64px));
	max-width: 1420px;
	min-height: clamp(640px, 75vh, 760px);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
		#0a0e14;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 26px;
	box-shadow: 0 44px 100px rgba(0, 0, 0, 0.42);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro {
	padding: clamp(44px, 4.8vw, 76px) clamp(42px, 5.4vw, 78px);
	background:
		linear-gradient(180deg, rgba(7, 10, 14, 0.18), rgba(7, 10, 14, 0.88)),
		linear-gradient(130deg, rgba(10, 13, 18, 0.62) 0%, rgba(10, 13, 18, 0.18) 42%, rgba(225, 29, 46, 0.36) 100%),
		radial-gradient(circle at 78% 88%, rgba(225, 29, 46, 0.38), rgba(225, 29, 46, 0) 34%),
		url("../img/pfx-dark-leaf-bg.jpg") center / cover no-repeat;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 26px 0 0 26px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels--single {
	padding: clamp(48px, 6vw, 86px);
	background:
		radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 36%),
		linear-gradient(135deg, rgba(14, 18, 25, 0.98), rgba(8, 11, 16, 0.98));
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card {
	width: min(100%, 540px) !important;
	max-width: 540px !important;
	gap: 30px;
	color: #f7f8fb;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading {
	gap: 16px;
	padding-bottom: 2px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
	color: #f7f8fb;
	font-size: clamp(42px, 4.2vw, 58px);
	font-weight: 850;
	text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading p {
	max-width: 34ch;
	color: rgba(238, 241, 247, 0.78);
	font-size: clamp(17px, 1.22vw, 20px);
	line-height: 1.52;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form {
	gap: 22px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field {
	position: relative;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 26px;
	z-index: 2;
	width: 24px;
	height: 24px;
	background-color: rgba(247, 248, 251, 0.86);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 24px 24px;
	transform: translateY(-50%);
	pointer-events: none;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field--email::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.5h16v11H4zM5 7l7 6 7-6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field--password::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11h10v9H7zM9 11V8a3 3 0 0 1 6 0v3' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field--user::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM4 21a8 8 0 0 1 16 0' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"] {
	min-height: 74px;
	padding: 0 32px 0 78px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
		rgba(24, 29, 37, 0.68) !important;
	color: #f7f8fb !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 18px 38px rgba(0, 0, 0, 0.16);
	font-size: 18px;
	font-weight: 650;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input::placeholder {
	color: rgba(238, 241, 247, 0.58);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"]:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"]:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"]:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
		rgba(28, 34, 43, 0.78) !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"]:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"]:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"]:focus {
	background: rgba(30, 36, 46, 0.92) !important;
	border-color: rgba(225, 29, 46, 0.72);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input.input-text:-webkit-autofill,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="text"]:-webkit-autofill,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="email"]:-webkit-autofill,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="password"]:-webkit-autofill {
	-webkit-text-fill-color: #f7f8fb !important;
	caret-color: #f7f8fb;
	border-color: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 0 1000px #11161f inset, 0 0 0 1px rgba(225, 29, 46, 0.06) inset !important;
	box-shadow: 0 0 0 1000px #11161f inset, 0 0 0 1px rgba(225, 29, 46, 0.06) inset !important;
	transition: background-color 9999s ease-out, color 9999s ease-out;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input.input-text:-webkit-autofill:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="text"]:-webkit-autofill:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="email"]:-webkit-autofill:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="password"]:-webkit-autofill:hover {
	-webkit-text-fill-color: #f7f8fb !important;
	border-color: rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: 0 0 0 1000px #151b25 inset, 0 0 0 1px rgba(225, 29, 46, 0.08) inset !important;
	box-shadow: 0 0 0 1000px #151b25 inset, 0 0 0 1px rgba(225, 29, 46, 0.08) inset !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input.input-text:-webkit-autofill:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="text"]:-webkit-autofill:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="email"]:-webkit-autofill:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="password"]:-webkit-autofill:focus {
	-webkit-text-fill-color: #f7f8fb !important;
	border-color: rgba(225, 29, 46, 0.72);
	-webkit-box-shadow: 0 0 0 1000px #151b25 inset, 0 0 0 4px rgba(225, 29, 46, 0.14) !important;
	box-shadow: 0 0 0 1000px #151b25 inset, 0 0 0 4px rgba(225, 29, 46, 0.14) !important;
}

body.pfx-site .woocommerce form.login input:-webkit-autofill,
body.pfx-site .woocommerce form.login input:-webkit-autofill:hover,
body.pfx-site .woocommerce form.login input:-webkit-autofill:focus,
body.pfx-site .woocommerce form.register input:-webkit-autofill,
body.pfx-site .woocommerce form.register input:-webkit-autofill:hover,
body.pfx-site .woocommerce form.register input:-webkit-autofill:focus {
	-webkit-text-fill-color: #f7f8fb !important;
	caret-color: #f7f8fb;
	border-color: rgba(225, 29, 46, 0.55);
	-webkit-box-shadow: 0 0 0 1000px #11161f inset !important;
	box-shadow: 0 0 0 1000px #11161f inset !important;
	transition: background-color 9999s ease-out, color 9999s ease-out;
}

/* Login/auth notices should feel attached to the form, not like a page-level banner. */
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices {
	width: 100%;
	margin: -4px 0 2px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .woocommerce-notices-wrapper {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	scroll-margin-top: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .woocommerce-error,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .woocommerce-message,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .woocommerce-info,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice {
	grid-template-columns: 30px minmax(0, 1fr) !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 12px 42px 12px 12px !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	animation: none !important;
	transform: none !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice__icon {
	width: 28px !important;
	height: 28px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice--error .pfx-wc-notice__icon::before,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice--error .pfx-wc-notice__icon::after {
	width: 13px;
	height: 2px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice__content {
	gap: 3px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice__title {
	font-size: 12px !important;
	line-height: 1.25;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice__message {
	font-size: 12px !important;
	line-height: 1.38;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice__message strong {
	font-size: inherit;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice__actions {
	grid-column: 2 !important;
	justify-content: flex-start;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-notices .pfx-wc-notice__close {
	top: 8px !important;
	right: 8px !important;
	width: 28px !important;
	height: 28px !important;
	font-size: 18px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field.is-invalid input,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-consent.is-invalid {
	border-color: rgba(255, 45, 67, 0.88) !important;
	box-shadow: 0 0 0 2px rgba(255, 45, 67, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form.is-submitting button.button,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form.is-submitting .woocommerce-button {
	cursor: wait;
	opacity: 0.86;
}

body.pfx-site.pfx-account-theme:not(.logged-in) > .wfls-login-message,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell--account > .wfls-login-message,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell__container > .wfls-login-message {
	display: none !important;
}

/* Wordfence 2FA inherits a light overlay by default; scope the override to the member portal login card. */
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-overlay {
	position: absolute !important;
	inset: 0 !important;
	z-index: 5;
	display: grid !important;
	align-items: stretch;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	min-height: 0 !important;
	padding: 0 !important;
	overflow: auto;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
		linear-gradient(155deg, #101319 0%, #090b10 62%, #111318 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
	color: #f7f8fb;
	-webkit-overflow-scrolling: touch;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 100%;
	padding: 24px;
	color: #f7f8fb;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-wrapper p {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	color: inherit;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-wrapper p:first-child label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	color: #f7f8fb !important;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login .wfls-2fa-code-help {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	color: #ff2d43 !important;
	text-decoration: none !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login .wfls-2fa-code-help:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login .wfls-2fa-code-help:focus {
	background: rgba(255, 45, 67, 0.12);
	color: #fff !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 58px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	background: rgba(4, 5, 7, 0.92) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 18px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
	color: #f7f8fb !important;
	caret-color: #f7f8fb;
	font-size: 16px !important;
	font-weight: 760;
	letter-spacing: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token:focus {
	outline: 0;
	background: #11161f !important;
	border-color: rgba(255, 45, 67, 0.82) !important;
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token:-webkit-autofill,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token:-webkit-autofill:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token:-webkit-autofill:focus {
	-webkit-text-fill-color: #f7f8fb !important;
	caret-color: #f7f8fb;
	-webkit-box-shadow: 0 0 0 1000px #11161f inset !important;
	box-shadow: 0 0 0 1000px #11161f inset !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login .wfls-remember-device-wrapper {
	float: none !important;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	color: rgba(238, 241, 247, 0.74);
	font-size: 13px;
	font-weight: 720;
	line-height: 1.4;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login .wfls-remember-device-wrapper label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	color: inherit;
	font: inherit;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-remember-device {
	flex: 0 0 auto;
	margin: 0 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-wrapper .submit {
	display: flex;
	align-items: center;
	margin-top: auto !important;
	padding-top: 2px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token-submit {
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: min(100%, 180px) !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	background: linear-gradient(180deg, #ff2539 0%, #d71125 100%) !important;
	border: 1px solid rgba(255, 66, 82, 0.72) !important;
	border-radius: 8px !important;
	box-shadow: 0 18px 32px rgba(225, 29, 46, 0.22);
	color: #fff !important;
	cursor: pointer;
	font-size: 13px !important;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-transform: none;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token-submit:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token-submit:focus {
	background: linear-gradient(180deg, #ff4052 0%, #e11d2e 100%) !important;
	border-color: rgba(255, 91, 106, 0.9) !important;
	box-shadow: 0 20px 36px rgba(225, 29, 46, 0.3);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token-submit.disabled,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token-submit:disabled {
	cursor: wait;
	opacity: 0.78;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="password"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="text"] {
	padding-right: 104px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle {
	right: 22px;
	min-width: 62px;
	min-height: 42px;
	padding: 0;
	background: transparent;
	border-color: transparent;
	border-radius: 14px;
	color: #f7f8fb;
	box-shadow: none;
	font-size: 15px;
	font-weight: 900;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row {
	gap: 24px;
	color: #f7f8fb;
	font-size: 16px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form__label-for-checkbox {
	color: #f7f8fb;
	font-size: 16px;
	font-weight: 750;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="checkbox"] {
	width: 21px;
	height: 21px;
	appearance: none;
	display: inline-grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.02);
	border: 2px solid rgba(255, 255, 255, 0.78);
	border-radius: 5px;
	accent-color: #e11d2e;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="checkbox"]:checked {
	background: #e11d2e;
	border-color: #e11d2e;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="checkbox"]:checked::after {
	content: "";
	width: 7px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translateY(-1px);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card a,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row a {
	color: #ff2035;
	font-size: 16px;
	font-weight: 760;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card a:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card a:focus {
	color: #fff;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-button-row {
	gap: 26px;
	padding-top: 34px;
	flex-wrap: nowrap;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__actions {
	width: 170px !important;
	padding-top: 0 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card--register .pfx-account-auth-card__actions {
	width: 230px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card button.button,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button {
	min-height: 60px;
	background: linear-gradient(180deg, #ff2539 0%, #d71125 100%) !important;
	border: 1px solid rgba(255, 66, 82, 0.72) !important;
	border-radius: 8px;
	box-shadow: 0 18px 32px rgba(225, 29, 46, 0.26);
	font-size: 16px;
	font-weight: 950;
	letter-spacing: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card button.button:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card button.button:focus,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button:focus {
	background: linear-gradient(180deg, #ff4052 0%, #e11d2e 100%) !important;
	border-color: rgba(255, 91, 106, 0.9) !important;
	box-shadow: 0 20px 36px rgba(225, 29, 46, 0.34);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch {
	align-items: center;
	gap: 20px;
	color: rgba(238, 241, 247, 0.72);
	font-size: 16px;
	font-weight: 720;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button {
	min-width: 144px;
	min-height: 60px;
	background: rgba(8, 11, 16, 0.78);
	border: 1px solid #ff2035;
	border-radius: 8px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 950;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button:hover,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button:focus {
	background: #ff2035;
	border-color: #ff2035;
	color: #fff !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand {
	gap: 18px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 3vw, 42px);
	font-weight: 950;
	justify-content: flex-start;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand img {
	width: 66px;
	height: 66px;
	padding: 4px;
	background: rgba(4, 6, 9, 0.7);
	border: 1px solid #ff2035;
	border-radius: 50%;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand span {
	display: inline-flex;
	align-items: baseline;
	gap: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand strong {
	font: inherit;
	color: #fff;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand em {
	font: inherit;
	color: #ff2035;
	font-style: normal;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy {
	gap: 22px;
	max-width: 560px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro__eyebrow {
	gap: 14px;
	color: #ff2035;
	font-size: 17px;
	font-weight: 950;
	letter-spacing: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro__eyebrow::before {
	width: 34px;
	height: 2px;
	background: #ff2035;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro h1 {
	max-width: 10ch;
	font-size: clamp(56px, 6vw, 78px);
	font-weight: 950;
	line-height: 1.05;
	text-shadow: 0 18px 44px rgba(0, 0, 0, 0.48);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy > p {
	max-width: 43ch;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(18px, 1.35vw, 22px);
	line-height: 1.55;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	width: fit-content;
	max-width: 100%;
	padding: 17px 22px;
	background: rgba(25, 18, 22, 0.64);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
	color: #fff;
	font-size: 15px;
	font-weight: 780;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy span {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy span:not(:last-child)::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 14px;
	background: #ff2035;
	border-radius: 50%;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy .pfx-ui-icon {
	width: 24px;
	height: 24px;
	color: #fff;
	background: transparent;
	border: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-divider {
	color: rgba(238, 241, 247, 0.7);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-divider::before,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-divider::after {
	background: rgba(255, 255, 255, 0.12);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-google-button {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.24);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-consent,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-privacy-notice,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-privacy-policy-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-privacy-policy-text p,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note--boxed {
	color: rgba(238, 241, 247, 0.68);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note--boxed {
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1180px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
		width: min(820px, calc(100vw - 36px));
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels {
		order: 1;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro {
		order: 2;
		min-height: 360px !important;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-right: 0;
		border-radius: 0 0 26px 26px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy {
		flex-wrap: wrap;
		border-radius: 22px;
	}
}

@media (max-width: 760px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell--account {
		padding: 24px 0 38px !important;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell__container--wide {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-inline: 0 !important;
		display: grid;
		justify-items: center;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
		width: min(342px, calc(100vw - 28px));
		max-width: 342px;
		margin-left: auto !important;
		margin-right: auto !important;
		transform: translateX(-44px);
		border-radius: 20px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels--single {
		padding: 32px 22px 34px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card {
		gap: 24px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
		font-size: clamp(36px, 12vw, 48px);
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading p {
		font-size: 16px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"],
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"],
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"] {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		min-height: 62px;
		padding-left: 62px;
		font-size: 15px;
		border-radius: 22px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="password"],
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="text"] {
		padding-right: 88px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field::before {
		left: 22px;
		width: 20px;
		height: 20px;
		mask-size: 20px 20px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle {
		right: 16px;
		font-size: 13px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row {
		gap: 12px;
		align-items: flex-start;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch {
		flex-direction: column;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-button-row {
		display: grid;
		gap: 16px;
		padding-top: 18px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__actions,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card--register .pfx-account-auth-card__actions,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button {
		width: 100% !important;
		min-width: 0;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro {
		min-height: 340px !important;
		padding: 26px 22px;
		border-radius: 0 0 20px 20px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand {
		font-size: 25px;
		gap: 12px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand img {
		width: 46px;
		height: 46px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro__eyebrow {
		font-size: 13px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro h1 {
		font-size: clamp(35px, 12vw, 48px);
		max-width: 100%;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy > p {
		font-size: 15px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy {
		display: grid;
		gap: 10px;
		width: 100%;
		padding: 14px 16px;
		border-radius: 18px;
		font-size: 13px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy span:not(:last-child)::after {
		content: none;
	}
}

/* Compact member auth layout: keeps the premium split-card look without oversized form controls. */
body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-error,
body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-message,
body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce-info {
	width: min(1120px, calc(100vw - 56px));
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
	width: min(1120px, calc(100vw - 56px));
	max-width: 1120px;
	min-height: clamp(520px, 64vh, 620px);
	border-radius: 22px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro {
	padding: clamp(34px, 3.5vw, 46px);
	border-radius: 22px 0 0 22px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels--single {
	padding: clamp(34px, 4vw, 52px);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card {
	width: min(100%, 405px) !important;
	max-width: 405px !important;
	gap: 18px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card--register {
	width: min(100%, 430px) !important;
	max-width: 430px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading {
	gap: 8px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
	font-size: clamp(34px, 3.2vw, 44px);
	line-height: 1.05;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading p {
	max-width: 31ch;
	font-size: 15px;
	line-height: 1.45;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form {
	gap: 14px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-field::before {
	left: 20px;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	mask-size: 18px 18px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"] {
	min-height: 56px;
	padding: 0 20px 0 54px;
	border-radius: 18px;
	font-size: 15px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="password"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-password-control input[type="text"] {
	padding-right: 78px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-toggle {
	right: 12px;
	min-width: 50px;
	min-height: 32px;
	font-size: 13px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-row::before {
	top: 28px;
	transform: translateY(-50%);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form__label-for-checkbox,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card a,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__meta-row a,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch {
	font-size: 13px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-button-row {
	gap: 16px;
	padding-top: 16px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__actions {
	width: 132px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card--register .pfx-account-auth-card__actions {
	width: 190px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card button.button,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card .woocommerce-button,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button {
	min-height: 50px;
	font-size: 13px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-switch__button {
	min-width: 116px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand {
	gap: 13px;
	font-size: clamp(28px, 2.4vw, 34px);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-brand img {
	width: 54px;
	height: 54px;
	padding: 0;
	background: transparent;
	border: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy {
	gap: 14px;
	max-width: 450px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro__eyebrow {
	font-size: 13px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-intro h1 {
	font-size: clamp(42px, 4.8vw, 56px);
	line-height: 1.02;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-visual-copy > p {
	font-size: 16px;
	line-height: 1.48;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy {
	padding: 11px 14px;
	font-size: 12px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-secure-copy .pfx-ui-icon {
	width: 18px;
	height: 18px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .pfx-account-consent,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-privacy-notice,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-privacy-policy-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-privacy-policy-text p,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card__note--boxed {
	font-size: 12px;
	line-height: 1.48;
}

@media (max-width: 1180px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
		width: min(760px, calc(100vw - 36px));
	}
}

@media (max-width: 760px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member {
		width: min(330px, calc(100vw - 28px));
		max-width: 330px;
		transform: none !important;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-panels--single {
		padding: 26px 18px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card {
		gap: 18px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading h2 {
		font-size: clamp(31px, 10vw, 40px);
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card__heading p {
		font-size: 14px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input.input-text,
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="text"],
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="email"],
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--member .pfx-account-auth-card input[type="password"] {
		min-height: 54px;
		border-radius: 18px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-password-row::before {
		top: 27px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-overlay {
		border-radius: 16px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-wrapper {
		gap: 14px;
		padding: 18px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-wrapper p:first-child label {
		font-size: 14px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token {
		min-height: 54px !important;
		padding-inline: 16px !important;
		font-size: 15px !important;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-token-submit {
		width: 100% !important;
		min-height: 50px !important;
	}
}

@media (max-width: 420px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login #wfls-prompt-wrapper {
		padding: 16px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-card .woocommerce-form-login .wfls-remember-device-wrapper {
		font-size: 12px;
	}
}

/* WooCommerce account recovery flow. */
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell__container--wide {
	box-sizing: border-box;
	width: min(100% - 40px, 1640px) !important;
	max-width: 1640px !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset {
	margin-inline: auto;
	transform: none !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-card--reset {
	width: min(100%, 430px) !important;
	max-width: 430px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .woocommerce-ResetPassword {
	display: grid;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .woocommerce-ResetPassword > p {
	margin: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .woocommerce-form-row,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .form-row,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-field {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset input.input-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset input[type="text"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset input[type="email"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset input[type="password"] {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-card__heading p,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-card__note p {
	max-width: 100%;
	margin: 0;
	color: var(--pfx-muted);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-button-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	padding-top: 4px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-items: stretch;
	width: 100% !important;
	max-width: 100% !important;
	padding-top: 0 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .woocommerce-ResetPassword button.button {
	box-sizing: border-box;
	width: 100% !important;
	min-height: 52px;
	border-radius: 14px;
	justify-content: center;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-switch {
	justify-content: space-between;
	width: 100%;
	padding-top: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-switch__button {
	min-width: 112px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-card--confirmation {
	align-content: center;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce > form.woocommerce-ResetPassword.lost_reset_password {
	display: grid;
	gap: 16px;
	width: min(100%, 520px);
	margin: 42px auto 0 !important;
	padding: clamp(24px, 4vw, 34px) !important;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)), #12171d !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 22px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce > form.woocommerce-ResetPassword.lost_reset_password .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce > form.woocommerce-ResetPassword.lost_reset_password input.input-text {
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	background: #07080a !important;
	color: var(--pfx-white) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .woocommerce > form.woocommerce-ResetPassword.lost_reset_password button.button {
	width: 100%;
	min-height: 52px;
	border-radius: 14px;
}

@media (max-width: 760px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-woocommerce-page-shell__container--wide {
		width: calc(100% - 24px) !important;
		max-width: calc(100% - 24px) !important;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset {
		width: 100%;
		max-width: 420px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--reset .pfx-account-auth-switch {
		align-items: stretch;
	}
}

/* Register state cleanup: keep the sign-up form compact, readable, and free from native password UI collisions. */
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register {
	min-height: auto;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-panels--single {
	align-items: center;
	padding-block: clamp(26px, 3vw, 40px);
	overflow-y: auto;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card--register {
	width: min(100%, 520px) !important;
	max-width: 520px !important;
	gap: 12px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card__heading {
	gap: 10px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card__heading h2 {
	font-size: clamp(32px, 2.9vw, 44px);
	line-height: 1.06;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card__heading p {
	max-width: 42ch;
	font-size: 14px;
	line-height: 1.44;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-form-register {
	gap: 10px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-field,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .form-row {
	margin: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register input[type="password"]::-ms-reveal,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register input[type="password"]::-ms-clear {
	display: none;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-control {
	position: relative;
	display: grid;
	width: 100%;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card input.input-text,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card input[type="text"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card input[type="email"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card input[type="password"] {
	min-height: 56px;
	font-size: 15px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-toggle {
	top: 50%;
	right: 16px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	min-width: 70px;
	min-height: 36px;
	background: rgba(15, 19, 26, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	line-height: 1;
	overflow: hidden;
	transform: translateY(-50%);
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-control input[type="password"],
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-control input[type="text"] {
	padding-right: 112px !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-password-strength {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34px;
	margin: 10px 0 0 !important;
	padding: 7px 12px !important;
	background: rgba(148, 163, 184, 0.14) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #eef1f7 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-shadow: none;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-password-strength.short,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-password-strength.bad {
	background: rgba(239, 68, 68, 0.18) !important;
	border-color: rgba(248, 113, 113, 0.36);
	color: #fff !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-password-strength.good {
	background: rgba(245, 158, 11, 0.16) !important;
	border-color: rgba(251, 191, 36, 0.34);
	color: #fff7dd !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-password-strength.strong {
	background: rgba(34, 197, 94, 0.16) !important;
	border-color: rgba(74, 222, 128, 0.34);
	color: #dcfce7 !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-password-hint,
body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-requirements {
	margin-top: 7px;
	color: rgba(238, 241, 247, 0.68);
	font-size: 11px;
	line-height: 1.38;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-privacy-policy-text {
	margin: 0;
	font-size: 11px;
	line-height: 1.42;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-privacy-policy-text p {
	margin: 0;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-consent {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 0;
	font-size: 11px;
	line-height: 1.42;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-consent input {
	margin-top: 2px;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card__actions {
	width: 100% !important;
}

body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .woocommerce-form-register__submit {
	width: 100%;
	min-height: 52px !important;
	justify-content: center;
}

@media (min-width: 1181px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register {
		grid-template-columns: minmax(360px, 0.88fr) minmax(540px, 1.12fr);
	}
}

@media (max-width: 760px) {
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-panels--single {
		padding-block: 26px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-auth-card__heading h2 {
		font-size: clamp(30px, 9vw, 38px);
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-toggle {
		right: 10px;
		width: 58px;
		min-width: 58px;
		font-size: 12px;
	}

	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-control input[type="password"],
	body.pfx-site.pfx-account-theme:not(.logged-in) .pfx-account-auth-shell--register .pfx-account-password-control input[type="text"] {
		padding-right: 84px !important;
	}
}
