/*
 * SEER POWER Resources / Guides archive.
 * Body-only Elementor Widget. The wrapper and custom root remain transparent;
 * each semantic section owns its surface inside the stage.
 */

.elementor-widget-seerpower_resources_guides,
.elementor-widget-seerpower_resources_guides > .elementor-widget-container,
.sp-guides {
	display: block;
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	transform: none;
	vertical-align: top;
	background: transparent;
}

.sp-guides-host:has(> .elementor-widget-seerpower_resources_guides) {
	padding-inline: 0 !important;
}

.sp-guides-host--first:has(> .elementor-widget-seerpower_resources_guides) {
	padding-top: 0 !important;
}

.sp-guides-host--last:has(> .elementor-widget-seerpower_resources_guides) {
	padding-bottom: 0 !important;
}

.sp-guides-host--only:has(> .elementor-widget-seerpower_resources_guides) {
	row-gap: 0 !important;
}

.sp-guides,
.sp-guides *,
.sp-guides *::before,
.sp-guides *::after {
	box-sizing: border-box;
}

.sp-guides {
	--sp-guides-navy: var(--seer-navy);
	--sp-guides-navy-deep: var(--seer-navy-deep);
	--sp-guides-ink: var(--seer-text);
	--sp-guides-muted: var(--seer-text-muted);
	--sp-guides-orange: var(--seer-orange);
	--sp-guides-orange-hover: var(--seer-orange-hover);
	--sp-guides-line: var(--seer-border-light);
	--sp-guides-paper: var(--seer-white);
	color: var(--sp-guides-ink);
	font-family: var(--seer-font-body);
	font-synthesis: none;
}

.sp-guides__stage {
	width: 100%;
	max-width: none;
	min-width: 0;
	overflow: hidden;
	overflow: clip;
	background: var(--sp-guides-paper);
}

.sp-guides :where(img) {
	display: block;
	max-width: 100%;
}

.sp-guides :where(a) {
	color: inherit;
}

.sp-guides :where(a, button):focus-visible {
	outline: 3px solid var(--sp-guides-orange);
	outline-offset: 4px;
}

.sp-guides-shell {
	width: min(1420px, calc(100% - 64px));
	margin-inline: auto;
}

.sp-guides-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.sp-guides-eyebrow {
	margin: 0 0 16px;
	color: var(--sp-guides-orange);
	font-family: var(--seer-font-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase;
}

/* Split industrial Hero. The media is full bleed while the copy remains on
 * the approved editorial rail; no viewport-width or negative-margin repair is
 * needed inside Elementor. */
.sp-guides-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--sp-guides-navy-deep);
	color: var(--sp-guides-paper);
}

.sp-guides-hero__visual {
	position: absolute;
	z-index: 0;
	inset-block: 0;
	inset-inline: 54% 0;
	overflow: hidden;
}

.sp-guides-hero__visual::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 28, 43, .48), transparent 29%),
		linear-gradient(0deg, rgba(4, 28, 43, .2), transparent 50%);
	content: '';
	pointer-events: none;
}

.sp-guides-hero__visual > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% center;
}

.sp-guides-hero__shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 54% 46%;
}

.sp-guides-hero__copy {
	grid-column: 1;
	align-self: center;
	min-width: 0;
	padding-inline-end: 36px;
}

.sp-guides-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .78);
	font-family: var(--seer-font-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.sp-guides-breadcrumb__link {
	color: var(--sp-guides-orange);
	text-decoration: none;
}

.sp-guides-breadcrumb__link:hover {
	color: var(--sp-guides-orange-hover);
	text-decoration: none;
}

.sp-guides-breadcrumb > span[aria-hidden="true"] {
	color: rgba(255, 255, 255, 0.42);
}

.sp-guides-hero h1,
.sp-guides-hero__title {
	max-width: 820px;
	margin: 0 0 32px;
	color: var(--sp-guides-paper);
	font-family: var(--seer-font-display);
	font-size: clamp(58px, 3.8vw, 76px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.sp-guides-hero__title-line {
	display: block;
	white-space: nowrap;
}

.sp-guides-hero__copy > p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-family: var(--seer-font-body);
	font-size: 18px;
	line-height: 1.55;
}

.sp-guides-text-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 52px;
	margin-top: 32px;
	border-bottom: 0;
	color: var(--sp-guides-orange) !important;
	font-family: var(--seer-font-body);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}

.sp-guides-text-link::after {
	content: "→";
	margin-left: 8px;
}

.sp-guides-text-link:hover {
	border-bottom-color: transparent;
	color: var(--sp-guides-orange-hover) !important;
}

.sp-guides-hero__copy { /* Y anchor from hero-system */ }

/* Dynamic guide library. */
.sp-guides-library {
	padding: 78px 0 88px;
	background: var(--sp-guides-paper);
}

.sp-guides-library h2 {
	max-width: 1400px;
	margin: 0;
	color: var(--sp-guides-ink);
	font-family: var(--seer-font-display);
	font-size: 65px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.02em;
	text-wrap: balance;
}

.sp-guides-filter {
	display: flex;
	gap: 12px 36px;
	align-items: flex-end;
	margin: 42px 0 18px;
	overflow-x: auto;
	border-bottom: 1px solid var(--sp-guides-line);
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.sp-guides-filter::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.sp-guides-filter button {
	position: relative;
	flex: 0 0 auto;
	appearance: none;
	padding: 0 2px 14px;
	border: 0;
	background: transparent;
	color: var(--sp-guides-ink);
	font-family: var(--seer-font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
}

.sp-guides-filter button::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: transparent;
	content: '';
}

.sp-guides-filter button[aria-selected='true'] {
	color: var(--sp-guides-orange);
}

.sp-guides-filter button[aria-selected='true']::after {
	background: var(--sp-guides-orange);
}

.sp-guides-library__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	transition: opacity 180ms ease;
}

.sp-guides-library__grid.is-filtering {
	opacity: .18;
}

.sp-guides-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--sp-guides-line);
	border-radius: var(--seer-radius-md);
	background: var(--sp-guides-paper);
	box-shadow: var(--seer-shadow-sm);
}

.sp-guides[data-enhanced='true'] .sp-guides-card[hidden] {
	display: none;
}

.sp-guides-card--lead {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 47% 53%;
}

.sp-guides-card__media {
	display: block;
	min-height: 240px;
	overflow: hidden;
}

.sp-guides-card--lead .sp-guides-card__media {
	min-height: 340px;
}

.sp-guides-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 180ms ease;
}

.sp-guides-card:hover .sp-guides-card__media img {
	filter: saturate(1.06) contrast(1.03);
}

.sp-guides-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.sp-guides-card--lead .sp-guides-card__body {
	justify-content: center;
	padding: clamp(34px, 4%, 68px);
}

.sp-guides-card h3 {
	margin: 0;
	color: var(--sp-guides-ink);
	font-family: var(--seer-font-display);
	font-size: 23px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.01em;
}

.sp-guides-card--lead h3 {
	max-width: 680px;
	font-size: 34px;
}

.sp-guides-card h3 a {
	text-decoration: none;
}

.sp-guides-card h3 a:hover {
	text-decoration: underline;
	text-decoration-color: var(--sp-guides-orange);
	text-underline-offset: 5px;
}

.sp-guides-card__body > p:not(.sp-guides-eyebrow) {
	margin: 15px 0 0;
	color: var(--sp-guides-muted);
	font-family: var(--seer-font-body);
	font-size: 14px;
	line-height: 1.5;
}

.sp-guides-card__meta {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 24px;
	color: var(--sp-guides-ink);
	font-family: var(--seer-font-body);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
	text-transform: uppercase;
}

.sp-guides-card__arrow {
	color: var(--sp-guides-orange) !important;
	font-size: 29px;
	line-height: 1;
	text-decoration: none;
}

.sp-guides-library__empty {
	margin: 36px 0 0;
	color: var(--sp-guides-muted);
	font-size: 16px;
	line-height: 1.6;
}

.sp-guides-load-more {
	display: block;
	min-width: 220px;
	margin: 30px auto 0;
	padding: 13px 22px;
	border: 1px solid var(--sp-guides-line);
	background: var(--sp-guides-paper);
	color: var(--sp-guides-orange);
	font-family: var(--seer-font-body);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	cursor: pointer;
}

.sp-guides-load-more[hidden] {
	display: none;
}

/* Four-step generator planning sequence. */
.sp-guides-path,
.sp-guides-cta {
	color: var(--sp-guides-paper);
	background: var(--sp-guides-navy-deep);
}

.sp-guides-path {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 30px 0 34px;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.sp-guides-path > .sp-guides-shell {
	position: relative;
	z-index: 1;
}

.sp-guides-path__blueprint {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	width: min(520px, 36%);
	height: auto;
	max-width: none;
	opacity: .38;
	filter: saturate(.8) brightness(1.02);
	pointer-events: none;
}

.sp-guides-path__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-guides-path__step {
	position: relative;
	min-width: 0;
	padding: 4px 38px 4px 34px;
}

.sp-guides-path__step::before {
	position: absolute;
	z-index: 1;
	top: 74px;
	right: 0;
	bottom: 4px;
	width: 1px;
	background: rgba(255, 255, 255, .2);
	content: '';
	pointer-events: none;
}

.sp-guides-path__step:last-child::before {
	display: none;
}

.sp-guides-path__step:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 28px;
	right: -19px;
	width: 38px;
	height: 16px;
	background: url(../images/guides/guides-path-arrow-v2.webp) center / 100% 100% no-repeat;
	content: '';
	opacity: .76;
	pointer-events: none;
}

.sp-guides-path__top {
	display: flex;
	gap: 5px;
	align-items: center;
	min-height: 70px;
}

.sp-guides-path__number {
	color: var(--sp-guides-orange);
	font-family: var(--seer-font-data);
	font-size: 42px;
	font-weight: 800;
	line-height: .92;
}

.sp-guides-path__top img {
	width: 66px;
	height: 66px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: .9;
}

.sp-guides-path__step:nth-child(4) .sp-guides-path__top img {
	width: 70px;
	height: 70px;
}

.sp-guides-path h3 {
	margin: 9px 0 0;
	color: var(--sp-guides-paper);
	font-family: var(--seer-font-display);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.01em;
}

.sp-guides-path__step > p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .72);
	font-family: var(--seer-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

/* Closing project CTA. */
.sp-guides-cta {
	padding: 32px 0 36px;
}

.sp-guides-cta__inner {
	display: grid;
	grid-template-columns: 1fr minmax(330px, 440px);
	gap: 70px;
	align-items: center;
}

.sp-guides-cta .sp-guides-eyebrow {
	margin-bottom: 15px;
	font-weight: 700;
}

.sp-guides-cta h2 {
	max-width: 690px;
	margin: 0;
	color: var(--sp-guides-paper);
	font-family: var(--seer-font-display);
	font-size: 39px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -.015em;
}

.sp-guides-cta__inner > div > p:last-child {
	margin: 15px 0 0;
	color: rgba(255, 255, 255, .7);
	font-family: var(--seer-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .015em;
}

.sp-guides-cta__actions {
	display: grid;
	gap: 12px;
}

.sp-guides-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	font-family: var(--seer-font-body);
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.sp-guides-button--primary {
	border: 1px solid var(--sp-guides-orange);
	background: var(--sp-guides-orange);
	color: var(--sp-guides-paper) !important;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.sp-guides-button--primary:hover {
	border-color: var(--sp-guides-orange-hover);
	background: var(--sp-guides-orange-hover);
}

.sp-guides-button--outline {
	border: 1px solid rgba(255, 255, 255, .72);
	background: transparent;
	color: var(--sp-guides-paper) !important;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .015em;
}

.sp-guides-button--outline:hover {
	border-color: var(--sp-guides-paper);
	background: rgba(255, 255, 255, .06);
}

@media (max-width: 1199px) {
	.sp-guides-shell {
		width: min(calc(100% - 48px), 1120px);
	}

	.sp-guides-hero__visual {
		inset-inline-start: 54%;
	}

	.sp-guides-hero__shell {
		grid-template-columns: 54% 46%;
	}

	.sp-guides-hero__copy {
		padding-inline-end: 28px;
	}

	.sp-guides-hero h1,
	.sp-guides-hero__title {
		font-size: 58px;
	}

	.sp-guides-hero__title-line {
		white-space: nowrap;
	}

	.sp-guides-library h2 {
		font-size: 55px;
	}

	.sp-guides-library__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sp-guides-card--lead {
		grid-column: 1 / -1;
	}

	.sp-guides-cta__inner {
		grid-template-columns: 1fr minmax(280px, 360px);
		gap: 44px;
	}

	.sp-guides-cta h2 {
		font-size: 35px;
	}
}

@media (min-width: 900px) and (max-width: 1199px) {
	.sp-guides-path {
		padding: 18px 0 20px;
	}

	.sp-guides-path .sp-guides-eyebrow {
		margin-bottom: 10px;
	}

	.sp-guides-path__step {
		padding: 2px 8px 2px 28px;
	}

	.sp-guides-path__step:not(:last-child)::after {
		right: -4px;
		width: 32px;
	}

	.sp-guides-path__top {
		min-height: 54px;
	}

	.sp-guides-path__top img,
	.sp-guides-path__step:nth-child(4) .sp-guides-path__top img {
		width: 56px;
		height: 56px;
	}

	.sp-guides-path h3 {
		margin-top: 6px;
		font-size: 17px;
	}

	.sp-guides-path__step > p {
		margin-top: 5px;
		font-size: 13px;
		line-height: 1.35;
	}

	.sp-guides-path__blueprint {
		bottom: 50px;
		width: 380px;
		opacity: .46;
	}
}

@media (max-width: 899px) {
	.sp-guides-path__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 0;
	}

	.sp-guides-path__step:nth-child(2)::before,
	.sp-guides-path__step:nth-child(4)::before {
		display: none;
	}

	.sp-guides-path__step:not(:last-child)::after {
		display: none;
	}

	.sp-guides-path__blueprint {
		bottom: 28px;
		width: 420px;
		opacity: .34;
	}
}

@media (max-width: 767px) {
	.sp-guides-shell {
		width: calc(100% - 36px);
	}

	.sp-guides-hero__shell {
		display: block;
	}

	.sp-guides-hero__copy {
		padding-inline-end: 0;
	}

	.sp-guides-hero h1,
	.sp-guides-hero__title {
		font-size: 42px !important;
		line-height: 1.02;
	}

	.elementor-widget-seerpower_resources_guides .sp-guides-hero h1,
	.elementor-widget-seerpower_resources_guides .sp-guides-hero__title {
		font-size: 42px !important;
		line-height: 1.02 !important;
	}

	.sp-guides-hero__title-line {
		white-space: normal;
	}

	.sp-guides-hero__copy > p {
		margin-top: 22px;
		font-size: 16px;
	}

	.sp-guides-library {
		padding: 62px 0 68px;
	}

	.sp-guides-library h2 {
		font-size: 42px !important;
	}

	.sp-guides-filter {
		gap: 26px;
		margin-top: 32px;
	}

	.sp-guides-library__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sp-guides-card--lead {
		display: flex;
	}

	.sp-guides-card__media,
	.sp-guides-card--lead .sp-guides-card__media {
		min-height: 220px;
		aspect-ratio: 16 / 10;
	}

	.sp-guides-card--lead .sp-guides-card__body {
		padding: 24px;
	}

	.sp-guides-card--lead h3 {
		font-size: 25px;
	}

	.sp-guides-path {
		padding: 30px 0 34px;
	}

	.sp-guides-path__blueprint {
		display: none;
	}

	.sp-guides-path__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.sp-guides-path__step {
		padding: 24px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.sp-guides-path__step::before {
		display: none;
	}

	.sp-guides-path__step:last-child {
		border-bottom: 0;
	}

	.sp-guides-path__top {
		min-height: 64px;
	}

	.sp-guides-cta__inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.sp-guides-cta h2 {
		font-size: 35px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-guides-library__grid,
	.sp-guides-card__media img {
		transition: none;
	}
}

/* 2.2.81 archive regression repair. The approved Guides Hero is one image-led
 * canvas with a navy-to-transparent reading mask, not two visible columns.
 * The phone composition remains stacked for legibility. */
@media (min-width: 768px) {
	.sp-guides .sp-guides-hero__visual {
		inset: 0;
		width: 100%;
	}

	.sp-guides .sp-guides-hero__visual::after {
		background:
			linear-gradient(90deg, rgba(4, 28, 43, .98) 0%, rgba(4, 28, 43, .9) 30%, rgba(4, 28, 43, .54) 54%, rgba(4, 28, 43, .12) 82%, rgba(4, 28, 43, .04) 100%),
			linear-gradient(0deg, rgba(4, 28, 43, .26), transparent 55%);
	}

	.sp-guides .sp-guides-hero__shell {
		display: block;
	}

	.sp-guides .sp-guides-hero__copy {
		display: flex;
		width: min(58%, 720px);
		box-sizing: border-box;
		flex-direction: column;
		justify-content: center;
		padding-inline-end: 48px;
	}
}

/* Restore the compact editorial image rhythm that preceded the tall-card
 * regression. Copy and card widths are unchanged. */
@media (min-width: 1200px) {
	.sp-guides .sp-guides-card__media {
		height: 210px;
		min-height: 210px;
	}

	.sp-guides .sp-guides-card--lead .sp-guides-card__media {
		height: 300px;
		min-height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.sp-guides .sp-guides-hero__copy {
		width: 62%;
		padding-inline-end: 34px;
	}

	.sp-guides .sp-guides-card__media {
		height: 200px;
		min-height: 200px;
	}

	.sp-guides .sp-guides-card--lead .sp-guides-card__media {
		height: 270px;
		min-height: 270px;
	}
}

@media (max-width: 767px) {
	.sp-guides .sp-guides-card__media,
	.sp-guides .sp-guides-card--lead .sp-guides-card__media {
		height: 190px;
		min-height: 190px;
		aspect-ratio: auto;
	}
}

/* 2.2.94 — closing CTA block removed from Guides frontend. */
.elementor-widget-seerpower_resources_guides .sp-guides-cta {
	display: none !important;
}

