/* ============ E-TİCARET TEMA DETAY ============ */

.maskajans-eticaret-tema-single {
	background: #030712;
	color: #fff;
}

.maskajans-eticaret-tema-single header:not(.scrolled) {
	background-color: transparent !important;
	backdrop-filter: none;
	border-bottom: none;
}

.maskajans-eticaret-tema-single header nav a,
.maskajans-eticaret-tema-single header .nav-dropdown-toggle {
	color: rgba(255, 255, 255, 0.65);
}

.maskajans-eticaret-tema-single header nav a:hover,
.maskajans-eticaret-tema-single header nav a.active,
.maskajans-eticaret-tema-single header .nav-dropdown:hover .nav-dropdown-toggle,
.maskajans-eticaret-tema-single header .nav-dropdown.open .nav-dropdown-toggle {
	color: #fff;
}

.etm-single-hero {
	position: relative;
	overflow: hidden;
	padding: 130px 0 28px;
	background: #030712;
	background-image: radial-gradient(ellipse 60% 55% at 50% 0%, #02a6a3 0%, #014e6d 30%, #033056 55%, #030712 80%);
}

.etm-single-stars {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.etm-single-hero > .container {
	position: relative;
	z-index: 2;
}

.etm-single-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
}

.etm-single-breadcrumb a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	transition: color 0.2s;
}

.etm-single-breadcrumb a:hover {
	color: #5eead4;
}

.etm-single-breadcrumb-current {
	color: rgba(255, 255, 255, 0.92);
}

.etm-single-top {
	background: #f8fafc;
	color: #0f172a;
	padding: 48px 0 72px;
}

.etm-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 40px;
	align-items: start;
}

.etm-single-browser {
	border-radius: 20px;
	overflow: hidden;
	background: #0f172a;
	box-shadow:
		0 30px 80px rgba(15, 23, 42, 0.18),
		0 0 0 1px rgba(15, 23, 42, 0.06);
}

.etm-single-browser-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 18px;
	background: #1e293b;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.etm-single-browser-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}

.etm-single-browser-dot--red { background: #f87171; }
.etm-single-browser-dot--yellow { background: #fbbf24; }
.etm-single-browser-dot--green { background: #4ade80; }

.etm-single-browser-url {
	margin-left: 8px;
	padding: 6px 14px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.etm-single-preview-media {
	position: relative;
	min-height: 560px;
	background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.etm-single-gallery {
	display: flex;
	flex-direction: column;
	min-height: 560px;
}

.etm-single-gallery-viewport {
	position: relative;
	flex: 1;
	min-height: 560px;
	overflow: hidden;
}

.etm-single-gallery-track {
	display: flex;
	height: 100%;
	min-height: 560px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.etm-single-gallery-track::-webkit-scrollbar {
	display: none;
}

.etm-single-gallery-slide {
	flex: 0 0 100%;
	width: 100%;
	min-height: 560px;
	scroll-snap-align: start;
}

.etm-single-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: none;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.72);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: background 0.2s, transform 0.2s;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.etm-single-gallery-nav:hover {
	background: rgba(2, 166, 163, 0.92);
}

.etm-single-gallery-nav--prev {
	left: 14px;
}

.etm-single-gallery-nav--next {
	right: 14px;
}

.etm-single-gallery-thumbs {
	display: flex;
	gap: 8px;
	padding: 12px 14px;
	overflow-x: auto;
	background: rgba(15, 23, 42, 0.92);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	scrollbar-width: thin;
}

.etm-single-gallery-thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 52px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	background: #1e293b;
	cursor: pointer;
	opacity: 0.72;
	transition: opacity 0.2s, border-color 0.2s;
}

.etm-single-gallery-thumb.is-active,
.etm-single-gallery-thumb:hover {
	opacity: 1;
	border-color: #5eead4;
}

.etm-single-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.etm-single-gallery-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0 14px 14px;
	background: rgba(15, 23, 42, 0.92);
}

.etm-single-gallery-dot {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.28);
	cursor: pointer;
	padding: 0;
	transition: width 0.2s, background 0.2s;
}

.etm-single-gallery-dot.is-active {
	width: 22px;
	background: #5eead4;
}

.etm-single-preview-img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: top center;
}

.etm-single-preview-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 560px;
	color: rgba(255, 255, 255, 0.35);
	text-align: center;
	padding: 32px;
}

.etm-single-preview-placeholder i {
	font-size: 48px;
	color: rgba(94, 234, 212, 0.45);
}

.etm-single-preview-placeholder span {
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
}

.etm-single-summary {
	position: sticky;
	top: 110px;
	padding: 8px 0;
}

.etm-single-summary-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.etm-single-sector {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(2, 166, 163, 0.1);
	color: #027a78;
	font-size: 12px;
	font-weight: 600;
}

.etm-single-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(251, 191, 36, 0.14);
	color: #b45309;
	font-size: 12px;
	font-weight: 600;
}

.etm-single-title {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #0f172a;
	margin-bottom: 14px;
}

.etm-single-code {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #64748b;
	margin-bottom: 18px;
}

.etm-single-code span {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 11px;
	font-weight: 600;
}

.etm-single-code strong {
	font-size: 15px;
	color: #0f172a;
	letter-spacing: 0.04em;
}

.etm-single-excerpt {
	font-size: 17px;
	line-height: 1.75;
	color: #475569;
	margin-bottom: 24px;
}

.etm-single-price-box {
	padding: 18px 20px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	margin-bottom: 22px;
}

.etm-single-price-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #94a3b8;
	margin-bottom: 6px;
}

.etm-single-price {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
}

.etm-single-price .etm-price-note {
	font-size: 14px;
	font-weight: 500;
	color: #64748b;
}

.etm-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.etm-single-top .etm-btn--demo {
	background: #fff;
	color: #027a78;
	border: 1px solid rgba(2, 166, 163, 0.45);
	box-shadow: 0 8px 20px rgba(2, 166, 163, 0.12);
}

.etm-single-top .etm-btn--demo:hover {
	border-color: #02a6a3;
	color: #015e5c;
}

.etm-single-top .etm-btn--demo.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
}

.etm-btn--lg {
	padding: 15px 24px;
	font-size: 15px;
}

.etm-single-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.etm-single-features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.55;
	color: #334155;
}

.etm-single-features i {
	color: #02a6a3;
	margin-top: 3px;
	flex-shrink: 0;
}

.etm-single-detail {
	background: #fff;
	padding: 72px 0 88px;
	color: #0f172a;
}

.etm-single-detail-inner {
	max-width: 820px;
}

.etm-single-detail h2 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 22px;
	color: #0f172a;
}

.etm-single-content {
	font-size: 17px;
	line-height: 1.85;
	color: #334155;
}

.etm-single-content > *:first-child {
	margin-top: 0;
}

.etm-single-content > *:last-child {
	margin-bottom: 0;
}

.etm-single-content h3,
.etm-single-content h4 {
	color: #0f172a;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
}

.etm-single-content ul,
.etm-single-content ol {
	padding-left: 1.25em;
	margin: 1em 0;
}

.etm-single-related {
	padding: 72px 0;
	background: #fff;
	color: #0f172a;
}

.etm-single-related-head {
	margin-bottom: 32px;
}

.etm-single-related-head h2 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #0f172a;
	margin-top: 8px;
}

.maskajans-eticaret-tema-single .quote-section {
	padding-top: 60px;
}

@media (max-width: 1024px) {
	.etm-single-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.etm-single-summary {
		position: static;
	}
}

@media (max-width: 768px) {
	.etm-single-hero {
		padding: 118px 0 20px;
	}

	.etm-single-top,
	.etm-single-detail,
	.etm-single-related {
		padding-top: 48px;
		padding-bottom: 56px;
	}

	.etm-single-preview-media,
	.etm-single-preview-img,
	.etm-single-preview-placeholder,
	.etm-single-gallery,
	.etm-single-gallery-viewport,
	.etm-single-gallery-track,
	.etm-single-gallery-slide {
		min-height: 420px;
	}

	.etm-single-gallery-nav {
		width: 36px;
		height: 36px;
	}

	.etm-single-actions {
		flex-direction: column;
	}

	.etm-single-actions .etm-btn {
		width: 100%;
	}
}
