/**
 * Ana sayfa premium blokları — vitrin, promo, trend
 */

.page-home .hm_vitrinsection,
.page-home .hmaltbanner_section,
.page-home .hmtrendcatsection {
	background: transparent !important;
	border-bottom: none !important;
	padding: 0.75rem 0 !important;
}

/* ═══════════════════════════════════════
   İLAN VİTRİNİ — premium shell
   ═══════════════════════════════════════ */
.page-home .ilan-showcase {
	--is-accent: #7c8cff;
	--is-accent-2: #22d3ee;
	--is-warm: #fbbf24;
	--is-card: rgba(255, 255, 255, 0.92);
	--is-card-strong: #ffffff;
	--is-border: rgba(148, 163, 184, 0.22);
	--is-text: #0f172a;
	--is-muted: #64748b;
	float: none !important;
}

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

.page-home .ilan-showcase__wrap {
	position: relative;
}

.page-home .ilan-showcase__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	z-index: 0;
	opacity: 0.55;
}

.page-home .ilan-showcase__glow--a {
	width: 280px;
	height: 280px;
	top: -40px;
	left: -60px;
	background: rgba(76, 103, 255, 0.35);
}

.page-home .ilan-showcase__glow--b {
	width: 220px;
	height: 220px;
	top: 20px;
	right: -40px;
	background: rgba(34, 211, 238, 0.22);
}

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

:root[data-theme="dark"] .page-home .ilan-showcase__shell,
body.dark .page-home .ilan-showcase__shell {
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

/* Hero başlık — her temada koyu gradient */
.page-home .ilan-showcase__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 22px 22px 18px;
	margin: 0;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.97), rgba(30, 41, 59, 0.92)),
		radial-gradient(circle at 100% 0%, rgba(76, 103, 255, 0.35), transparent 50%),
		radial-gradient(circle at 0% 100%, rgba(34, 211, 238, 0.15), transparent 45%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .ilan-showcase__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: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .ilan-showcase__eyebrow i {
	color: var(--is-warm);
	font-size: 14px;
}

.page-home .ilan-showcase__title {
	margin: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.page-home .ilan-showcase__subtitle {
	margin: 8px 0 0;
	max-width: 520px;
	font-size: 0.92rem;
	font-weight: 500;
	color: rgba(226, 232, 240, 0.8);
	line-height: 1.45;
}

.page-home .ilan-showcase__head-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.page-home .ilan-showcase__pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.08);
	white-space: nowrap;
}

.page-home .ilan-showcase__pill i {
	color: var(--is-accent-2);
	font-size: 14px;
}

/* Sekmeler */
.page-home .ilan-showcase__tabs-wrap {
	padding: 16px 18px 0;
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs,
.page-home .hm_vitrinsection .nav.ilan-vitrin-tabs {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 6px !important;
	list-style: none;
	border-radius: 18px;
	background: rgba(15, 23, 42, 0.04);
	border: 1px solid var(--is-border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .page-home .hm_vitrinsection .ilan-vitrin-tabs,
body.dark .page-home .hm_vitrinsection .ilan-vitrin-tabs {
	background: rgba(0, 0, 0, 0.22);
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-item {
	float: none !important;
	margin: 0 !important;
	min-width: 0;
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100% !important;
	min-height: 48px;
	padding: 10px 12px !important;
	border: 0 !important;
	border-radius: 14px !important;
	float: none !important;
	margin: 0 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
	color: var(--is-muted) !important;
	background: transparent !important;
	box-shadow: none !important;
	transition: all 0.22s ease;
	flex-flow: row !important;
	flex-wrap: nowrap !important;
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link .icon {
	width: 28px !important;
	height: 28px !important;
	min-width: 28px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	font-size: 15px !important;
	background: rgba(76, 103, 255, 0.1) !important;
	color: var(--is-accent) !important;
	float: none !important;
	margin: 0 !important;
	line-height: 1 !important;
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link span {
	float: none !important;
	display: block;
	min-height: 0 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link.active {
	color: #fff !important;
	background: linear-gradient(135deg, #4c67ff 0%, #2563eb 50%, #06b6d4 100%) !important;
	box-shadow: 0 10px 28px rgba(76, 103, 255, 0.38);
	transform: translateY(-1px);
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link.active .icon,
.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link.active span {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.18) !important;
}

.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link:not(.active):hover {
	color: var(--is-text) !important;
	background: rgba(76, 103, 255, 0.08) !important;
}

/* İçerik + kartlar */
.page-home .ilan-showcase__content {
	padding: 0 18px;
}

.page-home .hm_vitrinsection .hmilan_list {
	float: none !important;
	padding: 16px 0 8px !important;
	min-height: 0;
}

.page-home .hm_vitrinsection .hmilan_list > .row {
	--bs-gutter-x: 14px;
	--bs-gutter-y: 14px;
}

.page-home .hm_vitrinsection .overlay-container {
	display: none !important;
}

.page-home .hm_vitrinsection .card-top-container {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	pointer-events: none;
}

.page-home .hm_vitrinsection .left-big-header,
.page-home .hm_vitrinsection .left-big-header-yellow,
.page-home .hm_vitrinsection .left-big-header-red {
	min-height: 28px;
	padding: 0 11px !important;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
}

.page-home .hm_vitrinsection .left-big-header { background: rgba(15, 23, 42, 0.85) !important; }
.page-home .hm_vitrinsection .left-big-header-yellow { background: rgba(217, 119, 6, 0.9) !important; }
.page-home .hm_vitrinsection .left-big-header-red { background: rgba(220, 38, 38, 0.9) !important; }

.page-home .hm_vitrinsection .left-header-text,
.page-home .hm_vitrinsection #outer,
.page-home .hm_vitrinsection #loop {
	font-size: 10px !important;
	color: #fff !important;
	margin: 0 !important;
}

.page-home .hm_vitrinsection #loop {
	animation: none !important;
}

.page-home .hm_vitrinsection .showcase-container {
	height: 100%;
}

.page-home .hm_vitrinsection .ilanitem,
.page-home .hm_vitrinsection .ilanitem-height {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 22px;
	overflow: hidden;
	background: linear-gradient(180deg, var(--is-card-strong), var(--is-card));
	border: 1px solid var(--is-border);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-home .hm_vitrinsection .ilanitem::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(76, 103, 255, 0.35), transparent 40%, rgba(34, 211, 238, 0.2));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.25s;
}

.page-home .hm_vitrinsection .showcase-container {
	position: relative;
}

.page-home .hm_vitrinsection .ilanitem {
	position: relative;
}

.page-home .hm_vitrinsection .ilanitem:hover {
	transform: translateY(-5px);
	border-color: rgba(76, 103, 255, 0.35);
	box-shadow: 0 22px 48px rgba(76, 103, 255, 0.15);
}

.page-home .hm_vitrinsection .ilanitem:hover::before {
	opacity: 1;
}

.page-home .hm_vitrinsection .ilanitem .img {
	aspect-ratio: 1 / 1;
	padding: 14px 14px 0;
}

.page-home .hm_vitrinsection .ilanitem .img a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 10%, rgba(124, 140, 255, 0.2), transparent 55%),
		linear-gradient(180deg, rgba(15, 23, 42, 0.04), transparent);
}

:root[data-theme="dark"] .page-home .hm_vitrinsection .ilanitem .img a,
body.dark .page-home .hm_vitrinsection .ilanitem .img a {
	background:
		radial-gradient(circle at 20% 10%, rgba(124, 140, 255, 0.25), transparent 55%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.page-home .hm_vitrinsection .ilanitem .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 14px;
	transition: transform 0.3s ease;
}

.page-home .hm_vitrinsection .ilanitem:hover .img img {
	transform: scale(1.04);
}

.page-home .hm_vitrinsection .ilanitem .text {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 14px 16px 16px;
}

.page-home .hm_vitrinsection .ilanitem .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
}

.page-home .hm_vitrinsection .ilanitem .head .icon {
	width: 38px;
	height: 38px;
	min-width: 38px;
	border-radius: 12px;
	padding: 6px;
}

.page-home .hm_vitrinsection .ilanitem .head .price {
	font-size: 1.35rem;
	font-weight: 900;
	background: linear-gradient(135deg, #4c67ff, #06b6d4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	white-space: nowrap;
}

.page-home .hm_vitrinsection .ilanitem h2 {
	margin: 0 0 12px;
	min-height: 0;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--is-text);
}

.page-home .hm_vitrinsection .ilanitem h2 a {
	color: inherit;
	text-decoration: none;
}

.page-home .hm_vitrinsection .ilanitem .seller {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid var(--is-border);
}

.page-home .hm_vitrinsection .ilanitem .seller,
.page-home .hm_vitrinsection .ilanitem .seller > a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.page-home .hm_vitrinsection .ilanitem .seller .img {
	width: 38px;
	height: 38px;
	min-width: 38px;
	border-radius: 12px;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--is-border);
}

.page-home .hm_vitrinsection .ilanitem .seller .text h3 {
	margin: 0 0 2px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--is-muted);
}

.page-home .hm_vitrinsection .ilanitem .seller .text span {
	font-size: 12px;
	font-weight: 700;
	color: var(--is-text);
}

.page-home .hm_vitrinsection .ilanitem .seller > a > i {
	width: 34px;
	height: 34px;
	min-width: 34px;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	background: linear-gradient(135deg, #4c67ff, #06b6d4);
	color: #fff;
	font-size: 16px;
	order: 3;
	box-shadow: 0 6px 16px rgba(76, 103, 255, 0.35);
}

/* CTA */
.page-home .ilan-vitrin-more-wrap {
	float: none !important;
	display: flex;
	justify-content: center;
	padding: 6px 18px 20px;
	margin: 0 !important;
}

.page-home .ilan-showcase__cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 24px !important;
	border-radius: 16px !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
	color: #fff !important;
	text-decoration: none !important;
	background: linear-gradient(135deg, #4c67ff 0%, #2563eb 45%, #0891b2 100%) !important;
	border: 0 !important;
	box-shadow: 0 14px 32px rgba(76, 103, 255, 0.35) !important;
	transition: transform 0.2s, box-shadow 0.2s !important;
}

.page-home .ilan-showcase__cta i {
	margin: 0 !important;
	font-size: 18px !important;
	color: #fff !important;
}

.page-home .ilan-showcase__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(76, 103, 255, 0.45) !important;
	color: #fff !important;
}

/* ═══════════════════════════════════════
   PROMO BANNER
   ═══════════════════════════════════════ */
.page-home .hm-promo-showcase__frame {
	position: relative;
	padding: 4px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(76, 103, 255, 0.45), rgba(34, 211, 238, 0.25), rgba(168, 85, 247, 0.3));
	box-shadow: 0 20px 50px rgba(76, 103, 255, 0.12);
}

.page-home .hm-promo-showcase__frame > .row {
	display: flex;
	align-items: stretch;
	gap: 10px;
	margin: 0;
	min-height: 380px;
	padding: 6px;
	border-radius: 20px;
	background: var(--mp-card, #0f172a);
}

.page-home .hm-promo-showcase__frame .row > [class*="col-"] {
	float: none !important;
	flex: 1;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.page-home .hm-promo-showcase__frame .col-md-6 {
	flex: 2;
}

.page-home .hm-promo-showcase__frame .item {
	float: none !important;
	flex: 1;
	margin: 0 !important;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.page-home .hm-promo-showcase__frame .item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.35));
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

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

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

.page-home .hm-promo-showcase__frame .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.page-home .hm-promo-showcase__frame .item:hover img {
	transform: scale(1.05);
}

/* ═══════════════════════════════════════
   TREND E-PİN
   ═══════════════════════════════════════ */
.page-home .hmtrendcatsection .trend-shell {
	position: relative;
	border-radius: 28px;
	border: 1px solid var(--mp-border);
	background: linear-gradient(180deg, var(--mp-card), var(--mp-bg));
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
	padding: 20px 22px 22px;
	overflow: hidden;
}

.page-home .hmtrendcatsection .trend-shell::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #4c67ff, #06b6d4, #a855f7);
}

.page-home .hmtrendcatsection .bartitle {
	float: none !important;
	display: flex !important;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 0 0 16px !important;
	margin: 0 0 16px !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid var(--mp-border) !important;
}

.page-home .hmtrendcatsection .bartitle .icon {
	float: none;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(76, 103, 255, 0.2), rgba(34, 211, 238, 0.15));
	color: #4c67ff;
	font-size: 1.3rem;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(76, 103, 255, 0.15);
}

.page-home .hmtrendcatsection .bartitle span {
	float: none;
	flex: 1;
	padding: 0;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--mp-text);
}

.page-home .hmtrendcatsection .swiper-button-nexttr,
.page-home .hmtrendcatsection .swiper-button-prevtr {
	float: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 12px;
	border: 1px solid var(--mp-border);
	background: var(--mp-bg);
	color: var(--mp-accent, #4c67ff);
	font-size: 18px;
	cursor: pointer;
	transition: all 0.2s;
}

.page-home .hmtrendcatsection .swiper-button-nexttr {
	margin-left: auto;
}

.page-home .hmtrendcatsection .swiper-button-nexttr:hover,
.page-home .hmtrendcatsection .swiper-button-prevtr:hover {
	background: linear-gradient(135deg, #4c67ff, #2563eb);
	color: #fff;
	border-color: transparent;
}

.page-home .hmtrendcatsection .trendcatSwiper {
	float: none !important;
	margin: 0 !important;
}

.page-home .hmtrendcatsection .item {
	float: none;
	height: 210px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
	transition: transform 0.25s;
}

.page-home .hmtrendcatsection .item:hover {
	transform: translateY(-4px);
}

/* Legacy reset */
.page-home .hm_vitrinsection .bar,
.page-home .hm_vitrinsection .nav {
	float: none !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.page-home .hm_vitrinsection .nav-link {
	float: none !important;
	border-right: 0 !important;
}

/* ── Responsive ── */
@media (min-width: 768px) {
	.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-link {
		font-size: 13px !important;
		min-height: 52px;
	}
}

@media (max-width: 991.98px) {
	.page-home .hm-promo-showcase__frame > .row {
		flex-direction: column;
		min-height: 0;
	}

	.page-home .hm-promo-showcase__frame .col-md-6 {
		order: -1;
	}

	.page-home .hm-promo-showcase__frame .col-md-6 .item {
		min-height: 220px;
	}

	.page-home .hm-promo-showcase__frame .col-md-3 {
		flex-direction: row;
	}

	.page-home .hm-promo-showcase__frame .col-md-3 .item {
		min-height: 120px;
	}
}

@media (max-width: 575.98px) {
	.page-home .ilan-showcase__head {
		padding: 18px 16px 14px;
	}

	.page-home .ilan-showcase__head-meta {
		width: 100%;
	}

	.page-home .ilan-showcase__pill {
		flex: 1 1 calc(50% - 4px);
		justify-content: center;
		font-size: 10px;
	}

	.page-home .hm_vitrinsection .ilan-vitrin-tabs,
	.page-home .hm_vitrinsection .nav.ilan-vitrin-tabs {
		display: flex !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.page-home .hm_vitrinsection .ilan-vitrin-tabs::-webkit-scrollbar {
		display: none;
	}

	.page-home .hm_vitrinsection .ilan-vitrin-tabs .nav-item {
		flex: 0 0 auto;
		min-width: 130px;
	}

	.page-home .ilan-showcase__tabs-wrap,
	.page-home .ilan-showcase__content {
		padding-left: 14px;
		padding-right: 14px;
	}

	.page-home .ilan-showcase__cta {
		width: 100%;
	}
}
