.inner-page--games {
	--page-accent: var(--brand-orange);
}

.inner-page--games .page-hero {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	background: var(--bg-deep);
}

.inner-page--games .page-hero__grid {
	position: relative;
	display: grid;
	min-height: 480px;
	isolation: isolate;
}

.inner-page--games .page-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 690px;
	padding: clamp(34px, 5vw, 64px);
	border-left: 4px solid var(--brand-green);
	background: linear-gradient(90deg, rgba(4, 11, 19, 0.94), rgba(4, 11, 19, 0.76), transparent);
}

.inner-page--games .page-hero__media {
	position: absolute;
	inset: 0;
	z-index: -1;
	min-height: 100%;
	border: 0;
	border-radius: var(--radius-lg);
	box-shadow: none;
}

.inner-page--games .page-hero__media::after {
	inset: 0;
	height: auto;
	background: linear-gradient(90deg, rgba(4, 11, 19, 0.48), rgba(4, 11, 19, 0.12));
}

.inner-page--games .page-hero-img {
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
}

.inner-page--games .page-intro-cards {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inner-page--games .page-intro-card {
	min-height: 132px;
	cursor: default;
}

.inner-page--games .page-intro-card > span {
	color: var(--brand-orange);
}

.inner-page--games .page-section-card--cricket-stage {
	margin-inline: calc(50% - 50vw);
	padding-inline: max(24px, calc((100vw - var(--container-wide)) / 2));
	background: #0b1b29 !important;
}

.inner-page--games .page-card-grid--visual-hub {
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	grid-auto-flow: dense;
}

.inner-page--games .page-card-grid--visual-hub .page-feature-card {
	grid-column: span 3;
	min-height: 340px;
	padding: 22px;
}

.inner-page--games .page-card-grid--visual-hub .page-feature-card:nth-child(1),
.inner-page--games .page-card-grid--visual-hub .page-feature-card:nth-child(2) {
	grid-column: span 6;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
	grid-template-rows: auto auto auto;
	min-height: 360px;
}

.inner-page--games .page-card-grid--visual-hub .page-feature-card:nth-child(1) .page-feature-img,
.inner-page--games .page-card-grid--visual-hub .page-feature-card:nth-child(2) .page-feature-img {
	grid-row: 1 / 5;
	width: calc(100% + 22px);
	height: calc(100% + 44px);
	margin: -22px 22px -22px -22px;
	aspect-ratio: auto;
}

.inner-page--games .page-card-grid--visual-hub .page-feature-card:nth-child(8),
.inner-page--games .page-card-grid--visual-hub .page-feature-card:nth-child(9),
.inner-page--games .page-card-grid--visual-hub .page-feature-card:nth-child(10) {
	grid-column: span 4;
	min-height: 270px;
}

.inner-page--games .page-card-grid--visual-hub .page-feature-img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.inner-page--games .page-section-card--speed-risk-matrix {
	padding-inline: clamp(28px, 5vw, 58px);
	border: 1px solid var(--border-dark) !important;
	border-radius: var(--radius-lg);
	background: var(--bg-section) !important;
}

.inner-page--games .page-section-card--selection-notes {
	display: grid;
	grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
	gap: 50px;
	padding: clamp(34px, 5vw, 54px);
	border: 1px solid rgba(55, 167, 255, 0.24) !important;
	border-radius: var(--radius-md);
	background: rgba(55, 167, 255, 0.055) !important;
}

.inner-page--games .page-section-card--selection-notes .check-list {
	grid-template-columns: 1fr;
	margin: 0;
}

.inner-page--games .page-section-card--featured-categories .info-table td:first-child,
.inner-page--games .page-section-card--featured-categories .info-table th:first-child {
	border-right: 3px solid var(--brand-orange);
	background: rgba(255, 157, 46, 0.09);
	color: var(--text-main);
	font-weight: 800;
}

.inner-page--games .page-section-card--mobile-game-panel {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
	gap: 48px;
}

.inner-page--games .page-section-card--mobile-game-panel .check-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}
