/**
 * WB Listora — Pro Promotion CSS
 *
 * Styles for the Upgrade-to-Pro admin page, the Pro-feature modal, and
 * the WP-dashboard upsell widget. Reuses --listora-* tokens from admin.css.
 *
 * @package WBListora
 */

/* ─── Upgrade page wrapper ─── */

.listora-promo-page {
	max-width: 1080px;
	margin-inline: auto;
	padding-block: 16px 48px;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
}

.listora-promo-page .listora-promo-section {
	margin-block: 56px;
}

.listora-promo-page .listora-promo-section__head {
	text-align: center;
	max-width: 720px;
	margin-inline: auto;
	margin-block-end: 32px;
}

.listora-promo-page .listora-promo-section__head h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	line-height: 1.2;
}

.listora-promo-page .listora-promo-section__head p {
	font-size: 15px;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	margin: 0;
	line-height: 1.55;
}

/* ─── Hero ─── */

.listora-promo-hero {
	padding: 56px 32px 48px;
	border-radius: 16px;
	background: linear-gradient(
		-135deg,
		color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 14%, var(--listora-bg-elevated)) 0%,
		color-mix(in srgb, var(--listora-info) 8%, var(--listora-bg-elevated)) 60%,
		var(--listora-bg-elevated) 100%
	);
	border: 1px solid color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 28%, var(--listora-border, var(--listora-border-subtle)));
	text-align: center;
	margin-block-start: 16px;
}

.listora-promo-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	background: var(--listora-premium, var(--listora-premium));
	color: var(--listora-fg-inverse, var(--listora-bg-elevated));
	border-radius: 9999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-block-end: 18px;
}

.listora-promo-hero__title {
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
	font-weight: 700;
	margin: 0 0 16px;
	max-width: 720px;
	margin-inline: auto;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
}

.listora-promo-hero__subtitle {
	font-size: 16px;
	line-height: 1.6;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	max-width: 720px;
	margin: 0 auto 28px;
}

.listora-promo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.listora-promo-hero__cta.listora-btn--primary {
	background: var(--listora-premium, var(--listora-premium));
	border-color: var(--listora-premium, var(--listora-premium));
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 10px;
}

.listora-promo-hero__cta.listora-btn--primary:hover {
	background: var(--listora-premium-fg);
	border-color: var(--listora-premium-fg);
}

.listora-promo-hero__secondary {
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.listora-promo-hero__secondary:hover {
	color: var(--listora-premium, var(--listora-premium));
}

/* ─── Feature cards ─── */

.listora-promo-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.listora-promo-card {
	padding: 24px;
	background: var(--listora-bg-elevated);
	border: 1px solid var(--listora-border, var(--listora-border-subtle));
	border-radius: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.listora-promo-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--listora-shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
	border-color: color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 30%, var(--listora-border, var(--listora-border-subtle)));
}

.listora-promo-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 12%, transparent);
	color: var(--listora-premium, var(--listora-premium));
	margin-block-end: 14px;
}

.listora-promo-card h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	line-height: 1.3;
}

.listora-promo-card p {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	margin: 0 0 12px;
}

.listora-promo-card__link {
	color: var(--listora-premium, var(--listora-premium));
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.listora-promo-card__link:hover {
	color: var(--listora-premium-fg);
	text-decoration: underline;
}

/* ─── Comparison matrix ─── */

.listora-promo-matrix {
	margin-block-end: 32px;
	background: var(--listora-bg-elevated);
	border: 1px solid var(--listora-border, var(--listora-border-subtle));
	border-radius: 12px;
	overflow: hidden;
}

.listora-promo-matrix__title {
	margin: 0;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	background: var(--listora-bg-muted, var(--listora-admin-bg-subtle));
	border-block-end: 1px solid var(--listora-border, var(--listora-border-subtle));
}

.listora-promo-matrix__table {
	width: 100%;
	border-collapse: collapse;
	background: var(--listora-bg-elevated);
}

.listora-promo-matrix__table thead th {
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	background: var(--listora-bg-elevated);
	border-block-end: 1px solid var(--listora-border, var(--listora-border-subtle));
	text-align: start;
}

.listora-promo-matrix__col {
	width: 110px;
	text-align: center !important;
}

.listora-promo-matrix__col--pro {
	color: var(--listora-premium, var(--listora-premium)) !important;
	background: color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 6%, var(--listora-bg-elevated)) !important;
}

.listora-promo-matrix__table tbody tr {
	border-block-start: 1px solid var(--listora-border, var(--listora-border-subtle));
}

.listora-promo-matrix__table tbody tr:first-child {
	border-block-start: 0;
}

.listora-promo-matrix__table tbody tr:hover {
	background: var(--listora-bg-muted, var(--listora-admin-bg-subtle));
}

.listora-promo-matrix__feature {
	padding: 12px 20px;
	font-weight: 500;
	font-size: 14px;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	text-align: start;
}

.listora-promo-matrix__cell {
	padding: 12px 20px;
	text-align: center;
	font-size: 14px;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
}

.listora-promo-matrix__cell.is-yes {
	color: var(--listora-success, var(--listora-success));
}

.listora-promo-matrix__cell.is-no {
	color: var(--listora-text-tertiary, var(--listora-fg-faint));
}

.listora-promo-matrix__cell.is-yes .listora-promo-check {
	font-size: 18px;
	font-weight: 700;
}

.listora-promo-matrix__col--pro + tbody td:nth-child(3),
.listora-promo-matrix__table tbody td:last-child {
	background: color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 4%, transparent);
}

.listora-promo-matrix__table tbody td:last-child .listora-promo-check {
	color: var(--listora-premium, var(--listora-premium));
}

/* ─── Social proof ─── */

.listora-promo-quotes__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.listora-promo-quote {
	margin: 0;
	padding: 24px;
	background: var(--listora-bg-elevated);
	border: 1px solid var(--listora-border, var(--listora-border-subtle));
	border-radius: 12px;
	border-inline-start: 4px solid var(--listora-premium, var(--listora-premium));
}

.listora-promo-quote blockquote {
	margin: 0 0 14px;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	font-style: italic;
}

.listora-promo-quote figcaption {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.listora-promo-quote figcaption strong {
	font-size: 13px;
	font-weight: 600;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
}

.listora-promo-quote figcaption span {
	font-size: 12px;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
}

/* ─── License activation ─── */

.listora-promo-activation__card {
	max-width: 640px;
	margin-inline: auto;
	padding: 28px;
	background: var(--listora-bg-elevated);
	border: 1px solid var(--listora-border, var(--listora-border-subtle));
	border-radius: 12px;
}

.listora-promo-activation__label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	margin-block-end: 8px;
}

.listora-promo-activation__row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.listora-promo-activation__input {
	flex: 1 1 260px;
	min-width: 0;
	padding: 10px 14px;
	font-size: 14px;
	font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
	border: 1px solid var(--listora-border, var(--listora-border-subtle));
	border-radius: 8px;
	background: var(--listora-bg-elevated);
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
}

.listora-promo-activation__input:focus {
	outline: 2px solid color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 60%, transparent);
	outline-offset: 1px;
	border-color: var(--listora-premium, var(--listora-premium));
}

.listora-promo-activation__help {
	margin: 14px 0 0;
	font-size: 12.5px;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	line-height: 1.5;
}

.listora-promo-activation__status {
	margin-block-start: 16px;
	font-size: 13.5px;
	min-height: 0;
}

.listora-promo-activation__status:not(:empty) {
	padding: 12px 14px;
	border-radius: 8px;
	margin-block-start: 14px;
}

.listora-promo-activation__status.is-success {
	background: color-mix(in srgb, var(--listora-success, var(--listora-success)) 10%, var(--listora-bg-elevated));
	color: var(--listora-success-fg);
	border: 1px solid color-mix(in srgb, var(--listora-success, var(--listora-success)) 28%, transparent);
}

.listora-promo-activation__status.is-error {
	background: color-mix(in srgb, var(--listora-danger, var(--listora-danger)) 8%, var(--listora-bg-elevated));
	color: var(--listora-danger-text, var(--listora-danger-fg));
	border: 1px solid color-mix(in srgb, var(--listora-danger, var(--listora-danger)) 26%, transparent);
}

/* Primary install path beneath the optional license pre-check. */
.listora-promo-activation__primary-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px dashed var(--listora-border, var(--listora-border-default));
}

.listora-promo-activation__status.is-loading {
	background: var(--listora-bg-muted, var(--listora-admin-bg-subtle));
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
}

.listora-promo-activation__status a {
	color: inherit;
	font-weight: 600;
}

/* ─── FAQ ─── */

.listora-promo-faq__list {
	max-width: 760px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.listora-promo-faq__item {
	background: var(--listora-bg-elevated);
	border: 1px solid var(--listora-border, var(--listora-border-subtle));
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
}

.listora-promo-faq__item summary {
	cursor: pointer;
	padding: 16px 20px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listora-promo-faq__item summary::-webkit-details-marker {
	display: none;
}

.listora-promo-faq__item summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	margin-inline-start: 12px;
	flex-shrink: 0;
}

.listora-promo-faq__item[open] summary::after {
	content: "\2212";
}

.listora-promo-faq__item p {
	padding: 0 20px 18px;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
}

/* ─── Final CTA ─── */

.listora-promo-final-cta {
	margin-block-start: 56px;
	padding: 40px 32px;
	text-align: center;
	border-radius: 14px;
	background: linear-gradient(
		-135deg,
		var(--listora-premium, var(--listora-premium)) 0%,
		var(--listora-info) 100%
	);
	color: var(--listora-fg-inverse, var(--listora-bg-elevated));
}

.listora-promo-final-cta h2 {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 700;
	color: var(--listora-fg-inverse, var(--listora-bg-elevated));
}

.listora-promo-final-cta p {
	margin: 0 0 22px;
	font-size: 14.5px;
	color: rgba(255, 255, 255, 0.86);
}

.listora-promo-final-cta .listora-btn--primary {
	background: var(--listora-fg-inverse, var(--listora-bg-elevated));
	color: var(--listora-premium, var(--listora-premium));
	border-color: var(--listora-fg-inverse, var(--listora-bg-elevated));
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 10px;
}

.listora-promo-final-cta .listora-btn--primary:hover {
	background: var(--listora-premium-bg);
	border-color: var(--listora-premium-bg);
	color: var(--listora-premium-fg);
}

/* ─── Inline modal ─── */

.listora-promo-modal[hidden] {
	display: none;
}

.listora-promo-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.listora-promo-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(2px);
}

.listora-promo-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 480px;
	background: var(--listora-bg-elevated);
	border-radius: 14px;
	padding: 28px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	font-family: var(--listora-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
}

.listora-promo-modal__close {
	position: absolute;
	top: 12px;
	inset-inline-end: 12px;
	background: transparent;
	border: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	cursor: pointer;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.listora-promo-modal__close:hover {
	background: var(--listora-bg-muted, var(--listora-admin-bg-subtle));
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
}

.listora-promo-modal__close:focus-visible {
	outline: 2px solid var(--listora-premium, var(--listora-premium));
	outline-offset: 2px;
}

.listora-promo-modal__badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 3px 10px;
	background: var(--listora-premium, var(--listora-premium));
	color: var(--listora-fg-inverse, var(--listora-bg-elevated));
	border-radius: 9999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-block-end: 14px;
}

.listora-promo-modal__title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	line-height: 1.3;
}

.listora-promo-modal__desc {
	font-size: 14px;
	line-height: 1.6;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	margin: 0 0 22px;
}

.listora-promo-modal__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.listora-promo-modal__upgrade {
	background: var(--listora-premium, var(--listora-premium));
	border-color: var(--listora-premium, var(--listora-premium));
}

.listora-promo-modal__upgrade:hover {
	background: var(--listora-premium-fg);
	border-color: var(--listora-premium-fg);
}

/* ─── Pro-badge interactive state ─── */

.listora-pro-badge {
	cursor: help;
	transition: transform 0.15s ease;
}

.listora-pro-badge:hover {
	transform: translateY(-1px);
}

.listora-pro-badge:focus-visible {
	outline: 2px solid var(--listora-premium, var(--listora-premium));
	outline-offset: 2px;
	border-radius: 3px;
}

/* ─── WP-Dashboard widget ─── */

.listora-promo-widget {
	margin: -8px -12px -12px;
	padding: 14px;
	border-radius: 4px;
	background: linear-gradient(
		-135deg,
		rgba(124, 58, 237, 0.05) 0%,
		transparent 60%
	);
}

.listora-promo-widget__lead {
	margin: 0 0 12px;
	font-size: 13px;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-muted));
	line-height: 1.5;
}

.listora-promo-widget__list {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.listora-promo-widget__list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
}

.listora-promo-widget__check {
	color: var(--listora-premium, var(--listora-premium));
	font-weight: 700;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1.4;
}

.listora-promo-widget__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 0;
	padding-block-start: 10px;
	border-block-start: 1px solid var(--listora-border, var(--listora-wp-admin-border));
}

.listora-promo-widget__actions .button-primary {
	background: var(--listora-premium, var(--listora-premium));
	border-color: var(--listora-premium, var(--listora-premium));
	color: var(--listora-fg-inverse, var(--listora-bg-elevated));
}

.listora-promo-widget__actions .button-primary:hover,
.listora-promo-widget__actions .button-primary:focus {
	background: var(--listora-premium-fg);
	border-color: var(--listora-premium-fg);
	color: var(--listora-fg-inverse, var(--listora-bg-elevated));
}

.listora-promo-widget__buy {
	color: var(--listora-premium, var(--listora-premium));
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.listora-promo-widget__buy:hover {
	color: var(--listora-premium-fg);
	text-decoration: underline;
}

.listora-promo-widget__dismiss {
	margin-inline-start: auto;
	background: transparent;
	border: 0;
	color: var(--listora-wp-admin-text-disabled);
	font-size: 12px;
	cursor: pointer;
	padding: 4px 6px;
}

.listora-promo-widget__dismiss:hover {
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
	text-decoration: underline;
}

/* ─── Frontend dismiss button on shared pro-cta ─── */

.listora-pro-cta__dismiss {
	background: transparent;
	border: 0;
	font-size: 22px;
	line-height: 1;
	color: var(--listora-fg-muted, var(--listora-wp-admin-text-disabled));
	cursor: pointer;
	padding: 4px 8px;
	margin-inline-start: 6px;
	border-radius: 4px;
}

.listora-pro-cta__dismiss:hover,
.listora-pro-cta__dismiss:focus {
	background: rgba(0, 0, 0, 0.05);
	color: var(--listora-text, var(--listora-wp-admin-text-strong));
}

/* ─── Responsive ─── */

@media (max-width: 782px) {
	.listora-promo-page {
		padding-inline: 12px;
	}

	.listora-promo-hero {
		padding: 36px 18px 32px;
	}

	.listora-promo-hero__title {
		font-size: 26px;
	}

	.listora-promo-hero__actions {
		flex-direction: column;
		gap: 12px;
	}

	.listora-promo-hero__cta.listora-btn--primary {
		width: 100%;
	}

	.listora-promo-section {
		margin-block: 36px;
	}

	.listora-promo-section__head h2 {
		font-size: 22px;
	}

	.listora-promo-matrix__table {
		font-size: 13px;
	}

	.listora-promo-matrix__feature,
	.listora-promo-matrix__cell {
		padding: 10px 12px;
	}

	.listora-promo-matrix__col {
		width: 70px;
	}

	.listora-promo-modal__dialog {
		padding: 22px;
	}

	.listora-promo-modal__title {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.listora-promo-activation__row {
		flex-direction: column;
	}

	.listora-promo-activation__row .listora-btn {
		width: 100%;
	}

	.listora-promo-modal__actions {
		flex-direction: column;
	}

	.listora-promo-modal__actions .listora-btn {
		width: 100%;
	}
}

/* ─── Dark mode ─── */

@media (prefers-color-scheme: dark) {
	.wb-listora-admin.listora-promo-page {
		--listora-bg: var(--listora-wp-admin-text-strong);
		--listora-bg-tertiary: var(--listora-wp-admin-text-strong);
		--listora-text: var(--listora-admin-bg-soft);
		--listora-text-secondary: #cbd5e1;
		--listora-text-tertiary: #94a3b8;
		--listora-border: var(--listora-wp-admin-text-faint);
		--listora-border-heavy: rgba(255, 255, 255, 0.18);
	}

	.listora-promo-hero {
		background: linear-gradient(
			-135deg,
			color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 24%, var(--listora-wp-admin-text-strong)) 0%,
			color-mix(in srgb, var(--listora-info) 14%, var(--listora-wp-admin-text-strong)) 60%,
			var(--listora-wp-admin-text-strong) 100%
		);
		border-color: color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 38%, var(--listora-wp-admin-text-faint));
	}

	.listora-promo-card,
	.listora-promo-matrix,
	.listora-promo-activation__card,
	.listora-promo-faq__item,
	.listora-promo-quote {
		background: var(--listora-bg-inverse);
		border-color: var(--listora-wp-admin-text-faint);
	}

	.listora-promo-matrix__title,
	.listora-promo-matrix__table tbody tr:hover {
		background: var(--listora-wp-admin-text-strong);
	}

	.listora-promo-matrix__col--pro {
		background: color-mix(in srgb, var(--listora-premium, var(--listora-premium)) 16%, var(--listora-wp-admin-text-strong)) !important;
	}

	.listora-promo-modal__dialog {
		background: var(--listora-wp-admin-text-strong);
		color: var(--listora-admin-bg-soft);
	}

	.listora-promo-activation__input {
		background: var(--listora-wp-admin-text-strong);
		color: var(--listora-admin-bg-soft);
		border-color: var(--listora-wp-admin-text-faint);
	}
}

/* ─── Reduced motion ─── */

@media (prefers-reduced-motion: reduce) {
	.listora-promo-card,
	.listora-pro-badge {
		transition: none;
	}

	.listora-promo-card:hover {
		transform: none;
	}
}
