@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.blog_page .yedek-parca-doc,
.hizmet-detail-page .yedek-parca-doc,
.urun-detail-page .yedek-parca-doc {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 36px;
	padding: 22px 24px;
	background: linear-gradient(135deg, var(--brand-blue-bg, #eef4f8) 0%, #ffffff 100%);
	border: 1px solid var(--brand-border, rgba(26, 58, 82, 0.1));
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.blog_page .yedek-parca-doc__icon,
.hizmet-detail-page .yedek-parca-doc__icon,
.urun-detail-page .yedek-parca-doc__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 14px;
	background: #ffffff;
	color: #c0392b;
	font-size: 30px;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.blog_page .yedek-parca-doc__body,
.hizmet-detail-page .yedek-parca-doc__body,
.urun-detail-page .yedek-parca-doc__body {
	flex: 1;
	min-width: 0;
}

.blog_page .yedek-parca-doc__title,
.hizmet-detail-page .yedek-parca-doc__title,
.urun-detail-page .yedek-parca-doc__title {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--brand-navy, #1a3a52);
}

.blog_page .yedek-parca-doc__text,
.hizmet-detail-page .yedek-parca-doc__text,
.urun-detail-page .yedek-parca-doc__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--brand-text-muted, #5c6b7a);
}

.blog_page .yedek-parca-doc__btn,
.hizmet-detail-page .yedek-parca-doc__btn,
.urun-detail-page .yedek-parca-doc__btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 22px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background: var(--brand-gold, #b29658);
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease, transform 0.2s ease;
}

.blog_page .yedek-parca-doc__btn:hover,
.blog_page .yedek-parca-doc__btn:focus,
.hizmet-detail-page .yedek-parca-doc__btn:hover,
.hizmet-detail-page .yedek-parca-doc__btn:focus,
.urun-detail-page .yedek-parca-doc__btn:hover,
.urun-detail-page .yedek-parca-doc__btn:focus {
	color: #ffffff;
	background: var(--brand-gold-hover, #9a8250);
	text-decoration: none;
	transform: translateY(-1px);
}

.blog_page .yedek-parca-doc__btn i,
.hizmet-detail-page .yedek-parca-doc__btn i,
.urun-detail-page .yedek-parca-doc__btn i {
	font-size: 12px;
	transition: transform 0.2s ease;
}

.blog_page .yedek-parca-doc__btn:hover i,
.hizmet-detail-page .yedek-parca-doc__btn:hover i,
.urun-detail-page .yedek-parca-doc__btn:hover i {
	transform: translateX(3px);
}

@media (max-width: 767px) {
	.blog_page .yedek-parca-doc,
	.hizmet-detail-page .yedek-parca-doc,
	.urun-detail-page .yedek-parca-doc {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 20px;
	}

	.blog_page .yedek-parca-doc__btn,
	.hizmet-detail-page .yedek-parca-doc__btn,
	.urun-detail-page .yedek-parca-doc__btn {
		width: 100%;
		justify-content: center;
	}
}
