/* Pahose Store Design System v1.0.2
 * All styles are scoped to inserted Pahose patterns only.
 * This file must not style headers, navigation, Smart Slider, WooCommerce checkout/cart, or global buttons.
 */

.pahose-trust-strip-section {
	--pahose-primary: #7654af;
	--pahose-primary-dark: #604394;
	--pahose-text: #17131f;
	--pahose-muted: #625b70;
	--pahose-border: #e4deec;
	--pahose-soft: #f3eff8;
	--pahose-whatsapp: #25d366;
	--pahose-radius: 8px;
	--pahose-shadow: 0 14px 34px rgba(23, 19, 31, 0.08);
	box-sizing: border-box;
	width: 100%;
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin: 28px auto;
	padding: 0 var(--wp--style--root--padding-left, 16px);
}

.pahose-trust-strip-section,
.pahose-trust-strip-section * {
	box-sizing: border-box;
}

.pahose-trust-strip-section__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: #ffffff;
	border: 1px solid var(--pahose-border);
	border-radius: var(--pahose-radius);
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(23, 19, 31, 0.04);
}

.pahose-trust-strip-section__item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 92px;
	padding: 18px 16px;
	border-right: 1px solid var(--pahose-border);
	background: #ffffff;
}

.pahose-trust-strip-section__item:last-child {
	border-right: 0;
}

.pahose-trust-strip-section__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--pahose-soft);
	color: var(--pahose-primary);
	font-size: 22px;
	line-height: 1;
}

.pahose-trust-strip-section__icon--whatsapp {
	background: var(--pahose-whatsapp);
	color: #ffffff;
}

.pahose-trust-strip-section__content {
	min-width: 0;
}

.pahose-trust-strip-section__title {
	display: block;
	margin: 0 0 4px;
	color: var(--pahose-text);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.pahose-trust-strip-section__text {
	margin: 0;
	color: var(--pahose-muted);
	font-size: 13px;
	line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
	.pahose-trust-strip-section * {
		transition: none !important;
	}
}

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

	.pahose-trust-strip-section__item:nth-child(2) {
		border-right: 0;
	}

	.pahose-trust-strip-section__item:nth-child(1),
	.pahose-trust-strip-section__item:nth-child(2) {
		border-bottom: 1px solid var(--pahose-border);
	}
}

@media (max-width: 600px) {
	.pahose-trust-strip-section {
		margin: 22px auto;
	}

	.pahose-trust-strip-section__grid {
		grid-template-columns: 1fr;
	}

	.pahose-trust-strip-section__item {
		border-right: 0;
		border-bottom: 1px solid var(--pahose-border);
		min-height: 82px;
		padding: 16px;
	}

	.pahose-trust-strip-section__item:last-child {
		border-bottom: 0;
	}
}
