/**
 * Ana sayfa — ortak premium shell + kalan bölümler
 */

.page-home {
	--hp-accent: #7c8cff;
	--hp-accent-2: #22d3ee;
	--hp-warm: #fbbf24;
	--hp-card: rgba(255, 255, 255, 0.92);
	--hp-card-strong: #ffffff;
	--hp-border: rgba(148, 163, 184, 0.22);
	--hp-text: #0f172a;
	--hp-muted: #64748b;
}

:root[data-theme="dark"] .page-home,
body.dark .page-home {
	--hp-card: rgba(15, 23, 42, 0.82);
	--hp-card-strong: rgba(18, 27, 46, 0.96);
	--hp-border: rgba(148, 163, 184, 0.14);
	--hp-text: #f8fafc;
	--hp-muted: #94a3b8;
	--hp-accent: #8b9bff;
}

.page-home .best-sellers-showcase {
	padding: 0.75rem 0 !important;
	margin-bottom: 0 !important;
}

/* ── Ortak shell ── */
.page-home .hm-premium-block {
	padding: 0.75rem 0;
	float: none !important;
	background: transparent !important;
	border-bottom: none !important;
}

.page-home .hm-premium-wrap {
	position: relative;
}

.page-home .hm-premium-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	z-index: 0;
	opacity: 0.5;
}

.page-home .hm-premium-glow--a {
	width: 260px;
	height: 260px;
	top: -30px;
	left: -50px;
	background: rgba(76, 103, 255, 0.32);
}

.page-home .hm-premium-glow--b {
	width: 200px;
	height: 200px;
	top: 10px;
	right: -30px;
	background: rgba(34, 211, 238, 0.18);
}

.page-home .hm-premium-shell {
	position: relative;
	z-index: 1;
	border-radius: 28px;
	border: 1px solid var(--hp-border);
	background: linear-gradient(180deg, var(--hp-card-strong), var(--hp-card));
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

:root[data-theme="dark"] .page-home .hm-premium-shell,
body.dark .page-home .hm-premium-shell {
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.page-home .hm-premium-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 22px 22px 18px;
	background: linear-gradient(180deg, color-mix(in srgb, var(--hp-card-strong) 96%, var(--hp-accent) 4%), var(--hp-card));
	border-bottom: 1px solid var(--hp-border);
}

.page-home .hm-premium-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hp-text);
	background: color-mix(in srgb, var(--hp-accent) 10%, var(--hp-card-strong));
	border: 1px solid var(--hp-border);
}

.page-home .hm-premium-eyebrow i {
	color: var(--hp-warm);
	font-size: 14px;
}

.page-home .hm-premium-title {
	margin: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--hp-text);
}

.page-home .hm-premium-subtitle {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--hp-muted);
	max-width: 520px;
}

.page-home .hm-premium-head-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.page-home .hm-premium-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: var(--hp-text);
	background: color-mix(in srgb, var(--hp-accent) 8%, var(--hp-card-strong));
	border: 1px solid var(--hp-border);
}

.page-home .hm-premium-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 16px;
	border-radius: 14px;
	font-size: 13px;
	font-weight: 800;
	color: var(--hp-text) !important;
	text-decoration: none !important;
	background: color-mix(in srgb, var(--hp-accent) 10%, var(--hp-card-strong));
	border: 1px solid var(--hp-border);
	transition: transform 0.2s, background 0.2s;
	white-space: nowrap;
}

.page-home .hm-premium-link:hover {
	transform: translateY(-2px);
	background: color-mix(in srgb, var(--hp-accent) 16%, var(--hp-card-strong));
	color: var(--hp-text) !important;
}

.page-home .hm-premium-body {
	padding: 18px 18px 22px;
}

.page-home .hm-premium-body--flush-top {
	padding-top: 18px;
}

.page-home .hm-epin-shell .game-list-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.page-home .hm-epin-shell .game-tabs-viewport {
	flex: 1 1 auto;
	height: auto;
	max-height: none;
	min-height: 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.page-home .hm-epin-shell .game-tabs-viewport {
		flex: 0 0 504px;
		height: 504px;
		max-height: 504px;
		min-height: 504px;
	}
}

.page-home .hm-epin-shell .game-tabs-controls {
	margin-top: auto;
	flex-shrink: 0;
	padding-top: 0.85rem;
}

@media (min-width: 992px) {
	.page-home .hm-epin-shell .tab-content {
		height: 100%;
	}
}

@media (max-width: 991.98px) {
	.page-home .hm-epin-shell .tab-content {
		height: auto !important;
		min-height: 0 !important;
	}
}

.page-home .hm-epin-shell .tab-pane > .row.g-3:last-child {
	margin-bottom: 0;
}

/* Vitrin empty state */
.page-home .ilan-showcase__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 28px 16px;
	margin: 8px 0;
	border-radius: 18px;
	border: 1px dashed var(--hp-border);
	background: rgba(76, 103, 255, 0.04);
	text-align: center;
}

.page-home .ilan-showcase__empty i {
	font-size: 32px;
	color: var(--hp-muted);
	opacity: 0.7;
}

.page-home .ilan-showcase__empty p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--hp-muted);
}

.page-home .ilan-vitrin-more-wrap {
	padding-top: 4px;
}

.page-home .hm_vitrinsection .hmilan_list--empty {
	padding: 8px 0 4px !important;
	min-height: 0 !important;
}

/* ═══ Günün Fırsatları ═══ */
.page-home .hm-gunun-firsatlari .gf-card {
	border-radius: 20px !important;
	border: 1px solid var(--hp-border) !important;
	background: var(--hp-card-strong) !important;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
	transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.page-home .hm-gunun-firsatlari .gf-card:hover {
	transform: translateY(-4px);
	border-color: rgba(76, 103, 255, 0.28) !important;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1) !important;
}

.page-home .hm-gunun-firsatlari .gf-card__badge {
	background: linear-gradient(135deg, #ef4444, #dc2626) !important;
	font-size: 10px !important;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.page-home .hm-gunun-firsatlari .gf-card__price {
	color: var(--hp-accent) !important;
}

/* ═══ Popüler Mağazalar ═══ */
.page-home .hm-store-v2 {
	padding: 0.75rem 0 !important;
}

.page-home .hm-store-v2__grid {
	padding: 0;
}

.page-home .hm-store-v2__card {
	position: relative;
	height: 100%;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	overflow: hidden;
	background: var(--hp-card-strong);
	border: 1px solid rgba(76, 103, 255, 0.12);
	box-shadow: 0 26px 48px rgba(17, 24, 39, 0.1);
	transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.page-home .hm-store-v2__card:hover {
	transform: translateY(-5px);
	border-color: rgba(76, 103, 255, 0.2);
	box-shadow: 0 30px 56px rgba(17, 24, 39, 0.14);
}

.page-home .hm-store-v2__cover {
	position: relative;
	flex: 1 1 auto;
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 300px;
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.08) 0%, rgba(17, 24, 39, 0.55) 100%),
		var(--store-cover) center/cover no-repeat;
}

.page-home .hm-store-v2__shine {
	position: absolute;
	inset: auto -10% -30% auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 72%);
	pointer-events: none;
}

.page-home .hm-store-v2__top {
	position: relative;
	z-index: 1;
}

.page-home .hm-store-v2__label {
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(18, 26, 44, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.page-home .hm-store-v2__profile {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	gap: 14px;
}

.page-home .hm-store-v2__avatar {
	width: 92px;
	height: 92px;
	min-width: 92px;
	border-radius: 26px;
	overflow: hidden;
	background: #fff;
	border: 4px solid rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 32px rgba(0, 0, 0, 0.18);
}

.page-home .hm-store-v2__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-home .hm-store-v2__meta {
	padding: 16px 18px;
	flex: 1 1 auto;
	border-radius: 24px;
	background: rgba(12, 18, 31, 0.54);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-home .hm-store-v2__meta h3 {
	margin: 0;
	color: #fff;
	font-size: 23px;
	line-height: 1.15;
	font-weight: 900;
}

.page-home .hm-store-v2__meta p {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
}

.page-home .hm-store-v2__footer {
	padding: 16px 18px 18px;
	background: linear-gradient(180deg, rgba(241, 245, 255, 0.68) 0%, rgba(255, 255, 255, 1) 100%);
	border-top: 1px solid rgba(76, 103, 255, 0.08);
}

.page-home .hm-store-v2__cta {
	min-height: 56px;
	padding: 0 20px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	text-decoration: none;
	color: #17223f;
	font-size: 16px;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(76, 103, 255, 0.14);
	box-shadow: 0 14px 28px rgba(28, 39, 78, 0.08);
	transition: all 0.2s;
}

.page-home .hm-store-v2__cta i {
	width: 34px;
	height: 34px;
	min-width: 34px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--store-accent);
	color: #fff;
	font-size: 16px;
}

.page-home .hm-store-v2__cta:hover {
	transform: translateY(-2px);
	color: #17223f;
	border-color: rgba(76, 103, 255, 0.22);
}

:root[data-theme="dark"] .page-home .hm-store-v2__card,
body.dark .page-home .hm-store-v2__card {
	background: #12182a;
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 52px rgba(0, 0, 0, 0.32);
}

:root[data-theme="dark"] .page-home .hm-store-v2__footer,
body.dark .page-home .hm-store-v2__footer {
	background: linear-gradient(180deg, rgba(23, 31, 55, 0.72) 0%, rgba(18, 24, 42, 1) 100%);
	border-top-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .page-home .hm-store-v2__cta,
body.dark .page-home .hm-store-v2__cta {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
	color: #f4f7ff;
	box-shadow: none;
}

@media (max-width: 575.98px) {
	.page-home .hm-store-v2__card {
		min-height: 340px;
		border-radius: 20px;
	}

	.page-home .hm-store-v2__cover {
		min-height: 270px;
		padding: 14px;
	}

	.page-home .hm-store-v2__avatar {
		width: 78px;
		height: 78px;
		min-width: 78px;
		border-radius: 22px;
	}

	.page-home .hm-store-v2__meta h3 {
		font-size: 19px;
	}
}

/* ═══ Yayıncılar ═══ */
.page-home .hm-yayinci-showcase .yayinlist {
	padding: 0;
}

.page-home .hm-yayinci-showcase .yayinciitem {
	height: 100%;
	padding: 16px;
	border-radius: 22px;
	border: 1px solid var(--hp-border);
	background: var(--hp-card-strong);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
	transition: transform 0.22s, box-shadow 0.22s;
	text-align: center;
}

.page-home .hm-yayinci-showcase .yayinciitem:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.page-home .hm-yayinci-showcase .yayinciitem .img {
	width: 88px;
	height: 88px;
	margin: 0 auto 12px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(76, 103, 255, 0.25);
	box-shadow: 0 8px 20px rgba(76, 103, 255, 0.15);
}

.page-home .hm-yayinci-showcase .yayinciitem .img img,
.page-home .hm-yayinci-showcase .yayinciitem .img span {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
}

.page-home .hm-yayinci-showcase .yayinciitem h3 {
	font-size: 15px;
	font-weight: 800;
	color: var(--hp-text);
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
}

.page-home .hm-yayinci-showcase .onlinestatus .circle {
	width: 8px;
	height: 8px;
	background: #22c55e;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.page-home .hm-yayinci-showcase .yayinbtn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 14px;
	font-size: 13px;
	font-weight: 800;
	color: #fff !important;
	text-decoration: none !important;
	background: linear-gradient(135deg, #9146ff, #772ce8);
	margin-bottom: 10px;
}

.page-home .hm-yayinci-showcase .social ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-home .hm-yayinci-showcase .social a {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--hp-muted);
	background: rgba(76, 103, 255, 0.08);
	border: 1px solid var(--hp-border);
	transition: color 0.2s, background 0.2s;
}

.page-home .hm-yayinci-showcase .social a:hover {
	color: var(--hp-accent);
	background: rgba(76, 103, 255, 0.14);
}

/* ═══ Avantajlar ═══ */
.page-home .hm-how-showcase .hmhowsection,
.page-home .hm-how-showcase.hmhowsection {
	background: transparent !important;
	padding: 0 !important;
}

.page-home .hm-how-showcase .bgicon {
	display: none;
}

.page-home .hm-how-showcase .hm-premium-body > h3,
.page-home .hm-how-showcase .hm-premium-body > h6 {
	display: none;
}

.page-home .hm-how-showcase .item {
	height: 100%;
	padding: 22px 18px;
	border-radius: 22px;
	border: 1px solid var(--hp-border);
	background: var(--hp-card-strong);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
	transition: transform 0.22s;
	text-align: center;
}

.page-home .hm-how-showcase .item:hover {
	transform: translateY(-3px);
}

.page-home .hm-how-showcase .item .icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--hp-accent);
	background: rgba(76, 103, 255, 0.12);
}

.page-home .hm-how-showcase .item h5 {
	font-size: 16px;
	font-weight: 800;
	color: var(--hp-text);
	margin: 0 0 6px;
}

.page-home .hm-how-showcase .item > span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: var(--hp-accent);
	margin-bottom: 10px;
}

.page-home .hm-how-showcase .item p {
	font-size: 13px;
	line-height: 1.55;
	color: var(--hp-muted);
	margin: 0;
}

/* ═══ SSS ═══ */
.page-home .hm-faq-showcase.faqsection {
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
}

.page-home .hm-faq-showcase > h3 {
	display: none;
}

.page-home .hm-faq-showcase .accordion-item {
	border: 1px solid var(--hp-border) !important;
	border-radius: 16px !important;
	margin-bottom: 10px;
	overflow: hidden;
	background: var(--hp-card-strong) !important;
}

.page-home .hm-faq-showcase .accordion-button {
	font-size: 14px;
	font-weight: 700;
	color: var(--hp-text) !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 16px 18px;
}

.page-home .hm-faq-showcase .accordion-button:not(.collapsed) {
	color: var(--hp-accent) !important;
	background: rgba(76, 103, 255, 0.06) !important;
}

.page-home .hm-faq-showcase .accordion-body {
	font-size: 14px;
	line-height: 1.6;
	color: var(--hp-muted);
	padding: 0 18px 16px;
}

.page-home .hm-faq-showcase .pagealtdesc {
	margin-top: 18px;
	padding: 0 18px 22px;
}

.page-home .hm-faq-showcase .pagealtdesc .detail {
	border-radius: 18px;
	border: 1px solid var(--hp-border);
	background: rgba(76, 103, 255, 0.04);
	padding: 18px;
}

/* ═══ Kasalar başlık ═══ */
.page-home .hm-kasa-showcase .hmkasalarsection {
	background: transparent !important;
	padding: 0 !important;
}

.page-home .hm-kasa-showcase .hmkasalarsection > .container-xxl > .d-flex:first-child {
	display: none !important;
}

.page-home .hm-kasa-showcase .hm-premium-body {
	padding-top: 0;
}

/* ═══ Kategori tab / E-pin — shell uyumu ═══ */
.page-home .hm-ktgtab-section,
.page-home .quick-products-section {
	padding: 0.75rem 0 !important;
	margin-bottom: 0 !important;
}

.page-home .hm-ktgtab-section .ktgtab-header {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
}

.page-home .hm-ktgtab-shell .hm-premium-body {
	padding-top: 0;
}

.page-home .hm-epin-shell .quick-products-section > .container-xxl {
	padding-left: 18px;
	padding-right: 18px;
}

.page-home .hm-epin-shell .hm-premium-body {
	padding: 18px 18px 28px;
}

.page-home .hm-epin-shell .quick-products-layout {
	align-items: stretch;
	margin-bottom: 0;
}

/* ═══ Promo grid (besreklam) ═══ */
.page-home .hm-promo-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
}

.page-home .hm-promo-grid__side {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.page-home .hm-promo-grid__center {
	min-width: 0;
	display: flex;
}

.page-home .hm-promo-grid__center .hm-promo-grid__item {
	flex: 1;
	min-height: 100%;
}

.page-home .hm-promo-grid__item {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--hp-border);
	background: var(--hp-card-strong);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	transition: transform 0.22s, box-shadow 0.22s;
}

.page-home .hm-promo-grid__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(15, 23, 42, 0.15));
	opacity: 0;
	transition: opacity 0.22s;
	pointer-events: none;
}

.page-home .hm-promo-grid__item:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.page-home .hm-promo-grid__item:hover::after {
	opacity: 1;
}

.page-home .hm-promo-grid__item a {
	display: block;
	height: 100%;
}

.page-home .hm-promo-grid__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 120px;
}

.page-home .hm-promo-grid__side .hm-promo-grid__item {
	flex: 1;
	min-height: 0;
}

.page-home .hm-promo-grid__side .hm-promo-grid__item img {
	min-height: 140px;
}

.page-home .hm-promo-grid__center .hm-promo-grid__item img {
	min-height: 292px;
}

@media (max-width: 991.98px) {
	.page-home .hm-epin-shell .game-list-box {
		height: auto !important;
		min-height: 0 !important;
		align-self: flex-start;
	}

	.page-home .hm-epin-shell .quick-products-layout > [class*="col-"] {
		height: auto !important;
		align-self: flex-start;
	}

	.page-home .hm-epin-shell .game-tabs-controls {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	.page-home .hm-epin-shell .game-list-box {
		padding: 0.85rem 0.75rem 0.75rem;
	}

	.page-home .hm-epin-shell .game-list-box__eyebrow {
		margin-bottom: 0.55rem;
		padding: 0 0.15rem;
	}

	.page-home .hm-epin-shell .tab-content {
		height: auto !important;
		min-height: 0 !important;
	}

	.page-home .hm-epin-shell .quick-products-layout {
		row-gap: 0.75rem !important;
	}

	.page-home .hm-epin-shell .game-tabs-viewport {
		flex: 0 0 auto;
		height: auto;
		max-height: none;
		min-height: 0;
		overflow: hidden;
		margin: 0 -0.15rem;
		padding: 0 0.15rem;
	}

	.page-home .hm-epin-shell .game-tabs {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch;
		gap: 0.5rem;
		height: auto;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0.15rem 0 0;
		transform: none !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.page-home .hm-epin-shell .game-tabs::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.page-home .hm-epin-shell .game-tabs .nav-item {
		width: auto !important;
		flex: 0 0 auto;
		margin-bottom: 0 !important;
		scroll-snap-align: start;
	}

	.page-home .hm-epin-shell .game-tab-link {
		min-width: 0;
		width: auto !important;
		min-height: 48px;
		height: 48px;
		padding: 0.35rem 0.75rem 0.35rem 0.4rem !important;
		border-radius: 14px !important;
		gap: 0.55rem !important;
		border: 1px solid rgba(148, 163, 184, 0.18);
		background: rgba(255, 255, 255, 0.92);
	}

	.page-home .hm-epin-shell .game-tab-icon {
		width: 34px;
		height: 34px;
		flex: 0 0 34px;
		border-radius: 10px;
	}

	.page-home .hm-epin-shell .game-tab-link .fw-bold {
		font-size: 0.82rem !important;
		white-space: nowrap;
	}

	.page-home .hm-epin-shell .game-tabs-controls {
		display: none !important;
	}

	.page-home .hm-promo-grid {
		grid-template-columns: 1fr;
	}

	.page-home .hm-promo-grid__center {
		order: -1;
	}

	.page-home .hm-promo-grid__center .hm-promo-grid__item img {
		min-height: 200px;
		aspect-ratio: 16 / 9;
	}

	.page-home .hm-promo-grid__side {
		flex-direction: row;
	}

	.page-home .hm-promo-grid__side .hm-promo-grid__item {
		flex: 1;
	}

	.page-home .hm-premium-head {
		padding: 18px 16px 14px;
	}

	.page-home .hm-premium-body {
		padding: 14px 14px 18px;
	}
}

@media (max-width: 575.98px) {
	.page-home .hm-promo-grid__side {
		flex-direction: column;
	}

	.page-home .hm-yayinci-showcase .col-md-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
