/* Trustpilot badge + reviews — RP Removals */
.rp-trustpilot-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	background: #fff;
	border: 1px solid #e5e7eb;
	text-decoration: none;
	color: #191919;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rp-trustpilot-badge:hover,
.rp-trustpilot-badge:focus {
	border-color: #00b67a;
	box-shadow: 0 4px 18px rgba(0, 182, 122, 0.12);
	color: #191919;
	text-decoration: none;
}

.rp-trustpilot-badge--dark {
	background: #1a1a1a;
	border-color: #333;
	color: #fff;
}

.rp-trustpilot-badge--dark:hover,
.rp-trustpilot-badge--dark:focus {
	color: #fff;
	border-color: #00b67a;
}

.rp-trustpilot-badge__stars {
	display: flex;
	gap: 2px;
	flex-shrink: 0;
}

.rp-trustpilot-badge__star {
	width: 18px;
	height: 18px;
	background: #00b67a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rp-trustpilot-badge__star svg {
	width: 12px;
	height: 12px;
	fill: #fff;
}

.rp-trustpilot-badge__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	min-width: 0;
}

.rp-trustpilot-badge__score {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.rp-trustpilot-badge__score span {
	color: #00b67a;
	font-weight: 800;
}

.rp-trustpilot-badge__meta {
	font-size: 12px;
	opacity: 0.75;
	margin-top: 2px;
}

.rp-trustpilot-badge__wordmark {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.rp-trustpilot-badge__wordmark span {
	color: #00b67a;
}

/* Compact strip under hero — one trust signal only */
.rp-trust-strip {
	padding: 18px 0;
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.rp-trust-strip__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
}

/* Reviews section */
.rp-trustpilot-section {
	padding: 80px 0;
	background: #fff;
}

.rp-trustpilot-section__header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
}

.rp-trustpilot-section__header .pbmit-heading-subheading {
	margin-bottom: 0;
}

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

@media (max-width: 991px) {
	.rp-review-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.rp-review-grid {
		grid-template-columns: 1fr;
	}
}

.rp-review-card {
	padding: 28px 24px;
	background: #f7f8f9;
	border-top: 3px solid #00b67a;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.rp-review-card__stars {
	display: flex;
	gap: 2px;
	margin-bottom: 14px;
}

.rp-review-card__stars .rp-trustpilot-badge__star {
	width: 16px;
	height: 16px;
}

.rp-review-card__stars .rp-trustpilot-badge__star svg {
	width: 10px;
	height: 10px;
}

.rp-review-card__title {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #191919;
	line-height: 1.35;
}

.rp-review-card__body {
	font-size: 15px;
	line-height: 1.65;
	color: #444;
	margin: 0 0 20px;
	flex-grow: 1;
}

.rp-review-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
	font-size: 13px;
}

.rp-review-card__author {
	font-weight: 700;
	color: #191919;
}

.rp-review-card__date {
	color: #777;
}

.rp-trustpilot-section__cta {
	margin-top: 36px;
	text-align: center;
}

.rp-trustpilot-section__cta a {
	color: #00b67a;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rp-trustpilot-section__cta a:hover {
	color: #00915f;
}

/* Footer badge spacing */
.site-footer .rp-trustpilot-badge {
	margin-top: 18px;
}
