/* Football fan-experience page — page-specific layout only.
   Shared marketing tokens, cards, type, nav, and footer stay in marketing.css. */

.mkt-hero--football .mkt-hero__content {
	max-width: 54rem;
}

.mkt-hero--football .mkt-lede {
	min-height: 0;
	max-width: 42rem;
	text-wrap: pretty;
}

.mkt-hero--football .mkt-hero__support--after-cta {
	margin: 20px 0 0;
	max-width: 46rem;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--text-secondary);
	text-wrap: pretty;
}

.mkt--football-platform .mkt-h1,
.mkt--football-platform .mkt-h2,
.mkt--football-platform .mkt-h3 {
	text-wrap: balance;
}

.mkt--football-platform .mkt-lede,
.mkt--football-platform .mkt-card p,
.mkt--football-platform .mkt-pricing-proof__body,
.mkt--football-platform .mkt-pricing-proof__disclosure {
	text-wrap: pretty;
}

.mkt--football-platform .mkt-card-grid--features {
	align-items: stretch;
}

.mkt--football-platform .mkt-card-grid--features .mkt-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mkt--football-platform .mkt-card-grid--features .mkt-h3 {
	min-height: calc(1.125rem * 1.3 * 2);
	text-wrap: balance;
}

.mkt--football-platform .mkt-card-grid--features .mkt-card p {
	flex: 1;
	min-height: calc(0.9375rem * 1.55 * 4);
	text-wrap: pretty;
}

.mkt-cx-section .mkt-lede {
	max-width: 42rem;
}

.mkt-cx-grid {
	align-items: stretch;
}

.mkt-cx-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mkt-cx-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: clamp(32px, 5vw, 56px);
	align-items: center;
}

.mkt-cx-split--identity {
	align-items: start;
	margin-bottom: 32px;
}

.mkt-cx-split__copy .mkt-lede {
	margin-bottom: 24px;
}

.mkt-cx-split__media--single {
	display: flex;
	justify-content: center;
}

.mkt-cx-feature-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.mkt-cx-feature-list li {
	display: grid;
	gap: 4px;
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
}

.mkt-cx-feature-list li:first-child {
	padding-top: 0;
}

.mkt-cx-feature-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.mkt-cx-feature-list strong {
	font-size: 0.9375rem;
	line-height: 1.3;
	color: var(--text);
	text-wrap: balance;
}

.mkt-cx-feature-list span {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--text-secondary);
	text-wrap: pretty;
}

.mkt-cx-note {
	margin: 20px 0 0;
	max-width: 46rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--text-secondary);
	text-wrap: pretty;
}

.mkt-cx-devices {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 16px;
	align-items: center;
	justify-items: stretch;
}

.mkt-cx-devices__support {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}

.mkt-cx-shot {
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #1a1228;
	box-shadow: 0 16px 40px rgba(17, 17, 24, 0.16);
}

.mkt-cx-shot img,
.mkt-cx-shot__fallback {
	display: block;
	width: 100%;
	height: auto;
}

.mkt-cx-shot--phone {
	width: 100%;
	max-width: 280px;
	margin-inline: auto;
}

.mkt-cx-shot--hero {
	max-width: 300px;
	width: min(300px, 100%);
}

.mkt-cx-shot--support,
.mkt-cx-shot--fanpass {
	max-width: 200px;
}

.mkt-cx-shot--support {
	width: min(200px, 100%);
}

.mkt-cx-shot--fanpass {
	max-width: 240px;
	width: min(240px, 100%);
}

.mkt-cx-shot--dashboard {
	max-width: 100%;
	border-radius: var(--radius-lg);
}

.mkt-cx-shot--placeholder {
	border: 1px solid rgba(124, 64, 214, 0.22);
}

.mkt-cx-shot-row {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 36px;
}

.mkt-cx-shot-row .mkt-cx-shot {
	max-width: 240px;
	flex: 1;
}

.mkt-cx-shot-row--wrap {
	flex-wrap: wrap;
	row-gap: 24px;
}

.mkt-cx-shot-row--wrap .mkt-cx-shot {
	flex: 1 1 160px;
	max-width: 220px;
}

.mkt-cx-dashboard-shot {
	margin: 0 0 28px;
}

/* CSS device placeholders — replace with football screenshots later. */
.mkt-fx-device__frame {
	display: flex;
	width: 100%;
	min-height: 160px;
	padding: 10px;
	box-sizing: border-box;
	background:
		linear-gradient(165deg, rgba(124, 64, 214, 0.28) 0%, rgba(26, 18, 40, 0.55) 46%, #160f22 100%),
		#1a1228;
}

.mkt-fx-device__bezel {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	padding: 12px 10px 14px;
	border: 1px solid rgba(244, 237, 255, 0.12);
	border-radius: 16px;
	background: rgba(12, 8, 20, 0.45);
}

.mkt-cx-shot--dashboard .mkt-fx-device__bezel {
	border-radius: 12px;
	padding: 14px 16px 16px;
}

.mkt-fx-device__notch {
	display: block;
	width: 38%;
	max-width: 72px;
	height: 5px;
	margin: 0 auto 12px;
	border-radius: 999px;
	background: rgba(244, 237, 255, 0.22);
}

.mkt-cx-shot--dashboard .mkt-fx-device__notch {
	display: none;
}

.mkt-fx-device__screen {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
	min-height: 0;
}

.mkt-fx-device__bar,
.mkt-fx-device__block,
.mkt-fx-device__rows span {
	display: block;
	border-radius: 6px;
	background: rgba(244, 237, 255, 0.1);
}

.mkt-fx-device__bar {
	height: 10px;
	width: 58%;
}

.mkt-fx-device__block {
	height: 28%;
	min-height: 48px;
	background: rgba(124, 64, 214, 0.22);
	border: 1px solid rgba(124, 64, 214, 0.18);
}

.mkt-fx-device__rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: auto;
}

.mkt-fx-device__rows span {
	height: 8px;
	width: 100%;
}

.mkt-fx-device__rows span:nth-child(2) {
	width: 82%;
}

.mkt-fx-device__rows span:nth-child(3) {
	width: 64%;
}

.mkt-cx-shot--dashboard .mkt-fx-device__screen {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-template-rows: auto 1fr;
	gap: 14px;
	align-items: stretch;
}

.mkt-cx-shot--dashboard .mkt-fx-device__bar {
	grid-column: 1 / -1;
	width: 100%;
	height: 14px;
}

.mkt-cx-shot--dashboard .mkt-fx-device__block {
	height: auto;
	min-height: 120px;
}

.mkt-cx-shot--dashboard .mkt-fx-device__rows {
	margin-top: 0;
	justify-content: center;
}

.mkt-fx-device__label {
	display: block;
	margin-top: 14px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f4edff;
	text-wrap: balance;
}

.mkt-cx-shot--dashboard .mkt-fx-device__label {
	margin-top: 16px;
	font-size: 0.8125rem;
}

.mkt-cx-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mkt-cx-steps li {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--bg);
}

.mkt-cx-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-bottom: 12px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--brand);
	background: var(--brand-muted);
	border: 1px solid rgba(124, 64, 214, 0.2);
}

.mkt-cx-steps strong {
	display: block;
	min-height: calc(1.125rem * 1.3);
	margin-bottom: 8px;
	font-size: 1.125rem;
	line-height: 1.3;
	color: var(--text);
	text-wrap: balance;
}

.mkt-cx-steps li > span:last-child {
	flex: 1;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--text-secondary);
	text-wrap: pretty;
	min-height: calc(0.9375rem * 1.55 * 3);
}

.mkt-cx-ai {
	padding-top: clamp(40px, 5vw, 64px);
	padding-bottom: clamp(20px, 3vw, 32px);
}

.mkt--football-platform .mkt-cx-ai + .mkt-section {
	padding-top: clamp(20px, 3vw, 32px);
}

.mkt-cx-ai__band {
	padding: 24px 28px;
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	background: var(--bg-subtle);
}

.mkt-cx-ai__band .mkt-h3 {
	margin-bottom: 8px;
}

.mkt-cx-ai__band p {
	margin: 0 0 16px;
	max-width: 52rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--text-secondary);
	text-wrap: pretty;
}

.mkt-cx-ai__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mkt-cx-ai__labels li {
	padding: 6px 12px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--bg);
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--text-secondary);
	text-wrap: balance;
}

.mkt--football-platform .mkt-compare {
	align-items: stretch;
}

.mkt--football-platform .mkt-compare__card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mkt--football-platform .mkt-compare li {
	min-height: calc(0.9375rem * 1.45 * 2.15);
	text-wrap: pretty;
}

.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-col {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-height: stretch;
}

.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: auto;
}

.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__features {
	flex: 1;
}

.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-h3 {
	min-height: calc(1.125rem * 1.3 * 2);
}

.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-pricing-card__commercial {
	min-height: calc(0.9375rem * 1.4 * 2);
}

.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-pricing-card__desc {
	min-height: calc(0.9375rem * 1.55 * 6);
}

.mkt--football-platform .mkt-pricing-note {
	max-width: 52rem;
	margin-top: 32px;
	font-size: 0.9375rem;
	color: var(--text-secondary);
	text-wrap: pretty;
}

.mkt--football-platform .mkt-pricing-partnership {
	max-width: 52rem;
}

@media (max-width: 900px) {
	.mkt--football-platform .mkt-card-grid.mkt-card-grid--3,
	.mkt-cx-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mkt-cx-split,
	.mkt-cx-split--identity {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mkt-cx-devices {
		grid-template-columns: 1fr;
	}

	.mkt-cx-devices__support {
		flex-direction: row;
		justify-content: center;
	}

	.mkt-cx-shot--support {
		max-width: 160px;
	}

	.mkt--football-platform .mkt-card-grid--features .mkt-h3,
	.mkt--football-platform .mkt-card-grid--features .mkt-card p,
	.mkt-cx-steps li > span:last-child,
	.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-h3,
	.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-pricing-card__commercial,
	.mkt--football-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-pricing-card__desc {
		min-height: 0;
	}
}

@media (max-width: 700px) {
	.mkt-cx-devices__support {
		display: none;
	}

	.mkt-cx-shot--hero,
	.mkt-cx-shot--phone,
	.mkt-cx-shot--fanpass {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

	.mkt-cx-shot-row:not(.mkt-cx-shot-row--wrap) .mkt-cx-shot:not(:first-child) {
		display: none;
	}

	.mkt-cx-shot-row--wrap {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
	}

	.mkt-cx-shot-row--wrap .mkt-cx-shot {
		flex: 0 0 180px;
		max-width: 180px;
	}

	.mkt-cx-ai__band {
		padding: 20px;
	}
}

@media (max-width: 640px) {
	.mkt--football-platform .mkt-card-grid.mkt-card-grid--3,
	.mkt-cx-grid--2,
	.mkt-cx-steps {
		grid-template-columns: 1fr;
	}

	.mkt-cx-shot-row {
		margin-top: 24px;
	}
}
