.home-redesign {
	background: var(--bg-page);
}

.home-redesign .site-section {
	margin: 0;
	padding: clamp(72px, 8vw, 112px) 0;
}

.home-redesign .hero-section {
	display: grid;
	min-height: 620px;
	padding: 48px 0 70px;
	background:
		linear-gradient(115deg, rgba(4, 11, 19, 0.96) 0%, rgba(7, 17, 29, 0.86) 54%, rgba(7, 17, 29, 0.48) 100%),
		radial-gradient(circle at 88% 12%, rgba(123, 220, 54, 0.16), transparent 34%);
}

.home-redesign .hero-card--visual {
	display: grid;
	grid-template-columns: minmax(0, 58fr) minmax(360px, 42fr);
	gap: clamp(42px, 6vw, 84px);
	align-items: center;
	min-height: 520px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-redesign .hero-copy {
	max-width: 720px;
}

.home-redesign .hero-copy h1 {
	max-width: 760px;
	margin: 0 0 24px;
	font-size: clamp(48px, 6vw, 82px);
	line-height: 0.96;
}

.home-redesign .hero-copy p:not(.eyebrow) {
	max-width: 660px;
	margin: 0;
	color: var(--text-soft);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.65;
}

.home-redesign .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.home-redesign .hero-trust-chips {
	gap: 18px;
	margin-top: 26px;
}

.home-redesign .hero-trust-chips span {
	position: relative;
	min-height: 0;
	padding: 0 0 0 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--text-soft);
	font-size: 13px;
}

.home-redesign .hero-trust-chips span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--brand-green);
	transform: translateY(-50%);
}

.home-redesign .hero-visual--mockup {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 16px;
	min-height: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.home-redesign .hero-visual--mockup::before,
.home-redesign .hero-visual--mockup::after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
}

.home-redesign .hero-visual--mockup::before {
	top: -26px;
	right: -18px;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(255, 157, 46, 0.32);
	background: repeating-linear-gradient(45deg, transparent 0 10px, rgba(255, 157, 46, 0.08) 10px 12px);
}

.home-redesign .hero-visual--mockup::after {
	bottom: 56px;
	left: -38px;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(123, 220, 54, 0.28);
}

.home-redesign .hero-main-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 500px;
	aspect-ratio: 4 / 5;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius-lg);
	object-fit: cover;
	box-shadow: var(--layout-shadow);
}

.home-redesign .hero-visual__chips {
	position: static;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.home-redesign .hero-visual__chips span {
	justify-content: center;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.045);
	color: var(--text-soft);
	font-size: 12px;
}

.home-redesign .quick-facts-section {
	padding: 34px 0;
	border-block: 1px solid var(--border-dark);
	background: var(--bg-section);
}

.home-redesign .brand-summary--facts {
	display: grid;
	grid-template-columns: minmax(210px, 0.65fr) minmax(0, 2.35fr);
	gap: 34px;
	align-items: stretch;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-redesign .brand-summary__copy {
	padding-right: 30px;
	border-right: 1px solid var(--border-dark);
}

.home-redesign .brand-summary__copy .eyebrow {
	margin-bottom: 10px;
}

.home-redesign .brand-summary__copy h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 2.4vw, 34px);
}

.home-redesign .brand-summary__copy p {
	margin: 0;
	color: var(--text-soft);
	font-size: 14px;
	line-height: 1.55;
}

.home-redesign .brand-summary--facts .table-scroll {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.home-redesign .quick-facts-table,
.home-redesign .quick-facts-table tbody {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	min-width: 0;
	height: 100%;
}

.home-redesign .quick-facts-table tr {
	display: grid;
	align-content: center;
	gap: 8px;
	min-width: 0;
	padding: 8px 16px;
	border-left: 1px solid var(--border-dark);
}

.home-redesign .quick-facts-table tr:first-child {
	border-left: 0;
}

.home-redesign .quick-facts-table th,
.home-redesign .quick-facts-table td {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	overflow-wrap: anywhere;
}

.home-redesign .quick-facts-table th {
	color: var(--brand-orange);
	font-size: 11px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.home-redesign .quick-facts-table td {
	color: var(--text-main);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

.home-redesign .quick-access-section {
	background: var(--bg-page);
}

.home-redesign .quick-grid--eight {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: minmax(150px, auto);
	gap: 16px;
}

.home-redesign .quick-card {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 0;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-md);
	background: var(--bg-card);
	box-shadow: none;
}

.home-redesign .quick-card::after {
	content: "";
	position: absolute;
	right: -34px;
	bottom: -48px;
	width: 140px;
	height: 140px;
	border: 1px solid rgba(123, 220, 54, 0.15);
	border-radius: 50%;
}

.home-redesign .quick-card:nth-child(1),
.home-redesign .quick-card:nth-child(2) {
	grid-column: span 6;
	min-height: 240px;
}

.home-redesign .quick-card:nth-child(n+3):nth-child(-n+6) {
	grid-column: span 3;
}

.home-redesign .quick-card:nth-child(7),
.home-redesign .quick-card:nth-child(8) {
	grid-column: span 6;
	min-height: 140px;
}

.home-redesign .quick-card:nth-child(2),
.home-redesign .quick-card:nth-child(5),
.home-redesign .quick-card:nth-child(8) {
	background: linear-gradient(145deg, rgba(55, 167, 255, 0.12), var(--bg-card) 64%);
}

.home-redesign .quick-card > * {
	position: relative;
	z-index: 1;
}

.home-redesign .quick-card > span {
	position: absolute;
	top: 20px;
	right: 20px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(123, 220, 54, 0.3);
	border-radius: 50%;
	background: transparent;
	color: var(--brand-green);
	font-size: 12px;
}

.home-redesign .quick-card h3 {
	margin: 0 0 8px;
	color: var(--text-main);
}

.home-redesign .quick-card p {
	max-width: 460px;
	margin: 0;
	color: var(--text-soft);
}

.home-redesign .cricket-focus-section {
	padding: 0;
	background: var(--bg-page);
}

.home-redesign .cricket-focus-panel--banner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(36px, 6vw, 86px);
	align-items: center;
	min-height: 440px;
	width: 100%;
	max-width: none;
	padding: clamp(60px, 7vw, 96px) max(24px, calc((100vw - var(--container-wide)) / 2));
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(110deg, rgba(244, 247, 249, 0.98), rgba(244, 247, 249, 0.9)),
		repeating-linear-gradient(135deg, transparent 0 28px, rgba(9, 26, 41, 0.04) 28px 30px);
	box-shadow: none;
}

.home-redesign .cricket-focus-panel--banner::before {
	content: "";
	position: absolute;
	top: -180px;
	right: -90px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(19, 32, 44, 0.1);
	border-radius: 50%;
	background: repeating-radial-gradient(circle, rgba(19, 32, 44, 0.035) 0 2px, transparent 2px 18px);
}

.home-redesign .cricket-focus-panel--banner > * {
	position: relative;
	z-index: 1;
}

.home-redesign .cricket-focus-panel--banner .eyebrow {
	color: #347810;
}

.home-redesign .cricket-focus-panel--banner h2 {
	margin: 0 0 20px;
	color: var(--text-dark);
}

.home-redesign .cricket-focus-panel--banner p:not(.eyebrow) {
	margin: 0;
	color: var(--text-dark-soft);
	font-size: 18px;
}

.home-redesign .cricket-focus-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-redesign .cricket-focus-list li {
	position: relative;
	min-height: 86px;
	padding: 22px 20px 20px 50px;
	border: 1px solid var(--border-light);
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.72);
	color: var(--text-dark);
	font-weight: 750;
	line-height: 1.5;
}

.home-redesign .cricket-focus-list li::before {
	content: "";
	position: absolute;
	top: 27px;
	left: 20px;
	width: 12px;
	height: 7px;
	border-bottom: 3px solid var(--brand-green-dark);
	border-left: 3px solid var(--brand-green-dark);
	transform: rotate(-45deg);
}

.home-redesign .features-section {
	background: var(--bg-deep);
}

.home-redesign .feature-grid--staggered {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	padding-top: 30px;
}

.home-redesign .feature-grid--staggered::before {
	content: "";
	position: absolute;
	top: 47px;
	right: 9%;
	left: 9%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(123, 220, 54, 0.55), transparent);
}

.home-redesign .feature-grid--staggered .feature-card {
	position: relative;
	grid-column: auto;
	min-height: 220px;
	padding: 58px 22px 20px;
	border: 0;
	border-right: 1px solid var(--border-dark);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.home-redesign .feature-grid--staggered .feature-card:last-child {
	border-right: 0;
}

.home-redesign .feature-card > span {
	position: absolute;
	top: 0;
	left: 50%;
	display: grid;
	width: 36px;
	height: 36px;
	margin: 0;
	place-items: center;
	border: 5px solid var(--bg-deep);
	border-radius: 50%;
	background: var(--brand-orange);
	color: #1b1003;
	font-size: 11px;
	transform: translateX(-50%);
}

.home-redesign .feature-card h3 {
	margin: 0 0 12px;
	color: var(--text-main);
}

.home-redesign .feature-card p {
	margin: 0;
	color: var(--text-soft);
	font-size: 15px;
}

.home-redesign .start-guide-section {
	background: var(--bg-light);
	color: var(--text-dark);
}

.home-redesign .start-guide-section h2,
.home-redesign .start-guide-section h3 {
	color: var(--text-dark);
}

.home-redesign .start-guide-section .section-heading-row p {
	color: var(--text-dark-soft);
}

.home-redesign .start-timeline--journey {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.home-redesign .start-timeline--journey::before {
	content: "";
	position: absolute;
	top: 25px;
	right: 8%;
	left: 8%;
	height: 2px;
	background: #d9e1e7;
}

.home-redesign .timeline-step {
	position: relative;
	min-height: 0;
	padding: 72px 10px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.home-redesign .timeline-step > span {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	display: grid;
	width: 52px;
	height: 52px;
	margin: 0;
	place-items: center;
	border: 6px solid var(--bg-light);
	border-radius: 50%;
	background: var(--brand-green-dark);
	color: #fff;
	font-size: 15px;
	transform: translateX(-50%);
}

.home-redesign .timeline-step h3 {
	margin: 0 0 10px;
}

.home-redesign .timeline-step p {
	margin: 0;
	color: var(--text-dark-soft);
	font-size: 15px;
}

.home-redesign .entry-card-section {
	padding-block: 0;
	background: var(--bg-light);
}

.home-redesign .entry-card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: 100%;
	max-width: none;
}

.home-redesign .entry-action-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 440px;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: var(--bg-section);
	box-shadow: none;
}

.home-redesign .entry-action-card:nth-child(2) {
	background: #102234;
}

.home-redesign .entry-action-card__media {
	height: 100%;
	min-height: 440px;
}

.home-redesign .entry-action-card__media img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

.home-redesign .entry-action-card__body {
	display: grid;
	align-content: center;
	max-width: 620px;
	padding: clamp(44px, 7vw, 90px);
}

.home-redesign .entry-action-card:nth-child(even) .entry-action-card__media {
	order: 2;
}

.home-redesign .entry-action-card:nth-child(even) .entry-action-card__body {
	justify-self: end;
}

.home-redesign .entry-action-card__body > span {
	width: max-content;
	margin-bottom: 16px;
	background: rgba(123, 220, 54, 0.1);
	color: var(--brand-green);
}

.home-redesign .entry-action-card h2 {
	margin: 0 0 18px;
	color: var(--text-main);
}

.home-redesign .entry-action-card p {
	margin: 0 0 18px;
	color: var(--text-soft);
	font-size: 17px;
}

.home-redesign .game-showcase-section {
	background: var(--bg-page);
}

.home-redesign .game-visual-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: dense;
	gap: 16px;
}

.home-redesign .game-visual-card {
	position: relative;
	display: grid;
	grid-column: span 3;
	grid-template-rows: 180px auto auto;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-md);
	background: var(--bg-card);
	box-shadow: none;
}

.home-redesign .game-visual-card:nth-child(1),
.home-redesign .game-visual-card:nth-child(2) {
	grid-column: span 6;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	grid-template-rows: auto auto;
	min-height: 330px;
}

.home-redesign .game-visual-card:nth-child(1) .visual-image,
.home-redesign .game-visual-card:nth-child(2) .visual-image {
	grid-row: 1 / 3;
	height: 100%;
	aspect-ratio: auto;
}

.home-redesign .game-visual-card:nth-child(7),
.home-redesign .game-visual-card:nth-child(8) {
	grid-column: span 6;
	grid-template-columns: 220px minmax(0, 1fr);
	grid-template-rows: auto auto;
	min-height: 220px;
}

.home-redesign .game-visual-card:nth-child(7) .visual-image,
.home-redesign .game-visual-card:nth-child(8) .visual-image {
	grid-row: 1 / 3;
	height: 100%;
	aspect-ratio: auto;
}

.home-redesign .game-visual-card .visual-image {
	width: 100%;
	height: 180px;
	aspect-ratio: auto;
	border-radius: 0;
	object-fit: cover;
}

.home-redesign .game-visual-card span {
	align-self: end;
	padding: 20px 20px 6px;
	color: var(--text-main);
	font-size: 20px;
	font-weight: 850;
}

.home-redesign .game-visual-card p {
	padding: 0 20px 22px;
	color: var(--text-soft);
}

.home-redesign .featured-games-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
	gap: 40px;
	align-items: end;
	margin: 74px 0 24px;
}

.home-redesign .featured-games-heading .eyebrow {
	grid-column: 1 / -1;
	width: max-content;
	margin-bottom: -18px;
}

.home-redesign .featured-games-heading h3 {
	margin: 0;
	font-size: clamp(28px, 3vw, 42px);
}

.home-redesign .featured-games-heading p {
	margin: 0;
	color: var(--text-soft);
}

.home-redesign .featured-games-table {
	border-color: var(--border-dark);
	border-radius: var(--radius-md);
	background: var(--bg-deep);
}

.home-dual-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: min(calc(100% - 48px), var(--container-wide));
	margin-inline: auto;
	padding: clamp(72px, 8vw, 112px) 0;
}

.home-dual-panels .site-section {
	min-width: 0;
	padding: 0;
}

.home-dual-panels .site-container {
	width: 100%;
	height: 100%;
}

.home-redesign .bonus-preview-panel,
.home-redesign .payment-preview-panel {
	display: grid;
	align-content: start;
	min-height: 100%;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-md);
	background: var(--bg-card);
	box-shadow: none;
}

.home-redesign .bonus-preview-panel {
	background: linear-gradient(145deg, rgba(255, 157, 46, 0.08), var(--bg-card) 50%);
}

.home-redesign .payment-preview-panel {
	background: linear-gradient(145deg, rgba(55, 167, 255, 0.09), var(--bg-card) 50%);
}

.home-redesign .bonus-preview-panel .section-heading-row {
	display: block;
	margin-bottom: 22px;
}

.home-redesign .bonus-preview-panel .section-heading-row h2,
.home-redesign .payment-preview-heading h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 2.8vw, 40px);
}

.home-redesign .bonus-preview-panel .section-heading-row p,
.home-redesign .payment-preview-heading p {
	color: var(--text-soft);
}

.home-redesign .bonus-rule-grid,
.home-redesign .payment-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 16px 0 28px;
	border-top: 1px solid var(--border-dark);
	border-left: 1px solid var(--border-dark);
}

.home-redesign .bonus-rule-card,
.home-redesign .payment-check-card {
	padding: 22px;
	border: 0;
	border-right: 1px solid var(--border-dark);
	border-bottom: 1px solid var(--border-dark);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-redesign .bonus-rule-card h3,
.home-redesign .payment-check-card h3 {
	margin: 0 0 8px;
	color: var(--text-main);
	font-size: 19px;
}

.home-redesign .bonus-rule-card p,
.home-redesign .payment-check-card li {
	color: var(--text-soft);
	font-size: 14px;
}

.home-redesign .bonus-preview-panel > .btn,
.home-redesign .payment-preview-panel > .btn {
	align-self: end;
	justify-self: start;
}

.home-redesign .review-section {
	padding: 44px 0;
	border-block: 1px solid var(--border-dark);
	background: var(--bg-section);
}

.home-redesign .review-section .site-container {
	display: grid;
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 2fr);
	gap: 34px;
	align-items: stretch;
}

.home-redesign .review-heading {
	display: block;
	margin: 0;
	padding-right: 30px;
	border-right: 1px solid var(--border-dark);
}

.home-redesign .review-heading h2 {
	margin: 0 0 10px;
	font-size: clamp(26px, 2.6vw, 36px);
}

.home-redesign .review-cards--visible {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.home-redesign .review-card {
	padding: 8px 20px;
	border: 0;
	border-right: 1px solid var(--border-dark);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-redesign .review-card:last-child {
	border-right: 0;
}

.home-redesign .review-card > span {
	color: var(--brand-green);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.home-redesign .review-card h3 {
	margin: 10px 0 8px;
	color: var(--text-main);
	font-size: 18px;
}

.home-redesign .review-card p {
	margin: 0;
	color: var(--text-soft);
	font-size: 14px;
}

.home-redesign .responsible-highlight-section {
	background: var(--bg-light);
}

.home-redesign .responsible-highlight {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
	gap: 54px;
	align-items: center;
	padding: clamp(38px, 5vw, 64px);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	background: #eaf1f4;
	box-shadow: none;
}

.home-redesign .responsible-highlight .eyebrow {
	border-color: rgba(19, 32, 44, 0.16);
	background: rgba(19, 32, 44, 0.05);
	color: #465b69;
}

.home-redesign .responsible-highlight h2 {
	margin: 0 0 18px;
	color: var(--text-dark);
}

.home-redesign .responsible-highlight p {
	margin: 0;
	color: var(--text-dark-soft);
	font-size: 17px;
}

.home-redesign .responsible-pill-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--border-light);
	border-left: 1px solid var(--border-light);
	list-style: none;
}

.home-redesign .responsible-pill-list li {
	padding: 16px 18px;
	border: 0;
	border-right: 1px solid var(--border-light);
	border-bottom: 1px solid var(--border-light);
	border-radius: 0;
	background: transparent;
	color: var(--text-dark);
}

.home-redesign .full-guide-section {
	background: var(--bg-page);
}

.home-redesign .full-guide-shell {
	display: grid;
	grid-template-columns: minmax(360px, 408px) minmax(0, 760px);
	gap: clamp(30px, 3.2vw, 42px);
	align-items: stretch;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-redesign .full-guide-aside {
	position: relative;
	align-self: stretch;
	min-width: 0;
	overflow: hidden;
	padding: clamp(24px, 2.4vw, 32px);
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(155deg, rgba(55, 167, 255, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(17, 35, 53, 0.96), rgba(7, 17, 29, 0.72));
}

.home-redesign .full-guide-aside::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(135deg, transparent 0 54px, rgba(255, 255, 255, 0.025) 54px 55px),
		radial-gradient(circle at 18% 78%, rgba(123, 220, 54, 0.12), transparent 23%);
	pointer-events: none;
}

.home-redesign .full-guide-aside::after {
	content: "";
	position: absolute;
	right: -72px;
	bottom: 64px;
	width: 210px;
	aspect-ratio: 1;
	border: 1px solid rgba(123, 220, 54, 0.14);
	border-radius: 50%;
	box-shadow:
		0 0 0 38px rgba(55, 167, 255, 0.035),
		0 0 0 76px rgba(123, 220, 54, 0.025);
	pointer-events: none;
}

.home-redesign .full-guide-aside__inner {
	position: sticky;
	top: calc(var(--header-height) + 24px);
	z-index: 1;
	padding: 0;
	border: 0;
	background: transparent;
}

.home-redesign .full-guide-aside h2 {
	margin: 0 0 14px;
	color: var(--text-main);
	font-size: clamp(28px, 2.7vw, 40px);
}

.home-redesign .full-guide-aside p:not(.eyebrow) {
	color: var(--text-soft);
}

.home-redesign .full-guide-visual {
	height: 190px;
	margin: 24px 0 18px;
	overflow: hidden;
	border: 1px solid var(--border-dark);
	border-radius: var(--radius-md);
	background: var(--bg-card);
}

.home-redesign .full-guide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-redesign .full-guide-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 22px;
}

.home-redesign .full-guide-meta span {
	padding: 5px 8px;
	border: 1px solid var(--border-dark);
	border-radius: 999px;
	color: var(--text-soft);
	font-size: 11px;
}

.home-redesign .full-guide-nav--compact {
	display: grid;
	gap: 0;
	margin: 0;
	border-top: 1px solid var(--border-dark);
}

.home-redesign .full-guide-nav--compact a {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 12px;
	padding: 12px 10px;
	border-bottom: 1px solid var(--border-dark);
	background: rgba(255, 255, 255, 0.022);
	color: var(--text-soft);
	font-size: 13px;
	line-height: 1.35;
	transition: color 180ms ease, background-color 180ms ease, padding-left 180ms ease;
}

.home-redesign .full-guide-nav--compact a:hover {
	padding-left: 14px;
	background: rgba(123, 220, 54, 0.07);
	color: var(--brand-green);
}

.home-redesign .full-guide-nav--compact a span {
	color: var(--brand-orange);
	font-size: 10px;
	text-transform: uppercase;
}

.home-redesign .full-guide-article {
	display: grid;
	gap: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.home-redesign .full-guide-chapter {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 28px;
	margin: 0;
	padding: 38px 0;
	border: 0;
	border-top: 1px solid var(--border-dark);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-redesign .full-guide-chapter:first-child {
	border-top: 0;
}

.home-redesign .full-guide-chapter__number {
	display: block;
	width: auto;
	height: auto;
	padding-top: 6px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--brand-orange);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-redesign .full-guide-chapter h3 {
	margin: 0 0 14px;
	color: var(--text-main);
	font-size: clamp(26px, 2.5vw, 36px);
}

.home-redesign .full-guide-chapter p {
	margin: 0;
	color: var(--text-soft);
	font-size: 17px;
	line-height: 1.8;
}

.home-redesign .full-guide-note {
	margin: 28px 0 0 116px;
	padding: 20px 22px;
	border: 1px solid rgba(255, 182, 72, 0.3);
	border-radius: var(--radius-sm);
	background: rgba(255, 182, 72, 0.08);
	color: var(--text-soft);
	box-shadow: none;
}

.home-redesign .faq-section {
	background: var(--bg-deep);
}

.home-redesign .faq-section .section-heading-row {
	width: min(100%, 900px);
	margin-inline: auto;
}

.home-redesign .faq-section .faq-grid {
	grid-template-columns: 1fr;
	max-width: 900px;
}

/* Layout authority: neutralise the legacy universal card palette. */
.home-redesign .quick-card {
	border-color: var(--border-dark) !important;
	background: var(--bg-card) !important;
	box-shadow: none !important;
}

.home-redesign .quick-card:nth-child(2),
.home-redesign .quick-card:nth-child(5),
.home-redesign .quick-card:nth-child(8) {
	background: linear-gradient(145deg, rgba(55, 167, 255, 0.12), var(--bg-card) 64%) !important;
}

.home-redesign .feature-card,
.home-redesign .timeline-step {
	border-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
}

.home-redesign .entry-action-card {
	border-color: transparent !important;
	background: var(--bg-section) !important;
	box-shadow: none !important;
}

.home-redesign .entry-action-card:nth-child(2) {
	background: #102234 !important;
}

.home-redesign .game-visual-card {
	border-color: var(--border-dark) !important;
	background: var(--bg-card) !important;
	box-shadow: none !important;
}

.home-redesign .bonus-preview-panel,
.home-redesign .payment-preview-panel,
.home-redesign .responsible-highlight {
	box-shadow: none !important;
}

.home-redesign .bonus-preview-panel {
	border-color: var(--border-dark) !important;
	background: linear-gradient(145deg, rgba(255, 157, 46, 0.08), var(--bg-card) 50%) !important;
}

.home-redesign .payment-preview-panel {
	border-color: var(--border-dark) !important;
	background: linear-gradient(145deg, rgba(55, 167, 255, 0.09), var(--bg-card) 50%) !important;
}

.home-redesign .bonus-rule-card,
.home-redesign .payment-check-card,
.home-redesign .review-card,
.home-redesign .full-guide-chapter {
	background: transparent !important;
	box-shadow: none !important;
}

.home-redesign .responsible-highlight {
	border-color: var(--border-light) !important;
	background: #eaf1f4 !important;
}

.home-redesign .full-guide-chapter {
	border-color: var(--border-dark) !important;
}

.home-redesign .faq-grid .faq-item {
	border-color: var(--border-dark) !important;
	background: rgba(255, 255, 255, 0.035) !important;
	box-shadow: none !important;
}

/*
 * Quick Facts layout authority.
 * Use tbody as the only grid layer so the semantic table cannot collapse into
 * the first grid cell when legacy table/card rules are present.
 */
.home-redesign .quick-facts-section {
	padding: 42px 0 !important;
	background:
		linear-gradient(90deg, rgba(123, 220, 54, 0.035), transparent 34%),
		var(--bg-section) !important;
}

.home-redesign .brand-summary--facts {
	display: grid !important;
	grid-template-columns: minmax(270px, 300px) minmax(0, 1fr) !important;
	gap: 0 !important;
	align-items: stretch !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--border-dark) !important;
	border-radius: var(--radius-lg) !important;
	background: rgba(7, 17, 29, 0.62) !important;
}

.home-redesign .brand-summary--facts .brand-summary__copy {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 0 !important;
	padding: 30px !important;
	border: 0 !important;
	border-right: 1px solid var(--border-dark) !important;
	border-radius: 0 !important;
	background:
		radial-gradient(circle at 16% 18%, rgba(123, 220, 54, 0.12), transparent 34%),
		linear-gradient(145deg, #132c25, #102234) !important;
}

.home-redesign .brand-summary--facts .brand-summary__copy .eyebrow {
	width: max-content;
	margin: 0 0 12px !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--brand-green) !important;
}

.home-redesign .brand-summary--facts .brand-summary__copy h2 {
	max-width: 260px;
	margin: 0 0 14px !important;
	color: var(--text-main) !important;
	font-size: clamp(28px, 2.5vw, 36px) !important;
	line-height: 1.05 !important;
}

.home-redesign .brand-summary--facts .brand-summary__copy p:not(.eyebrow) {
	max-width: 260px;
	margin: 0 !important;
	color: var(--text-soft) !important;
	font-size: 15px !important;
	line-height: 1.62 !important;
}

.home-redesign .brand-summary--facts .table-scroll {
	display: flex !important;
	align-items: center;
	align-self: stretch !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 18px !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.home-redesign .brand-summary--facts .quick-facts-table {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.home-redesign .brand-summary--facts .quick-facts-table tbody {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	grid-auto-flow: row dense;
	gap: 10px !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
}

.home-redesign .brand-summary--facts .quick-facts-table tr {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto 1fr;
	align-content: start !important;
	gap: 9px !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 96px;
	height: auto !important;
	margin: 0 !important;
	padding: 15px 16px !important;
	overflow: hidden;
	border: 1px solid var(--border-dark) !important;
	border-radius: var(--radius-sm) !important;
	background: rgba(255, 255, 255, 0.045) !important;
	box-shadow: none !important;
}

.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(4) {
	grid-column: span 3;
	background: linear-gradient(135deg, rgba(55, 167, 255, 0.1), rgba(255, 255, 255, 0.035)) !important;
}

.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(n+5) {
	grid-column: span 2;
}

.home-redesign .brand-summary--facts .quick-facts-table th,
.home-redesign .brand-summary--facts .quick-facts-table td {
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	overflow-wrap: anywhere;
}

.home-redesign .brand-summary--facts .quick-facts-table th {
	color: var(--brand-orange) !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: 0.07em;
	line-height: 1.2 !important;
	text-transform: uppercase;
	white-space: normal !important;
}

.home-redesign .brand-summary--facts .quick-facts-table td {
	color: var(--text-main) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.4 !important;
}

@media (max-width: 900px) {
	.home-redesign .brand-summary--facts {
		grid-template-columns: 1fr !important;
	}

	.home-redesign .brand-summary--facts .brand-summary__copy {
		padding: 26px !important;
		border-right: 0 !important;
		border-bottom: 1px solid var(--border-dark) !important;
	}

	.home-redesign .brand-summary--facts .brand-summary__copy h2,
	.home-redesign .brand-summary--facts .brand-summary__copy p:not(.eyebrow) {
		max-width: 720px;
	}

	.home-redesign .brand-summary--facts .quick-facts-table tbody {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(4) {
		grid-column: span 3;
	}

	.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(n+5) {
		grid-column: span 1;
	}
}

@media (max-width: 560px) {
	.home-redesign .quick-facts-section {
		padding: 28px 0 !important;
	}

	.home-redesign .brand-summary--facts {
		border-radius: var(--radius-md) !important;
	}

	.home-redesign .brand-summary--facts .brand-summary__copy {
		padding: 22px !important;
	}

	.home-redesign .brand-summary--facts .brand-summary__copy h2 {
		font-size: 28px !important;
	}

	.home-redesign .brand-summary--facts .brand-summary__copy p:not(.eyebrow) {
		font-size: 15px !important;
	}

	.home-redesign .brand-summary--facts .table-scroll {
		padding: 12px !important;
	}

	.home-redesign .brand-summary--facts .quick-facts-table tbody {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	.home-redesign .brand-summary--facts .quick-facts-table tr {
		min-height: 84px;
		padding: 13px !important;
	}

	.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(4),
	.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(6),
	.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(7) {
		grid-column: span 2;
	}

	.home-redesign .brand-summary--facts .quick-facts-table tr:nth-child(5) {
		grid-column: span 1;
	}
}
