/*
 * Placeholder landing — Insurance Placeholder v012 layout (multi-industry). Scoped under .eh-placeholder.
 */

/*
 * GeneratePress `.separate-containers .site-main > *` adds margin-bottom: 20px.
 * Match Pillar: kill those gaps so they don't show as hairlines / extra top space.
 */
.separate-containers .eh-placeholder.site-main {
	margin-top: 0;
	margin-bottom: 0;
}

.separate-containers .eh-placeholder.site-main > * {
	margin-bottom: 0;
}

/* Hero uses shared .eh-lp-hero padding (60/80 desktop, 64/56 mobile) — same as Pillar. */

.eh-placeholder .eh-placeholder-hero-sub {
	max-width: 72ch;
}

.eh-placeholder .eh-placeholder-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 400;
	border-radius: 54px;
}

/* Same mid/large tokens as shared landing CTAs (content-sized). */
.eh-placeholder .My-btn-gradient .BJB-btn.eh-placeholder-cta,
.eh-placeholder .My-btn-gradient .BJB-btn.eh-placeholder-cta--md {
	font-size: 15px;
	padding: 14px 24px;
}

.eh-placeholder .My-btn-gradient .BJB-btn.eh-placeholder-cta--lg {
	font-size: 16px;
	padding: 15px 32px;
}

.eh-placeholder .eh-placeholder-roles-cta {
	display: inline-block;
	margin-top: 16px;
}

.eh-placeholder .eh-placeholder-anchor {
	display: block;
	height: 0;
	overflow: hidden;
}

/* Placeholder logo strip — larger square JPG assets; Pillar/shared stay 54px */
.eh-placeholder .eh-lp-logo-grid img {
	height: 64px;
}

@media (max-width: 767px) {
	.eh-placeholder .eh-lp-logo-grid img {
		height: auto;
		max-height: 80px;
		max-width: 100%;
	}
}

/* ── STATS / FEATURED TESTIMONIAL ── */
.eh-placeholder .sh-stats {
	background: #0e0e0e;
	padding: 80px 24px;
}

.eh-placeholder .sh-stats-wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.eh-placeholder .sh-testi-card {
	display: grid;
	grid-template-columns: 280px 1fr;
	border-radius: 20px;
	overflow: hidden;
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.eh-placeholder .sh-testi-img {
	background: linear-gradient(135deg, #0a1628 0%, #0d2040 40%, #0f2a52 70%, #1a3a6e 100%);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 32px;
	min-height: 220px;
}

.eh-placeholder .sh-testi-img svg {
	width: 100%;
	opacity: 0.6;
}

.eh-placeholder .sh-testi-body {
	padding: 44px 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.eh-placeholder .sh-testi-stars {
	color: #f5a623;
	font-size: 16px;
	letter-spacing: 2px;
}

.eh-placeholder .sh-testi-quote {
	font-size: clamp(16px, 1.8vw, 21px);
	line-height: 1.6;
	margin: 0;
}

.eh-placeholder .sh-testi-quote strong {
	color: #fff;
	font-weight: 700;
}

.eh-placeholder .sh-testi-quote span {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 400;
}

.eh-placeholder .sh-testi-person {
	display: flex;
	align-items: center;
	gap: 12px;
}

.eh-placeholder .sh-testi-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.eh-placeholder .sh-testi-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eh-placeholder .sh-testi-pname {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.eh-placeholder .sh-testi-prole {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 2px;
}

.eh-placeholder .sh-stat-cards-row {
	display: grid;
	grid-template-columns: repeat(var(--eh-stat-count, 4), minmax(0, 1fr));
	gap: 16px;
}

.eh-placeholder .sh-stat-dark {
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	padding: 32px 28px;
}

.eh-placeholder a.sh-stat-dark-link {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.eh-placeholder a.sh-stat-dark-link:hover,
.eh-placeholder a.sh-stat-dark-link:focus-visible {
	border-color: rgba(255, 255, 255, 0.18);
	background: #1f1f1f;
}

.eh-placeholder a.sh-stat-dark-link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.55);
	outline-offset: 3px;
}

.eh-placeholder a.sh-stat-dark-link:hover .sh-stat-dark-n,
.eh-placeholder a.sh-stat-dark-link:focus-visible .sh-stat-dark-n {
	text-decoration: underline;
}

.eh-placeholder .sh-stat-dark-n {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #fff;
	line-height: 1;
	margin-bottom: 4px;
}

.eh-placeholder .sh-stat-dark-l {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.4;
}

.eh-placeholder .sh-stat-g {
	display: inline-flex;
	vertical-align: middle;
	margin-right: 4px;
}

.eh-placeholder .sh-stat-g svg {
	display: block;
}

.eh-placeholder .sh-stat-dark-l a {
	color: inherit;
	text-decoration: underline;
}

.eh-placeholder .sh-stat-dark-l a:hover,
.eh-placeholder .sh-stat-dark-l a:focus-visible {
	color: rgba(255, 255, 255, 0.75);
}

/* ── ALERT ── */
.eh-placeholder .sh-alert {
	background: #0e0e0e;
	padding: 120px 24px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #2a2a2a;
}

.eh-placeholder .sh-alert::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 400px;
	background: radial-gradient(ellipse, rgba(180, 140, 0, 0.1), transparent 70%);
	pointer-events: none;
}

.eh-placeholder .sh-alert-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.eh-placeholder .sh-alert-h2 {
	font-size: clamp(22px, 2.8vw, 38px);
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #fff;
	margin: 0;
	line-height: 1.25;
}

.eh-placeholder .sh-alert-body .sh-alert-sub {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.75;
	margin: 0 0 20px;
}

.eh-placeholder .sh-alert-body .sh-alert-sub:last-child {
	margin-bottom: 0;
}

/* ── ROLES ACCORDION ── */
.eh-placeholder .sh-subroles {
	background: #fff;
	padding: 88px 24px;
	border-top: 1px solid #ebebeb;
}

.eh-placeholder .sh-subroles-inner {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 72px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: start;
}

.eh-placeholder .sh-subroles-left {
	position: sticky;
	top: 96px;
}

.eh-placeholder .sh-subroles-left h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 16px;
}

.eh-placeholder .sh-subroles-left > p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.55;
	color: #555;
	max-width: 28rem;
}

.eh-placeholder .sh-role-acc {
	display: flex;
	flex-direction: column;
}

.eh-placeholder .sh-role-acc-item {
	border-bottom: 1px solid #ebebeb;
}

.eh-placeholder .sh-role-acc-item:first-child {
	border-top: 1px solid #ebebeb;
}

.eh-placeholder .sh-role-acc-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	color: inherit;
}

.eh-placeholder .sh-role-acc-toggle:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 3px;
}

.eh-placeholder .sh-role-acc-title {
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.eh-placeholder .sh-role-acc-icon {
	font-size: 20px;
	font-weight: 400;
	color: #888;
	flex-shrink: 0;
	transition: color 0.2s;
}

.eh-placeholder .sh-role-acc-body {
	display: none;
	padding: 0 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.eh-placeholder .sh-role-acc-body p {
	margin: 0 0 1em;
}

.eh-placeholder .sh-role-acc-body p:last-child {
	margin-bottom: 0;
}

.eh-placeholder .sh-role-acc-body a {
	color: #111;
	text-decoration: underline;
}

.eh-placeholder .sh-role-acc-body a:hover,
.eh-placeholder .sh-role-acc-body a:focus-visible {
	color: #000;
}

.eh-placeholder .sh-role-acc-item.open .sh-role-acc-body {
	display: block;
}

.eh-placeholder .sh-role-acc-item.open .sh-role-acc-icon {
	color: #111;
}

/* ── TESTIMONIAL CAROUSEL ── */
.eh-placeholder .sh-testi2 {
	background: linear-gradient(180deg, #dbeafe 0%, #1e3a8a 100%);
	padding: 100px 24px;
	position: relative;
	overflow: hidden;
}

.eh-placeholder .sh-testi2::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.6) 0%, transparent 60%);
	pointer-events: none;
}

.eh-placeholder .sh-testi2-inner {
	max-width: 820px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.eh-placeholder .sh-testi2-card {
	background: #fff;
	border-radius: 24px;
	padding: 56px 64px 48px;
	text-align: center;
	box-shadow: 0 8px 48px rgba(30, 58, 138, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.eh-placeholder .sh-testi2-stars {
	color: #fbbc04;
	font-size: 18px;
	letter-spacing: 3px;
}

.eh-placeholder .sh-testi2-quote {
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.65;
	color: #1e293b;
	margin: 0;
	font-weight: 400;
}

.eh-placeholder .sh-testi2-name {
	font-size: 15px;
	font-weight: 700;
	color: #111;
	margin: 0;
}

.eh-placeholder .sh-testi2-role {
	font-size: 13px;
	color: #94a3b8;
	margin: 0;
}

.eh-placeholder .sh-testi2-avatars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 32px;
}

.eh-placeholder .sh-testi2-av {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: border-color 0.2s, transform 0.2s, opacity 0.2s;
	opacity: 0.5;
	flex-shrink: 0;
	background: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #555;
	padding: 0;
}

.eh-placeholder .sh-testi2-av:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.eh-placeholder .sh-testi2-av img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eh-placeholder .sh-testi2-av.active {
	border-color: #fff;
	opacity: 1;
	transform: scale(1.12);
}

/* Single testimonial: still show that person's photo (not interactive) */
.eh-placeholder .sh-testi2-av--person {
	cursor: default;
	opacity: 1;
	border-color: #fff;
	transform: scale(1.12);
	pointer-events: none;
}

.eh-placeholder .sh-testi2-av-initials {
	line-height: 1;
}

/* ── HOW / BENTO ── */
.eh-placeholder .sh-how {
	background: #fff;
	padding: 96px 24px;
	border-top: 1px solid #ebebeb;
}

.eh-placeholder .sh-how-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 80px;
	align-items: start;
}

.eh-placeholder .sh-how-heading {
	text-align: left;
	margin-bottom: 0;
	position: sticky;
	top: 96px;
}

.eh-placeholder .sh-how-heading h2 {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 16px;
}

.eh-placeholder .sh-how-heading p {
	font-size: 16px;
	color: #888;
	line-height: 1.75;
	margin: 0 0 32px;
}

.eh-placeholder .sh-how-bento {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.eh-placeholder .sh-how-bento-card {
	background: #fff;
	border: 1px solid #e8ecf4;
	border-radius: 24px;
	padding: 36px 36px 40px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	overflow: hidden;
	transition: box-shadow 0.25s, transform 0.25s;
}

.eh-placeholder .sh-how-bento-card:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.eh-placeholder .sh-how-bento-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 24px 24px 0 0;
}

.eh-placeholder .sh-how-bento-card:nth-child(1)::before {
	background: linear-gradient(90deg, #60afff, #7b48fe);
}

.eh-placeholder .sh-how-bento-card:nth-child(2)::before {
	background: linear-gradient(90deg, #34d399, #60afff);
}

.eh-placeholder .sh-how-bento-card:nth-child(3)::before {
	background: linear-gradient(90deg, #f59e0b, #f97316);
}

.eh-placeholder .sh-how-bento-card:nth-child(4)::before {
	background: linear-gradient(90deg, #ec4899, #7b48fe);
}

.eh-placeholder .sh-how-bento-card::after {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.05;
	pointer-events: none;
	border-radius: 24px;
}

.eh-placeholder .sh-how-bento-card:nth-child(1)::after {
	background: radial-gradient(ellipse at top left, #60afff, transparent 60%);
}

.eh-placeholder .sh-how-bento-card:nth-child(2)::after {
	background: radial-gradient(ellipse at top left, #34d399, transparent 60%);
}

.eh-placeholder .sh-how-bento-card:nth-child(3)::after {
	background: radial-gradient(ellipse at top left, #f59e0b, transparent 60%);
}

.eh-placeholder .sh-how-bento-card:nth-child(4)::after {
	background: radial-gradient(ellipse at top left, #ec4899, transparent 60%);
}

.eh-placeholder .sh-how-step-label {
	font-size: 15px;
	font-weight: 800;
	color: #111;
	position: relative;
	z-index: 1;
}

.eh-placeholder .sh-how-step-title {
	font-size: 17px;
	font-weight: 700;
	color: #111;
	margin: 0;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}

.eh-placeholder .sh-how-step-body {
	font-size: 14px;
	color: #6b7389;
	line-height: 1.8;
	margin: 0;
	flex: 1;
	position: relative;
	z-index: 1;
}

/* ── RECENT PLACEMENTS ── */
.eh-placeholder .sh-recent {
	background: #fff;
	padding: 88px 24px 72px;
	border-top: 1px solid #ebebeb;
}

.eh-placeholder .sh-recent-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.eh-placeholder .sh-recent-header {
	margin-bottom: 40px;
}

.eh-placeholder .sh-recent-header h2 {
	font-size: clamp(28px, 3.5vw, 44px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	margin: 0 0 10px;
}

.eh-placeholder .sh-recent-header p {
	font-size: 15px;
	color: #888;
	margin: 0;
}

.eh-placeholder .sh-recent-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 36px;
}

.eh-placeholder .sh-recent-item {
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #f8f9fa;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	padding: 24px 26px 22px;
}

.eh-placeholder .sh-recent-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.eh-placeholder .sh-recent-role {
	font-size: 15px;
	font-weight: 600;
	color: #111;
}

.eh-placeholder .sh-recent-detail {
	font-size: 14px;
	color: #888;
	font-weight: 400;
}

.eh-placeholder .sh-badge {
	font-size: 13px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 999px;
	white-space: nowrap;
}

.eh-placeholder .sh-badge.green {
	background: #dcfce7;
	color: #15803d;
}

.eh-placeholder .sh-recent-cta {
	text-align: center;
}

/* ── BOTTOM CTA ── */
.eh-placeholder .sh-bottom-cta {
	background: #0e0e0e;
	padding: 110px 24px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.eh-placeholder .sh-bottom-cta::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 600px;
	background: radial-gradient(ellipse, rgba(99, 67, 255, 0.12), transparent 70%);
	pointer-events: none;
}

.eh-placeholder .sh-bottom-cta::after {
	content: '';
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	border: 1.5px solid rgba(99, 67, 255, 0.2);
	border-radius: 50%;
	pointer-events: none;
}

.eh-placeholder .sh-google-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	padding: 9px 20px;
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
	text-decoration: none;
	white-space: nowrap;
}

.eh-placeholder .sh-google-pill svg {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

.eh-placeholder .sh-google-pill:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 2px;
}

.eh-placeholder .sh-google-pill-stars {
	color: #fbbc04;
	font-size: 15px;
	letter-spacing: 1px;
	flex-shrink: 0;
	line-height: 1;
}

.eh-placeholder .sh-google-pill-text {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
	line-height: 1.2;
}

.eh-placeholder .sh-google-pill-reviews {
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 480px) {
	.eh-placeholder .sh-google-pill {
		gap: 6px;
		padding: 8px 12px;
	}

	.eh-placeholder .sh-google-pill svg {
		width: 15px;
		height: 15px;
	}

	.eh-placeholder .sh-google-pill-stars {
		font-size: 11px;
		letter-spacing: 0.4px;
	}

	.eh-placeholder .sh-google-pill-text {
		font-size: 11px;
	}
}

.eh-placeholder .sh-bottom-cta h2 {
	font-size: clamp(28px, 3.2vw, 46px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
	line-height: 1.15;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.eh-placeholder .sh-bottom-cta-text,
.eh-placeholder .sh-bottom-cta > p:not(.note) {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.7);
	max-width: 60ch;
	margin: 0 auto 36px;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}

.eh-placeholder .sh-cta-wrap {
	position: relative;
	z-index: 1;
}

.eh-placeholder .sh-bottom-cta .note {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 12px;
	position: relative;
	z-index: 1;
}

.eh-placeholder .sh-bottom-cta > p.sh-bottom-cta-link-wrap {
	margin: 30px auto 0;
	position: relative;
	z-index: 1;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	max-width: 100ch;
	overflow-wrap: break-word;
}

.eh-placeholder .sh-bottom-cta-link-wrap a {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 1px;
}

.eh-placeholder .sh-bottom-cta-link-wrap a:hover,
.eh-placeholder .sh-bottom-cta-link-wrap a:focus-visible {
	color: rgba(255, 255, 255, 0.75);
	border-bottom-color: rgba(255, 255, 255, 0.45);
}

.eh-placeholder .sh-bottom-cta-link-wrap a:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 3px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
	.eh-placeholder .sh-stat-cards-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.eh-placeholder .sh-how-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.eh-placeholder .sh-how-heading {
		position: static;
	}
}

@media (max-width: 860px) {
	.eh-placeholder .sh-subroles-inner {
		grid-template-columns: 1fr;
	}

	.eh-placeholder .sh-subroles-left {
		position: static;
	}
}

@media (max-width: 768px) {
	.eh-placeholder .sh-alert-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.eh-placeholder .sh-how-bento {
		grid-template-columns: 1fr;
	}

	.eh-placeholder .sh-recent-grid {
		grid-template-columns: 1fr;
	}

	.eh-placeholder .sh-bottom-cta > p.sh-bottom-cta-link-wrap {
		max-width: 100%;
	}
}

@media (max-width: 700px) {
	.eh-placeholder .sh-testi-card {
		grid-template-columns: 1fr;
	}

	.eh-placeholder .sh-testi-body {
		padding: 32px 28px;
	}
}

@media (max-width: 600px) {
	.eh-placeholder .sh-testi2-card {
		padding: 40px 28px 36px;
	}
}

@media (max-width: 500px) {
	.eh-placeholder .sh-stat-cards-row {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eh-placeholder .sh-how-bento-card,
	.eh-placeholder .sh-testi2-av {
		transition: none;
	}

	.eh-placeholder .sh-how-bento-card:hover,
	.eh-placeholder .sh-testi2-av.active {
		transform: none;
	}
}

/* Optional more-recruiters band (homepage rec-closing style) */
.eh-placeholder .sh-more-recs {
	margin-top: 44px;
	display: flex;
	justify-content: center;
	padding: 0 24px;
}

.eh-placeholder .sh-more-recs-box {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	background: #f0f4ff;
	border: 1.5px solid #d5dcfa;
	border-radius: 12px;
	padding: 16px 28px;
	max-width: 680px;
}

.eh-placeholder .sh-more-recs-stat {
	font-size: 32px;
	font-weight: 800;
	color: #2a3760;
	letter-spacing: -0.03em;
	white-space: nowrap;
	line-height: 1;
}

.eh-placeholder .sh-more-recs-divider {
	width: 1px;
	height: 32px;
	background: #d5dcfa;
	flex-shrink: 0;
}

.eh-placeholder .sh-more-recs-text {
	font-size: 15px;
	color: #41496a;
	line-height: 1.5;
	text-wrap: pretty;
}

@media (max-width: 767px) {
	.eh-placeholder .sh-more-recs-box {
		flex-direction: column;
		text-align: center;
		padding: 20px;
	}

	.eh-placeholder .sh-more-recs-divider {
		width: 48px;
		height: 1px;
	}
}
