/* Websel E-Kitaplar — tema token'larına uyumlu (koyu mod, navy + turuncu) */

.wd-ek-archive,
.wd-ek-single { padding: 80px 24px 100px; }
.wd-ek-inner { max-width: 1180px; margin: 0 auto; }

/* ---------------------------------------------------------- arşiv başlığı */
.wd-ek-head { text-align: center; margin-bottom: 52px; }
.wd-ek-eyebrow {
	font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
	font-weight: 700; color: #EC7A1A; margin-bottom: 16px;
}
.wd-ek-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;
}
.wd-ek-lead {
	font-size: 17px; line-height: 1.65;
	color: var(--wd-ink-soft, rgba(255,255,255,.66));
	max-width: 680px; margin: 0 auto 34px;
}
.wd-ek-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;
}
.wd-ek-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;
}
.wd-ek-tab:hover { background: rgba(255,255,255,.06); color: #F2F5FB; }
.wd-ek-tab.is-active { background: #EC7A1A; color: #fff; }
.wd-ek-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;
}

/* ---------------------------------------------------------- ızgara + kart */
.wd-ek-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 28px;
}
.wd-ek-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;
}
.wd-ek-card:hover {
	transform: translateY(-3px);
	border-color: rgba(236,122,26,.4);
	background: rgba(255,255,255,.05);
}
.wd-ek-card-cover {
	position: relative; display: block;
	aspect-ratio: 3 / 4; overflow: hidden;
	background: linear-gradient(135deg, rgba(31,45,92,.55), rgba(10,15,26,.9));
	text-decoration: none;
}
.wd-ek-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.wd-ek-card:hover .wd-ek-card-cover img { transform: scale(1.04); }
.wd-ek-cover-fallback {
	position: absolute; inset: 0; display: grid; place-items: center;
	padding: 22px; text-align: center;
}
.wd-ek-cover-fallback span {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 20px; font-weight: 700; line-height: 1.25;
	color: rgba(255,255,255,.86); letter-spacing: -.01em;
}
.wd-ek-card-top {
	display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.wd-ek-card-flag {
	flex: none;
	padding: 3px 8px; border-radius: 4px;
	font-size: 10px; font-weight: 800; letter-spacing: .08em;
	background: rgba(62,224,161,.1); color: #3EE0A1;
	border: 1px solid rgba(62,224,161,.32);
}
.wd-ek-card.is-paid .wd-ek-card-flag {
	color: #EC7A1A; border-color: rgba(236,122,26,.4); background: rgba(236,122,26,.1);
}
.wd-ek-card-badge {
	position: absolute; right: 12px; top: 12px; z-index: 2;
	background: #EC7A1A; color: #fff; padding: 4px 10px; border-radius: 4px;
	font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.wd-ek-card-body { padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.wd-ek-card-cat {
	font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
	font-weight: 700; color: #EC7A1A;
}
.wd-ek-card-title {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 18px; font-weight: 700; line-height: 1.28; margin: 0;
}
.wd-ek-card-title a { color: var(--wd-ink, #F2F5FB); text-decoration: none; }
.wd-ek-card-title a:hover { color: #EC7A1A; }
.wd-ek-card-desc {
	font-size: 13.5px; line-height: 1.55; margin: 0;
	color: var(--wd-ink-soft, rgba(255,255,255,.6));
}
.wd-ek-card-foot {
	margin-top: auto; padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,.08);
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.wd-ek-card-meta {
	font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase;
	font-weight: 700; color: rgba(255,255,255,.5);
}
.wd-ek-card-cta { font-size: 13px; font-weight: 700; color: #F2F5FB; text-decoration: none; }
.wd-ek-card-cta:hover { color: #EC7A1A; }

.wd-ek-empty { text-align: center; padding: 60px 20px; color: rgba(255,255,255,.55); }
.wd-ek-note {
	margin-top: 48px; padding: 16px 20px; border-radius: 12px;
	background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
	font-size: 13.5px; color: rgba(255,255,255,.6); text-align: center;
}
.wd-ek-note p { margin: 0; }

/* ---------------------------------------------------------- tekil sayfa */
.wd-ek-crumbs { font-size: 13px; margin-bottom: 26px; color: rgba(255,255,255,.5); }
.wd-ek-crumbs a { color: rgba(255,255,255,.72); text-decoration: none; }
.wd-ek-crumbs a:hover { color: #EC7A1A; }
.wd-ek-crumbs span { margin: 0 8px; }

.wd-ek-hero { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: start; }
.wd-ek-hero-cover {
	position: relative; aspect-ratio: 3 / 4; border-radius: 14px; overflow: hidden;
	background: linear-gradient(135deg, rgba(31,45,92,.55), rgba(10,15,26,.9));
	box-shadow: 0 30px 60px -24px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.08);
	position: sticky; top: 96px;
}
.wd-ek-hero-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }

.wd-ek-flag {
	display: inline-block; padding: 5px 11px; border-radius: 999px;
	font-size: 11px; font-weight: 800; letter-spacing: .09em;
	background: rgba(62,224,161,.1); color: #3EE0A1; border: 1px solid rgba(62,224,161,.3);
}
.wd-ek-flag.is-paid { background: rgba(236,122,26,.1); color: #EC7A1A; border-color: rgba(236,122,26,.35); }
.wd-ek-title {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: clamp(30px, 3.6vw, 46px); line-height: 1.14; letter-spacing: -.02em;
	font-weight: 700; margin: 16px 0 14px; color: var(--wd-ink, #F2F5FB);
}
.wd-ek-sub { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.68); margin: 0 0 24px; }

.wd-ek-facts {
	list-style: none; margin: 0 0 30px; padding: 0;
	display: flex; flex-wrap: wrap; gap: 10px;
}
.wd-ek-facts li {
	display: flex; flex-direction: column; gap: 2px;
	padding: 10px 16px; border-radius: 10px;
	background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
}
.wd-ek-facts span {
	font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
	font-weight: 700; color: rgba(255,255,255,.45);
}
.wd-ek-facts strong { font-size: 14px; color: #F2F5FB; font-weight: 700; }

.wd-ek-actions { display: grid; gap: 20px; }
.wd-ek-gate, .wd-ek-buy {
	padding: 24px; border-radius: 16px;
	background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09);
}
.wd-ek-gate { border-color: rgba(62,224,161,.22); background: rgba(62,224,161,.04); }
.wd-ek-buy { border-color: rgba(236,122,26,.25); background: rgba(236,122,26,.04); }
.wd-ek-gate-title, .wd-ek-buy-title {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 19px; font-weight: 700; margin: 0 0 8px; color: #F2F5FB;
}
.wd-ek-gate-note, .wd-ek-buy-note {
	font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.6); margin: 0 0 16px;
}
.wd-ek-buy-note { margin: 14px 0 0; }
.wd-ek-price {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 26px; font-weight: 700; color: #EC7A1A; margin: 0 0 16px;
}
.wd-ek-price del { color: rgba(255,255,255,.4); font-size: 16px; margin-right: 8px; }
.wd-ek-buy-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.wd-ek-btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 12px 22px; border-radius: 10px;
	font-size: 14.5px; font-weight: 700; text-decoration: none;
	transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.wd-ek-btn:hover { transform: translateY(-1px); }
.wd-ek-btn-primary { background: #EC7A1A; color: #fff; }
.wd-ek-btn-primary:hover { background: #f58c33; color: #fff; }
.wd-ek-btn-ghost {
	background: rgba(255,255,255,.05); color: #F2F5FB;
	border: 1px solid rgba(255,255,255,.16);
}
.wd-ek-btn-ghost:hover { border-color: rgba(236,122,26,.5); color: #fff; }

.wd-ek-content {
	margin: 56px 0 0; max-width: 760px;
	font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.78);
}
.wd-ek-content h2 {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 26px; margin: 40px 0 14px; color: #F2F5FB;
}
.wd-ek-content h3 { font-size: 20px; margin: 30px 0 10px; color: #F2F5FB; }
.wd-ek-content ul, .wd-ek-content ol { padding-left: 22px; }
.wd-ek-content li { margin-bottom: 7px; }

.wd-ek-related-solution {
	margin-top: 44px; padding: 16px 20px; border-radius: 12px;
	background: rgba(91,124,255,.06); border: 1px solid rgba(91,124,255,.2);
	font-size: 14.5px; color: rgba(255,255,255,.72);
	display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.wd-ek-related-solution a { color: #5B7CFF; font-weight: 700; text-decoration: none; }
.wd-ek-related-solution a:hover { color: #8AA2FF; }

.wd-ek-others { margin-top: 68px; }
.wd-ek-others-title, .wd-ek-block-title {
	font-family: 'Inter Tight', Georgia, serif;
	font-size: 26px; font-weight: 700; margin: 0 0 24px; color: #F2F5FB;
}

/* ---------------------------------------------------------- indirme kapısı uyumu */
.wd-ek-gate .wik { max-width: 520px; }
.wd-ek-gate .wik input[type="email"],
.wd-ek-gate .wik input[type="text"] {
	background: rgba(10,15,26,.6); color: #F2F5FB;
	border: 1px solid rgba(255,255,255,.16);
}
.wd-ek-gate .wik .wik-lbl,
.wd-ek-gate .wik .wik-kvkk { color: rgba(255,255,255,.72); }

/* ---------------------------------------------------------- duyarlı */
@media (max-width: 900px) {
	.wd-ek-hero { grid-template-columns: 1fr; gap: 28px; }
	.wd-ek-hero-cover { position: static; max-width: 260px; }
}
@media (max-width: 600px) {
	.wd-ek-archive, .wd-ek-single { padding: 56px 16px 72px; }
	.wd-ek-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
	.wd-ek-card-body { padding: 14px; }
	.wd-ek-card-title { font-size: 15.5px; }
	.wd-ek-card-desc { display: none; }
	.wd-ek-tabs { flex-direction: column; align-items: stretch; }
	.wd-ek-buy-btns { flex-direction: column; }
	.wd-ek-btn { width: 100%; }
}
