/* ============================================================
   Leistungen – Seite (Figma)
   ============================================================ */

.nickel-leistungen .nickel-page-hero {
	padding: 80px 0 56px;
}

.nickel-leistungen .nickel-page-hero .et_pb_heading h1 {
	margin: 0 0 20px;
	font-size: clamp(2.25rem, 5vw, 3.5rem) !important;
	font-weight: 400;
	line-height: var(--line-height-heading);
}

.nickel-leistungen .nickel-page-hero .et_pb_text p {
	max-width: 720px;
	margin: 0;
	font-size: var(--font-size-md);
	line-height: 1.65;
	color: var(--color-text-soft);
}

.nickel-leistungen .leistungen-cards {
	padding: 40px 0 72px;
}

.nickel-leistungen .leistungen-cards .et_pb_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 40px;
	margin-bottom: 48px;
}

.nickel-leistungen .leistungen-cards .et_pb_row > .et_pb_column,
.nickel-leistungen .leistungen-seasonal .et_pb_row > .et_pb_column,
.nickel-leistungen .leistungen-cta .et_pb_row > .et_pb_column {
	float: none;
	width: auto;
	margin: 0;
}

.nickel-leistungen .nickel-service-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
}

.nickel-leistungen .nickel-service-card .et_pb_image,
.nickel-leistungen .nickel-service-card .et_pb_image img {
	width: 100%;
	margin: 0 0 20px !important;
}

.nickel-leistungen .nickel-service-card .et_pb_image img {
	height: 280px;
	object-fit: cover;
	display: block;
}

.nickel-leistungen .nickel-service-card__media {
	position: relative;
	margin-bottom: 20px;
}

.nickel-leistungen .nickel-service-card__tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border: 1px solid var(--color-primary);
	background: #fff;
	font-size: var(--font-size-xs);
	font-weight: 700;
	letter-spacing: var(--letter-spacing-ui);
	text-transform: uppercase;
	color: var(--color-primary);
}

.nickel-leistungen .nickel-service-card__title h3,
.nickel-leistungen .nickel-service-card__title .et_pb_module_header {
	margin: 0 0 12px;
	font-family: var(--font-heading);
	font-size: var(--font-size-xl) !important;
	font-weight: 400;
}

.nickel-leistungen .nickel-service-card__text p {
	margin: 0 0 16px;
	font-size: var(--font-size-base);
	line-height: 1.65;
	color: var(--color-text-soft);
}

.nickel-leistungen .nickel-service-card__features {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.nickel-leistungen .nickel-service-card__features li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
	font-size: var(--font-size-sm);
	color: var(--color-text-soft);
}

.nickel-leistungen .nickel-service-card__features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	background: var(--color-primary);
	border-radius: 50%;
	opacity: 0.85;
}

.nickel-leistungen .nickel-service-card__link {
	font-size: var(--font-size-xs);
	font-weight: 700;
	letter-spacing: var(--letter-spacing-ui);
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text);
}

.nickel-leistungen .nickel-service-card__link:hover {
	color: var(--color-primary);
}

/* Winterdienst */
.nickel-leistungen .leistungen-seasonal {
	position: relative;
	padding: 72px 0;
	background-color: #1b1b1b;
	background-size: cover;
	background-position: center;
}

.nickel-leistungen .leistungen-seasonal .et_pb_row {
	display: grid;
	grid-template-columns: minmax(280px, 520px);
}

.nickel-leistungen .leistungen-seasonal__panel {
	padding: 40px 36px;
	background: #fff;
}

.nickel-leistungen .leistungen-seasonal__panel .nickel-kicker {
	margin-bottom: 12px;
}

.nickel-leistungen .leistungen-seasonal__panel h2 {
	margin: 0 0 14px;
	font-size: var(--font-size-2xl) !important;
}

.nickel-leistungen .leistungen-seasonal__panel p {
	margin: 0 0 20px;
	color: var(--color-text-soft);
}

.nickel-leistungen .leistungen-seasonal .nickel-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}

.nickel-leistungen .leistungen-seasonal .nickel-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: var(--font-size-sm);
	font-weight: 600;
	color: var(--color-text);
}

/* CTA */
.nickel-leistungen .leistungen-cta {
	padding: 80px 0;
	text-align: center;
}

.nickel-leistungen .leistungen-cta .et_pb_heading h2 {
	max-width: 720px;
	margin: 0 auto 16px;
	font-size: var(--font-size-2xl) !important;
}

.nickel-leistungen .leistungen-cta .et_pb_text p {
	max-width: 620px;
	margin: 0 auto 28px;
	color: var(--color-text-soft);
}

.nickel-leistungen .leistungen-cta .et_pb_button_module_wrapper {
	display: inline-block;
	margin: 0 8px 8px;
}

@media (max-width: 980px) {
	.nickel-leistungen .nickel-page-hero {
		padding: 56px 0 40px;
	}

	.nickel-leistungen .leistungen-cards {
		padding: 24px 0 56px;
	}

	.nickel-leistungen .leistungen-cards .et_pb_row {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 40px;
	}

	.nickel-leistungen .nickel-service-card .et_pb_image img {
		height: 220px;
	}

	.nickel-leistungen .leistungen-seasonal {
		padding: 48px 0;
	}

	.nickel-leistungen .leistungen-seasonal__panel {
		padding: 28px 24px;
	}

	.nickel-leistungen .leistungen-cta {
		padding: 64px 0;
	}

	.nickel-leistungen .leistungen-cta .et_pb_button_module_wrapper {
		display: block;
		margin: 0 0 10px;
	}

	.nickel-leistungen .leistungen-cta .et_pb_button {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.nickel-leistungen .nickel-page-hero .et_pb_heading h1 {
		font-size: clamp(1.85rem, 8.5vw, 2.5rem) !important;
	}
}
