/* PropFirm Experts — site styles on top of the Kadence palette (--global-paletteN).
   1 emerald #047857 · 2 emerald dark · 3 ink / dark surfaces #0B1220 · 7 borders · 8 light surface · 9 white
   10 neon emerald #34D399 (on dark) · 15 amber #FFB020 (discounts) */
/* Metric-matched fallbacks (measured on the site's own font files, 2026-09-14): text keeps the same
   line breaks while Inter and Barlow Condensed load, so the font swap causes no layout shift. */
@font-face {
	font-family: "Inter Fallback";
	src: local("Arial"), local("Liberation Sans"), local("Helvetica");
	size-adjust: 107.3%;
	ascent-override: 90%;
	descent-override: 22.4%;
	line-gap-override: 0%;
}

@font-face {
	font-family: "Barlow Condensed Fallback";
	src: local("Arial Bold"), local("Arial"), local("Liberation Sans Bold"), local("Liberation Sans");
	font-weight: 700 800;
	size-adjust: 71.4%;
	ascent-override: 93%;
	descent-override: 19%;
	line-gap-override: 0%;
}

body {
	font-family: "Inter", "Inter Fallback", system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.site-branding .site-title,
.pfe-section-title,
.entry-content .pfe-section-title,
.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading,
.entry-content .pfe-firm-main h3,
.entry-content .pfe-dealcard h3,
body #colophon .widget-title {
	font-family: "Barlow Condensed", "Barlow Condensed Fallback", "Arial Narrow", Arial, sans-serif;
}

:root {
	--pfe-display: "Barlow Condensed", "Barlow Condensed Fallback", "Arial Narrow", Arial, sans-serif;
	--pfe-gutter: clamp(16px, 4vw, 40px);
	--pfe-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
	--pfe-dark-2: #111c2e;
}

/* ---------- Header (dark, both desktop and mobile) ---------- */

body #masthead,
body #masthead .site-header-row-container-inner,
body .site-main-header-wrap .site-header-row-container-inner,
body .site-mobile-header-wrap .site-header-row-container-inner,
body #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
	background: var(--global-palette3);
}

body .site-main-header-wrap,
body .site-mobile-header-wrap {
	border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

body .header-navigation .header-menu-container ul li.menu-item > a {
	font-weight: 600;
	color: #cbd5e1;
	transition: color 150ms ease;
}

body .header-navigation .header-menu-container ul li.menu-item > a:hover,
body .header-navigation .header-menu-container ul li.current-menu-item > a {
	color: #fff;
}

body #masthead .header-button,
body #masthead .mobile-header-button {
	font-weight: 700;
	color: var(--global-palette3);
	background: var(--global-palette10);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 6px 18px -8px rgb(52 211 153 / 0.6);
	transition: background-color 150ms ease, transform 150ms var(--pfe-ease);
}

body #masthead .header-button:hover,
body #masthead .mobile-header-button:hover {
	color: var(--global-palette3);
	background: #6ee7b7;
	transform: translateY(-1px);
}

body .mobile-toggle-open-container .menu-toggle-open,
body .mobile-toggle-open-container .menu-toggle-open:hover {
	color: #fff;
}

body .popup-drawer .drawer-inner {
	color: #e2e8f0;
	background: var(--global-palette3);
}

body .popup-drawer .drawer-inner .mobile-navigation ul li > a,
body .popup-drawer .drawer-inner .drawer-header .drawer-toggle {
	color: #e2e8f0;
}

/* ---------- Buttons ---------- */

.pfe-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.7rem 1.35rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms var(--pfe-ease), box-shadow 180ms ease;
}

.pfe-btn:active {
	transform: translateY(1px);
}

.pfe-btn:focus-visible,
.entry-content a:focus-visible,
.entry-content .wp-block-button__link:focus-visible {
	outline: 3px solid var(--global-palette10);
	outline-offset: 3px;
}

.pfe-btn--primary,
.pfe-btn--primary:visited {
	color: #fff;
	background: var(--global-palette1);
	box-shadow: 0 8px 20px -10px rgb(4 120 87 / 0.8);
}

.pfe-btn--primary:hover {
	color: #fff;
	background: var(--global-palette2);
	transform: translateY(-1px);
}

.pfe-btn--ghost,
.pfe-btn--ghost:visited {
	color: #fff;
	background: transparent;
	border-color: rgb(255 255 255 / 0.35);
}

.pfe-btn--ghost:hover {
	color: #fff;
	background: rgb(255 255 255 / 0.08);
	border-color: #fff;
}

.pfe-btn--dark,
.pfe-btn--dark:visited {
	color: #fff;
	background: var(--global-palette3);
}

.pfe-btn--dark:hover {
	color: #fff;
	background: #1e293b;
	transform: translateY(-1px);
}

.entry-content .wp-block-button__link {
	padding: 0.75rem 1.3rem;
	font-weight: 700;
	border-radius: 10px;
	transition: background-color 150ms ease, color 150ms ease;
}

.pfe-arrow-link {
	font-weight: 700;
	color: var(--global-palette1);
	text-decoration: none;
}

.pfe-arrow-link::after {
	content: "→";
	display: inline-block;
	margin-left: 0.35rem;
	transition: transform 150ms ease;
}

.pfe-arrow-link:hover::after {
	transform: translateX(3px);
}

/* ---------- Typography ---------- */

.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading,
.entry-title {
	letter-spacing: 0.005em;
}

.entry-content > h2.wp-block-heading {
	margin-top: 3rem;
}

.pfe-section-title,
.entry-content .pfe-section-title {
	margin: 0 0 0.5rem;
	font-family: var(--pfe-display);
	font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.9rem);
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	color: var(--global-palette3);
}

.pfe-section-title span {
	color: var(--global-palette1);
}

.pfe-section-lead {
	margin: 0 0 1.75rem;
	color: var(--global-palette5);
}

.pfe-muted {
	font-size: 0.9rem;
	color: var(--global-palette6);
}

.pfe-chip {
	display: inline-block;
	margin: 0;
	padding: 0.14rem 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 999px;
}

.pfe-chip--forex {
	color: #1d4ed8;
	background: #dbeafe;
}

.pfe-chip--futures {
	color: #b45309;
	background: #fef3c7;
}

/* ---------- Homepage layout ---------- */

.home #wrapper {
	overflow-x: clip;
}

.home .entry-content {
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Every homepage block keeps the site gutter, except full-bleed bands (.pfx-full). */
.home .entry-content > :not(.pfx-full) {
	width: min(1240px, calc(100% - 2 * var(--pfe-gutter)));
	margin-inline: auto;
}

/* ---------- Partner discount band ---------- */

.pfe-deal-status {
	grid-column: 1 / -1;
	margin-top: 0.45rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pfe-deal-status--ok {
	color: var(--global-palette10);
}

.pfe-deal-status--ok::before {
	content: "✓ ";
}

/* ---------- Firm cards ---------- */

.pfe-firms {
	padding-top: clamp(3rem, 2rem + 3vw, 4.5rem);
}

.pfe-firm-list {
	display: grid;
	gap: 0.9rem;
}

.pfe-firm-card {
	display: grid;
	grid-template-columns: 72px minmax(0, 1.35fr) minmax(0, 1fr) auto;
	gap: 1.25rem;
	align-items: center;
	padding: 1.1rem 1.25rem;
	background: var(--global-palette9);
	border: 1px solid var(--global-palette7);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--pfe-ease);
}

.pfe-firm-card:hover {
	border-color: rgb(4 120 87 / 0.45);
	box-shadow: 0 16px 32px -20px rgb(15 23 42 / 0.4);
	transform: translateY(-2px);
}

.pfe-firm-logo img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 14px;
	box-shadow: 0 6px 14px -8px rgb(15 23 42 / 0.45);
}

.entry-content .pfe-firm-main h3 {
	margin: 0 0 0.3rem;
	font-size: 1.6rem;
	line-height: 1.05;
}

.pfe-firm-main h3 a {
	color: var(--global-palette3);
	text-decoration: none;
}

.pfe-firm-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.25rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--global-palette4);
}

.pfe-firm-programs {
	margin: 0;
	font-size: 0.85rem;
	color: var(--global-palette6);
}

.pfe-firm-deal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3rem 0.6rem;
	padding: 0.7rem 0.9rem;
	background: var(--global-palette8);
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
}

.pfe-card-deal-label {
	width: 100%;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--global-palette5);
}

.pfe-card-code {
	padding: 0;
	font: 800 1.2rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
	color: var(--global-palette3);
	background: none;
}

.pfe-card-pct {
	padding: 0.15rem 0.5rem;
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--global-palette3);
	background: var(--global-palette15);
	border-radius: 6px;
}

.pfe-firm-cta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 150px;
}

@media (max-width: 1000px) {
	.pfe-firm-card {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 0.9rem 1rem;
	}

	.pfe-firm-deal,
	.pfe-firm-cta {
		grid-column: 1 / -1;
	}

	.pfe-firm-cta {
		flex-direction: row;
	}

	.pfe-firm-cta .pfe-btn {
		flex: 1;
	}
}

@media (max-width: 400px) {
	.pfe-firm-cta {
		flex-direction: column;
	}
}

/* ---------- Market cards and method ---------- */

.home .entry-content > h2.pfe-section-title {
	margin-top: clamp(3rem, 2rem + 3vw, 4.5rem);
	margin-bottom: 1.25rem;
}

/* ---------- Review code box ---------- */

.pfe-code-box {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	color: #e2e8f0;
	background: linear-gradient(135deg, var(--pfe-dark-2) 0%, #0b1220 65%, #07261e 100%);
	border-radius: 16px;
	box-shadow: 0 20px 40px -26px rgb(11 18 32 / 0.7);
}

.pfe-code-box p {
	margin: 0 0 0.5rem;
	color: #cbd5e1;
}

.pfe-code-label {
	display: block;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--global-palette10);
}

.pfe-code {
	display: inline-block;
	margin-top: 0.25rem;
	padding: 0.2rem 0.8rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--global-palette3);
	background: var(--global-palette15);
	border-radius: 8px;
}

.pfe-code-box .wp-block-buttons {
	margin-top: 0.8rem;
}

.pfe-code-box .wp-block-button__link {
	padding: 0.75rem 1.5rem;
	font-weight: 700;
	color: var(--global-palette3);
	background: var(--global-palette10);
	border-radius: 10px;
}

.pfe-code-box .wp-block-button__link:hover {
	color: var(--global-palette3);
	background: #6ee7b7;
}

/* ---------- Tables ---------- */

/* Rule tables stay readable on phones: the table scrolls, the page doesn't. */
.entry-content .wp-block-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.entry-content .wp-block-table table {
	min-width: 560px;
	font-size: 0.95rem;
	font-variant-numeric: tabular-nums;
}

.entry-content .wp-block-table th {
	text-align: left;
	background: var(--global-palette8);
}

.entry-content .pfe-compare table {
	min-width: 800px;
	background: var(--global-palette9);
	border-collapse: collapse;
}

.entry-content .pfe-compare th,
.entry-content .pfe-compare td {
	padding: 0.8rem;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid var(--global-palette7);
}

.entry-content .pfe-compare th {
	font-size: 0.74rem;
	white-space: nowrap;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: var(--global-palette3);
}

.entry-content .pfe-compare tbody tr:hover td {
	background: var(--global-palette8);
}

/* Firm names stay visible while the table scrolls sideways on phones. */
.entry-content .pfe-compare td:first-child,
.entry-content .pfe-compare th:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 170px;
}

.entry-content .pfe-compare td:first-child {
	background: var(--global-palette9);
}

.entry-content .pfe-compare a {
	color: var(--global-palette3);
	text-decoration: none;
}

.pfe-compare-firm {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
}

.pfe-compare-logo {
	width: 32px;
	height: 32px;
	border-radius: 8px;
}

.entry-content .pfe-compare .pfe-col-programs,
.entry-content .pfe-compare .pfe-col-platforms {
	display: inline-block;
}

.entry-content .pfe-compare .pfe-col-programs {
	min-width: 220px;
}

.entry-content .pfe-compare .pfe-col-platforms {
	min-width: 190px;
}

.entry-content .pfe-compare .pfe-table-link {
	font-weight: 700;
	white-space: nowrap;
	color: var(--global-palette1);
}

.pfe-code--small {
	margin-top: 0;
	padding: 0.1rem 0.45rem;
	font-size: 0.85rem;
}

.rank-math-faq-item {
	padding: 1rem 0;
	border-top: 1px solid var(--global-palette7);
}

.rank-math-question {
	margin: 0 0 0.4rem;
	font-size: 1.3rem;
}

@media (prefers-reduced-motion: reduce) {
	.pfe-btn,
	.pfe-firm-card,
	.pfe-arrow-link::after,
	body #masthead .header-button,
	body #masthead .mobile-header-button {
		transition: none;
	}

	.pfe-btn:hover,
	.pfe-firm-card:hover,
	.pfe-arrow-link:hover::after {
		transform: none;
	}
}

/* ---------- Review header, TOC, related firms, author ---------- */

.pfe-review-head {
	margin: 0.5rem 0 1.75rem;
	padding: 1.5rem;
	color: #e2e8f0;
	background:
		radial-gradient(700px 300px at 100% -20%, rgb(52 211 153 / 0.22), transparent 60%),
		linear-gradient(150deg, var(--pfe-dark-2) 0%, #0b1220 60%, #07261e 100%);
	border-radius: 18px;
	box-shadow: 0 24px 44px -28px rgb(11 18 32 / 0.7);
}

.pfe-review-id {
	display: flex;
	gap: 1.1rem;
	align-items: center;
	margin-bottom: 1.25rem;
}

.pfe-review-logo {
	flex: none;
	width: 80px;
	height: 80px;
	border-radius: 18px;
	box-shadow: 0 10px 24px -10px rgb(0 0 0 / 0.7);
}

.entry-content .pfe-review-head .pfe-chip {
	margin-bottom: 0.4rem;
}

.entry-content .pfe-review-tagline {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.5;
	color: #cbd5e1;
}

.pfe-review-tagline span {
	font-weight: 700;
	color: #fff;
}

.entry-content .pfe-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.6rem;
	margin: 0 0 1.25rem;
}

.pfe-facts > div {
	padding: 0.7rem 0.85rem;
	background: rgb(255 255 255 / 0.05);
	border: 1px solid rgb(255 255 255 / 0.1);
	border-radius: 12px;
}

.pfe-facts dt {
	margin: 0 0 0.15rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pfe-facts dd {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}

.pfe-review-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.pfe-head-deal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.6rem;
	align-items: center;
	margin-right: auto;
	padding: 0.5rem 0.9rem;
	background: rgb(255 255 255 / 0.05);
	border: 1px dashed rgb(255 255 255 / 0.25);
	border-radius: 12px;
}

.pfe-head-deal-label {
	width: 100%;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pfe-head-deal code {
	padding: 0;
	font: 800 1.25rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
	color: var(--global-palette15);
	background: none;
}

.pfe-head-pct {
	padding: 0.15rem 0.5rem;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--global-palette3);
	background: var(--global-palette15);
	border-radius: 6px;
}

.pfe-head-deal--none {
	border-style: solid;
}

@media (max-width: 640px) {
	.pfe-review-head {
		padding: 1.15rem;
	}

	.pfe-head-deal {
		width: 100%;
		margin-right: 0;
	}

	.pfe-review-cta .pfe-btn {
		flex: 1 1 45%;
	}
}

.pfe-toc {
	margin: 1.5rem 0 2rem;
	padding: 1rem 1.25rem;
	background: var(--global-palette8);
	border-left: 4px solid var(--global-palette1);
	border-radius: 0 12px 12px 0;
}

.entry-content .pfe-toc-title {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--global-palette5);
}

.entry-content .pfe-toc ol {
	columns: 2;
	column-gap: 2rem;
	margin: 0;
	padding-left: 1.2rem;
	font-size: 0.95rem;
}

.entry-content .pfe-toc li {
	margin: 0.15rem 0;
	break-inside: avoid;
}

.pfe-toc a {
	color: var(--global-palette3);
	text-decoration: none;
}

.pfe-toc a:hover {
	color: var(--global-palette1);
	text-decoration: underline;
}

@media (max-width: 560px) {
	.entry-content .pfe-toc ol {
		columns: 1;
	}
}

.entry-content h2.wp-block-heading[id] {
	scroll-margin-top: 90px;
}

.pfe-related {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--global-palette7);
}

.pfe-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
	gap: 0.75rem;
	margin: 1.25rem 0;
}

.pfe-related-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	padding: 1rem 0.6rem;
	text-align: center;
	text-decoration: none;
	background: var(--global-palette9);
	border: 1px solid var(--global-palette7);
	border-radius: 14px;
	transition: border-color 180ms ease, transform 180ms var(--pfe-ease), box-shadow 180ms ease;
}

.pfe-related-card:hover {
	border-color: rgb(4 120 87 / 0.5);
	box-shadow: 0 14px 28px -20px rgb(15 23 42 / 0.4);
	transform: translateY(-2px);
}

.pfe-related-card img {
	width: 48px;
	height: 48px;
	border-radius: 12px;
}

.pfe-related-name {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	word-break: keep-all;
	overflow-wrap: normal;
	color: var(--global-palette3);
}

.pfe-related-code {
	font: 700 0.75rem/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
	color: var(--global-palette1);
}

.pfe-related-code--none {
	font-family: inherit;
	font-weight: 500;
	color: var(--global-palette6);
}

.pfe-author {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-top: 2rem;
	padding: 1.25rem;
	background: var(--global-palette8);
	border-radius: 14px;
}

.pfe-author-avatar {
	flex: none;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	font-family: var(--pfe-display);
	font-size: 1.3rem;
	font-weight: 800;
	color: #fff;
	background: var(--global-palette1);
	border-radius: 50%;
}

.entry-content .pfe-author-name {
	margin: 0 0 0.2rem;
	font-weight: 700;
	color: var(--global-palette3);
}

.entry-content .pfe-author-note {
	margin: 0;
	font-size: 0.9rem;
	color: var(--global-palette5);
}

/* ---------- Discount codes page ---------- */

.pfe-dealcards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1rem;
	margin: 1.5rem 0 2.5rem;
}

.pfe-dealcard {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.25rem;
	background: var(--global-palette9);
	border: 1px solid var(--global-palette7);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--pfe-ease);
}

.pfe-dealcard:hover {
	border-color: rgb(4 120 87 / 0.45);
	box-shadow: 0 16px 32px -20px rgb(15 23 42 / 0.4);
	transform: translateY(-2px);
}

.pfe-dealcard-top {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: center;
}

.pfe-dealcard-top img {
	width: 56px;
	height: 56px;
	border-radius: 14px;
}

.entry-content .pfe-dealcard h3 {
	margin: 0 0 0.25rem;
	font-size: 1.45rem;
	line-height: 1.05;
}

.pfe-dealcard h3 a {
	color: var(--global-palette3);
	text-decoration: none;
}

.pfe-dealcard-pct {
	font-family: var(--pfe-display);
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
	color: var(--global-palette1);
}

.pfe-dealcard-pct small {
	margin-left: 0.2rem;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pfe-dealcard-pct--na {
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--global-palette6);
}

.pfe-dealcard-code {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 0.8rem;
	align-items: center;
	padding: 0.8rem 1rem;
	color: #e2e8f0;
	background: linear-gradient(135deg, var(--pfe-dark-2) 0%, #0b1220 70%, #07261e 100%);
	border-radius: 12px;
}

.pfe-dealcard-label {
	width: 100%;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pfe-dealcard-code code {
	padding: 0.15rem 0.7rem;
	font: 800 1.35rem/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
	color: var(--global-palette3);
	background: var(--global-palette15);
	border-radius: 8px;
}

.pfe-dealcard-code .pfe-deal-status {
	grid-column: auto;
	margin: 0 0 0 auto;
}

.pfe-dealcard-cta {
	display: flex;
	gap: 0.5rem;
	margin-top: auto;
}

.pfe-dealcard-cta .pfe-btn {
	flex: 1;
	padding-inline: 0.75rem;
	font-size: 0.95rem;
}

/* ---------- Footer ---------- */

body #colophon {
	color: #cbd5e1;
	background: var(--global-palette3);
}

body #colophon .site-footer-wrap {
	border-top: 1px solid rgb(255 255 255 / 0.08);
}

body #colophon .site-middle-footer-inner-wrap {
	padding-block: 3rem 2rem;
}

body #colophon .widget-title {
	margin-bottom: 0.9rem;
	font-family: var(--pfe-display);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}

body #colophon .widget-title::before {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	margin-bottom: 0.8rem;
	background: var(--global-palette10);
	border-radius: 2px;
}

body #colophon .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body #colophon .widget_nav_menu li {
	margin: 0 0 0.45rem;
}

body #colophon a {
	color: #cbd5e1;
	text-decoration: none;
	transition: color 150ms ease;
}

body #colophon a:hover {
	color: var(--global-palette10);
}

body #colophon .site-bottom-footer-inner-wrap {
	padding-block: 1.25rem;
	font-size: 0.85rem;
	color: #94a3b8;
	border-top: 1px solid rgb(255 255 255 / 0.08);
}

body #colophon .footer-html {
	color: #94a3b8;
}
