@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.hizmet-detail-page,
.hizmet-detail-page .hizmet-detail {
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.hizmet-detail-page .hizmet-detail__breadcrumb.breadcrumb_wrapper {
	padding: 72px 0 64px;
	background-size: cover;
	background-position: center;
}

.hizmet-detail-page .hizmet-detail__breadcrumb .breadcrumb_inner h3 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
}

.hizmet-detail-page .hizmet-detail.clv_section {
	padding: 72px 0 88px !important;
	background: linear-gradient(180deg, #ffffff 0%, var(--brand-blue-bg-soft, #f6f9fc) 100%);
}

/* Sol menü */
.hizmet-detail-page .hizmet-detail__aside {
	height: 100%;
}

@media (min-width: 992px) {
	.hizmet-detail-page .hizmet-detail__aside {
		position: sticky;
		top: 96px;
	}
}

.hizmet-detail-page .hizmet-detail__aside-label {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--brand-gold, #b29658);
}

.hizmet-detail-page .hizmet-detail__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid var(--brand-border, rgba(26, 58, 82, 0.1));
	border-radius: 14px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.hizmet-detail-page .hizmet-detail__menu li + li {
	border-top: 1px solid var(--brand-border, rgba(26, 58, 82, 0.08));
}

.hizmet-detail-page .hizmet-detail__menu a {
	display: block;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--brand-navy, #1a3a52);
	text-decoration: none;
	border-left: 3px solid transparent;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hizmet-detail-page .hizmet-detail__menu a:hover {
	background: var(--brand-blue-bg, #eef4f8);
	text-decoration: none;
	color: var(--brand-navy, #1a3a52);
}

.hizmet-detail-page .hizmet-detail__menu li.is-active a {
	border-left-color: var(--brand-gold, #b29658);
	background: var(--brand-gold-soft, rgba(178, 150, 88, 0.12));
	font-weight: 600;
}

/* Hero — 500×500 görsel */
.hizmet-detail-page .hizmet-detail__frame {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:
		0 24px 56px rgba(26, 58, 82, 0.14),
		0 0 0 1px rgba(26, 58, 82, 0.06);
	background: #ffffff;
}

.hizmet-detail-page .hizmet-detail__frame::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(26, 58, 82, 0.03) 0%, transparent 50%);
	pointer-events: none;
	z-index: 1;
}

.hizmet-detail-page .hizmet-detail__frame img {
	display: block;
	width: 100%;
	max-width: 500px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.hizmet-detail-page .hizmet-detail__eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--brand-gold, #b29658);
}

.hizmet-detail-page .hizmet-detail__title {
	margin: 0 0 18px;
	font-size: clamp(1.85rem, 3.2vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--brand-navy, #1a3a52);
}

.hizmet-detail-page .hizmet-detail__lead {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	font-weight: 500;
	color: var(--brand-text-muted, #5c6b7a);
	max-width: 560px;
}

.hizmet-detail-page .hizmet-detail__article {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid var(--brand-border, rgba(26, 58, 82, 0.08));
}

.hizmet-detail-page .hizmet-detail__content {
	font-size: 16px;
	line-height: 1.8;
	color: var(--brand-text, #1a3a52);
	max-width: 780px;
}

.hizmet-detail-page .hizmet-detail__content p {
	margin: 0 0 20px;
}

.hizmet-detail-page .hizmet-detail__content p + p {
	margin-top: 4px;
}

.hizmet-detail-page .hizmet-detail__content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.hizmet-detail-page .hizmet-detail.clv_section {
		padding-top: 56px !important;
		padding-bottom: 64px !important;
	}

	.hizmet-detail-page .hizmet-detail__aside {
		margin-bottom: 8px;
	}

	.hizmet-detail-page .hizmet-detail__menu {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		padding: 12px;
		border: none;
		box-shadow: none;
		background: transparent;
	}

	.hizmet-detail-page .hizmet-detail__menu li {
		border: none !important;
	}

	.hizmet-detail-page .hizmet-detail__menu a {
		padding: 10px 16px;
		border: 1px solid var(--brand-border, rgba(26, 58, 82, 0.12));
		border-radius: 999px;
		border-left: 1px solid var(--brand-border, rgba(26, 58, 82, 0.12));
		font-size: 14px;
		background: #ffffff;
	}

	.hizmet-detail-page .hizmet-detail__menu li.is-active a {
		border-color: var(--brand-gold, #b29658);
		background: var(--brand-gold-soft, rgba(178, 150, 88, 0.14));
	}

	.hizmet-detail-page .hizmet-detail__article {
		margin-top: 36px;
		padding-top: 32px;
	}

	.hizmet-detail-page .hizmet-detail__intro {
		text-align: center;
	}

	.hizmet-detail-page .hizmet-detail__lead {
		margin-left: auto;
		margin-right: auto;
	}
}
