/**
 * "Why manufacturers choose PoD" depth section (EN loop injection + NL/DE block content).
 */
.pod-en-depth {
	background: #000a1e;
	padding: 4rem 1rem;
}

.pod-en-depth__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.pod-en-depth__title {
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.pod-en-depth__sub {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 2.5rem;
	line-height: 1.6;
}

/* EN: plain div.pod-en-depth__grid; NL/DE: core/columns.pod-en-depth__grid */
.pod-en-depth__grid,
.pod-en-depth .wp-block-columns.pod-en-depth__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-bottom: 0 !important;
}

.pod-en-depth .wp-block-columns.pod-en-depth__grid + .wp-block-columns.pod-en-depth__grid {
	margin-top: 2rem;
}

.pod-en-depth .wp-block-columns.pod-en-depth__grid > .wp-block-column {
	flex-basis: unset !important;
}

.pod-en-depth__card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	padding: 1.5rem;
}

.pod-en-depth__card .wp-block-heading,
.pod-en-depth__card h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.5rem;
}

.pod-en-depth__card .wp-block-paragraph,
.pod-en-depth__card p {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.7;
	margin: 0;
}

.pod-en-depth__card strong {
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
	.pod-en-depth__grid,
	.pod-en-depth .wp-block-columns.pod-en-depth__grid {
		grid-template-columns: 1fr;
	}
}
