.bbos-trust-wrap {
	--bbos-blue: #2f7ae5;
	--bbos-blue-dark: #1a3e9f;
	--bbos-navy: #0f2744;
	--bbos-text: #4b5563;
	--bbos-muted: #6b7280;
	--bbos-line: #e5e7eb;
	--bbos-bg: #e8f4fc;
	--bbos-green: #22c55e;
	margin: 8px 0 28px;
	color: var(--bbos-navy);
}

.bbos-trust-wrap * {
	box-sizing: border-box;
}

.bbos-trust-wrap h3,
.bbos-trust-wrap p,
.bbos-trust-wrap ul,
.bbos-trust-wrap img {
	margin-top: 0;
	margin-bottom: 0;
}

.bbos-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px 24px;
	padding: 8px 0 22px;
}

.bbos-feature {
	display: flex;
	align-items: center;
	gap: 12px;
}

.bbos-feature-icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	color: var(--bbos-blue);
	margin-top: 2px;
}

.bbos-feature-icon svg {
	width: 40px;
	height: 40px;
	display: block;
}

.bbos-feature-text {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
	min-width: 0;
}

.bbos-feature-text strong {
	display: block;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: var(--bbos-navy);
	margin-bottom: 3px;
	font-weight: 700;
}

.bbos-feature-text span {
	font-size: 12.5px;
	color: var(--bbos-muted);
	font-weight: 400;
}

.bbos-affordable {
	background: var(--bbos-bg);
	border-radius: 10px;
	padding: 26px 28px 18px;
	margin: 6px 0 28px;
}

.bbos-affordable-top {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 24px 32px;
	align-items: center;
}

.bbos-affordable-left {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.bbos-affordable-badge {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--bbos-blue-dark);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bbos-affordable-badge svg {
	width: 42px;
	height: 42px;
}

.bbos-affordable-left h3 {
	margin: 0 0 8px;
	font-size: 18px;
	letter-spacing: 0.04em;
	font-weight: 800;
	color: var(--bbos-navy);
	line-height: 1.25;
}

.bbos-affordable-left p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--bbos-text);
}

.bbos-affordable-points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 18px;
}

.bbos-affordable-points li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13.5px;
	color: var(--bbos-navy);
	font-weight: 500;
	line-height: 1.4;
}

.bbos-check {
	flex: 0 0 18px;
	margin-top: 1px;
}

.bbos-affordable-foot {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
	padding-top: 4px;
	font-size: 13px;
	color: var(--bbos-text);
	text-align: center;
}

.bbos-affordable-shield {
	display: inline-flex;
	width: 22px;
	height: 22px;
}

.bbos-affordable-shield svg {
	width: 22px;
	height: 22px;
}

.bbos-section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 0 0 18px;
	font-size: 15px;
	letter-spacing: 0.08em;
	font-weight: 800;
	color: var(--bbos-navy);
	text-align: center;
}

.bbos-section-title::before,
.bbos-section-title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--bbos-line);
}

.bbos-payment-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}

.bbos-pay-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 48px;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid var(--bbos-line);
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 39, 68, 0.04);
}

.bbos-pay-ssl {
	min-width: 128px;
	padding: 0 8px;
}

.bbos-reviews {
	margin: 8px 0 28px;
}

.bbos-reviews-heading {
	margin: 0 0 8px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.08em;
	font-weight: 800;
	color: var(--bbos-navy);
}

.bbos-reviews-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.bbos-reviews-summary strong {
	font-size: 18px;
	color: var(--bbos-navy);
}

.bbos-reviews-count {
	color: var(--bbos-muted);
	font-size: 14px;
}

.bbos-stars {
	display: inline-flex;
	gap: 2px;
	color: var(--bbos-green);
	line-height: 1;
}

.bbos-stars svg {
	display: block;
}

.bbos-stars-sm svg {
	width: 14px;
	height: 14px;
}

.bbos-review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.bbos-review-card {
	background: #fff;
	border: 1px solid var(--bbos-line);
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(15, 39, 68, 0.04);
}

.bbos-review-top {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bbos-avatar {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
}

.bbos-avatar svg {
	width: 46px;
	height: 46px;
	display: block;
}

.bbos-review-name {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
}

.bbos-flag {
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.bbos-verified {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 2px;
	color: #16a34a;
	font-size: 12px;
	font-weight: 600;
}

.bbos-review-date {
	margin: 8px 0 4px;
	font-size: 12px;
	color: var(--bbos-muted);
}

.bbos-review-card p {
	margin: 8px 0 12px;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--bbos-text);
}

.bbos-review-thumb {
	width: 54px;
	height: 54px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--bbos-line);
	background: #f8fafc;
}

.bbos-review-thumb img,
.bbos-review-thumb .bbos-review-thumb-img {
	width: 54px !important;
	height: 54px !important;
	object-fit: cover;
	display: block;
}

.bbos-trust-badges {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	align-items: center;
	padding: 8px 0 4px;
}

.bbos-trust-badge {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bbos-trust-badge strong {
	display: block;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--bbos-navy);
}

.bbos-trust-badge span:last-child {
	display: block;
	font-size: 12px;
	color: var(--bbos-muted);
}

.bbos-ekomi {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffcc00;
	color: #1a1a1a;
	font-weight: 800;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

.bbos-google-mark,
.bbos-trustpilot-mark,
.bbos-auth-shield {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 849px) {
	.bbos-features {
		grid-template-columns: 1fr 1fr;
	}

	.bbos-affordable-top,
	.bbos-review-grid,
	.bbos-trust-badges {
		grid-template-columns: 1fr 1fr;
	}

	.bbos-affordable-points {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 549px) {
	.bbos-features,
	.bbos-affordable-top,
	.bbos-review-grid,
	.bbos-trust-badges {
		grid-template-columns: 1fr;
	}

	.bbos-affordable {
		padding: 20px 16px 14px;
	}

	.bbos-affordable-left {
		flex-direction: column;
		align-items: flex-start;
	}

	.bbos-pay-box {
		min-width: calc(50% - 8px);
		flex: 1 1 calc(50% - 8px);
	}
}
