/**
 * Pillar-only sections (Healthcare / industry pillars).
 * Shared hero / FAQ / recruiters live in landing-shared.css (eh-lp-*).
 */

.eh-pillar {
	--eh-dark: #0e0e0e;
	--eh-navy: #1a1535;
	--eh-purple: #7b48fe;
}

/*
 * GeneratePress `.separate-containers .site-main > *` adds margin-bottom: 20px.
 * Those gaps show the page background as a second hairline around the logo strip.
 */
.separate-containers .eh-pillar.site-main {
	margin-top: 0;
	margin-bottom: 0;
}

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

.eh-pillar a {
	color: inherit;
}

.eh-pillar a:hover {
	color: inherit;
}

/* How we work (single column — stats live under testimonial) */
.eh-pillar .sh-how {
	background: #fff;
	padding: 96px 24px;
}

.eh-pillar .sh-how-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: start;
	max-width: 800px;
	margin: 0 auto;
}

.eh-pillar .sh-section-h2 {
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin-bottom: 16px;
}

.eh-pillar .sh-section-sub {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 32px;
}

.eh-pillar .sh-step {
	display: flex;
	gap: 16px;
	margin-bottom: 28px;
}

.eh-pillar .sh-step-num {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--eh-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.eh-pillar .sh-step-title {
	font-size: 15px;
	font-weight: 700;
	color: #111;
	margin-bottom: 4px;
}

.eh-pillar .sh-step-body {
	font-size: 14px;
	color: #666;
	line-height: 1.65;
}

/* Testimonial + dark stats combo */
.eh-pillar .sh-testi {
	background: #0e0e0e;
	padding: 80px 24px;
}

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

.eh-pillar .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);
}

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

	.eh-pillar .sh-testi-body {
		padding: 28px 24px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.eh-pillar .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;
	display: flex;
	align-items: center;
	gap: 8px;
}

.eh-pillar .sh-stat-dark-arrow {
	color: #60afff;
	font-size: 0.7em;
}

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

.eh-pillar .sh-stat-dark-src {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
}

.eh-pillar .sh-stat-dark-src a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.eh-pillar .sh-stat-dark-src a:hover,
.eh-pillar .sh-stat-dark-src a:focus {
	color: rgba(255, 255, 255, 0.7);
}

/* Custom testimonial carousel (mirrors sub-role .sh-testi2) */
.eh-pillar .sh-testi2 {
	background: linear-gradient(180deg, #dbeafe 0%, #1e3a8a 100%);
	padding: 100px 24px;
	position: relative;
	overflow: hidden;
}

.eh-pillar .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-pillar .sh-testi2-inner {
	max-width: 820px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.eh-pillar .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-pillar .sh-testi2-stars {
	color: #fbbc04;
	font-size: 18px;
	letter-spacing: 3px;
}

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

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

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

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

.eh-pillar .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-pillar .sh-testi2-av:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
	.eh-pillar .sh-testi2-av {
		transition: none;
	}

	.eh-pillar .sh-testi2-av.active {
		transform: none;
	}
}

/* Sub-specialties */
.eh-pillar .sh-subroles {
	background: #fff;
	padding: 88px 24px;
	border-top: 1px solid #ebebeb;
}

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

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

.eh-pillar .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-pillar .sh-subroles-left p {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

.eh-pillar .sh-subroles-left p a {
	text-decoration: underline;
	color: inherit;
}

.eh-pillar .sh-subroles-right {
	display: flex;
	flex-direction: column;
	gap: 14px;
	pointer-events:none;
}

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

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

.eh-pillar .sh-role-card {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
	padding: 22px;
	background: #fff;
	border: 1.5px solid #e5e7eb;
	border-radius: 18px;
	text-decoration: none;
	transition: box-shadow 0.2s, border-color 0.2s;
}

.eh-pillar .sh-role-card:hover,
.eh-pillar .sh-role-card:focus {
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
	border-color: #d1d5db;
	outline: none;
}

.eh-pillar .sh-role-card.sh-role-card--no-body {
	align-items: center;
}

.eh-pillar .sh-role-card.sh-role-card--no-body .sh-role-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.eh-pillar .sh-role-icon {
	flex: none;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, #60afff, #7b48fe 50%, #34d399) border-box;
	border: 1.5px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eh-pillar .sh-role-icon svg {
	width: 26px;
	height: 26px;
	color: #111;
}

.eh-pillar .sh-role-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1;
	padding-right: 36px;
}

.eh-pillar .sh-role-title {
	font-size: 16px;
	font-weight: 700;
	color: #111;
}

.eh-pillar .sh-role-body {
	font-size: 13px;
	color: #666;
	line-height: 1.65;
}

.eh-pillar .sh-role-arrow {
	display: flex;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1.5px solid #d5dcfa;
	align-items: center;
	justify-content: center;
	color: #41496a;
	background: #fff;
	transition: border-color 0.2s;
}

.eh-pillar .sh-role-arrow svg {
	width: 13px;
	height: 13px;
}

.eh-pillar .sh-role-card:hover .sh-role-arrow {
	border-color: #111;
}

/* Objections */
.eh-pillar .sh-obj {
	background: #0e0e0e;
	padding: 96px 24px;
}

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

@media (max-width: 860px) {
	.eh-pillar .sh-obj-inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

.eh-pillar .sh-obj-left h2 {
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 20px;
}

.eh-pillar .sh-obj-left p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.75;
	margin: 0;
}

.eh-pillar .sh-obj-list {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.eh-pillar .sh-obj-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.eh-pillar .sh-obj-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(123, 72, 254, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.eh-pillar .sh-obj-icon svg {
	width: 16px;
	height: 16px;
	color: #7b48fe;
}

.eh-pillar .sh-obj-text-q {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 8px;
	line-height: 1.4;
}

.eh-pillar .sh-obj-text-a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.75;
	margin: 0;
}

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

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

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

.eh-pillar .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-pillar .sh-recent-header p {
	font-size: 15px;
	color: #888;
	margin: 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
	.eh-pillar .sh-recent-grid {
		grid-template-columns: 1fr;
	}
}

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

.eh-pillar .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-pillar .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-pillar .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-pillar .sh-google-pill svg {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

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

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

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

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

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

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

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

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

.eh-pillar .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-pillar .sh-bottom-cta-text {
	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-pillar .sh-bottom-cta .note {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 12px;
	position: relative;
	z-index: 1;
}

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