/**
 * GEO landing sections (stats, why, how-bento, market areas, testi2, role-extra).
 * Shared hero / logos / FAQ / recruiters:
 * see landing-shared.css. Design tokens: style.css.
 */

.eh-geo {
	--eh-dark: #0e0e0e;
	--eh-navy: #1a1535;
	--eh-purple: #7b48fe;
}

.separate-containers .eh-geo.site-main {
	margin-top: 0;
	margin-bottom: 0;
}

.separate-containers .eh-geo.site-main > * {
	margin-bottom: 0;
}

.eh-geo a {
	color: inherit;
}

.eh-geo a:hover {
	color: inherit;
}

/* ── Stats bar (placeholder 4-card pattern, GEO light colors) ── */
.eh-geo .sh-stats {
	background: #f5f5f5;
	padding: 32px 24px;
}

.eh-geo .sh-stats-wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.eh-geo .sh-stat-cards-row {
	display: grid;
	grid-template-columns: repeat(var(--eh-stat-count, 4), minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	justify-content: center;
}

.eh-geo .sh-stat-card {
	background: #fff;
	border-radius: 20px;
	padding: 24px 28px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	min-height: 160px;
	box-sizing: border-box;
}

.eh-geo a.sh-stat-card-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	border: 1px solid transparent;
}

.eh-geo a.sh-stat-card-link:hover,
.eh-geo a.sh-stat-card-link:focus-visible {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.eh-geo a.sh-stat-card-link:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 3px;
}

.eh-geo .sh-stat-n {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1;
	margin: 0 0 8px;
}

.eh-geo .sh-stat-l {
	font-size: 13px;
	color: #888;
	line-height: 1.4;
}

.eh-geo .sh-stat-l a {
	color: inherit;
	text-decoration: underline;
}

.eh-geo .sh-stat-l a:hover,
.eh-geo .sh-stat-l a:focus-visible {
	color: #555;
}

.eh-geo .sh-stat-g {
	display: inline-flex;
	vertical-align: middle;
	margin-right: 3px;
}

.eh-geo .sh-stat-g svg {
	display: block;
}

@media (max-width: 700px) {
	.eh-geo .sh-stat-cards-row {
		grid-template-columns: 1fr 1fr;
	}
}


/* ── Why (local market narrative) ────────────────── */
.eh-geo .sh-why {
	background: #0e0e0e;
	padding: 96px 24px;
}

.eh-geo .sh-why-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
}

.eh-geo .sh-why-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
}

.eh-geo .sh-why-h2 {
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #fff;
	line-height: 1.2;
	margin: 0;
}

.eh-geo .sh-why-body {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.8;
}

.eh-geo .sh-why-body p {
	margin: 0 0 24px;
}

.eh-geo .sh-why-body p:last-child {
	margin: 0;
}

.eh-geo .sh-why-body a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.eh-geo .sh-why-body a:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 2px;
}

@media (max-width: 860px) {
	.eh-geo .sh-why-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}


/* ── How we work (GEO bento) ─────────────────────── */
.eh-geo .sh-how {
	background: #fff;
	padding: 96px 24px;
}

.eh-geo .sh-how-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.eh-geo .sh-how-heading {
	text-align: center;
	margin-bottom: 48px;
}

.eh-geo .sh-how-heading h2 {
	font-size: clamp(28px, 3.5vw, 48px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	line-height: 1.15;
	margin: 0 0 16px;
}

.eh-geo .sh-how-heading h2 span {
	color: #9ba8c0;
	font-weight: 800;
}

.eh-geo .sh-how-heading p {
	font-size: 16px;
	color: #888;
	line-height: 1.75;
	max-width: 900px;
	margin: 0 auto;
}

.eh-geo .sh-how-bento {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 28px;
}

.eh-geo .sh-how-bento-left {
	background: #fff;
	border-radius: 24px;
	padding: 40px 36px 44px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	border: 1px solid #ebebeb;
}

.eh-geo .sh-how-bento-right {
	display: contents;
}

.eh-geo .sh-how-bento-card {
	background: #fff;
	border-radius: 24px;
	padding: 40px 36px 44px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	border: 1px solid #ebebeb;
}

.eh-geo .sh-how-step-label {
	font-size: 15px;
	font-weight: 700;
	color: #111;
}

.eh-geo .sh-how-step-title {
	font-size: 17px;
	font-weight: 700;
	color: #111;
	margin: 0;
	line-height: 1.4;
}

.eh-geo .sh-how-step-body {
	font-size: 14px;
	color: #6b7389;
	line-height: 1.8;
	margin: 0;
}

.eh-geo .sh-how-cta {
	text-align: center;
}

@media (max-width: 768px) {
	.eh-geo .sh-how-bento {
		grid-template-columns: 1fr;
	}
}


/* ── Testimonials (sh-testi2 — mirrors Sub-Role / Pillar) ── */
.eh-geo .sh-testi2 {
	background: linear-gradient(170deg, #b8cce8 0%, #5b82c0 40%, #2a4a8a 75%, #1a3070 100%);
	padding: 80px 24px 72px;
	position: relative;
	overflow: hidden;
}

.eh-geo .sh-testi2::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.35) 0%, transparent 60%);
	pointer-events: none;
}

.eh-geo .sh-testi2-inner {
	max-width: 820px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.eh-geo .sh-testi2-card {
	background: #fff;
	border-radius: 24px;
	padding: 48px 56px 44px;
	text-align: center;
	box-shadow: 0 8px 48px rgba(0, 0, 20, 0.18);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.eh-geo .sh-testi2-stars {
	color: #f5a623;
	font-size: 20px;
	letter-spacing: 3px;
}

.eh-geo .sh-testi2-quote {
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.6;
	color: #2a3050;
	margin: 0;
	font-weight: 400;
}

.eh-geo .sh-testi2-name {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	margin: 0 0 4px;
}

.eh-geo .sh-testi2-role {
	font-size: 14px;
	color: #8892a4;
	margin: 0;
}

.eh-geo .sh-testi2-avatars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.eh-geo .sh-testi2-av {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid transparent;
	cursor: pointer;
	transition: border-color 0.2s, transform 0.2s, opacity 0.2s;
	opacity: 0.7;
	flex-shrink: 0;
	background: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #555;
	padding: 0;
}

.eh-geo .sh-testi2-av--static {
	cursor: default;
	opacity: 1;
	border-color: #fff;
	transform: scale(1.12);
	pointer-events: none;
}

.eh-geo .sh-testi2-av:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.eh-geo .sh-testi2-av img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eh-geo .sh-testi2-av.active {
	border-color: #fff;
	opacity: 1;
	transform: scale(1.12);
}

.eh-geo .sh-testi2-av-initials {
	line-height: 1;
}

@media (max-width: 600px) {
	.eh-geo .sh-testi2-card {
		padding: 36px 24px 32px;
	}

	.eh-geo .sh-testi2-av {
		width: 48px;
		height: 48px;
	}
}

/* ── Sub-roles + role-extra ──────────────────────── */
.eh-geo .sh-subroles {
	background: #fff;
	padding: 88px 24px;
	border-top: 1px solid #ebebeb;
}

.eh-geo .sh-subroles-inner {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 72px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: start;
}

.eh-geo .sh-subroles-left {
	position: sticky;
	top: 96px;
}

.eh-geo .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-geo .sh-subroles-left p {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

.eh-geo .sh-subroles-right {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

@media (max-width: 860px) {
	.eh-geo .sh-subroles-inner {
		grid-template-columns: 1fr;
	}

	.eh-geo .sh-subroles-left {
		position: static;
	}
}

.eh-geo .sh-role-card {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
	padding: 22px;
	min-height: 44px;
	background: #fff;
	border: 1.5px solid #e5e7eb;
	border-radius: 18px;
	text-decoration: none;
	transition: box-shadow 0.2s, border-color 0.2s;
}

.eh-geo .sh-role-card:hover,
.eh-geo .sh-role-card:focus {
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
	border-color: #d1d5db;
	outline: none;
}

.eh-geo .sh-role-card:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 2px;
}

.eh-geo .sh-role-card.sh-role-card--static {
	cursor: default;
}

.eh-geo .sh-role-card.sh-role-card--static:hover,
.eh-geo .sh-role-card.sh-role-card--static:focus {
	box-shadow: none;
	border-color: #e5e7eb;
}

.eh-geo .sh-role-card.sh-role-card--static .sh-role-content {
	padding-right: 0;
}

.eh-geo .sh-role-card.sh-role-card--no-body {
	align-items: center;
}

.eh-geo .sh-role-card.sh-role-card--no-body .sh-role-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.eh-geo .sh-role-icon {
	flex: none;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, #ff6b9d, #7b48fe 50%, #60afff) border-box;
	border: 1.5px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eh-geo .sh-role-icon svg {
	width: 26px;
	height: 26px;
	color: #111;
}

.eh-geo .sh-role-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1;
	padding-right: 36px;
}

.eh-geo .sh-role-title {
	font-size: 16px;
	font-weight: 700;
	color: #111;
}

.eh-geo .sh-role-body {
	font-size: 13px;
	color: #666;
	line-height: 1.65;
}

.eh-geo .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-geo .sh-role-arrow svg {
	width: 13px;
	height: 13px;
}

.eh-geo .sh-role-card:hover .sh-role-arrow {
	border-color: #111;
}

.eh-geo .sh-role-extra {
	background: #ebf0fa;
	border-radius: 22px;
	padding: 48px 52px;
	max-width: 1200px;
	margin: 32px auto 0;
}

.eh-geo .sh-role-extra h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -1px;
	color: #0e0e0e;
	margin: 0 0 18px;
	line-height: 1.15;
}

.eh-geo .sh-role-extra .re-body {
	font-size: 17px;
	color: #444;
	line-height: 1.7;
	margin: 0 0 32px;
	max-width: 820px;
}

.eh-geo .sh-role-extra .re-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 28px;
	background: #0e0e0e;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 999px;
	text-decoration: none;
	max-width: 100%;
	box-sizing: border-box;
	transition: transform 0.18s, box-shadow 0.18s;
}

.eh-geo .sh-role-extra .re-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.eh-geo .sh-role-extra .re-btn:hover,
.eh-geo .sh-role-extra .re-btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	color: #fff;
	outline: none;
}

.eh-geo .sh-role-extra .re-btn:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 2px;
}

.eh-geo .sh-role-extra .re-note {
	margin: 24px 0 0;
	font-size: 14px;
	color: #555;
	line-height: 1.75;
}

.eh-geo .sh-role-extra .re-note a {
	color: #3b82f6;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.eh-geo .sh-role-extra {
		padding: 32px 24px;
	}

	.eh-geo .sh-role-extra .re-btn {
		white-space: normal;
		line-height: 1.35;
		gap: 8px;
		padding: 14px 20px;
	}

	.eh-geo .sh-subroles-right {
		gap: 10px;
	}
}

/* ── Market areas ────────────────────────────────── */
.eh-geo .sh-market {
	background: #f4f7fb;
	padding: 88px 24px;
}

.eh-geo .sh-market-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.eh-geo .sh-market-header {
	margin-bottom: 40px;
}

.eh-geo .sh-market-h2 {
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #111;
	margin: 0 0 10px;
}

.eh-geo .sh-market-header .sh-market-h2:last-child {
	margin-bottom: 0;
}

.eh-geo .sh-market-sub {
	font-size: 15px;
	color: #888;
	margin: 0;
	line-height: 1.6;
	max-width: 720px;
}

.eh-geo .sh-market-grid {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.eh-geo .sh-market-row {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	padding: 24px 28px;
	display: grid;
	grid-template-columns: 180px 1fr 1fr;
	gap: 24px;
	align-items: start;
}

.eh-geo .sh-market-col-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #bbb;
	margin-bottom: 4px;
}

.eh-geo .sh-market-area {
	font-size: 15px;
	font-weight: 700;
	color: #111;
}

.eh-geo .sh-market-employers {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

.eh-geo .sh-market-note {
	font-size: 13px;
	color: #555;
	line-height: 1.65;
}

@media (max-width: 768px) {
	.eh-geo .sh-market-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}


/* ── Recent placements ───────────────────────────── */
.eh-geo .sh-recent {
	background: #fff;
	padding: 88px 24px 72px;
	border-top: 1px solid #ebebeb;
}

.eh-geo .sh-recent-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.eh-geo .sh-recent-header {
	margin-bottom: 40px;
}

.eh-geo .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-geo .sh-recent-header p {
	font-size: 15px;
	color: #888;
	margin: 0;
	max-width: 48ch;
}

.eh-geo .sh-recent-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 36px;
}

.eh-geo .sh-recent-item {
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #f8f9fa;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	padding: 24px 26px 22px;
}

.eh-geo .sh-recent-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.eh-geo .sh-recent-role {
	font-size: 15px;
	font-weight: 600;
	color: #111;
}

.eh-geo .sh-recent-detail {
	font-size: 14px;
	color: #888;
}

.eh-geo .sh-recent-cta {
	text-align: center;
}

.eh-geo .sh-badge {
	font-size: 13px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 999px;
	white-space: nowrap;
}

.eh-geo .sh-badge.green {
	background: #dcfce7;
	color: #15803d;
}

@media (max-width: 768px) {
	.eh-geo .sh-recent-grid {
		grid-template-columns: 1fr;
	}
}

/* ── Bottom CTA ──────────────────────────────────── */
.eh-geo .sh-bottom-cta {
	background: #0e0e0e;
	padding: 110px 24px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.eh-geo .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-geo .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-geo .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-geo .sh-google-pill svg {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

.eh-geo .sh-google-pill:focus-visible {
	outline: 2px solid #7b48fe;
	outline-offset: 2px;
}

.eh-geo .sh-google-pill-stars {
	color: #fbbc04;
	font-size: 15px;
	letter-spacing: 1px;
	flex-shrink: 0;
	line-height: 1;
}

.eh-geo .sh-google-pill-text {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
	line-height: 1.2;
}

.eh-geo .sh-google-pill-reviews {
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 480px) {
	.eh-geo .sh-google-pill {
		gap: 6px;
		padding: 8px 12px;
	}

	.eh-geo .sh-google-pill svg {
		width: 15px;
		height: 15px;
	}

	.eh-geo .sh-google-pill-stars {
		font-size: 11px;
		letter-spacing: 0.4px;
	}

	.eh-geo .sh-google-pill-text {
		font-size: 11px;
	}
}

.eh-geo .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-geo .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-geo .sh-bottom-cta .note {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 12px;
	position: relative;
	z-index: 1;
}

.eh-geo .sh-cta-wrap {
	position: relative;
	z-index: 1;
}
