/* =========================================================
   BRANDO24 – SANITÄRCONTAINER ÜBERSICHT
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.brando-models-hero {
	background: var(--b24-surface-soft, #f8fafc);
}

.brando-models-hero__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
}

.brando-models-hero__intro {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.brando-models-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}


/* =========================================================
   ORIENTATION
   ========================================================= */

.brando-models-orientation {
	background: #fff;
}

.brando-models-orientation__item {
	align-items: center;
	display: flex;
	gap: 16px;
	height: 100%;
	padding: 20px 22px;
}

.brando-models-orientation__item strong {
	color: var(--b24-text, #0f172a);
	display: block;
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 4px;
}

.brando-models-orientation__item p {
	color: var(--b24-text-soft, #45546d);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}


/* =========================================================
   PRODUCT CARDS
   ========================================================= */

.brando-models-section {
	background: var(--b24-surface-soft, #f8fafc);
}

.brando-model-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 0;
}

.brando-model-card__image {
	aspect-ratio: 16 / 10;
	background: var(--b24-surface-muted, #f4f7fa);
	overflow: hidden;
	position: relative;
}

.brando-model-card__image a {
	display: block;
	height: 100%;
	width: 100%;
}

.brando-model-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
	width: 100%;
}

.brando-model-card:hover .brando-model-card__image img {
	transform: scale(1.025);
}

.brando-model-card__image-label {
	background: rgba(2, 6, 24, .76);
	border-radius: 999px;
	bottom: 12px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	left: 12px;
	line-height: 1;
	padding: 7px 9px;
	position: absolute;
}

.brando-model-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 26px;
}

.brando-model-card__content h3 {
	color: var(--b24-text, #0f172a);
	font-size: 24px;
	line-height: 1.2;
	margin: 14px 0 12px;
}

.brando-model-card__content > p {
	color: var(--b24-text-soft, #45546d);
	line-height: 1.65;
	margin-bottom: 18px;
}

.brando-model-card .b24-check-list {
	margin-bottom: 24px;
}

.brando-model-card__footer {
	margin-top: auto;
}

.brando-model-card__footer .b24-btn {
	box-sizing: border-box;
	justify-content: space-between;
	width: 100%;
}


/* =========================================================
   BAUGRÖSSEN
   ========================================================= */

.brando-model-sizes-section {
	background: #fff;
}

.brando-size-model-card {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.brando-size-model-card__number {
	align-items: center;
	background: var(--b24-navy, #0f172b);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	left: 16px;
	position: absolute;
	top: 16px;
	width: 34px;
	z-index: 2;
}

.brando-size-model-card__image {
	aspect-ratio: 16 / 9;
	background: var(--b24-surface-muted, #f4f7fa);
	overflow: hidden;
}

.brando-size-model-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.brando-size-model-card__placeholder {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: var(--b24-surface-muted, #f4f7fa);
	color: var(--b24-text-muted, #4b5f7b);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}

.brando-size-model-card__placeholder span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--b24-border-soft, #dfe6ee);
	border-radius: 16px;
	display: flex;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.brando-size-model-card__placeholder svg {
	height: 28px;
	width: 28px;
}

.brando-size-model-card__content {
	padding: 24px;
}

.brando-size-model-card__dimension {
	color: var(--b24-blue, #0ea5e9);
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	margin-bottom: 8px;
}

.brando-size-model-card__content h3 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.brando-size-model-card__content > p {
	color: var(--b24-text-soft, #45546d);
	line-height: 1.6;
	margin-bottom: 18px;
}

.brando-size-model-card__use {
	background: var(--b24-surface-soft, #f8fafc);
	border: 1px solid var(--b24-border-soft, #dfe6ee);
	border-radius: 10px;
	color: var(--b24-text-soft, #45546d);
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.brando-size-model-card__use strong {
	color: var(--b24-text, #0f172a);
}

.brando-size-model-card__link {
	color: var(--b24-orange, #c75832);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.brando-size-model-card__link:hover {
	color: var(--b24-orange-hover, #d8673f);
}


/* =========================================================
   DECISION GUIDE
   ========================================================= */

.brando-model-guide-section {
	background: var(--b24-surface-soft, #f8fafc);
}

.brando-model-guide {
	padding: 42px;
}

.brando-model-guide__head {
	margin-bottom: 28px;
}

.brando-model-guide__head h2 {
	color: #fff;
	margin: 20px 0 10px;
}

.brando-model-guide__head p {
	color: var(--b24-text-subtle, #8ba0bd);
	margin: 0;
	max-width: 720px;
}

.brando-model-guide__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brando-model-guide__item {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	display: flex;
	gap: 14px;
	padding: 20px;
}

.brando-model-guide__step {
	align-items: center;
	background: rgba(14, 165, 233, .13);
	border: 1px solid rgba(14, 165, 233, .28);
	border-radius: 999px;
	color: var(--b24-blue-light, #6ec5ef);
	display: flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.brando-model-guide__item strong {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.brando-model-guide__item p {
	color: var(--b24-text-subtle, #8ba0bd);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 12px;
}

.brando-model-guide__item a {
	color: var(--b24-blue-light, #6ec5ef);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}


/* =========================================================
   CTA
   ========================================================= */

.brando-models-cta__content {
	align-items: center;
	display: flex;
	gap: 42px;
	justify-content: space-between;
	padding: 34px;
}

.brando-models-cta__content > div:first-child {
	max-width: 700px;
}

.brando-models-cta__content h2 {
	margin: 16px 0 10px;
}

.brando-models-cta__content p {
	color: var(--b24-text-soft, #45546d);
	margin: 0;
}

.brando-models-cta__actions {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 10px;
	min-width: 250px;
}

.brando-models-cta__actions .b24-btn {
	box-sizing: border-box;
	justify-content: center;
	width: 100%;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 849px) {

	.brando-model-guide__grid {
		grid-template-columns: 1fr;
	}

	.brando-models-cta__content {
		align-items: stretch;
		flex-direction: column;
	}

	.brando-models-cta__actions {
		flex-direction: row;
		min-width: 0;
	}

	.brando-models-cta__actions .b24-btn {
		flex: 1 1 0;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 549px) {

	.brando-models-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.brando-models-hero__actions .b24-btn {
		justify-content: center;
		width: 100%;
	}

	.brando-model-card__content {
		padding: 22px 20px;
	}

	.brando-size-model-card__content {
		padding: 22px 20px;
	}

	.brando-model-guide {
		padding: 28px 20px;
	}

	.brando-model-guide__item {
		padding: 16px;
	}

	.brando-models-cta__content {
		padding: 26px 20px;
	}

	.brando-models-cta__actions {
		flex-direction: column;
	}

}

/* =========================================================
   BRANDO24 – PRODUKTDETAILSEITE KOMPAKTMODUL
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.brando-detail-hero {
	background: #ffffff;
	border-bottom: 1px solid var(--b24-border-soft);
}

.brando-detail-hero .col-inner {
	height: 100%;
}

.brando-detail-hero__title {
	color: var(--b24-text);
	font-size: clamp(44px, 4.6vw, 64px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 16px 0 22px;
}

.brando-detail-hero__lead {
	color: var(--b24-text-soft);
	font-size: 18px;
	line-height: 1.75;
	margin: 0;
	max-width: 650px;
}

.brando-detail-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 26px 0 22px;
}

.brando-detail-hero__list {
	margin: 0;
	max-width: 600px;
}

.brando-detail-hero__actions {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.brando-detail-hero__actions .b24-btn {
	min-width: 190px;
}


/* =========================================================
   PRODUKTBILD
   ========================================================= */

.brando-detail-product {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
	overflow: hidden;
	padding: 0;
}

.brando-detail-product__image {
	aspect-ratio: 4 / 3;
	background: var(--b24-surface-muted);
	overflow: hidden;
	position: relative;
}

.brando-detail-product__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.brando-detail-product__disclosure {
	background: rgba(2, 6, 24, 0.78);
	border-radius: 999px;
	bottom: 14px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	left: 14px;
	line-height: 1;
	padding: 7px 10px;
	position: absolute;
}

.brando-detail-product__info {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brando-detail-product__info > div {
	padding: 18px 22px 20px;
}

.brando-detail-product__info > div + div {
	border-left: 1px solid var(--b24-border-soft);
}

.brando-detail-product__label {
	color: var(--b24-text-muted);
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.brando-detail-product__info strong {
	color: var(--b24-text);
	display: block;
	font-size: 16px;
	line-height: 1.35;
}


/* =========================================================
   FAKTENLEISTE
   ========================================================= */

.brando-detail-facts-section {
	background: var(--b24-surface-soft);
	border-bottom: 1px solid var(--b24-border-soft);
}

.brando-detail-fact {
	align-items: flex-start;
	display: flex;
	gap: 15px;
	height: 100%;
	padding: 22px;
}

.brando-detail-fact > div:last-child {
	flex: 1 1 auto;
}

.brando-detail-fact > div:last-child > span {
	color: var(--b24-text-muted);
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.brando-detail-fact strong {
	color: var(--b24-text);
	display: block;
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 5px;
}

.brando-detail-fact p {
	color: var(--b24-text-soft);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}


/* =========================================================
   ALLGEMEINE DETAILSEITEN-TEXTE
   ========================================================= */

.brando-detail-copy {
	color: var(--b24-text-soft);
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 18px;
}


/* =========================================================
   PRODUKTBESCHREIBUNG / ABMESSUNG
   ========================================================= */

.brando-detail-description-section {
	background: #ffffff;
}

.brando-detail-dimension-card {
	background: var(--b24-surface-soft);
	padding: 30px;
}

.brando-detail-dimension-card__head h3 {
	color: var(--b24-text);
	font-size: 34px;
	line-height: 1.1;
	margin: 14px 0 8px;
}

.brando-detail-dimension-card__head p {
	color: var(--b24-text-soft);
	line-height: 1.65;
	margin: 0;
}

.brando-detail-dimension-visual {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 28px 0 38px;
	min-height: 230px;
	overflow: visible;
	padding: 20px 60px 30px 20px;
}

.brando-detail-dimension-visual__module {
	align-items: center;
	background:
		linear-gradient(
			145deg,
			#152538,
			#0f172b
		);
	border: 2px solid var(--b24-blue);
	border-radius: 12px;
	box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
	color: #fff;
	display: flex;
	height: 150px;
	justify-content: center;
	position: relative;
	width: 200px;
}

.brando-detail-dimension-visual__module > div {
	font-size: 14px;
	font-weight: 700;
}

.brando-detail-dimension-visual__width {
	bottom: -34px;
	color: var(--b24-text);
	font-size: 12px;
	font-weight: 700;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.brando-detail-dimension-visual__width::before {
	background: var(--b24-text-muted);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: -8px;
}

.brando-detail-dimension-visual__depth {
	color: var(--b24-text);
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	right: -58px;
	top: 50%;
	transform: rotate(90deg) translateY(-50%);
}


/* =========================================================
   EINSATZSITUATIONEN
   ========================================================= */

.brando-detail-use-section {
	background: var(--b24-surface-soft);
}

.brando-detail-use-card {
	height: 100%;
	padding: 28px;
}

.brando-detail-use-card h3 {
	color: var(--b24-text);
	font-size: 21px;
	line-height: 1.25;
	margin: 18px 0 10px;
}

.brando-detail-use-card p {
	color: var(--b24-text-soft);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}


/* =========================================================
   AUSSTATTUNG + REALE PRODUKTFOTOS
   ========================================================= */

.brando-detail-equipment-section {
	background: var(--b24-surface-soft, #f8fafc);
}

/* Variante für Größenseiten */
.brando-detail-equipment-section.brando-detail-equipment-section--white {
	background: #ffffff;
}

/* ---------- Header ---------- */

.brando-detail-equipment-title {
	margin-bottom: 14px;
}

.brando-detail-equipment-intro {
	color: var(--b24-text-soft);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 760px;
}

.brando-detail-equipment-intro p {
	margin: 0;
}

.brando-detail-equipment-intro p + p {
	margin-top: 4px;
}


/* ---------- Content Row ---------- */

.brando-detail-equipment-content {
	margin-top: 36px;
}


/* ---------- Ausstattung links ---------- */

.brando-detail-equipment-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.brando-detail-equipment-card {
	align-items: center;
	display: flex;
	gap: 15px;
	height: auto;
	margin: 0;
	min-height: 88px;
	padding: 15px 17px;
	width: 100%;
}

.brando-detail-equipment-card .b24-icon-chip {
	flex: 0 0 auto;
}

.brando-detail-equipment-card__content {
	flex: 1 1 auto;
	min-width: 0;
}

.brando-detail-equipment-card__content strong {
	color: var(--b24-text);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4px;
}

.brando-detail-equipment-card__content p {
	color: var(--b24-text-soft);
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

/* ---------- Slider rechts ---------- */

.brando-detail-equipment-media {
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
	width: 100%;
}

.brando-detail-equipment-slider {
	background: #ffffff;
	border: 1px solid var(--b24-border-soft);
	border-radius: var(--b24-radius-lg);
	box-shadow: var(--b24-shadow-card);
	overflow: visible;
	position: relative;
	width: 100%;
}

/* Bildbereich weiterhin innerhalb der Rundung beschneiden */
.brando-detail-equipment-slider .flickity-viewport {
	border-radius: var(--b24-radius-lg);
	overflow: hidden;
}

.brando-detail-equipment-slider .img {
	margin: 0 !important;
	width: 100%;
}

.brando-detail-equipment-slider .img-inner {
	aspect-ratio: 3 / 4;
	background: #ffffff;
	border-radius: 0;
	overflow: hidden;
	padding-top: 0 !important;
	position: relative;
}

.brando-detail-equipment-slider .img-inner img {
	height: 100% !important;
	left: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100% !important;
}

/* ---------- Slider Navigation ---------- */

.brando-detail-equipment-slider .flickity-button {
	background: rgba(15, 23, 42, .76);
	border-radius: 999px;
	height: 38px;
	opacity: 1;
	width: 38px;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	z-index: 5;
}

/* Pfeil links direkt am Slider */
.brando-detail-equipment-slider .flickity-button.previous {
	left: -19px !important;
}

/* Pfeil rechts direkt am Slider */
.brando-detail-equipment-slider .flickity-button.next {
	right: -19px !important;
}

.brando-detail-equipment-slider .flickity-button:hover {
	background: rgba(15, 23, 42, .94);
}

.brando-detail-equipment-slider .flickity-page-dots {
	bottom: 12px;
}

.brando-detail-equipment-slider .flickity-page-dots .dot {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, .24);
	opacity: .72;
}

.brando-detail-equipment-slider .flickity-page-dots .dot.is-selected {
	background: var(--b24-orange);
	border-color: var(--b24-orange);
	opacity: 1;
}

@media (max-width: 549px) {

	.brando-detail-equipment-slider .flickity-button.previous {
		left: 8px !important;
	}

	.brando-detail-equipment-slider .flickity-button.next {
		right: 8px !important;
	}

}

/* =========================================================
   LIGHTBOX – NAVIGATION AM PRODUKTFOTO
   ========================================================= */

.mfp-gallery .mfp-arrow {
	align-items: center !important;
	background: rgba(15, 23, 42, .82) !important;
	border: 0 !important;
	border-radius: 999px !important;
	display: flex !important;
	height: 40px !important;
	justify-content: center !important;
	margin: -20px 0 0 !important;
	opacity: 1 !important;
	padding: 0 !important;
	top: 50% !important;
	width: 40px !important;
	z-index: 10;
}


/* Alte Magnific-Popup-Pseudopfeile deaktivieren */

.mfp-gallery .mfp-arrow::before,
.mfp-gallery .mfp-arrow::after {
	content: none !important;
	display: none !important;
}


/* Flatsome Icon sauber im Kreis zentrieren */

.mfp-gallery .mfp-arrow i {
	color: #ffffff !important;
	display: block !important;
	font-size: 24px !important;
	height: auto !important;
	left: auto !important;
	line-height: 1 !important;
	margin: 0 !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
}


/* Auch das Icon-Font-Pseudoelement zurücksetzen */

.mfp-gallery .mfp-arrow i::before {
	display: block;
	line-height: 1;
	margin: 0 !important;
}


/* Linker Button */

.mfp-gallery .mfp-arrow-left {
	left: calc(50% - 360px) !important;
}


/* Rechter Button */

.mfp-gallery .mfp-arrow-right {
	right: calc(50% - 360px) !important;
}


/* Hover */

.mfp-gallery .mfp-arrow:hover {
	background: rgba(15, 23, 42, .96) !important;
}

/* Lightbox-Pfeile beim Schließen sofort ausblenden */
.mfp-wrap.mfp-removing .mfp-arrow {
	opacity: 0 !important;
	visibility: hidden !important;
	transition: none !important;
	pointer-events: none !important;
}

/* Mobile */

@media (max-width: 800px) {

	.mfp-gallery .mfp-arrow-left {
		left: 14px !important;
	}

	.mfp-gallery .mfp-arrow-right {
		right: 14px !important;
	}

}

/* ---------- Hinweis unter Slider ---------- */

.brando-detail-equipment-media-note {
	align-items: center;
	color: var(--b24-text-muted);
	display: flex;
	font-size: 11px;
	font-weight: 600;
	gap: 7px;
	justify-content: center;
	line-height: 1.4;
	margin-top: 10px;
}

.brando-detail-equipment-media-note svg {
	display: block;
	flex: 0 0 15px;
	height: 15px;
	width: 15px;
}

/* =========================================================
   TECHNIK / STANDORT
   ========================================================= */

.brando-detail-technical-section {
	background: var(--b24-surface-soft);
}

.brando-detail-tech-card {
	height: 100%;
	padding: 28px;
}

.brando-detail-tech-card h3 {
	color: var(--b24-text);
	font-size: 21px;
	line-height: 1.25;
	margin: 17px 0 10px;
}

.brando-detail-tech-card p {
	color: var(--b24-text-soft);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}


/* =========================================================
   MODELLWAHL
   ========================================================= */

.brando-detail-nextsize-section {
	background: #ffffff;
}

.brando-detail-nextsize-list {
	margin: 24px 0 28px;
}

.brando-detail-nextsize-card {
	background:
		linear-gradient(
			145deg,
			#0f192d,
			#020618
		);
	border-radius: 22px;
	padding: 32px;
}

.brando-detail-nextsize-card h3 {
	color: #fff;
	font-size: 27px;
	line-height: 1.2;
	margin: 20px 0 10px;
}

.brando-detail-nextsize-card > p {
	color: #b7c3d3;
	font-size: 15px;
	line-height: 1.7;
}

.brando-detail-nextsize-card__models {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brando-detail-nextsize-card__models span {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 12px;
	color: #aebbd0;
	display: block;
	font-size: 12px;
	line-height: 1.45;
	padding: 14px;
}

.brando-detail-nextsize-card__models strong {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 3px;
}


/* =========================================================
   PROJEKTABLAUF
   ========================================================= */

.brando-detail-process-section {
	background: var(--b24-surface-soft);
}

.brando-detail-process-card {
	height: 100%;
	padding: 26px;
}

.brando-detail-process-card__number {
	align-items: center;
	background: rgba(14, 165, 233, 0.10);
	border: 1px solid rgba(14, 165, 233, 0.16);
	border-radius: 999px;
	color: var(--b24-blue);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	height: 38px;
	justify-content: center;
	margin-bottom: 18px;
	width: 38px;
}

.brando-detail-process-card h3 {
	color: var(--b24-text);
	font-size: 19px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.brando-detail-process-card p {
	color: var(--b24-text-soft);
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}


/* =========================================================
   FAQ
   ========================================================= */

.brando-detail-faq-section {
	background: #ffffff;
}

.brando-detail-faq-section .accordion {
	margin-top: 20px;
}

.brando-detail-faq-section .accordion-title {
	color: var(--b24-text);
	font-size: 16px;
	font-weight: 600;
	padding: 18px 18px 18px 42px;
}

.brando-detail-faq-section .accordion-inner {
	color: var(--b24-text-soft);
	font-size: 14px;
	line-height: 1.7;
	padding: 0 18px 20px 42px;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.brando-detail-cta-section {
	background: var(--b24-surface-soft);
}

.brando-detail-cta {
	background:
		linear-gradient(
			145deg,
			#0f192d,
			#020618
		);
	border-radius: 22px;
	padding: 42px 46px;
}

.brando-detail-cta__content {
	align-items: center;
	display: flex;
	gap: 44px;
	justify-content: space-between;
}

.brando-detail-cta__content > div:first-child {
	max-width: 720px;
}

.brando-detail-cta h2 {
	color: #fff;
	font-size: 34px;
	line-height: 1.15;
	margin: 20px 0 10px;
}

.brando-detail-cta p {
	color: #b7c3d3;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.brando-detail-cta__actions {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 10px;
	min-width: 245px;
}

.brando-detail-cta__actions .b24-btn {
	box-sizing: border-box;
	width: 100%;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 849px) {

	.brando-detail-hero__title {
		font-size: 46px;
	}

	.brando-detail-equipment-content {
	margin-top: 30px;
    }

    .brando-detail-equipment-card {
	min-height: 84px;
	padding: 14px;
    }

    .brando-detail-equipment-media {
	margin-left: auto;
	margin-right: auto;
    }

	.brando-detail-cta__content {
		align-items: stretch;
		flex-direction: column;
	}

	.brando-detail-cta__actions {
		flex-direction: row;
		min-width: 0;
	}

	.brando-detail-cta__actions .b24-btn {
		flex: 1 1 0;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 549px) {

	.brando-detail-hero__title {
		font-size: 36px;
		line-height: 1.08;
	}

	.brando-detail-hero__lead {
		font-size: 16px;
	}

	.brando-detail-hero__actions {
		flex-direction: column;
	}

	.brando-detail-hero__actions .b24-btn {
		width: 100%;
	}

	.brando-detail-product {
		margin-top: 26px;
	}

	.brando-detail-product__info {
		grid-template-columns: 1fr;
	}

	.brando-detail-product__info > div + div {
		border-left: 0;
		border-top: 1px solid var(--b24-border-soft);
	}

	.brando-detail-dimension-card {
		padding: 22px 20px;
	}

	.brando-detail-dimension-visual {
		min-height: 220px;
		padding-right: 45px;
	}

	.brando-detail-dimension-visual__module {
		height: 130px;
		width: 174px;
	}

    .brando-detail-equipment-intro {
	font-size: 14px;
	line-height: 1.65;
    }

    .brando-detail-equipment-content {
	margin-top: 26px;
    }

    .brando-detail-equipment-list {
	gap: 10px;
    }

    .brando-detail-equipment-card {
	min-height: 0;
	padding: 14px 15px;
    }

    .brando-detail-equipment-card__content strong {
	font-size: 14px;
    }

    .brando-detail-equipment-card__content p {
	font-size: 12px;
    }

    .brando-detail-equipment-media {
	margin-top: 26px;
	max-width: none;
    }

    .brando-detail-equipment-slider {
	border-radius: 16px;
    }

	.brando-detail-nextsize-card {
		padding: 26px 20px;
	}

	.brando-detail-nextsize-card__models {
		grid-template-columns: 1fr;
	}

	.brando-detail-cta {
		padding: 30px 22px;
	}

	.brando-detail-cta h2 {
		font-size: 27px;
	}

	.brando-detail-cta__actions {
		flex-direction: column;
	}

}

/* =========================================================
   PRODUKTDETAILSEITEN – ERGÄNZUNGEN
   ========================================================= */

/* ---------------------------------------------------------
   ABWASSER / KANAL / TANK
   --------------------------------------------------------- */

.brando-product-waste-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.brando-product-waste-card {
	box-sizing: border-box;
	display: block;
	height: 100%;
	min-width: 0;
	padding: 28px;
}

.brando-product-waste-card h3 {
	margin: 16px 0 10px;
}

.brando-product-waste-card p {
	margin: 0;
}


/* ---------------------------------------------------------
   MODELLAUSWAHL
   --------------------------------------------------------- */

.brando-product-model-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.brando-product-model-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 205px;
	min-width: 0;
	padding: 26px;
	text-decoration: none !important;
}

.brando-product-model-card:hover {
	text-decoration: none !important;
}

.brando-product-model-card__size {
	color: var(--b24-blue);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.3;
	margin: 0 0 12px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.brando-product-model-card h3 {
	color: var(--b24-text);
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 10px;
	text-decoration: none !important;
}

.brando-product-model-card p {
	color: var(--b24-text-soft);
	font-size: 13px;
	line-height: 1.65;
	margin: 0 0 20px;
}

.brando-product-model-card .b24-link {
	margin-top: auto;
}

.brando-product-model-card--more h3 {
	color: #fff;
}

.brando-product-model-card--more p {
	color: #b7c3d3;
}

.brando-product-model-card--more
.brando-product-model-card__size {
	color: var(--b24-blue-light);
}

/* =========================================================
   EINSATZBEREICH-KARTEN AUF PRODUKTSEITEN
   ========================================================= */

.brando-product-application-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 168px;
	padding: 24px 26px !important;
	text-decoration: none !important;
	transition:
		transform .2s ease,
		box-shadow .2s ease;
}

.brando-product-application-card:hover {
	box-shadow: var(--b24-shadow-elevated);
	transform: translateY(-3px);
	text-decoration: none !important;
}

.brando-product-application-card .b24-tag {
	align-self: flex-start;
	margin: 0 0 8px;
}

.brando-product-application-card h3 {
	color: var(--b24-text);
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 12px;
}

.brando-product-application-card p {
	color: var(--b24-text-soft);
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 18px;
}

.brando-product-application-card .b24-link {
	margin-top: auto;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 849px) {

	.brando-product-waste-grid,
	.brando-product-model-grid {
		grid-template-columns: 1fr;
	}

}