.dnc-hero {
	position: relative;
	isolation: isolate;
	margin-block: 0;
	padding: 44px 0 22px;
	overflow: hidden;
	background-color: #fff;
	background-image: var(--dnc-hero-background, none);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
	color: #313642;
}

.dnc-hero::before {
	position: absolute;
	z-index: -1;
	top: 160px;
	left: 18%;
	width: 780px;
	height: 620px;
	transform: rotate(-13deg);
	background:
		radial-gradient(ellipse at 86% 80%, transparent 0 53%, rgba(246, 173, 25, 0.13) 53.2% 53.45%, transparent 53.7% 60%, rgba(246, 173, 25, 0.4) 60.2% 60.6%, transparent 60.85%),
		radial-gradient(ellipse at 82% 84%, rgba(255, 210, 85, 0.12), transparent 62%);
	content: '';
	pointer-events: none;
}

.dnc-hero__inner {
	width: min(calc(100% - 9rem), 1408px);
	margin-inline: auto;
}

.dnc-hero__grid {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, 1.2fr) minmax(500px, 0.92fr);
	grid-template-rows: auto auto auto;
	column-gap: clamp(2.5rem, 5vw, 5.5rem);
	row-gap: 2rem;
}

.dnc-hero__content {
	grid-column: 1;
	grid-row: 1;
	padding-top: 1px;
}

.dnc-hero__eyebrow {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 0.7rem;
	padding: 0.35rem 1.05rem;
	border: 1px solid #dedfe3;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #111318;
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.005em;
}

.dnc-hero__eyebrow > span {
	width: 11px;
	height: 11px;
	flex: 0 0 11px;
	border-radius: 50%;
	background: #f6ad19;
}

.dnc-hero__title {
	max-width: 740px;
	margin: 1.65rem 0 1rem;
	color: #111318;
	font-size: clamp(3.5rem, 4.35vw, 4.35rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.dnc-hero__title span {
	color: #eea311;
}

.dnc-hero__summary {
	max-width: 660px;
	font-size: 1.08rem;
	line-height: 1.65;
}

.dnc-hero__summary p,
.dnc-hero__card-description p {
	margin: 0;
}

.dnc-hero__actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-top: 1.7rem;
}

.dnc-hero__button,
.dnc-hero__visit {
	display: inline-flex;
	height: 64px;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	padding-inline: 2rem;
	border-radius: 12px;
	color: #111318;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.dnc-hero__button:hover,
.dnc-hero__button:focus-visible,
.dnc-hero__visit:hover,
.dnc-hero__visit:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.dnc-hero__button svg,
.dnc-hero__visit svg {
	width: 25px;
	height: 25px;
	flex: 0 0 auto;
}

.dnc-hero__button--primary {
	min-width: 294px;
	background: linear-gradient(90deg, #f7ad19, #ffd466);
	box-shadow: 0 10px 20px rgba(238, 163, 17, 0.12);
}

.dnc-hero__button--secondary {
	min-width: 212px;
	border: 1px solid #d8dbe0;
	background: rgba(255, 255, 255, 0.86);
}

.dnc-hero__recommendation-wrap {
	position: relative;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.dnc-hero__card {
	position: relative;
	min-height: 600px;
	padding: 37px 40px 45px;
	overflow: hidden;
	border: 1px solid #e2e3e6;
	border-radius: 38px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 50px rgba(17, 19, 24, 0.09);
}

.dnc-hero__pick-label {
	position: relative;
	z-index: 2;
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 0.65rem;
	padding: 0.3rem 1.2rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #f8b724, #ffd667);
	color: #111318;
	font-size: 0.85rem;
	font-weight: 700;
}

.dnc-hero__pick-label > span {
	font-size: 0.85rem;
}

.dnc-hero__card-art {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: -3px;
	width: 230px;
	pointer-events: none;
}

.dnc-hero__card-art-image,
.dnc-hero__card-art-placeholder {
	width: 100%;
	height: auto;
}

.dnc-hero__casino {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 125px;
	align-items: flex-end;
	gap: 1.4rem;
	padding-top: 1.55rem;
}

.dnc-hero__casino-logo {
	display: grid;
	width: 94px;
	height: 94px;
	flex: 0 0 94px;
	place-items: center;
	overflow: hidden;
	border-radius: 20px;
	background: linear-gradient(145deg, #8742ff, #4615ce);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.35), 0 10px 24px rgba(76, 26, 203, 0.2);
	color: #fff;
}

.dnc-hero__casino-logo > span {
	font-size: 3.3rem;
	font-weight: 700;
}

.dnc-hero__casino-logo-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dnc-hero__casino-info {
	min-width: 0;
	padding-bottom: 0.25rem;
}

.dnc-hero__casino-info h2 {
	margin: 0 0 0.5rem;
	color: #111318;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.dnc-hero__rating {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	white-space: nowrap;
}

.dnc-hero__rating > span {
	color: #f6ad19;
	font-size: 1.25rem;
}

.dnc-hero__rating strong {
	color: #111318;
	font-size: 0.95rem;
}

.dnc-hero__rating em {
	color: #e39b00;
	font-size: 0.93rem;
	font-style: normal;
}

.dnc-hero__card-description {
	position: relative;
	z-index: 2;
	margin-top: 2.2rem;
	font-size: 1.05rem;
	line-height: 1.65;
}

.dnc-hero__bonus {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 90px;
	justify-content: center;
	flex-direction: column;
	margin-top: 1.65rem;
	padding: 0.75rem 1.15rem;
	border: 1px solid #dddfe3;
	border-radius: 12px;
	background: rgba(250, 250, 250, 0.8);
}

.dnc-hero__bonus strong {
	color: #111318;
	font-size: 1.35rem;
	line-height: 1.25;
}

.dnc-hero__bonus span {
	margin-top: 0.2rem;
	color: #dc9300;
	font-size: 1rem;
}

.dnc-hero__visit {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 1.65rem;
	background: linear-gradient(90deg, #f7ad19, #ffd466);
	box-shadow: 0 10px 20px rgba(238, 163, 17, 0.12);
}

.dnc-hero__chip-art {
	position: absolute;
	z-index: 3;
	bottom: -124px;
	left: calc(-100vw + 650px);
	width: 205px;
	pointer-events: none;
}

.dnc-hero__chip-image,
.dnc-hero__chip-placeholder {
	width: 100%;
	height: auto;
}

.dnc-hero__trust {
	display: flex;
	align-items: center;
	grid-column: 1;
	grid-row: 2;
	gap: 0;
	padding-top: 0.15rem;
}

.dnc-hero__trust-item {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 0.75rem;
	padding-right: 1.5rem;
	color: #111318;
	font-size: 0.9rem;
}

.dnc-hero__trust-item + .dnc-hero__trust-item {
	padding-left: 1.5rem;
	border-left: 1px solid #e1e3e6;
}

.dnc-hero__trust-icon {
	display: grid;
	width: 43px;
	height: 43px;
	flex: 0 0 43px;
	place-items: center;
	border: 1px solid #e7e8eb;
	border-radius: 50%;
	background: #fff;
	color: #f1a400;
}

.dnc-hero__trust-icon svg {
	width: 28px;
	height: 28px;
}

.dnc-hero__trust-image,
.dnc-hero__stat-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dnc-hero__stats {
	display: grid;
	min-height: 130px;
	align-items: center;
	grid-column: 1 / -1;
	grid-row: 3;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0.25rem;
	padding: 1.2rem 2.4rem;
	border: 1px solid #e1e3e6;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.88);
}

.dnc-hero__stat {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: center;
	gap: 1.35rem;
	padding-inline: 1.5rem;
}

.dnc-hero__stat + .dnc-hero__stat {
	border-left: 1px solid #e1e3e6;
}

.dnc-hero__stat-icon {
	display: grid;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	place-items: center;
	color: #efa100;
}

.dnc-hero__stat-icon svg {
	width: 48px;
	height: 48px;
}

.dnc-hero__stat > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.dnc-hero__stat strong {
	color: #111318;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.dnc-hero__stat span:not(.dnc-hero__stat-icon) {
	margin-top: 0.35rem;
	font-size: 0.87rem;
	line-height: 1.35;
}

@media (max-width: 1280px) and (min-width: 1101px) {
	.dnc-hero__inner {
		width: calc(100% - 4rem);
	}

	.dnc-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(465px, 0.9fr);
		column-gap: 2.5rem;
	}

	.dnc-hero__title {
		font-size: 3.55rem;
	}

	.dnc-hero__button--primary {
		min-width: 260px;
	}

	.dnc-hero__button--secondary {
		min-width: 190px;
	}

	.dnc-hero__card {
		padding-inline: 32px;
	}

	.dnc-hero__stat {
		gap: 0.8rem;
		padding-inline: 0.8rem;
	}
}

@media (max-width: 1100px) {
	.dnc-hero {
		padding: 28px 0 18px;
	}

	.dnc-hero::before {
		top: 180px;
		left: 28%;
		width: 780px;
		height: 600px;
	}

	.dnc-hero__inner {
		width: min(calc(100% - 3rem), 790px);
	}

	.dnc-hero__grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto;
		row-gap: 2.2rem;
	}

	.dnc-hero__content,
	.dnc-hero__recommendation-wrap,
	.dnc-hero__trust,
	.dnc-hero__stats {
		grid-column: 1;
		grid-row: auto;
	}

	.dnc-hero__content {
		max-width: 640px;
	}

	.dnc-hero__eyebrow {
		min-height: 42px;
		font-size: 0.9rem;
	}

	.dnc-hero__title {
		margin-top: 1.75rem;
		font-size: clamp(3.2rem, 7.4vw, 4rem);
		line-height: 1.05;
	}

	.dnc-hero__summary {
		max-width: 590px;
		font-size: 1.12rem;
		line-height: 1.7;
	}

	.dnc-hero__actions {
		max-width: 548px;
		align-items: stretch;
		flex-direction: column;
		gap: 1.2rem;
	}

	.dnc-hero__button {
		width: 100%;
		min-width: 0;
	}

	.dnc-hero__recommendation-wrap {
		width: min(100%, 720px);
		margin: 1rem auto 0;
	}

	.dnc-hero__card {
		min-height: 0;
		padding: 34px 39px 40px;
		border-radius: 26px;
	}

	.dnc-hero__card-art {
		top: -20px;
		right: 4px;
		width: 238px;
	}

	.dnc-hero__casino {
		min-height: 112px;
		padding-top: 1.2rem;
	}

	.dnc-hero__card-description {
		margin-top: 1.7rem;
	}

	.dnc-hero__chip-art {
		top: -24px;
		bottom: auto;
		left: -118px;
		width: 205px;
	}

	.dnc-hero__trust {
		justify-content: center;
		padding-top: 0;
	}

	.dnc-hero__trust-item {
		padding-right: 1.35rem;
	}

	.dnc-hero__trust-item + .dnc-hero__trust-item {
		padding-left: 1.35rem;
	}

	.dnc-hero__stats {
		min-height: 175px;
		margin-top: 0;
		padding: 1rem 1.2rem;
		border-radius: 22px;
	}

	.dnc-hero__stat {
		align-items: center;
		flex-direction: column;
		gap: 0.6rem;
		padding-inline: 0.8rem;
		text-align: center;
	}

	.dnc-hero__stat-icon {
		width: 45px;
		height: 45px;
		flex-basis: 45px;
	}

	.dnc-hero__stat-icon svg {
		width: 42px;
		height: 42px;
	}

	.dnc-hero__stat strong {
		font-size: 1.65rem;
	}

	.dnc-hero__stat span:not(.dnc-hero__stat-icon) {
		font-size: 0.78rem;
	}
}

@media (max-width: 620px) {
	.dnc-hero {
		padding-top: 24px;
	}

	.dnc-hero__inner {
		width: calc(100% - 2rem);
	}

	.dnc-hero__grid {
		row-gap: 1.75rem;
	}

	.dnc-hero__eyebrow {
		max-width: 100%;
		min-height: 36px;
		padding-inline: 0.8rem;
		font-size: clamp(0.67rem, 3vw, 0.8rem);
	}

	.dnc-hero__eyebrow > span {
		width: 9px;
		height: 9px;
		flex-basis: 9px;
	}

	.dnc-hero__title {
		margin: 1.35rem 0 0.9rem;
		font-size: clamp(2.55rem, 11.5vw, 3.45rem);
		letter-spacing: -0.06em;
	}

	.dnc-hero__summary {
		font-size: 1rem;
		line-height: 1.65;
	}

	.dnc-hero__actions {
		max-width: none;
		margin-top: 1.4rem;
	}

	.dnc-hero__button {
		height: 58px;
		font-size: 1rem;
	}

	.dnc-hero__recommendation-wrap {
		margin-top: 1rem;
	}

	.dnc-hero__card {
		padding: 26px 20px 26px;
		border-radius: 22px;
	}

	.dnc-hero__pick-label {
		min-height: 32px;
		padding-inline: 0.85rem;
		font-size: 0.72rem;
	}

	.dnc-hero__card-art {
		top: -8px;
		right: -24px;
		width: 190px;
	}

	.dnc-hero__casino {
		min-height: 102px;
		gap: 1rem;
		padding-top: 1rem;
	}

	.dnc-hero__casino-logo {
		width: 70px;
		height: 70px;
		flex-basis: 70px;
		border-radius: 16px;
	}

	.dnc-hero__casino-logo > span {
		font-size: 2.5rem;
	}

	.dnc-hero__casino-info h2 {
		font-size: 1.55rem;
	}

	.dnc-hero__rating {
		flex-wrap: wrap;
		gap: 0.35rem 0.5rem;
		white-space: normal;
	}

	.dnc-hero__rating em {
		font-size: 0.82rem;
	}

	.dnc-hero__card-description {
		margin-top: 1.25rem;
		font-size: 0.95rem;
		line-height: 1.55;
	}

	.dnc-hero__bonus {
		min-height: 78px;
		margin-top: 1.25rem;
	}

	.dnc-hero__bonus strong {
		font-size: 1.2rem;
	}

	.dnc-hero__visit {
		height: 58px;
		margin-top: 1.2rem;
		font-size: 1rem;
	}

	.dnc-hero__chip-art {
		top: -12px;
		left: -88px;
		width: 155px;
	}

	.dnc-hero__trust {
		align-items: stretch;
		justify-content: center;
	}

	.dnc-hero__trust-item {
		min-width: 0;
		align-items: center;
		flex: 1;
		gap: 0.5rem;
		padding-right: 0.65rem;
		font-size: 0.72rem;
		line-height: 1.25;
	}

	.dnc-hero__trust-item + .dnc-hero__trust-item {
		padding-left: 0.65rem;
	}

	.dnc-hero__trust-icon {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	.dnc-hero__trust-icon svg {
		width: 25px;
		height: 25px;
	}

	.dnc-hero__stats {
		min-height: 150px;
		padding: 0.9rem 0.35rem;
		border-radius: 18px;
	}

	.dnc-hero__stat {
		gap: 0.4rem;
		padding-inline: 0.3rem;
	}

	.dnc-hero__stat-icon {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.dnc-hero__stat-icon svg {
		width: 34px;
		height: 34px;
	}

	.dnc-hero__stat strong {
		font-size: clamp(1.15rem, 5vw, 1.5rem);
	}

	.dnc-hero__stat span:not(.dnc-hero__stat-icon) {
		font-size: 0.66rem;
		line-height: 1.25;
	}
}

@media (max-width: 420px) {
	.dnc-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.dnc-hero__stat {
		min-height: 118px;
		padding: 0.75rem;
	}

	.dnc-hero__stat + .dnc-hero__stat {
		border-left: 0;
	}

	.dnc-hero__stat:nth-child(even) {
		border-left: 1px solid #e1e3e6;
	}

	.dnc-hero__stat:nth-child(n + 3) {
		border-top: 1px solid #e1e3e6;
	}
}

