/**
 * Wunschstoff Hero (Swiper) – minimal, mobile first.
 * Divi überschreibt Link-/Überschriftenfarben oft mit hoher Spezifität → !important im Hero-Bereich.
 */
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner,
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner h1,
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner h2,
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner h3,
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner p,
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner .wunschstoff-hero-slide__kicker,
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner .wunschstoff-hero-slide__title,
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner .wunschstoff-hero-slide__text {
	color: #f5f0e8 !important;
}

/* Divi-Linkfarbe (z. B. Akzentblau) im Fließtext neutralisieren */
.wunschstoff-hero-wrap .wunschstoff-hero-slide__inner a:not(.wunschstoff-hero-slide__btn) {
	color: #f5f0e8 !important;
	text-decoration: underline;
	text-decoration-color: rgba(245, 240, 232, 0.45);
	text-underline-offset: 0.15em;
}

.wunschstoff-hero-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 6px;
}

.wunschstoff-hero-swiper {
	width: 100%;
	min-height: 52vh;
}

@media (min-width: 768px) {
	.wunschstoff-hero-swiper {
		min-height: 68vh;
	}
}

.wunschstoff-hero-slide {
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wunschstoff-hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		rgba(12, 18, 28, 0.88) 0%,
		rgba(12, 18, 28, 0.55) 42%,
		rgba(12, 18, 28, 0.35) 100%
	);
	z-index: 0;
}

.wunschstoff-hero-slide__inner {
	position: relative;
	z-index: 1;
	padding: 1.75rem 1.25rem 2.5rem 3.25rem;
	max-width: 36rem;
	color: #f5f0e8;
}

@media (min-width: 768px) {
	.wunschstoff-hero-slide__inner {
		padding: 2.5rem 2rem 3rem 4.5rem;
		max-width: 40rem;
	}
}

.wunschstoff-hero-slide__kicker {
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.9;
	margin: 0 0 0.75rem;
}

.wunschstoff-hero-slide__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 5vw, 2.75rem);
	font-weight: 400;
	line-height: 1.12;
	margin: 0 0 0.75rem;
	letter-spacing: 0.02em;
}

.wunschstoff-hero-slide__text {
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0 0 1.25rem;
	opacity: 0.92;
	max-width: 32em;
}

.wunschstoff-hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1.25rem;
}

.wunschstoff-hero-slide__btn {
	display: inline-block;
	padding: 0.65rem 1.35rem;
	background: #f5f0e8;
	color: #0f1620 !important;
	text-decoration: none !important;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.wunschstoff-hero-slide__btn:hover,
.wunschstoff-hero-slide__btn:focus {
	opacity: 0.9;
}

.wunschstoff-hero-slide__link {
	color: #f5f0e8 !important;
	text-decoration: none !important;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	opacity: 0.95;
}

.wunschstoff-hero-slide__link:hover {
	opacity: 1;
	text-decoration: underline !important;
}

/* Pagination: links, vertikal (Mockup-Nähe) */
.wunschstoff-hero-swiper .swiper-pagination {
	position: absolute;
	left: 0.75rem;
	right: auto;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	z-index: 12;
}

@media (min-width: 768px) {
	.wunschstoff-hero-swiper .swiper-pagination {
		left: 1.1rem;
		gap: 0.55rem;
	}
}

.wunschstoff-hero-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(245, 240, 232, 0.35);
	opacity: 1;
	margin: 0 !important;
	border-radius: 50%;
}

.wunschstoff-hero-swiper .swiper-pagination-bullet-active {
	background: #f5f0e8;
	transform: scale(1.15);
}
