/* Country page intro — above FAQ */
.country-intro {
	max-width: 1200px;
	margin: 8px auto 24px;
	padding: 8px 20px 4px;
	color: #334155;
	font-size: 1.05em;
	line-height: 1.75;
}

.country-intro h2 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.35;
	color: #0f172a;
	letter-spacing: -0.01em;
}

.country-intro p {
	margin: 0 0 0.9rem;
	max-width: 52rem;
}

.country-intro ul {
	margin: 0 0 0.9rem;
	padding-left: 1.25rem;
	max-width: 52rem;
}

.country-intro li {
	margin-bottom: 0.35rem;
}

.country-intro a {
	color: #0369a1;
	font-weight: 600;
	text-decoration: none;
}

.country-intro a:hover {
	text-decoration: underline;
}

/* Trust bar — below FAQ, above site footer */
.country-trust {
	max-width: 1200px;
	margin: 8px auto 28px;
	padding: 0 20px;
	color: #64748b;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
}

.country-trust__sep {
	margin: 0 0.35em;
	color: #94a3b8;
}

.country-trust a {
	color: #475569;
	font-weight: 600;
	text-decoration: none;
}

.country-trust a:hover {
	color: #0369a1;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.country-intro {
		margin-top: 20px;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 1em;
	}

	.country-trust {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 0.8125rem;
	}
}
