/* DFX Trust Strip — homepage social-proof bar, sits directly under the hero. */

.dfx-ts {
	background: #4D5544; /* Moss Dark */
	border-top: 1px solid rgba(238, 231, 218, .12);
}

.dfx-ts__inner,
a.dfx-ts__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	max-width: 1240px;
	margin: 0 auto;
	padding: .85em 1.25em;
	color: #EEE7DA; /* Paper */
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: .85rem;
	letter-spacing: .02em;
	text-align: center;
	flex-wrap: wrap;
}

a.dfx-ts__inner {
	transition: color .15s ease;
}

a.dfx-ts__inner:hover,
a.dfx-ts__inner:focus-visible {
	color: #ffffff;
}

.dfx-ts__star {
	color: #7B2727; /* Oxblood accent */
	font-size: 1em;
	line-height: 1;
}

.dfx-ts__text {
	line-height: 1.4;
}

.dfx-ts__dot {
	opacity: .5;
	margin: 0 .1em;
}

@media (max-width: 600px) {
	.dfx-ts__inner {
		font-size: .78rem;
		padding: .75em 1em;
		gap: .4em;
	}
}
