/**
 * dijitul — Shared block components
 * Loaded site-wide. These style reusable blocks ("Review Intro", "Qualify CTA")
 * that appear on the homepage, About, Services, Websites, Marketing,
 * Hosting & Support and the Landing Page template.
 * Prefix: .hm-
 */

:root {
	--hm-red: #e7362e;
	--hm-ink: #111111;
	--hm-soft: #f7f6f2;
	--hm-line: rgba(17, 17, 17, 0.14);
	--hm-line-dark: rgba(255, 255, 255, 0.18);
	--hm-muted: #5c5c5c;
	--hm-muted-dark: rgba(255, 255, 255, 0.72);
	--hm-radius: 25px;
}

/* --------------------------------------------------- review trust banner */

.hm-reviews__banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem 2rem;
	padding: clamp(1.4rem, 1.1rem + 1.2vw, 2.1rem) clamp(1.5rem, 1.2rem + 1.4vw, 2.6rem);
	border-radius: var(--hm-radius);
	background: var(--hm-ink);
	color: #fff;
}

.hm-reviews__badge {
	flex: none;
	margin: 0 !important;
}

.hm-reviews__badge img {
	display: block;
	width: clamp(170px, 22vw, 250px);
	height: auto;
	max-width: 100%;
}

.hm-reviews__claim {
	margin: 0 !important;
	flex: 1 1 340px;
	min-width: 0;
	padding-left: 1.6rem;
	border-left: 3px solid var(--hm-red);
	font-size: clamp(1rem, 0.95rem + 0.35vw, 1.2rem) !important;
	line-height: 1.5;
	font-style: italic;
	color: rgba(255, 255, 255, 0.9) !important;
	text-align: left !important;
}

.hm-reviews__claim strong,
.hm-reviews__claim mark {
	font-style: normal;
}

@media (max-width: 760px) {
	.hm-reviews__claim {
		padding-left: 0;
		padding-top: 1rem;
		border-left: 0;
		border-top: 3px solid var(--hm-red);
		flex-basis: 100%;
	}
}

/* ------------------------------------------------------------ qualify CTA */

.hm-qualify {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem 2.5rem;
	padding: clamp(1.6rem, 1.2rem + 1.8vw, 2.75rem);
	border-radius: var(--hm-radius);
	background: var(--hm-red);
	color: #fff;
}

.hm-qualify h2 {
	margin: 0 !important;
	flex: 1 1 340px;
	min-width: 0;
	font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.3rem) !important;
	line-height: 1.12 !important;
	letter-spacing: -0.02em;
	color: #fff !important;
}

.hm-qualify h2 mark {
	color: var(--hm-ink) !important;
	background: none !important;
}

.hm-qualify__body {
	flex: 1 1 320px;
	min-width: 0;
}

.hm-qualify__body p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.hm-qualify__body a {
	color: #fff;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
