/* ============================================================
   Referanslarımız Sayfası — Site Teması (Koyu + Turuncu)
   Sayfa içeriği WordPress editörden yönetilir
   ============================================================ */

body.page .entry-content,
body.page main article {
	max-width: 900px;
	margin: 0 auto 200px;
	padding: 140px 20px 80px;
	min-height: 70vh;
}

/* Sadece referanslarimiz sayfasında uygulansın */
body.page-id-referanslarimiz .entry-content,
body.page-referanslarimiz .entry-content {
	text-align: center;
}

/* Başlık */
body.page .entry-content h1,
body.page .entry-content h2 {
	font-size: 34px;
	font-weight: 700;
	color: #0f172a;
	text-align: center;
	margin: 0 auto 12px;
	position: relative;
	display: block;
	width: 100%;
}
body.page .entry-content h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: linear-gradient(135deg, #c25400, #e8710a);
	border-radius: 2px;
	margin: 14px auto 40px;
}

/* Alt metin */
body.page .entry-content > p {
	color: #64748b;
	font-size: 16px;
	text-align: center;
	margin: 0 0 40px;
}

/* Liste — şirket satırları */
body.page .entry-content ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 auto !important;
	max-width: 860px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
}

body.page .entry-content ul li {
	display: flex;
	align-items: center;
	padding: 22px 28px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-left: 4px solid #e8710a;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	font-size: 16px;
	font-weight: 600;
	color: #0f172a;
	list-style: none !important;
	transition: all 0.2s;
}
body.page .entry-content ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #e8710a;
	border-radius: 50%;
	margin-right: 16px;
	flex-shrink: 0;
	box-shadow: 0 0 0 4px rgba(232, 113, 10, 0.15);
}
body.page .entry-content ul li:hover {
	transform: translateX(6px);
	box-shadow: 0 6px 18px rgba(232, 113, 10, 0.15);
	border-left-width: 6px;
	background: linear-gradient(90deg, rgba(232, 113, 10, 0.04) 0%, #fff 40%);
}

/* Responsive */
@media (max-width: 768px) {
	body.page .entry-content {
		padding: 80px 16px 40px;
	}
	body.page .entry-content h1,
	body.page .entry-content h2 {
		font-size: 26px;
	}
	body.page .entry-content ul li {
		padding: 16px 20px;
		font-size: 14px;
	}
}
