/**
 * Destek Merkezi — kahraman başlık, bölüm atlayışı, kart ızgarası
 */

body.ecocycle-destek-body .ecocycle-destek {
	padding-top: 0;
	padding-bottom: 72px;
	background: #fff;
}

/* --- Kahraman --- */
.ecocycle-destek__hero-wrap {
	background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
	border-bottom: 1px solid #e4e6ea;
	margin-bottom: 28px;
}

.ecocycle-destek__hero-inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 40px 15px 36px;
	box-sizing: border-box;
	text-align: center;
}

.ecocycle-destek__hero-overline {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6b6f76;
}

.ecocycle-destek__hero-title {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.05rem);
	font-weight: 700;
	line-height: 1.2;
	color: #0a0a0a;
	letter-spacing: 0.02em;
}

.ecocycle-destek__hero-lead {
	margin: 0 auto 20px;
	max-width: 560px;
	font-size: 15px;
	line-height: 1.65;
	color: #5c616a;
}

.ecocycle-destek__hero-cta {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #5c616a;
}

.ecocycle-destek__hero-cta-label {
	margin-right: 6px;
}

.ecocycle-destek__hero-cta-link {
	font-weight: 600;
	color: #1b1c20;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ecocycle-destek__hero-cta-link:hover {
	color: #000;
}

/* --- Bölüm kısayolları --- */
.ecocycle-destek__jump {
	margin-bottom: 28px;
}

.ecocycle-destek__jump-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 12px;
}

.ecocycle-destek__jump-link {
	display: inline-block;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 600;
	color: #1b1c20;
	text-decoration: none;
	background: #fff;
	border: 1px solid #d8dade;
	border-radius: 999px;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ecocycle-destek__jump-link:hover {
	border-color: #1b1c20;
	background: #fafafa;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ecocycle-destek__jump-link:focus-visible {
	outline: 2px solid #1b1c20;
	outline-offset: 2px;
}

/* --- Bölüm panelleri --- */
.ecocycle-destek__panel {
	margin: 0 auto 28px;
	max-width: 960px;
	padding: 22px 20px 24px;
	background: #f6f7f9;
	border: 1px solid #e9ebef;
	border-radius: 14px;
	box-sizing: border-box;
}

.ecocycle-destek__panel:last-of-type {
	margin-bottom: 0;
}

.ecocycle-destek__panel-head {
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dfe2e8;
}

.ecocycle-destek__panel-title {
	margin: 0 0 8px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #121317;
	line-height: 1.25;
	scroll-margin-top: 100px;
}

.ecocycle-destek__panel-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #5c616a;
	max-width: 720px;
}

.ecocycle-destek__count {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 600;
	color: #6b6f76;
}

/* --- Dosya kartları --- */
.ecocycle-destek__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

@media (min-width: 640px) {
	.ecocycle-destek__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
}

.ecocycle-destek__card {
	margin: 0;
}

.ecocycle-destek__card-link {
	display: flex;
	align-items: stretch;
	gap: 0;
	min-height: 100%;
	padding: 0;
	background: #fff;
	border: 1px solid #e0e3e8;
	border-radius: 10px;
	text-decoration: none;
	color: #1b1c20;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.ecocycle-destek__card-link:hover {
	border-color: #c5cad3;
	box-shadow: 0 6px 20px rgba(15, 17, 21, 0.08);
	transform: translateY(-1px);
}

.ecocycle-destek__card-link:focus-visible {
	outline: 2px solid #1b1c20;
	outline-offset: 2px;
}

.ecocycle-destek__card-badge {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	padding: 12px 6px;
	background: #1b1c20;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.1;
	text-align: center;
	word-break: break-word;
}

.ecocycle-destek__card-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 14px 14px 14px 12px;
}

.ecocycle-destek__card-name {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.35;
	color: #121317;
}

.ecocycle-destek__card-meta {
	font-size: 12px;
	line-height: 1.4;
	color: #7a7e86;
}

.ecocycle-destek__card-cta {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 12px 14px;
	background: #f0f1f4;
	border-left: 1px solid #e0e3e8;
}

.ecocycle-destek__card-cta-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1b1c20;
}

.ecocycle-destek__card-cta-ico {
	display: flex;
	color: #1b1c20;
	line-height: 0;
}

.ecocycle-destek__empty {
	margin: 0;
	padding: 18px 16px;
	background: #fff;
	border: 1px dashed #cfd3da;
	border-radius: 10px;
	color: #6b6f76;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

/* --- Sayfa içeriği (editör) --- */
.ecocycle-destek__page-content {
	margin-top: 48px;
	padding-top: 36px;
	border-top: 1px solid #e9ebef;
}

.ecocycle-destek__prose {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.75;
	color: #4a4e55;
	box-sizing: border-box;
}

.ecocycle-destek__prose > *:first-child {
	margin-top: 0;
}

.ecocycle-destek__prose h2,
.ecocycle-destek__prose h3 {
	color: #121317;
}
