/* Websel Sunumlar — vitrin (tema token'larıyla uyumlu koyu mod) */

.wsn-archive { padding: 80px 24px 100px; }
.wsn-inner { max-width: 1220px; margin: 0 auto; }

.wsn-head { text-align: center; margin-bottom: 56px; }
.wsn-eyebrow {
	font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
	font-weight: 700; color: #EC7A1A; margin-bottom: 16px;
}
.wsn-h1 {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: clamp(32px, 4.4vw, 56px);
	line-height: 1.12; letter-spacing: -.02em; font-weight: 700;
	color: var(--wd-ink, #F2F5FB); margin-bottom: 18px;
}
.wsn-lead {
	font-size: 17px; line-height: 1.65;
	color: var(--wd-ink-soft, rgba(255,255,255,.66));
	max-width: 700px; margin: 0 auto 34px;
}
.wsn-tabs {
	display: inline-flex; flex-wrap: wrap; gap: 8px; justify-content: center;
	padding: 6px; background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
}
.wsn-tab {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 10px 18px; border-radius: 8px;
	font-size: 14px; font-weight: 700;
	color: var(--wd-ink-soft, rgba(255,255,255,.7)); text-decoration: none;
	transition: background .15s ease, color .15s ease;
}
.wsn-tab:hover { background: rgba(255,255,255,.06); color: #F2F5FB; }
.wsn-tab.is-active { background: #EC7A1A; color: #fff; }
.wsn-tab-count {
	display: inline-grid; place-items: center; min-width: 18px; height: 18px;
	padding: 0 5px; border-radius: 9px; background: rgba(255,255,255,.12);
	font-size: 11px; font-weight: 700;
}

.wsn-group { margin-bottom: 64px; scroll-margin-top: 100px; }
.wsn-group-title {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 24px; font-weight: 700; margin: 0 0 22px;
	color: #F2F5FB; padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,.09);
}

.wsn-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 28px;
}
.wsn-card {
	background: rgba(255,255,255,.03);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 16px; overflow: hidden;
	display: flex; flex-direction: column;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.wsn-card:hover {
	transform: translateY(-3px);
	border-color: rgba(236,122,26,.4);
	background: rgba(255,255,255,.05);
}
.wsn-card-cover {
	position: relative; display: block;
	aspect-ratio: 16 / 10; overflow: hidden;
	background: linear-gradient(135deg, rgba(31,45,92,.55), rgba(10,15,26,.9));
	text-decoration: none;
}
.wsn-card-cover img {
	width: 100%; height: 100%; object-fit: cover; object-position: top center;
	transition: transform .35s ease; display: block;
}
.wsn-card:hover .wsn-card-cover img { transform: scale(1.03); }
.wsn-card-fallback {
	position: absolute; inset: 0; display: grid; place-items: center;
	padding: 24px; text-align: center;
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 19px; font-weight: 700; line-height: 1.3;
	color: rgba(255,255,255,.86);
}
.wsn-card-body { padding: 20px 20px 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.wsn-card-cat {
	font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
	font-weight: 700; color: #EC7A1A;
}
.wsn-card-title {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 19px; font-weight: 700; line-height: 1.28; margin: 0;
}
.wsn-card-title a { color: var(--wd-ink, #F2F5FB); text-decoration: none; }
.wsn-card-title a:hover { color: #EC7A1A; }
.wsn-card-desc {
	font-size: 13.5px; line-height: 1.6; margin: 0;
	color: var(--wd-ink-soft, rgba(255,255,255,.6));
}
.wsn-card-foot {
	margin-top: auto; padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,.08);
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.wsn-card-sol {
	font-size: 12px; font-weight: 700; letter-spacing: .02em;
	color: #5B7CFF; text-decoration: none;
}
.wsn-card-sol:hover { color: #8AA2FF; }
.wsn-card-cta {
	margin-left: auto;
	font-size: 13px; font-weight: 700; color: #F2F5FB; text-decoration: none;
}
.wsn-card-cta:hover { color: #EC7A1A; }

/* ------------------------------------------------ çözüm sayfasındaki sunum kutusu */
.wsn-solution-links {
	margin: 40px 0 8px; padding: 20px 24px; border-radius: 14px;
	background: rgba(236,122,26,.05);
	border: 1px solid rgba(236,122,26,.22);
}
.wsn-solution-links__title {
	margin: 0 0 12px; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase;
	font-weight: 800; color: #EC7A1A;
}
.wsn-solution-links ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.wsn-solution-links li { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; }
.wsn-solution-links li a { font-size: 15.5px; font-weight: 700; color: #F2F5FB; text-decoration: none; }
.wsn-solution-links li a:hover { color: #EC7A1A; }
.wsn-solution-links li span { font-size: 13px; color: rgba(255,255,255,.55); }

@media (max-width: 600px) {
	.wsn-archive { padding: 56px 16px 72px; }
	.wsn-grid { grid-template-columns: 1fr; gap: 20px; }
	.wsn-tabs { flex-direction: column; align-items: stretch; }
	.wsn-solution-links { padding: 16px 18px; }
}
