:root {
	--shseo-bg: #ffffff;
	--shseo-soft: #f6f8fc;
	--shseo-text: #141824;
	--shseo-muted: #626a78;
	--shseo-border: #dfe4ec;
	--shseo-primary: #111827;
	--shseo-accent: #ff006c;
	--shseo-radius: 20px;
	--shseo-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);
}

.shseo-page {
	color: var(--shseo-text);
	background: var(--shseo-bg);
	font-family: inherit;
}

.shseo-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.shseo-hero {
	padding: 86px 0 66px;
	border-bottom: 1px solid var(--shseo-border);
	background:
		radial-gradient(circle at 88% 14%, rgba(255, 0, 108, 0.12), transparent 28%),
		linear-gradient(135deg, #f9fbff 0%, #ffffff 56%, #fff6fa 100%);
}

.shseo-eyebrow {
	margin: 0 0 12px;
	color: var(--shseo-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.shseo-hero h1 {
	max-width: 930px;
	margin: 0;
	font-size: clamp(2.35rem, 5.4vw, 4.9rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.shseo-lead {
	max-width: 820px;
	margin: 24px 0 0;
	color: var(--shseo-muted);
	font-size: clamp(1.06rem, 2vw, 1.3rem);
	line-height: 1.75;
}

.shseo-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.shseo-btn {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.shseo-btn:hover {
	transform: translateY(-1px);
}

.shseo-btn-primary {
	color: #fff;
	background: var(--shseo-primary);
	box-shadow: 0 9px 22px rgba(17, 24, 39, 0.2);
}

.shseo-btn-secondary {
	color: var(--shseo-primary);
	background: #fff;
	border-color: var(--shseo-border);
}

.shseo-btn-light {
	color: var(--shseo-primary);
	background: #fff;
}

.shseo-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 860px;
	margin-top: 46px;
}

.shseo-stats div {
	padding: 18px;
	border: 1px solid rgba(223, 228, 236, 0.9);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(8px);
}

.shseo-stats strong,
.shseo-stats span {
	display: block;
}

.shseo-stats strong {
	font-size: 1.1rem;
}

.shseo-stats span {
	margin-top: 5px;
	color: var(--shseo-muted);
	font-size: .85rem;
}

.shseo-section {
	padding: 72px 0;
}

.shseo-muted {
	background: var(--shseo-soft);
}

.shseo-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.shseo-content-card,
.shseo-membership-card {
	padding: 34px;
	border: 1px solid var(--shseo-border);
	border-radius: var(--shseo-radius);
	background: #fff;
	box-shadow: var(--shseo-shadow);
}

.shseo-section h2 {
	margin: 0 0 16px;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.15;
	letter-spacing: -.03em;
}

.shseo-section p,
.shseo-check-list,
.shseo-steps {
	color: var(--shseo-muted);
	line-height: 1.75;
}

.shseo-check-list,
.shseo-steps {
	padding-left: 22px;
}

.shseo-check-list li,
.shseo-steps li {
	margin-bottom: 10px;
}

.shseo-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.shseo-heading-row p {
	margin: 0;
}

.shseo-filter {
	display: grid;
	grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(145px, 1fr));
	gap: 14px;
	align-items: end;
	padding: 22px;
	margin-bottom: 24px;
	border: 1px solid var(--shseo-border);
	border-radius: var(--shseo-radius);
	background: #fff;
}

.shseo-field label {
	display: block;
	margin-bottom: 7px;
	font-size: .84rem;
	font-weight: 800;
}

.shseo-field input,
.shseo-field select {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid var(--shseo-border);
	border-radius: 12px;
	background: #fff;
	color: var(--shseo-text);
	font: inherit;
}

.shseo-filter-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	grid-column: 1 / -1;
}

.shseo-filter-actions a {
	color: var(--shseo-muted);
	font-weight: 700;
}

.shseo-job-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.shseo-job-card {
	display: flex;
	min-height: 270px;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--shseo-border);
	border-radius: var(--shseo-radius);
	background: #fff;
	box-shadow: 0 9px 26px rgba(17, 24, 39, .055);
}

.shseo-job-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--shseo-muted);
	font-size: .82rem;
}

.shseo-lock-badge {
	padding: 5px 9px;
	border-radius: 999px;
	background: #fff0f6;
	color: #b4004c;
	font-weight: 800;
}

.shseo-job-card h3 {
	margin: 16px 0 14px;
	font-size: 1.38rem;
	line-height: 1.25;
}

.shseo-job-card h3 a {
	color: var(--shseo-text);
	text-decoration: none;
}

.shseo-job-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.shseo-job-meta span {
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--shseo-soft);
	color: var(--shseo-muted);
	font-size: .81rem;
	font-weight: 700;
}

.shseo-job-card p {
	margin: 0;
}

.shseo-job-link {
	margin-top: auto;
	padding-top: 20px;
	color: var(--shseo-primary);
	font-weight: 800;
	text-decoration: none;
}

.shseo-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}

.shseo-pagination a,
.shseo-pagination span {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid var(--shseo-border);
	border-radius: 11px;
	background: #fff;
	text-decoration: none;
}

.shseo-pagination .current {
	color: #fff;
	background: var(--shseo-primary);
	border-color: var(--shseo-primary);
}

.shseo-empty {
	padding: 54px;
	text-align: center;
	border: 1px dashed var(--shseo-border);
	border-radius: var(--shseo-radius);
	background: #fff;
}

.shseo-company-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.shseo-company-card {
	padding: 20px;
	border: 1px solid var(--shseo-border);
	border-radius: 15px;
	background: #fff;
}

.shseo-company-card strong,
.shseo-company-card span {
	display: block;
}

.shseo-company-card span {
	margin-top: 6px;
	color: var(--shseo-muted);
	font-size: .85rem;
}

.shseo-membership-card {
	color: #fff;
	background: var(--shseo-primary);
	border-color: var(--shseo-primary);
}

.shseo-membership-card p {
	color: rgba(255, 255, 255, .75);
}

.shseo-text-link {
	display: block;
	margin-top: 18px;
	color: #fff;
	font-weight: 800;
}

.shseo-faq details {
	margin-bottom: 12px;
	padding: 21px 22px;
	border: 1px solid var(--shseo-border);
	border-radius: 14px;
	background: #fff;
}

.shseo-faq summary {
	font-weight: 800;
	cursor: pointer;
}

.shseo-faq details p {
	margin: 14px 0 0;
}

.shseo-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.shseo-related-grid a {
	padding: 20px;
	border: 1px solid var(--shseo-border);
	border-radius: 15px;
	background: #fff;
	color: var(--shseo-text);
	text-decoration: none;
}

.shseo-related-grid strong,
.shseo-related-grid span {
	display: block;
}

.shseo-related-grid span {
	margin-top: 6px;
	color: var(--shseo-muted);
	font-size: .84rem;
}

.shseo-disclaimer {
	padding: 24px 0;
	border-top: 1px solid var(--shseo-border);
}

.shseo-disclaimer p {
	margin: 0;
	color: var(--shseo-muted);
	font-size: .84rem;
	line-height: 1.6;
}

@media (max-width: 980px) {
	.shseo-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shseo-company-grid,
	.shseo-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.shseo-grid-2,
	.shseo-job-grid,
	.shseo-stats {
		grid-template-columns: 1fr;
	}

	.shseo-heading-row {
		display: block;
	}

	.shseo-filter {
		grid-template-columns: 1fr;
	}

	.shseo-filter-actions {
		grid-column: auto;
	}
}

@media (max-width: 520px) {
	.shseo-container {
		width: min(100% - 28px, 1180px);
	}

	.shseo-hero,
	.shseo-section {
		padding: 52px 0;
	}

	.shseo-content-card,
	.shseo-membership-card,
	.shseo-job-card {
		padding: 23px;
	}

	.shseo-company-grid,
	.shseo-related-grid {
		grid-template-columns: 1fr;
	}
}


.shseo-insights-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.shseo-insight-card {
	padding: 24px;
	border: 1px solid var(--shseo-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 24, 39, .05);
}

.shseo-insight-card h3 {
	margin: 0 0 14px;
	font-size: 1.2rem;
}

.shseo-insight-card ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.shseo-insight-card li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 0;
	border-bottom: 1px solid var(--shseo-border);
}

.shseo-insight-card li:last-child {
	border-bottom: 0;
}

.shseo-insight-card span {
	color: var(--shseo-muted);
}

.shseo-insight-note {
	margin: 14px 0 0;
	font-size: .82rem;
}

@media (max-width: 900px) {
	.shseo-insights-grid {
		grid-template-columns: 1fr;
	}
}


.shseo-breadcrumbs {
	padding: 12px 0;
	border-bottom: 1px solid var(--shseo-border);
	background: #fff;
	font-size: .86rem;
}

.shseo-breadcrumbs .shseo-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.shseo-breadcrumbs a {
	color: var(--shseo-muted);
	text-decoration: none;
}

.shseo-breadcrumbs span[aria-current="page"] {
	font-weight: 800;
	color: var(--shseo-text);
}

.shseo-category-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid var(--shseo-border);
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(10px);
}

.admin-bar .shseo-category-nav {
	top: 32px;
}

.shseo-category-nav .shseo-container {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shseo-category-nav-all {
	flex: 0 0 auto;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--shseo-primary);
	color: #fff;
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
}

.shseo-category-nav-scroll {
	display: flex;
	overflow-x: auto;
	gap: 8px;
	scrollbar-width: thin;
	padding-bottom: 2px;
}

.shseo-category-nav-scroll a {
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 1px solid var(--shseo-border);
	border-radius: 999px;
	background: #fff;
	color: var(--shseo-text);
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.shseo-directory {
	padding: 0;
}

.shseo-directory-header {
	max-width: 840px;
}

.shseo-directory-header > p:last-child {
	color: var(--shseo-muted);
	line-height: 1.7;
}

.shseo-directory-search {
	margin: 24px 0 16px;
}

.shseo-directory-search input {
	width: min(100%, 620px);
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid var(--shseo-border);
	border-radius: 14px;
	background: #fff;
	font: inherit;
}

.shseo-directory-letters {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 28px;
}

.shseo-directory-letters a {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--shseo-border);
	border-radius: 9px;
	background: #fff;
	color: var(--shseo-text);
	font-weight: 800;
	text-decoration: none;
}

.shseo-directory-group {
	margin: 0 0 30px;
	scroll-margin-top: 90px;
}

.shseo-directory-group > h3 {
	margin: 0 0 12px;
	font-size: 1.35rem;
}

.shseo-directory-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.shseo-directory-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px;
	border: 1px solid var(--shseo-border);
	border-radius: 15px;
	background: #fff;
	color: var(--shseo-text);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shseo-directory-card:hover {
	transform: translateY(-1px);
	border-color: #c8ced8;
	box-shadow: 0 8px 24px rgba(17, 24, 39, .06);
}

.shseo-directory-card strong,
.shseo-directory-card small {
	display: block;
}

.shseo-directory-card small {
	margin-top: 4px;
	color: var(--shseo-muted);
}

.shseo-directory-card em {
	flex: 0 0 auto;
	color: var(--shseo-muted);
	font-size: .82rem;
	font-style: normal;
	font-weight: 700;
}

.shseo-directory-empty {
	padding: 24px;
	border: 1px dashed var(--shseo-border);
	border-radius: 14px;
	text-align: center;
}

@media (max-width: 782px) {
	.admin-bar .shseo-category-nav {
		top: 46px;
	}
}

@media (max-width: 700px) {
	.shseo-directory-grid {
		grid-template-columns: 1fr;
	}

	.shseo-category-nav .shseo-container {
		display: block;
	}

	.shseo-category-nav-all {
		display: inline-flex;
		margin-bottom: 8px;
	}
}
