.home-section,
.inner-section,
.content-section {
	position: relative;
	padding-block: var(--space-section);
}

.section-dark,
.home-section--dark {
	background: var(--bg-section);
	color: var(--text-on-dark);
}

.section-deep,
.home-section--deep {
	background: #061016;
	color: var(--text-on-dark);
}

.section-light,
.section-soft,
.home-section--light {
	background: var(--bg-light);
	color: var(--text-on-light);
}

.section-white,
.home-section--white {
	background: var(--bg-light-card);
	color: var(--text-on-light);
}

.section-heading {
	max-width: 760px;
	margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

.section-heading > p:last-child {
	margin-bottom: 0;
	color: inherit;
	opacity: 0.76;
	font-size: 1.02rem;
}

.home-hero {
	position: relative;
	isolation: isolate;
	min-height: 680px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(6, 16, 22, 0.98) 10%, rgba(7, 36, 42, 0.96) 60%, rgba(6, 16, 22, 0.98)),
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: auto, 44px 44px, 44px 44px;
}

.home-hero::before,
.home-hero::after {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(2px);
	content: "";
}

.home-hero::before {
	top: -260px;
	right: -180px;
	width: 680px;
	height: 680px;
	background: radial-gradient(circle, rgba(25, 183, 165, 0.17), transparent 68%);
}

.home-hero::after {
	bottom: -260px;
	left: 25%;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(59, 143, 209, 0.12), transparent 68%);
}

.hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
	align-items: center;
	gap: clamp(2.5rem, 6vw, 6rem);
	min-height: 680px;
	padding-block: 4.5rem;
}

.hero-copy h1 {
	max-width: 800px;
	margin-bottom: 1.25rem;
	font-size: clamp(3.25rem, 5.4vw, 4.125rem);
}

.hero-lead {
	max-width: 690px;
	margin-bottom: 1.7rem;
	color: var(--text-secondary-dark);
	font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-bottom: 1.8rem;
}

.hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	padding: 0;
	margin: 0 0 1.35rem;
	list-style: none;
}

.hero-trust li {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	padding: 0.44rem 0.7rem;
	margin: 0;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, 0.035);
	color: var(--text-secondary-dark);
	font-size: 0.76rem;
}

.hero-trust li::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand-primary);
	content: "";
}

.hero-boundary {
	max-width: 700px;
	padding-left: 0.9rem;
	margin: 0;
	border-left: 3px solid var(--accent-gold);
	color: #9eb3b8;
	font-size: 0.8rem;
}

.hero-visual {
	position: relative;
	min-height: 500px;
}

.hero-visual > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 44px 18px 44px 18px;
	box-shadow: var(--shadow-medium);
	object-fit: cover;
}

.hero-device {
	position: absolute;
	inset: 2.5rem 2.5rem 1.5rem 3rem;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 42px;
	background: #030b0f;
	box-shadow: var(--shadow-medium);
	transform: rotate(2deg);
}

.hero-device__top {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	height: 44px;
	padding-inline: 0.8rem;
	color: var(--text-secondary-dark);
	font-size: 0.72rem;
}

.hero-device__top > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--brand-primary);
	box-shadow: 14px 0 var(--accent-gold), 28px 0 var(--accent-blue);
}

.hero-device__top strong {
	margin-left: 2rem;
}

.hero-device__screen {
	display: flex;
	height: calc(100% - 44px);
	flex-direction: column;
	padding: clamp(1.3rem, 4vw, 2rem);
	border-radius: 32px;
	background:
		radial-gradient(circle at 80% 10%, rgba(25, 183, 165, 0.16), transparent 38%),
		linear-gradient(150deg, #15313d, #0a1a21);
}

.hero-device__screen .mini-label {
	margin: 0 0 0.4rem;
	color: var(--brand-primary-hover);
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.hero-device__screen > strong {
	font-size: clamp(1.3rem, 3vw, 2rem);
}

.hero-device__screen > small {
	margin: 0.35rem 0 auto;
	color: var(--text-secondary-dark);
}

.device-tile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	padding: 0.8rem;
	margin-top: 0.6rem;
	border: 1px solid var(--border-dark);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.035);
	font-size: 0.78rem;
	font-weight: 720;
}

.device-tile span {
	color: var(--brand-primary-hover);
	font-size: 0.66rem;
}

.hero-float {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	max-width: 240px;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	background: rgba(7, 24, 30, 0.88);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(14px);
}

.hero-float strong,
.hero-float small {
	display: block;
}

.hero-float strong {
	font-size: 0.88rem;
}

.hero-float small {
	margin-top: 0.12rem;
	color: var(--text-secondary-dark);
	font-size: 0.7rem;
}

.hero-float .icon {
	color: var(--brand-primary-hover);
}

.hero-float--one {
	top: 8%;
	right: -6%;
}

.hero-float--two {
	right: 8%;
	bottom: 8%;
}

.hero-float--three {
	bottom: 22%;
	left: -8%;
}

.trust-strip-section {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	background: #07171d;
}

.trust-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-inline: 1px solid var(--border-dark);
}

.trust-strip__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.8rem;
	padding: 1.35rem;
	border-right: 1px solid var(--border-dark);
}

.trust-strip__item:last-child {
	border-right: 0;
}

.trust-strip__item .icon {
	margin-top: 0.1rem;
	color: var(--brand-primary);
}

.trust-strip__item strong,
.trust-strip__item small {
	display: block;
}

.trust-strip__item strong {
	font-size: 0.88rem;
}

.trust-strip__item small {
	margin-top: 0.25rem;
	color: var(--text-secondary-dark);
	font-size: 0.74rem;
	line-height: 1.45;
}

.quick-access {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
}

.quick-card {
	position: relative;
	display: flex;
	min-height: 166px;
	flex-direction: column;
	padding: 1.2rem;
	overflow: hidden;
	border: 1px solid var(--border-light);
	border-radius: 18px 10px 18px 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(21, 49, 61, 0.07);
	color: var(--text-on-light);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quick-card:hover {
	transform: translateY(-4px);
	border-color: rgba(25, 183, 165, 0.45);
	box-shadow: 0 16px 34px rgba(15, 47, 55, 0.13);
	color: var(--text-on-light);
}

.quick-card .icon {
	width: 30px;
	height: 30px;
	margin-bottom: auto;
	color: var(--brand-secondary);
}

.quick-card strong {
	margin-top: 1.3rem;
	font-size: 0.95rem;
}

.quick-card small {
	margin-top: 0.28rem;
	color: var(--text-muted);
	font-size: 0.72rem;
	line-height: 1.4;
}

.quick-card .arrow {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 22px;
	color: var(--brand-primary);
}

.brand-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	align-items: start;
	gap: clamp(2.5rem, 6vw, 6rem);
}

.brand-intro-copy > p {
	max-width: 760px;
	color: var(--text-secondary-dark);
}

.scope-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	padding: 0;
	margin: 2rem 0 0;
	list-style: none;
}

.scope-list li {
	padding: 0.85rem 1rem;
	margin: 0;
	border: 1px solid var(--border-dark);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--text-secondary-dark);
	font-size: 0.85rem;
}

.identity-panel {
	position: sticky;
	top: 146px;
	padding: 1.65rem;
	border: 1px solid var(--border-dark);
	border-radius: 12px 26px 12px 26px;
	background: linear-gradient(145deg, rgba(16, 35, 45, 0.96), rgba(9, 28, 34, 0.96));
	box-shadow: var(--shadow-small);
}

.identity-panel h3 {
	margin-bottom: 1.3rem;
	font-size: 1.15rem;
}

.identity-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.identity-list li {
	display: grid;
	grid-template-columns: 112px 1fr;
	gap: 0.6rem;
	padding-block: 0.8rem;
	margin: 0;
	border-top: 1px solid var(--border-dark);
	font-size: 0.82rem;
}

.identity-list span {
	color: var(--text-secondary-dark);
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.feature-card {
	position: relative;
	min-height: 250px;
	padding: 1.6rem;
	overflow: hidden;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-medium);
	background: var(--bg-card);
	transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.feature-card:nth-child(1),
.feature-card:nth-child(4),
.feature-card:nth-child(5),
.feature-card:nth-child(8) {
	border-color: rgba(25, 183, 165, 0.28);
	background: linear-gradient(150deg, #12313a, #0d222b);
}

.feature-card::after {
	position: absolute;
	right: -50px;
	bottom: -70px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(25, 183, 165, 0.06);
	content: "";
}

.feature-card:hover {
	transform: translateY(-3px);
	border-color: rgba(25, 183, 165, 0.55);
	background: var(--bg-card-hover);
}

.feature-card .icon {
	width: 34px;
	height: 34px;
	margin-bottom: 1.6rem;
	color: var(--brand-primary);
}

.feature-card p {
	color: var(--text-secondary-dark);
	font-size: 0.88rem;
}

.feature-card a {
	position: relative;
	z-index: 1;
	font-size: 0.82rem;
	font-weight: 760;
}

.steps-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding: 0;
	margin: 3rem 0 0;
	list-style: none;
	counter-reset: guide-step;
}

.steps-timeline li {
	position: relative;
	padding: 4.3rem 1.5rem 0 0;
	margin: 0;
	counter-increment: guide-step;
}

.steps-timeline li::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(25, 183, 165, 0.5);
	border-radius: 50%;
	background: var(--bg-page);
	color: var(--brand-primary-hover);
	font-size: 1.05rem;
	font-weight: 850;
	content: counter(guide-step, decimal-leading-zero);
}

.steps-timeline li::after {
	position: absolute;
	top: 25px;
	right: 0;
	left: 52px;
	height: 1px;
	background: linear-gradient(90deg, rgba(25, 183, 165, 0.6), rgba(25, 183, 165, 0.08));
	content: "";
}

.steps-timeline li:last-child::after {
	display: none;
}

.steps-timeline h3 {
	font-size: 1.12rem;
}

.steps-timeline p {
	color: var(--text-secondary-dark);
	font-size: 0.85rem;
}

.steps-timeline a {
	font-size: 0.8rem;
	font-weight: 750;
}

.game-category-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-flow: dense;
	gap: 1.25rem;
}

.game-card {
	position: relative;
	grid-column: span 4;
	min-height: 360px;
	overflow: hidden;
	border-radius: var(--radius-large);
	background: #0b1b22;
	box-shadow: var(--shadow-small);
}

.game-card--abstract {
	background:
		linear-gradient(145deg, rgba(25, 183, 165, 0.16), transparent 55%),
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 26px),
		#0b1b22;
}

.game-card--abstract::before {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 34% 66% 56% 44%;
	background: rgba(25, 183, 165, 0.08);
	box-shadow: -52px 52px 0 rgba(59, 143, 209, 0.06);
	content: "";
	transform: rotate(18deg);
}

.game-card--live::before {
	border-radius: 50%;
	box-shadow: inset 0 0 0 22px rgba(233, 185, 78, 0.06);
}

.game-card--cards::before {
	border-radius: 18px;
	transform: rotate(-12deg);
}

.game-card--crash::before {
	border: 0;
	border-radius: 0;
	background: linear-gradient(135deg, transparent 48%, rgba(216, 91, 91, 0.25) 49% 52%, transparent 53%);
	transform: none;
}

.game-card:first-child {
	grid-column: span 8;
	min-height: 520px;
}

.game-card:nth-child(4),
.game-card:nth-child(5) {
	grid-column: span 6;
	min-height: 400px;
}

.game-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.game-card:hover img {
	transform: scale(1.025);
}

.game-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 10, 13, 0.04) 18%, rgba(3, 10, 13, 0.94) 100%);
	content: "";
}

.game-card__content {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.game-card__content .tag {
	display: inline-flex;
	padding: 0.28rem 0.58rem;
	margin-bottom: 0.65rem;
	border-radius: var(--radius-pill);
	background: rgba(25, 183, 165, 0.15);
	color: #79e5dc;
	font-size: 0.68rem;
	font-weight: 750;
	text-transform: uppercase;
}

.game-card p {
	max-width: 560px;
	margin-bottom: 0.8rem;
	color: #c4d4d7;
	font-size: 0.84rem;
	line-height: 1.55;
}

.game-card a {
	font-size: 0.82rem;
	font-weight: 760;
}

.sports-panel {
	display: grid;
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
	gap: 1.5rem;
	padding: clamp(1.3rem, 3vw, 2.1rem);
	border: 1px solid rgba(59, 143, 209, 0.24);
	border-radius: 28px 12px 28px 12px;
	background:
		linear-gradient(140deg, rgba(59, 143, 209, 0.1), transparent 48%),
		#0a1820;
}

.tab-list {
	display: grid;
	align-content: start;
	gap: 0.55rem;
}

.tab-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	padding: 0.8rem 0.95rem;
	border: 1px solid var(--border-dark);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-secondary-dark);
	text-align: left;
}

.tab-button[aria-selected="true"] {
	border-color: rgba(25, 183, 165, 0.55);
	background: rgba(25, 183, 165, 0.12);
	color: var(--text-on-dark);
}

.tab-panel {
	min-height: 330px;
	padding: clamp(1.3rem, 3vw, 2.2rem);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
}

.js .tab-panel[hidden] {
	display: none;
}

.sports-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.7rem;
	margin-top: 1.5rem;
}

.sports-meta span {
	padding: 0.7rem;
	border: 1px solid var(--border-dark);
	border-radius: 10px;
	color: var(--text-secondary-dark);
	font-size: 0.76rem;
	text-align: center;
}

.app-showcase,
.safety-split,
.responsible-split,
.media-split {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2.5rem, 7vw, 6.5rem);
}

.app-showcase__visual,
.safety-visual {
	position: relative;
}

.app-showcase__visual img,
.safety-visual img,
.responsible-split img,
.media-split img {
	width: 100%;
	border-radius: 22px 10px 22px 10px;
	box-shadow: var(--shadow-medium);
	object-fit: cover;
}

.phone-frame {
	position: relative;
	width: min(82%, 360px);
	padding: 12px;
	margin-inline: auto;
	border: 1px solid rgba(20, 36, 42, 0.22);
	border-radius: 42px;
	background: #061016;
	box-shadow: var(--shadow-medium);
}

.phone-frame::before {
	position: absolute;
	z-index: 2;
	top: 19px;
	left: 50%;
	width: 90px;
	height: 20px;
	border-radius: var(--radius-pill);
	background: #03090c;
	content: "";
	transform: translateX(-50%);
}

.phone-frame img {
	aspect-ratio: 9 / 14;
	border-radius: 31px;
	object-fit: cover;
}

.content-checks {
	display: grid;
	gap: 0.8rem;
	padding: 0;
	margin: 1.6rem 0;
	list-style: none;
}

.content-checks li {
	position: relative;
	padding-left: 1.7rem;
	margin: 0;
	color: inherit;
	opacity: 0.84;
}

.content-checks li::before {
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 9px;
	height: 9px;
	border: 2px solid var(--brand-primary);
	border-radius: 50%;
	content: "";
}

.payment-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-block: 2rem;
}

.payment-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.64rem 1rem;
	border: 1px solid var(--border-light);
	border-radius: var(--radius-pill);
	background: #fff;
	color: var(--text-on-light);
	font-size: 0.82rem;
	font-weight: 720;
	box-shadow: 0 6px 18px rgba(20, 36, 42, 0.06);
}

.payment-note-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin-top: 1.4rem;
}

.payment-note {
	padding: 1.25rem;
	border-left: 4px solid var(--brand-primary);
	border-radius: 0 12px 12px 0;
	background: rgba(11, 127, 112, 0.08);
}

.payment-note strong,
.payment-note span {
	display: block;
}

.payment-note span {
	margin-top: 0.25rem;
	color: var(--text-muted);
	font-size: 0.8rem;
}

.flow-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin-top: 2.5rem;
}

.flow-step {
	position: relative;
	padding: 1.25rem;
	border: 1px solid var(--border-light);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(20, 36, 42, 0.06);
}

.flow-step::after {
	position: absolute;
	top: 50%;
	right: -0.75rem;
	width: 1.5rem;
	height: 1px;
	background: rgba(11, 127, 112, 0.35);
	content: "";
}

.flow-step:last-child::after {
	display: none;
}

.flow-step span {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--brand-secondary);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.flow-step p {
	margin: 0;
	color: var(--text-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.hub-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
	gap: 1.25rem;
}

.hub-feature {
	display: flex;
	min-height: 420px;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(2rem, 5vw, 3.5rem);
	overflow: hidden;
	border: 1px solid rgba(25, 183, 165, 0.28);
	border-radius: 12px 32px 12px 32px;
	background:
		radial-gradient(circle at 80% 10%, rgba(25, 183, 165, 0.18), transparent 34%),
		linear-gradient(150deg, #102d36, #09191f);
}

.hub-feature ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	padding: 0;
	margin: 1.2rem 0 1.5rem;
	list-style: none;
}

.hub-feature li {
	padding: 0.35rem 0.62rem;
	margin: 0;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-pill);
	color: var(--text-secondary-dark);
	font-size: 0.74rem;
}

.hub-small-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.hub-small-card {
	display: flex;
	min-height: 198px;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.4rem;
	border: 1px solid var(--border-dark);
	border-radius: 22px 10px 22px 10px;
	background: var(--bg-card);
}

.hub-small-card:nth-child(2),
.hub-small-card:nth-child(3) {
	border-radius: 10px 22px 10px 22px;
}

.hub-small-card p {
	color: var(--text-secondary-dark);
	font-size: 0.82rem;
}

.hub-small-card a {
	font-size: 0.8rem;
	font-weight: 750;
}

.safety-callout {
	padding: 1rem 1.15rem;
	margin-block: 1.5rem;
	border: 1px solid rgba(216, 91, 91, 0.28);
	border-radius: 12px;
	background: rgba(216, 91, 91, 0.08);
	color: #822d2d;
	font-weight: 750;
}

.self-check-card {
	padding: clamp(1.6rem, 4vw, 2.4rem);
	border: 1px solid var(--border-light);
	border-radius: 12px 28px 12px 28px;
	background: #fff;
	box-shadow: var(--shadow-small);
}

.self-check-card li {
	padding: 0.72rem 0;
	margin: 0;
	border-bottom: 1px solid var(--border-light);
	color: var(--text-muted);
}

.longform-article-section {
	background: linear-gradient(180deg, #e9f4f2, #f7faf9);
	color: var(--text-on-light);
}

.article-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	align-items: start;
	gap: clamp(2.5rem, 6vw, 5rem);
}

.article-toc {
	position: sticky;
	top: 146px;
	padding: 1.25rem;
	border: 1px solid var(--border-light);
	border-radius: var(--radius-medium);
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 8px 24px rgba(20, 36, 42, 0.06);
	backdrop-filter: blur(12px);
}

.article-toc strong {
	display: block;
	margin-bottom: 0.85rem;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-toc ol {
	padding-left: 1rem;
	margin: 0;
}

.article-toc li {
	margin: 0.45rem 0;
	font-size: 0.76rem;
	line-height: 1.4;
}

.article-toc a {
	color: var(--text-muted);
	text-decoration: none;
}

.article-toc a:hover {
	color: var(--brand-secondary);
}

.longform-article {
	max-width: 880px;
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(20, 36, 42, 0.09);
	border-radius: 28px 12px 28px 12px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(20, 36, 42, 0.09);
}

.longform-article h2 {
	padding-top: 1.8rem;
	margin-top: 1.4rem;
	border-top: 1px solid var(--border-light);
}

.longform-article h2:first-of-type {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.longform-article h3 {
	margin-top: 1.7rem;
}

.longform-article p,
.longform-article li {
	color: #344950;
}

.article-note {
	padding: 1.15rem 1.3rem;
	margin-block: 1.8rem;
	border-left: 4px solid var(--brand-primary);
	border-radius: 0 12px 12px 0;
	background: #ecf7f5;
	color: #234048;
}

.faq-section {
	background: #08171d;
	color: var(--text-on-dark);
}

.faq-section .section-heading > p:last-child {
	color: var(--text-secondary-dark);
	opacity: 1;
}

.faq-list {
	display: grid;
	gap: 0.85rem;
}

.faq-item {
	overflow: hidden;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-medium);
	background: rgba(255, 255, 255, 0.035);
}

.faq-question {
	display: flex;
	width: 100%;
	min-height: 60px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	border: 0;
	background: transparent;
	color: var(--text-on-dark);
	font-weight: 730;
	text-align: left;
}

.faq-question::after {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid var(--border-dark);
	border-radius: 50%;
	color: var(--brand-primary);
	content: "+";
}

.faq-question[aria-expanded="true"]::after {
	content: "−";
}

.faq-answer {
	padding: 0 1.25rem 1.25rem;
	color: var(--text-secondary-dark);
	font-size: 0.9rem;
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

.js .faq-answer[hidden] {
	display: none;
}

.final-guide-cta {
	padding: clamp(2.2rem, 6vw, 4.5rem);
	border: 1px solid rgba(25, 183, 165, 0.35);
	border-radius: 34px 14px 34px 14px;
	background:
		radial-gradient(circle at 90% 10%, rgba(233, 185, 78, 0.16), transparent 28%),
		linear-gradient(135deg, #10313a, #07171d);
	text-align: center;
}

.final-guide-cta p {
	max-width: 700px;
	margin-inline: auto;
	color: var(--text-secondary-dark);
}

.final-guide-cta .button-row {
	justify-content: center;
	margin-top: 1.5rem;
}

.review-meta,
.last-updated {
	color: inherit;
	opacity: 0.68;
	font-size: 0.8rem;
}

.table-scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	padding: 0.9rem 1rem;
	border: 1px solid var(--border-light);
	text-align: left;
	vertical-align: top;
}

th {
	background: rgba(11, 127, 112, 0.09);
	font-size: 0.8rem;
}

td {
	font-size: 0.86rem;
}

/* Homepage dark-section restoration. */
.home .home-section--light {
	background: #0d2028;
	color: var(--text-on-dark);
}

.home .home-section--white {
	background: #08171d;
	color: var(--text-on-dark);
}

.home .home-section--light .section-heading > p:last-child,
.home .home-section--white .section-heading > p:last-child {
	color: var(--text-secondary-dark);
	opacity: 1;
}

.home .quick-card {
	border-color: var(--border-dark);
	background: var(--bg-card);
	color: var(--text-on-dark);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.home .quick-card:hover {
	background: var(--bg-card-hover);
	color: var(--text-on-dark);
}

.home .quick-card small {
	color: var(--text-secondary-dark);
}

.home .payment-chip,
.home .flow-step {
	border-color: var(--border-dark);
	background: var(--bg-card);
	color: var(--text-on-dark);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.home .payment-note {
	background: rgba(25, 183, 165, 0.1);
}

.home .payment-note span,
.home .flow-step p {
	color: var(--text-secondary-dark);
}

.home .flow-step span {
	color: var(--brand-primary-hover);
}

.home .longform-article-section {
	background: linear-gradient(180deg, #0d2028, #08171d);
	color: var(--text-on-dark);
}

.home .article-toc,
.home .longform-article {
	border-color: var(--border-dark);
	background: var(--bg-card);
	color: var(--text-on-dark);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.home .article-toc a,
.home .longform-article p,
.home .longform-article li {
	color: var(--text-secondary-dark);
}

.home .longform-article h2 {
	border-color: var(--border-dark);
}

.home .article-note {
	background: rgba(25, 183, 165, 0.1);
	color: var(--text-on-dark);
}

.home .article-note p {
	color: var(--text-secondary-dark);
}

.home .article-toc {
	z-index: 4;
	max-height: calc(100vh - var(--header-height) - 72px);
	padding: 1.45rem 1.25rem;
	overflow-y: auto;
	border-radius: 22px 10px 22px 10px;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
	scrollbar-color: rgba(53, 201, 184, 0.48) transparent;
	scrollbar-width: thin;
}

.home .article-toc strong {
	padding-bottom: 0.85rem;
	margin-bottom: 0.65rem;
	border-bottom: 1px solid var(--border-dark);
	color: var(--text-on-dark);
}

.home .article-toc ol {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

.home .article-toc li {
	margin: 0;
}

.home .article-toc a {
	position: relative;
	display: flex;
	min-height: 42px;
	align-items: center;
	padding: 0.58rem 0.7rem 0.58rem 1.2rem;
	border-left: 2px solid rgba(53, 201, 184, 0.18);
	border-radius: 0 10px 10px 0;
	color: var(--text-secondary-dark);
	font-size: 0.78rem;
	line-height: 1.35;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.home .article-toc a::before {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 8px;
	height: 8px;
	border: 2px solid #10232d;
	border-radius: 50%;
	background: #587178;
	content: "";
	transform: translateY(-50%);
	transition: background 160ms ease, box-shadow 160ms ease;
}

.home .article-toc a:hover,
.home .article-toc a.is-active,
.home .article-toc a[aria-current="location"] {
	border-left-color: var(--brand-primary);
	background: rgba(25, 183, 165, 0.1);
	color: var(--text-on-dark);
	transform: translateX(3px);
}

.home .article-toc a.is-active::before,
.home .article-toc a[aria-current="location"]::before {
	background: var(--brand-primary-hover);
	box-shadow: 0 0 0 4px rgba(25, 183, 165, 0.14);
}

@media (min-width: 1025px) {
	.home .article-layout {
		grid-template-columns: minmax(270px, 290px) minmax(0, 870px);
		gap: clamp(2.5rem, 5vw, 4.5rem);
		justify-content: center;
	}

	.home .article-toc {
		position: sticky;
		top: calc(var(--header-height) + 32px);
		align-self: start;
	}
}

/* Reviewed local media added during the all-page image pass. */
.image-fill-figure {
	width: min(100%, 900px);
	margin: clamp(1.25rem, 3vw, 2rem) auto;
	overflow: hidden;
	border: 1px solid var(--border-dark);
	border-radius: 22px 10px 22px 10px;
	background: #0b1b22;
	box-shadow: var(--shadow-small);
}

.image-fill-figure .image-fill__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.image-fill-figure figcaption {
	padding: 0.72rem 0.9rem;
	border-top: 1px solid var(--border-dark);
	color: #b9ccd0;
	font-size: 0.78rem;
	line-height: 1.5;
}

.inner-hero__content > .image-fill-hero {
	width: min(100%, 920px);
	margin-top: 1.5rem;
	margin-inline: auto;
}

.inner-hero__layout:has(> .inner-hero__content > .image-fill-hero):not(:has(> :nth-child(2))) {
	grid-template-columns: minmax(0, 1fr);
}

.inner-hero__layout:has(> .inner-hero__content > .image-fill-hero):not(:has(> :nth-child(2))) > .inner-hero__content {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
}

.hero-visual--image > .hero-device,
.hero-visual--image > .hero-float {
	display: none;
}

.hero-visual--image > .image-fill-hero {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}

.hero-visual--image > .image-fill-hero .image-fill__img {
	height: 100%;
	aspect-ratio: auto;
}

.hero-visual--image > .image-fill-hero figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(3, 10, 13, 0.88);
}

.game-card .card-media {
	position: absolute;
	inset: 0;
}

.game-card:has(.card-media) {
	padding: 0;
}

.game-card:has(.card-media) .card-media {
	right: 0;
	bottom: auto;
	left: 0;
	height: 56%;
	overflow: hidden;
}

.game-card:has(.card-media)::after {
	display: none;
}

.game-card:has(.card-media) .game-card__content {
	top: 56%;
	padding: 1rem 1.15rem;
	background: #07151b;
}

.sports-panel__media {
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid var(--border-dark);
	border-radius: 16px 8px 16px 8px;
}

.sports-panel__media img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
}

/* Curated, locally hosted media replacement pass. */
.hero-curated-collage {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(150px, 1fr);
	gap: 16px;
}

.hero-curated-collage figure {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 22px;
	background: #0b1b22;
	box-shadow: var(--shadow-small);
}

.hero-curated-collage__main::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(145deg, rgba(5, 34, 38, 0.08), rgba(5, 34, 38, 0.62));
	content: "";
	pointer-events: none;
}

.hero-curated-collage__stack {
	display: grid;
	min-height: 0;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hero-curated-collage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-curated-collage figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 0.72rem 0.82rem;
	background: linear-gradient(180deg, transparent, rgba(2, 11, 14, 0.9));
	color: #f7fbfb;
	font-size: 0.74rem;
	font-weight: 720;
	line-height: 1.35;
}

.home-payment-illustration {
	width: min(100%, 620px);
	margin-top: 1.4rem;
}

.safety-visual--graphic {
	position: relative;
	display: grid;
	min-height: 320px;
	place-items: center;
	overflow: hidden;
	border: 1px solid var(--border-light);
	border-radius: 24px 12px 24px 12px;
	background:
		radial-gradient(circle at 30% 25%, rgba(25, 183, 165, 0.22), transparent 34%),
		linear-gradient(145deg, #e8f4f2, #cfe5e2);
}

.safety-visual__shield {
	position: relative;
	z-index: 2;
	display: grid;
	width: 104px;
	height: 118px;
	place-items: center;
	border: 2px solid rgba(11, 127, 112, 0.6);
	border-radius: 50% 50% 58% 58% / 36% 36% 64% 64%;
	background: #fff;
	color: var(--brand-secondary);
	font-size: 2.2rem;
	font-weight: 900;
	box-shadow: var(--shadow-small);
}

.safety-visual__line {
	position: absolute;
	width: 72%;
	height: 2px;
	background: rgba(11, 127, 112, 0.32);
}

.safety-visual__node {
	position: absolute;
	width: 18px;
	height: 18px;
	border: 4px solid #e8f4f2;
	border-radius: 50%;
	background: var(--brand-secondary);
}

.safety-visual__node:nth-of-type(3) {
	top: 25%;
	left: 12%;
}

.safety-visual__node:nth-of-type(4) {
	right: 12%;
	bottom: 23%;
}

.safety-visual__node:nth-of-type(5) {
	right: 18%;
	top: 19%;
}

.media-attribution {
	display: block;
	padding: 0.55rem 0.7rem;
	background: rgba(4, 15, 19, 0.88);
	color: #c7d9dc;
	font-size: 0.68rem;
	line-height: 1.45;
}

.media-attribution a {
	color: #b5eee8;
	text-decoration: underline;
	text-underline-offset: 2px;
}
