/**
 * Sub-Role landing — Sub Role A/B/C/D (Jesh) layouts.
 * Scoped under .eh-subrole. Shared by template-landing-sub-role-a/b/c/d.
 */

/*
 * 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-subrole.site-main {
	margin-top: 0;
	margin-bottom: 0;
}

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

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

.eh-subrole .eh-lp-hero-h1 {
	font-size: clamp(26px, 4vw, 52px);
}

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

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

/* Hero + bottom + placements — large token (16px / 15px 32px) */
.eh-subrole .My-btn-gradient .BJB-btn.eh-subrole-cta--lg {
	font-size: 16px;
	padding: 15px 32px;
}

/* In-section mid token (15px / 14px 28px) */
.eh-subrole .My-btn-gradient .BJB-btn.eh-subrole-cta--md {
	font-size: 15px;
	padding: 14px 28px;
}

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

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

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

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

.eh-subrole .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-subrole .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-subrole .sh-testi-img svg {
	width: 100%;
	opacity: 0.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.eh-subrole a.sh-stat-dark-link:hover,
.eh-subrole a.sh-stat-dark-link:focus-visible {
	border-color: rgba(255, 255, 255, 0.22);
	background: #1f1f1f;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

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

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

.eh-subrole .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-subrole .sh-stat-dark-l {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.4;
}

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

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

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

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

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

.eh-subrole .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-subrole .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-subrole .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-subrole .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-subrole .sh-alert-body .sh-alert-sub:last-child {
	margin-bottom: 0;
}

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

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

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

.eh-subrole .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-subrole .sh-subroles-left p {
	font-size: 15px;
	color: #555;
	line-height: 1.7;
	margin: 0 0 0.75em;
}

.eh-subrole .sh-subroles-left p:last-child {
	margin-bottom: 0;
}

.eh-subrole .sh-subroles-left p a {
	color: #1a1a8c;
	text-decoration: underline;
}

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

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

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

.eh-subrole .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-subrole .sh-role-acc-toggle:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.eh-subrole .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-subrole .sh-testi2-av--static {
	cursor: default;
	opacity: 1;
	border-color: #fff;
	transform: scale(1.12);
	pointer-events: none;
}

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

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

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

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

/* Recruiters More pill (Sub Role A_Jesh design) */
.eh-subrole .eh-sr-more-recs {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	padding: 0 24px;
}

.eh-subrole .eh-sr-more-recs-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	max-width: 720px;
	padding: 12px 24px;
	border-radius: 999px;
	background: #f4f1ff;
	border: 1px solid #ddd5ff;
	color: #5a30c8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	text-wrap: pretty;
}

.eh-subrole .eh-sr-more-recs-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: inherit;
}

.eh-subrole .eh-sr-more-recs-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.eh-subrole .eh-sr-more-recs-text a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 767px) {
	.eh-subrole .eh-sr-more-recs-pill {
		align-items: flex-start;
		border-radius: 20px;
		padding: 14px 18px;
	}
}

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

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

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

.eh-subrole .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-subrole .sh-how-heading p {
	font-size: 16px;
	color: #888;
	line-height: 1.75;
	margin: 0 0 32px;
}

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

.eh-subrole .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-subrole .sh-how-bento-card:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.eh-subrole .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-subrole .sh-recent {
	background: #fff;
	padding: 88px 24px 72px;
	border-top: 1px solid #ebebeb;
}

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

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

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

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

.eh-subrole .sh-recent-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: #f7f8fa;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	padding: 22px 22px 20px;
}

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

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

.eh-subrole .sh-recent-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.eh-subrole .sh-recent-loc,
.eh-subrole .sh-recent-detail {
	font-size: 13px;
	color: #888;
	font-weight: 400;
}

.eh-subrole .sh-recent-facility {
	font-size: 12px;
	color: #aaa;
	font-weight: 400;
	margin-top: 2px;
}

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

.eh-subrole .sh-badge.green {
	background: #ecfdf3;
	color: #15803d;
}

.eh-subrole .sh-recent-days {
	font-size: 13px;
	font-weight: 700;
	color: #15803d;
	white-space: nowrap;
	flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.eh-subrole .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-subrole .sh-bottom-cta-text,
.eh-subrole .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-subrole .sh-cta-wrap {
	position: relative;
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ── FLAT ROLES LIST (A/B design) ── */
.eh-subrole .sh-flat-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.eh-subrole .sh-flat-item {
	padding: 28px 0;
	border-bottom: 1px solid #ebebeb;
}

.eh-subrole .sh-flat-item:first-child {
	padding-top: 0;
}

.eh-subrole .sh-flat-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.eh-subrole .sh-flat-title {
	font-size: 18px;
	font-weight: 700;
	color: #111;
	margin: 0 0 10px;
	line-height: 1.3;
}

.eh-subrole .sh-flat-title a {
	color: #1a1a8c;
	text-decoration: underline;
	font-weight: 700;
}

.eh-subrole .sh-flat-body {
	font-size: 15px;
	color: #555;
	line-height: 1.7;
}

.eh-subrole .sh-flat-body p {
	margin: 0 0 0.75em;
}

.eh-subrole .sh-flat-body p:last-child {
	margin-bottom: 0;
}

.eh-subrole .sh-flat-body a {
	color: #1a1a8c;
	text-decoration: underline;
}

/* ── HOW CARD (A steps / B prose) ── */
.eh-subrole .sh-how {
	background: #f5f5f5;
	padding: 48px 24px;
	border-top: none;
}

.eh-subrole .sh-how-card {
	background: #fff;
	border-radius: 28px;
	padding: 72px 80px;
	max-width: 1200px;
	margin: 0 auto;
}

.eh-subrole .sh-how-card h2 {
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.12;
	margin: 0 0 24px;
	max-width: 820px;
}

.eh-subrole .sh-how-intro,
.eh-subrole .sh-how-prose {
	font-size: 16px;
	color: #555;
	line-height: 1.75;
	max-width: 820px;
	margin: 0 0 20px;
}

.eh-subrole .sh-how-intro strong,
.eh-subrole .sh-how-prose strong {
	font-weight: 700;
	color: #222;
}

.eh-subrole .sh-how-intro em,
.eh-subrole .sh-how-prose em {
	font-style: italic;
}

.eh-subrole .sh-how-intro {
	margin-bottom: 48px;
}

.eh-subrole .sh-how-prose:last-of-type {
	margin-bottom: 40px;
}

.eh-subrole .sh-how-steps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px 48px;
	margin-bottom: 48px;
}

.eh-subrole .sh-how-step {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.eh-subrole .sh-how-step-num {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #aaa;
}

.eh-subrole .sh-how-step-title {
	font-size: 16px;
	font-weight: 700;
	color: #111;
}

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

.eh-subrole .sh-how-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a8c;
	text-decoration: none;
	border-bottom: 1.5px solid #1a1a8c;
	padding-bottom: 2px;
}

.eh-subrole .sh-how-link:hover,
.eh-subrole .sh-how-link:focus-visible {
	opacity: 0.75;
	color: #1a1a8c;
}

/* ── PRE-SCREEN ── */
.eh-subrole .sh-prescreen {
	background: #0e0e0e;
	padding: 100px 24px;
}

.eh-subrole .sh-prescreen-inner {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 100px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: start;
}

.eh-subrole .sh-prescreen-left h2 {
	font-size: clamp(32px, 3.5vw, 48px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #fff;
	line-height: 1.15;
	margin: 0 0 24px;
}

.eh-subrole .sh-prescreen-left p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.75;
	margin: 0 0 32px;
}

.eh-subrole .eh-subrole-prescreen-cta {
	display: inline-block;
}

.eh-subrole .sh-prescreen-right {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

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

.eh-subrole .sh-psc-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(123, 72, 254, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9b6ffe;
	margin-top: 2px;
}

.eh-subrole .sh-psc-icon svg {
	width: 15px;
	height: 15px;
}

/* Shared Prescreen / checklist titles — same on A/B/C/D */
.eh-subrole .sh-psc-title {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 3px;
	line-height: 1.35;
}

.eh-subrole .sh-psc-body {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.65;
}

/* Title-only checklist rows (no body): center icon with title */
.eh-subrole .sh-psc-item:not(:has(.sh-psc-body)) {
	align-items: center;
}

.eh-subrole .sh-psc-item:not(:has(.sh-psc-body)) .sh-psc-icon {
	margin-top: 0;
}

.eh-subrole .sh-psc-item:not(:has(.sh-psc-body)) .sh-psc-title {
	margin-bottom: 0;
}

.eh-subrole .sh-prescreen-note {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 20px 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.7;
	margin-top: 8px;
}

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

	.eh-subrole .sh-how-card {
		padding: 40px 28px;
	}

	.eh-subrole .sh-how-steps {
		grid-template-columns: 1fr;
	}
}

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

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

/* ── COMPARISON TABLE (C) ── */
.eh-subrole .sh-compare {
	background: #f5f5f5;
	padding: 100px 24px;
}

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

.eh-subrole .sh-compare-hd {
	margin-bottom: 48px;
}

.eh-subrole .sh-compare-hd h2 {
	font-size: clamp(28px, 3.5vw, 46px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 14px;
}

.eh-subrole .sh-compare-hd p {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	max-width: 60ch;
	margin: 0;
}

/* Shared mobile table scroller (C compare / D credentials) */
.eh-subrole .sh-table-scroll-hint {
	display: none;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	letter-spacing: 0.01em;
}

.eh-subrole .sh-table-scroll {
	position: relative;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #bbb #eee;
	outline: none;
}

.eh-subrole .sh-table-scroll:focus-visible {
	box-shadow:
		0 4px 32px rgba(0, 0, 0, 0.08),
		0 0 0 3px rgba(17, 17, 17, 0.28);
}

.eh-subrole .sh-table-scroll::-webkit-scrollbar {
	height: 8px;
}

.eh-subrole .sh-table-scroll::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 0 0 20px 20px;
}

.eh-subrole .sh-table-scroll::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 8px;
}

.eh-subrole .sh-table-scroll::after {
	content: none;
}

.eh-subrole .sh-compare-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
	overflow: hidden;
}

.eh-subrole .sh-compare-table thead tr th {
	padding: 20px 28px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.eh-subrole .sh-compare-table thead th:first-child {
	background: #fff;
	color: #aaa;
	border-right: 1px solid #ebebeb;
}

.eh-subrole .sh-compare-table thead th:nth-child(2) {
	background: #0e0e0e;
	color: #fff;
	text-align: center;
}

.eh-subrole .sh-compare-table thead th:nth-child(3) {
	background: #e8e8e8;
	color: #888;
	text-align: center;
}

.eh-subrole .sh-compare-table tbody tr td {
	padding: 18px 28px;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
}

.eh-subrole .sh-compare-table tbody tr:last-child td {
	border-bottom: none;
}

.eh-subrole .sh-compare-table tbody td:first-child {
	background: #fff;
	font-weight: 600;
	color: #555;
	font-size: 13px;
	border-right: 1px solid #ebebeb;
}

.eh-subrole .sh-compare-table tbody td:nth-child(2) {
	background: #fff;
	color: #111;
	font-weight: 500;
	text-align: center;
}

.eh-subrole .sh-compare-table tbody td:nth-child(3) {
	background: #f9f9f9;
	color: #888;
	text-align: center;
}

.eh-subrole .sh-compare-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

.eh-subrole .sh-compare-table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.eh-subrole .sh-compare-col-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.eh-subrole .sh-compare-badge {
	display: inline-block;
	background: #ecfdf3;
	color: #15803d;
	font-size: 11px;
	font-weight: 700;
	border-radius: 6px;
	padding: 3px 8px;
	letter-spacing: 0.04em;
	text-transform: none;
}

.eh-subrole .sh-compare-note {
	background: #0e0e0e;
	border-radius: 16px;
	padding: 24px 32px;
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.75;
}

.eh-subrole .sh-compare-note strong {
	color: rgba(255, 255, 255, 0.9);
}

/* ── ALERT POINTS (C checklist variant) ── */
.eh-subrole .sh-alert-points {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

/* Alert right-side titles — Sub Role C design (.sh-alert-point-title): 18px / 700 */
.eh-subrole .sh-alert-points .sh-psc-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
	line-height: 1.3;
}

.eh-subrole .sh-alert-points .sh-psc-body {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.75;
	margin: 0;
}

.eh-subrole .eh-subrole-alert-cta {
	margin-top: 8px;
	display: inline-block;
}

/* ── SPECIALTY CARDS (C) ── */
.eh-subrole .sh-specs {
	background: #fff;
	padding: 100px 24px;
	border-top: 1px solid #ebebeb;
}

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

.eh-subrole .sh-specs-hd {
	margin-bottom: 52px;
}

.eh-subrole .sh-specs-hd h2 {
	font-size: clamp(28px, 3.5vw, 46px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 14px;
}

.eh-subrole .sh-specs-hd p {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	max-width: 60ch;
	margin: 0;
}

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

.eh-subrole .sh-spec-card {
	background: #f7f8fa;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	padding: 32px 28px;
}

.eh-subrole .sh-spec-card-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #aaa;
	margin-bottom: 14px;
}

.eh-subrole .sh-spec-card-title {
	font-size: 18px;
	font-weight: 800;
	color: #111;
	margin-bottom: 16px;
	letter-spacing: -0.5px;
}

.eh-subrole .sh-spec-card-list {
	font-size: 14px;
	color: #555;
	line-height: 2;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eh-subrole .sh-spec-card-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.eh-subrole .sh-spec-card-list li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	flex-shrink: 0;
	margin-top: 8px;
}

.eh-subrole .sh-spec-card--dark {
	background: #0e0e0e;
	border-color: #222;
}

.eh-subrole .sh-spec-card--dark .sh-spec-card-label {
	color: rgba(255, 255, 255, 0.3);
}

.eh-subrole .sh-spec-card--dark .sh-spec-card-title {
	color: #fff;
}

.eh-subrole .sh-spec-card--dark .sh-spec-card-list {
	color: rgba(255, 255, 255, 0.6);
}

.eh-subrole .sh-spec-card--dark .sh-spec-card-list li::before {
	background: rgba(255, 255, 255, 0.35);
}

.eh-subrole .sh-specs-note {
	background: #f0f0f0;
	border-radius: 14px;
	padding: 20px 28px;
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

/* ── CREDENTIAL TABLE (D) ── */
.eh-subrole .sh-cred {
	background: #f5f5f5;
	padding: 100px 24px;
}

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

.eh-subrole .sh-cred-hd {
	margin-bottom: 48px;
}

.eh-subrole .sh-cred-hd h2 {
	font-size: clamp(28px, 3.5vw, 46px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 14px;
}

.eh-subrole .sh-cred-hd p {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	max-width: 70ch;
	margin: 0;
}

.eh-subrole .sh-cred-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
	overflow: hidden;
}

.eh-subrole .sh-cred-table thead tr th {
	padding: 16px 24px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	border-bottom: 1px solid #e8e8e8;
	background: #0e0e0e;
	color: rgba(255, 255, 255, 0.55);
}

.eh-subrole .sh-cred-table thead th:first-child {
	width: 30%;
}

.eh-subrole .sh-cred-table thead th:nth-child(2) {
	width: 22%;
}

.eh-subrole .sh-cred-table tbody tr td {
	padding: 18px 24px;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

.eh-subrole .sh-cred-table tbody tr:last-child td {
	border-bottom: none;
}

.eh-subrole .sh-cred-table tbody td:first-child {
	background: #fff;
	font-weight: 700;
	color: #111;
}

.eh-subrole .sh-cred-table tbody td:nth-child(2) {
	background: #fff;
	color: #111;
}

.eh-subrole .sh-cred-table tbody td:nth-child(3) {
	background: #f9f9f9;
	color: #666;
	font-size: 13px;
	line-height: 1.6;
}

.eh-subrole .sh-cred-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

.eh-subrole .sh-cred-table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.eh-subrole .sh-cred-badge {
	display: inline-block;
	background: #ecfdf3;
	color: #15803d;
	font-size: 11px;
	font-weight: 700;
	border-radius: 6px;
	padding: 3px 8px;
	letter-spacing: 0.04em;
	margin-left: 8px;
}

/* ── Sub-Role E: Three Challenges ── */
.eh-subrole .sh-challenges {
	background: #f5f5f5;
	padding: 100px 24px;
}

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

.eh-subrole .sh-challenges-hd {
	margin-bottom: 52px;
}

.eh-subrole .sh-challenges-hd h2 {
	font-size: clamp(28px, 3.5vw, 46px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 14px;
}

.eh-subrole .sh-challenges-hd p {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	max-width: 54ch;
	margin: 0;
}

.eh-subrole .sh-ch-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.eh-subrole .sh-ch-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 24px;
	padding: 36px 32px 32px;
	display: flex;
	flex-direction: column;
}

.eh-subrole .sh-ch-card.featured {
	background: #0e0e0e;
	border-color: #0e0e0e;
}

.eh-subrole .sh-ch-num {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #bbb;
	margin-bottom: 20px;
}

.eh-subrole .sh-ch-card.featured .sh-ch-num {
	color: rgba(255, 255, 255, 0.3);
}

.eh-subrole .sh-ch-problem {
	font-size: 19px;
	font-weight: 700;
	color: #111;
	line-height: 1.3;
	margin-bottom: 16px;
	letter-spacing: -0.4px;
}

.eh-subrole .sh-ch-card.featured .sh-ch-problem {
	color: #fff;
}

.eh-subrole .sh-ch-body {
	font-size: 14px;
	color: #666;
	line-height: 1.75;
	flex: 1;
	margin-bottom: 0;
}

.eh-subrole .sh-ch-card.featured .sh-ch-body {
	color: rgba(255, 255, 255, 0.5);
}

.eh-subrole .sh-ch-cta {
	margin-top: 36px;
	display: flex;
	justify-content: center;
}

/* ── Sub-Role E: Focus Statement ── */
.eh-subrole .sh-focus {
	background: #0e0e0e;
	padding: 100px 24px;
	position: relative;
	overflow: hidden;
}

.eh-subrole .sh-focus::before {
	content: "";
	position: absolute;
	left: -140px;
	top: -120px;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(123, 72, 254, 0.16), transparent 65%);
	pointer-events: none;
}

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

.eh-subrole .sh-focus-lead {
	font-size: clamp(26px, 3.4vw, 44px);
	font-weight: 800;
	letter-spacing: -1.5px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
}

.eh-subrole .sh-focus-lead em {
	font-style: normal;
	color: #c9b6ff;
}

.eh-subrole .sh-focus-cols {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.eh-subrole .sh-focus-cols p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.55);
	margin: 0 0 18px;
}

.eh-subrole .sh-focus-cols p:last-child {
	margin-bottom: 0;
}

/* ── Sub-Role E: Services Directory ── */
.eh-subrole .sh-dir {
	background: #f5f5f5;
	padding: 100px 24px;
	border-top: 1px solid #ebebeb;
}

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

.eh-subrole .sh-dir-hd {
	margin-bottom: 44px;
	max-width: 62ch;
}

.eh-subrole .sh-dir-hd h2 {
	font-size: clamp(28px, 3.5vw, 46px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 14px;
}

.eh-subrole .sh-dir-hd p {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

.eh-subrole .sh-dir-groups {
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.eh-subrole .sh-dir-group-hd {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.eh-subrole .sh-dir-group-hd h3 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111;
	margin: 0;
	white-space: nowrap;
}

.eh-subrole .sh-dir-group-hd .rule {
	flex: 1;
	height: 1px;
	background: #e0e0e0;
}

.eh-subrole .sh-dir-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 14px;
}

.eh-subrole .sh-dir-item {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	padding: 22px 24px;
	text-decoration: none;
	overflow: hidden;
	transition: background 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.eh-subrole .sh-dir-item:hover,
.eh-subrole .sh-dir-item:focus-visible {
	background: #0e0e0e;
	border-color: #0e0e0e;
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
	outline: none;
}

.eh-subrole .sh-dir-item-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.3px;
	color: #111;
	line-height: 1.3;
	margin: 0 40px 7px 0;
	transition: color 0.25s;
}

.eh-subrole .sh-dir-item-sub {
	font-size: 13.5px;
	color: #777;
	line-height: 1.6;
	transition: color 0.25s;
}

.eh-subrole .sh-dir-item:hover .sh-dir-item-title,
.eh-subrole .sh-dir-item:focus-visible .sh-dir-item-title {
	color: #fff;
}

.eh-subrole .sh-dir-item:hover .sh-dir-item-sub,
.eh-subrole .sh-dir-item:focus-visible .sh-dir-item-sub {
	color: rgba(255, 255, 255, 0.55);
}

.eh-subrole .sh-dir-arrow {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #999;
	transition: all 0.25s;
}

.eh-subrole .sh-dir-item:hover .sh-dir-arrow,
.eh-subrole .sh-dir-item:focus-visible .sh-dir-arrow {
	background: #fff;
	border-color: #fff;
	color: #111;
	transform: rotate(-45deg);
}

@media (max-width: 900px) {
	.eh-subrole .sh-ch-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.eh-subrole .sh-focus-inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

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

	.eh-subrole .sh-table-scroll-hint {
		display: block;
	}

	.eh-subrole .sh-table-scroll {
		overflow-x: scroll;
		scrollbar-width: auto;
	}

	.eh-subrole .sh-table-scroll::-webkit-scrollbar {
		height: 10px;
	}

	.eh-subrole .sh-table-scroll::-webkit-scrollbar-thumb {
		background: #999;
	}

	/* Compare: keep swipe; columns sized so scrolled view is readable */
	.eh-subrole .sh-compare-table {
		width: 520px;
		min-width: 520px;
		max-width: none;
		table-layout: fixed;
		overflow: visible;
		border-radius: 20px;
	}

	/* Cred: Setting + Why side-by-side at full scroll; Setting wide enough for word wrap */
	.eh-subrole .sh-cred-table {
		width: 470px;
		min-width: 470px;
		max-width: none;
		table-layout: fixed;
		overflow: visible;
		border-radius: 20px;
	}

	.eh-subrole .sh-compare-table th,
	.eh-subrole .sh-compare-table td,
	.eh-subrole .sh-cred-table th,
	.eh-subrole .sh-cred-table td {
		white-space: normal;
		word-break: normal;
		overflow-wrap: break-word;
		hyphens: manual;
	}

	.eh-subrole .sh-compare-table thead th,
	.eh-subrole .sh-compare-table tbody td,
	.eh-subrole .sh-cred-table thead th,
	.eh-subrole .sh-cred-table tbody td {
		padding: 14px 14px;
	}

	/* Sticky labels — light edge only (no heavy overlay on next column) */
	.eh-subrole .sh-compare-table thead th:first-child,
	.eh-subrole .sh-compare-table tbody td:first-child,
	.eh-subrole .sh-cred-table thead th:first-child,
	.eh-subrole .sh-cred-table tbody td:first-child {
		position: sticky;
		left: 0;
		z-index: 2;
		width: 128px;
		box-shadow: 2px 0 0 #ebebeb;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.eh-subrole .sh-compare-table thead th:first-child,
	.eh-subrole .sh-compare-table tbody td:first-child {
		background: #fff;
	}

	.eh-subrole .sh-compare-table thead th:nth-child(2),
	.eh-subrole .sh-compare-table tbody td:nth-child(2),
	.eh-subrole .sh-compare-table thead th:nth-child(3),
	.eh-subrole .sh-compare-table tbody td:nth-child(3) {
		width: 210px;
	}

	.eh-subrole .sh-cred-table thead th:first-child {
		background: #0e0e0e;
	}

	.eh-subrole .sh-cred-table tbody td:first-child {
		background: #fff;
	}

	.eh-subrole .sh-cred-table thead th:nth-child(2),
	.eh-subrole .sh-cred-table tbody td:nth-child(2) {
		width: 150px;
	}

	/* Must fit beside sticky Setting within ~312px scrollport */
	.eh-subrole .sh-cred-table thead th:nth-child(3),
	.eh-subrole .sh-cred-table tbody td:nth-child(3) {
		width: 192px;
		background: #f9f9f9;
		color: #444;
		font-size: 13px;
		line-height: 1.55;
	}

	.eh-subrole .sh-challenges,
	.eh-subrole .sh-focus,
	.eh-subrole .sh-dir {
		padding: 64px 20px;
	}
}

