.dsd-trust-strip {
	box-sizing: border-box;
	width: 100%;
	padding: .65rem 1rem;
	background: #6f1834;
	color: #fff4d5;
	font: 600 14px/1.6 system-ui, sans-serif;
	text-align: center;
}
.dsd-product-trust { clear: both; margin: 1rem 0; font-size: .95rem; }
.dsd-badges { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0 0 .6rem; list-style: none; }
.dsd-badges li { margin: 0; border: 1px solid #d4b765; border-radius: .4rem; padding: .3rem .65rem; background: #fff8e7; color: #51321d; }
.dsd-product-trust p { margin: 0; }
.dsd-whatsapp {
	position: fixed;
	bottom: max(1.25rem, env(safe-area-inset-bottom));
	right: max(1.25rem, env(safe-area-inset-right));
	z-index: 99;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	box-sizing: border-box;
	padding: .6rem 1rem;
	border-radius: 2rem;
	background: #075e43;
	color: #fff;
	box-shadow: 0 3px 12px #0003;
	font: 600 14px/1.5 system-ui, sans-serif;
	text-decoration: none;
}
.dsd-whatsapp:hover, .dsd-whatsapp:focus { background: #064b35; color: #fff; text-decoration: underline; }
.dsd-whatsapp:focus-visible { outline: 3px solid #e6ac24; outline-offset: 3px; }
.dsd-whatsapp-space { height: 4.5rem; }
@media (max-width: 600px) {
	.dsd-whatsapp { bottom: max(.75rem, env(safe-area-inset-bottom)); right: .75rem; padding: .5rem .8rem; }
}
@media print { .dsd-whatsapp, .dsd-whatsapp-space { display: none; } }
.dsd-minimum-disclosure { display: block; margin-top: .4rem; font-weight: 600; }
.dsd-minimum-progress { box-sizing: border-box; margin: .75rem 0; padding: .75rem; border-left: 3px solid #a86713; background: #fff8e7; color: #51321d; font-size: .9rem; line-height: 1.5; }
.dsd-minimum-progress a { color: #6f1834; text-decoration: underline; }
