.xf92376b1 {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(40rem 22rem at 88% -12%, var(--sn-purple-tint), transparent 62%),
		var(--sn-surface);
	border: 1px solid var(--sn-border);
	border-top: 3px solid var(--sn-purple);
	border-radius: var(--sn-radius);
	padding: var(--sn-sp-8) var(--sn-sp-6);
	margin: var(--sn-sp-8) 0;
	box-shadow: var(--sn-shadow);
}

/* Subtle diamond-checker texture (reference style). */
.xf92376b1::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(45deg, color-mix(in srgb, var(--sn-heading) 2.5%, transparent) 25%, transparent 25%, transparent 75%, color-mix(in srgb, var(--sn-heading) 2.5%, transparent) 75%),
		linear-gradient(45deg, color-mix(in srgb, var(--sn-heading) 2.5%, transparent) 25%, transparent 25%, transparent 75%, color-mix(in srgb, var(--sn-heading) 2.5%, transparent) 75%);
	background-position: 0 0, 22px 22px;
	background-size: 44px 44px;
	pointer-events: none;
}

.xf0674679 {
	position: relative;
}

.xb5d41f92 {
	margin: 0 0 var(--sn-sp-1);
	color: var(--sn-primary);
	font-family: var(--sn-font-display);
	font-size: var(--sn-fs-xs);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.x7d9c7cef {
	margin: 0 0 var(--sn-sp-4);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.xfa14574a > :first-child { margin-top: 0; }
.xfa14574a > :last-child { margin-bottom: 0; }

/* Author byline (replaces the retired review-meta block). */
.xe7997ac9 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--sn-sp-2) var(--sn-sp-6);
	margin-top: var(--sn-sp-4);
	font-size: var(--sn-fs-xs);
	color: var(--sn-text-muted);
}

.xc9b39fad {
	display: inline-flex;
	align-items: center;
	gap: var(--sn-sp-2);
	white-space: nowrap;
	flex: 0 0 auto; /* Never shrink — the row scrolls instead of overlapping. */
}

.x5faabe51 {
	flex: 0 0 auto;
}

.xc9b39fad svg {
	width: 14px;
	height: 14px;
	color: var(--sn-accent);
}

.xe7997ac9 a {
	color: var(--sn-accent);
	font-weight: 600;
}

.x5faabe51 {
	border-radius: 50%;
}

/* CTA + trust chips variant. */
.xf80b350f {
	margin: var(--sn-sp-6) 0 0;
}

.xa461f3ba {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-sp-2);
	margin: var(--sn-sp-6) 0 0;
	padding: 0;
}

.x0fd4f2fb {
	display: inline-flex;
	align-items: center;
	gap: var(--sn-sp-2);
	padding: var(--sn-sp-1) var(--sn-sp-3);
	background: var(--sn-purple-tint);
	border: 1px solid color-mix(in srgb, var(--sn-accent) 25%, transparent);
	border-radius: 999px;
	font-size: var(--sn-fs-xs);
	font-weight: 600;
	color: var(--sn-text);
}

.x0fd4f2fb svg {
	width: 14px;
	height: 14px;
	color: var(--sn-accent);
}

.xeed385d5 {
	margin: var(--sn-sp-6) 0 0;
}

.xeed385d5 .xd8bf11ba {
	width: 100%;
}

@media (min-width: 768px) {
	.xf92376b1 {
		padding: var(--sn-sp-12) var(--sn-sp-8);
	}

	.xf0674679 {
		display: flex;
		align-items: center;
		gap: var(--sn-sp-8);
	}

	.xd97b8f14 {
		flex: 1 1 58%;
		min-width: 0;
	}

	.xeed385d5 {
		flex: 1 1 42%;
		margin: 0;
	}
}

/* ---------- Compact mode: light split panel + indigo trust slab ---------- */
/* Deliberately the OPPOSITE of the NL skin's hero (colored stage, white
   text): a white card with dark type; the chrome colour only appears as the
   slanted trust slab on the right. Markup is unchanged. */

.x5a7de7a5 {
	padding: 0;
	background: var(--sn-surface);
	border: 1px solid var(--sn-border);
	box-shadow: var(--sn-shadow);
}

/* No full-card texture — the trust slab carries it instead. */
.x5a7de7a5::before {
	content: none;
}

.x5a7de7a5 .xd97b8f14 {
	padding: var(--sn-sp-6);
}

/* Oversized display title — the light card lets it go darker and bigger. */
.x5a7de7a5 .x7d9c7cef {
	font-size: clamp(1.625rem, 3.6vw, 2.75rem);
	letter-spacing: -.01em;
}

/* Compact intro: small type, clamped to 2 lines with a Mehr lesen toggle.
   The full text stays in the DOM and is one tap away (expandable content —
   indexed normally by Google). */
.x5a7de7a5 .xfa14574a {
	font-size: var(--sn-fs-sm);
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 479px) {
	.x5a7de7a5 .xfa14574a {
		font-size: var(--sn-fs-xs);
	}
}

.x5a7de7a5.is-expanded .xfa14574a {
	display: block;
	overflow: visible;
}

.x13de81fb {
	display: inline-flex;
	align-items: center;
	gap: var(--sn-sp-1);
	margin-top: var(--sn-sp-2);
	padding: 0;
	background: none;
	border: 0;
	color: var(--sn-accent);
	font-family: var(--sn-font);
	font-size: var(--sn-fs-xs);
	font-weight: 600;
	cursor: pointer;
}

.x13de81fb:hover,
.x13de81fb:focus {
	color: var(--sn-primary-hover);
}

.x13de81fb svg {
	transition: transform .15s ease;
}

.x5a7de7a5.is-expanded .x13de81fb svg {
	transform: rotate(180deg);
}

/* Compact mobile: the byline scrolls sideways instead of stacking. */
.x5a7de7a5 .xe7997ac9 {
	flex-wrap: wrap;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.x5a7de7a5 .xe7997ac9::-webkit-scrollbar {
	display: none;
}

/* ---------- Trust slab (rail) ---------- */
/* Indigo colour block with a slanted edge and the drifting diamond texture
   — the diagonal design motif lives HERE now, not on the card bottom. */

.x5a7de7a5 .xc817d3fe {
	position: relative;
	overflow: hidden;
	background: linear-gradient(120deg, var(--sn-purple), var(--sn-purple-2));
	padding: calc(var(--sn-sp-4) + var(--sn-sp-2)) var(--sn-sp-6) var(--sn-sp-4);
	clip-path: polygon(0 14px, 100% 0, 100% 100%, 0 100%);
}

@keyframes xba407937 {
	from { background-position: 0 0, 22px 22px; }
	to   { background-position: 88px 0, 110px 22px; }
}

.x5a7de7a5 .xc817d3fe::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(45deg, color-mix(in srgb, var(--sn-on-chrome) 4.5%, transparent) 25%, transparent 25%, transparent 75%, color-mix(in srgb, var(--sn-on-chrome) 4.5%, transparent) 75%),
		linear-gradient(45deg, color-mix(in srgb, var(--sn-on-chrome) 4.5%, transparent) 25%, transparent 25%, transparent 75%, color-mix(in srgb, var(--sn-on-chrome) 4.5%, transparent) 75%);
	background-position: 0 0, 22px 22px;
	background-size: 44px 44px;
	animation: xba407937 36s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.x5a7de7a5 .xc817d3fe::before {
		animation: none;
	}
}

.x5a7de7a5 .xc817d3fe > * {
	position: relative; /* above the texture */
}

/* Chips on the slab: glassy, one scrollable row on mobile. */
.x5a7de7a5 .xa461f3ba {
	margin: 0;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.x5a7de7a5 .xa461f3ba::-webkit-scrollbar {
	display: none;
}

.x5a7de7a5 .x0fd4f2fb {
	flex: 0 0 auto;
	white-space: nowrap;
	background: color-mix(in srgb, var(--sn-on-chrome) 13%, transparent);
	border-color: color-mix(in srgb, var(--sn-on-chrome) 35%, transparent);
	color: color-mix(in srgb, var(--sn-on-chrome) 92%, transparent);
}

.x5a7de7a5 .x0fd4f2fb svg {
	color: var(--sn-pink);
}

/* ---------- Compact layout ---------- */

/* 768–899px: the generic .xf0674679 flex rule would squeeze the slab
   next to the text — keep it stacked until the grid kicks in. */
@media (min-width: 768px) and (max-width: 899px) {
	.x5a7de7a5 .xf0674679 {
		display: block;
	}

	.x5a7de7a5 .xd97b8f14 {
		padding: var(--sn-sp-8);
	}
}

@media (min-width: 768px) {
	/* Compact CTA variant: button and trust chips share one row. */
	.x5a7de7a5 .xc2bb1b05 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: var(--sn-sp-4) var(--sn-sp-6);
	}
}

/* Desktop: text left, full-height slanted slab right. */
@media (min-width: 900px) {
	.x5a7de7a5 .xf0674679 {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 0;
		align-items: stretch;
	}

	.x5a7de7a5 .xd97b8f14 {
		padding: var(--sn-sp-8);
	}

	.x5a7de7a5 .xc817d3fe {
		display: flex;
		align-items: center;
		margin: 0;
		clip-path: polygon(64px 0, 100% 0, 100% 100%, 0 100%);
		padding: var(--sn-sp-8) var(--sn-sp-6) var(--sn-sp-8) calc(64px + var(--sn-sp-4));
	}

	/* Checklist rows instead of pills. */
	.x5a7de7a5 .xc817d3fe .xa461f3ba {
		flex-direction: column;
		align-items: stretch;
		overflow: visible;
		gap: var(--sn-sp-4);
	}

	.x5a7de7a5 .xc817d3fe .x0fd4f2fb {
		background: transparent;
		border: 0;
		padding: 0;
		font-size: var(--sn-fs-sm);
		font-weight: 600;
		color: color-mix(in srgb, var(--sn-on-chrome) 94%, transparent);
		white-space: normal;
	}

	.x5a7de7a5 .xc817d3fe .x0fd4f2fb svg {
		box-sizing: content-box;
		width: 13px;
		height: 13px;
		padding: 5px;
		border-radius: 50%;
		background: var(--sn-primary);
		color: var(--sn-primary-dark);
	}
}
