/** @file assets/css/leistung-page.css | Białe strony /leistungen/ i /kategorie/ */

body.is-leistung-page {
	background: #f8f9fa;
	color: #1c1c1e;
}

.leistung-page {
	background: #ffffff;
	color: #1c1c1e;
	padding: 2.5rem 0 4rem;
	min-height: 60vh;
}

.leistung-page__inner {
	width: var(--page-content-width);
	margin-inline: auto;
}

.leistung-page__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0;
	padding-block: 0.875rem 0;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #888888;
}

.leistung-page__breadcrumb a {
	color: #888888;
	text-decoration: none;
}

.leistung-page__breadcrumb a:hover {
	color: #111111;
}

.leistung-page__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7280;
}

.leistung-page__title {
	margin: 0 0 1rem;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #111827;
}

.leistung-page__lead {
	max-width: 42rem;
	margin: 0 0 2.5rem;
	font-size: 1rem;
	line-height: 1.65;
	color: #4b5563;
}

.leistung-products {
	margin-bottom: 2.5rem;
}

.leistung-products__title {
	margin: 0 0 1.25rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #111827;
}

.leistung-products__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	gap: 1.25rem;
}

.leistung-products__grid .naprawa-card {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 0.75rem;
	overflow: hidden;
}

.leistung-models {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	gap: 1.25rem;
}

.leistung-models__brand {
	padding: 1.25rem 1.35rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.75rem;
	background: #fafafa;
}

.leistung-models__brand-name {
	margin: 0 0 0.875rem;
	padding-bottom: 0.625rem;
	border-bottom: 2px solid #111827;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111827;
}

.leistung-models__list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.leistung-models__item {
	padding: 0.35rem 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	color: #374151;
	border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.leistung-models__item:last-child {
	border-bottom: none;
}

.leistung-page__empty {
	padding: 2rem;
	border: 1px dashed #d1d5db;
	border-radius: 0.75rem;
	background: #f9fafb;
	color: #6b7280;
	text-align: center;
}

.leistung-page__back {
	margin: 2.5rem 0 0;
	font-size: 0.875rem;
}

.leistung-page__back a {
	color: #111827;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media (max-width: 640px) {
	.leistung-models {
		grid-template-columns: 1fr;
	}
}
