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

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

.mkt-hero--cricket .mkt-lede {
	min-height: 0;
	max-width: 42rem;
}

.mkt-hero--cricket .mkt-hero__support--after-cta {
	margin: 20px 0 0;
	max-width: none;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--text-secondary);
	white-space: nowrap;
}

.mkt--cricket-platform .mkt-h2 {
	text-wrap: balance;
}

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

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

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

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

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

.mkt-cx-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.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);
}

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

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

.mkt-cx-shot--hero {
	max-width: 300px;
}

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

.mkt-cx-shot--fanpass {
	max-width: 240px;
}

.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__fallback {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	min-height: 160px;
	padding: 18px 16px;
	background:
		linear-gradient(180deg, rgba(124, 64, 214, 0.18) 0%, rgba(26, 18, 40, 0.2) 42%, #1a1228 100%),
		#1a1228;
}

.mkt-cx-shot__label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f4edff;
}

.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-dashboard-shot {
	margin: 0 0 28px;
}

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

.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--cricket-platform .mkt-cx-ai + .mkt-section {
	padding-top: clamp(20px, 3vw, 32px);
}

.mkt--cricket-platform .mkt-section--case-follow .mkt-case-feature--partnership {
	margin-top: 0;
}

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

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

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

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

.mkt--cricket-platform .mkt-partnership-role__label {
	white-space: normal;
	min-height: calc(0.875rem * 1.3 * 2);
}

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

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

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

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

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

@media (max-width: 1100px) {
	.mkt-cx-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.mkt-hero--cricket .mkt-hero__support--after-cta {
		white-space: normal;
	}

	.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--cricket-platform .mkt-card-grid--features .mkt-h3,
	.mkt--cricket-platform .mkt-card-grid--features .mkt-card p,
	.mkt-cx-steps li > span:last-child,
	.mkt--cricket-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-h3,
	.mkt--cricket-platform .mkt-pricing-grid--5 .mkt-pricing-card__header .mkt-pricing-card__commercial,
	.mkt--cricket-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 .mkt-cx-shot:not(:first-child) {
		display: none;
	}

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

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

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