/**
 * Social Bid — Trust & Safety static page (scoped).
 *
 * @package probid
 */

body.socialbid-trust-safety-page {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #fff;
	max-width: 100%;
	overflow-x: hidden;
}

body.socialbid-trust-safety-page * {
	box-sizing: border-box;
	min-width: 0;
}

body.socialbid-trust-safety-page .sb-trust-back {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 14px;
	color: #ffd76a;
	text-decoration: none;
}

body.socialbid-trust-safety-page .sb-trust-back:hover {
	text-decoration: underline;
}

body.socialbid-trust-safety-page .sb-trust-inner {
	max-width: 1100px;
	margin: auto;
	padding: clamp(28px, 6vw, 60px) clamp(16px, 4.5vw, 24px);
}

body.socialbid-trust-safety-page .sb-trust-inner h1 {
	font-size: clamp(28px, 7vw, 48px);
	line-height: 1.05;
	letter-spacing: -0.5px;
	margin-bottom: 12px;
}

body.socialbid-trust-safety-page .sb-trust-inner h2 {
	color: #ffd76a;
	margin-top: 48px;
	font-size: clamp(18px, 4.5vw, 24px);
}

body.socialbid-trust-safety-page .sb-trust-inner p {
	color: #ccc;
	line-height: 1.6;
	font-size: clamp(14px, 3.6vw, 16px);
}

body.socialbid-trust-safety-page .trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 32px 0 48px;
}

body.socialbid-trust-safety-page .badge {
	min-width: 0;
	max-width: 100%;
	padding: 16px;
	border: 1px solid rgba(255, 215, 106, 0.35);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 215, 106, 0.06), rgba(255, 215, 106, 0.02));
	white-space: normal;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

body.socialbid-trust-safety-page .badge-title {
	font-weight: bold;
	color: #ffd76a;
	margin-bottom: 6px;
}

body.socialbid-trust-safety-page .badge-text {
	margin: 0;
	color: #ccc;
	line-height: 1.55;
	font-size: clamp(13px, 3.2vw, 15px);
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.socialbid-trust-safety-page .section {
	margin-bottom: 32px;
}

body.socialbid-trust-safety-page .footer-cta {
	margin-top: 60px;
	padding: 28px;
	border-radius: 16px;
	background: linear-gradient(135deg, #ffd76a, #d4af37);
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: clamp(14px, 3.8vw, 18px);
	line-height: 1.25;
}

@media (max-width: 900px) {
	body.socialbid-trust-safety-page .trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	body.socialbid-trust-safety-page .trust-strip {
		grid-template-columns: 1fr;
	}

	body.socialbid-trust-safety-page .badge-title {
		font-size: 14px;
	}

	body.socialbid-trust-safety-page .badge {
		border-radius: 16px;
	}

	body.socialbid-trust-safety-page .section {
		margin-bottom: 22px;
	}
}
