.lfs-stats-strip {
	--lfs-stat-accent: #de9c3a;
	--lfs-stat-divider: rgba(206, 154, 72, 0.36);
	background-color: #030c17;
	background-image: none;
	border-bottom: 1px solid rgba(206, 154, 72, 0.24);
	border-top: 1px solid rgba(206, 154, 72, 0.24);
	border-radius: 0;
	box-shadow: none;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	left: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.lfs-hero-section {
	background-image: var(--lfs-hero-desktop);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	left: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 90vh;
	position: relative;
	width: 100vw;
}

.lfs-hero-video {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.lfs-hero-poster {
	animation: lfs-hero-poster-reveal 0.5s ease 0s forwards;
	background-image: var(--lfs-hero-desktop);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.lfs-hero-section::before {
	background-image: url("/wp-content/uploads/2026/05/lumen-hero-video-overlay-transparent-2560x1440.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

@keyframes lfs-hero-poster-reveal {
	to {
		opacity: 0;
		visibility: hidden;
	}
}

.lfs-hero-inner {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	min-height: 90vh;
	padding: 170px 0 92px;
	position: relative;
	width: min(100% - 40px, 1300px);
	z-index: 1;
}

.lfs-hero-content {
	max-width: 650px;
}

.lfs-hero-title {
	color: #ffffff;
	font-size: clamp(46px, 4.1vw, 66px);
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.lfs-hero-subtitle {
	color: #bf8a3d;
	font-size: clamp(30px, 2.65vw, 42px);
	font-weight: 400;
	line-height: 1.22;
	margin-top: 24px;
}

.lfs-hero-description {
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	margin: 34px 0 0;
	max-width: 430px;
}

.lfs-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 26px;
}

.lfs-hero-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	gap: 11px;
	justify-content: center;
	line-height: 1;
	min-height: 64px;
	overflow: hidden;
	padding: 18px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
	white-space: nowrap;
}

.lfs-hero-button::before {
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
	content: "";
	height: 100%;
	left: -120%;
	position: absolute;
	top: 0;
	transform: skewX(-18deg);
	transition: left 0.55s ease;
	width: 62%;
}

.lfs-hero-button:hover,
.lfs-hero-button:focus {
	transform: none;
}

.lfs-hero-button:hover::before,
.lfs-hero-button:focus::before {
	left: 140%;
}

.lfs-hero-button span,
.lfs-hero-button svg {
	position: relative;
	z-index: 1;
}

.lfs-hero-button svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 18px;
}

.lfs-hero-primary {
	background: linear-gradient(144deg, #bd8738 0%, #edc172 54%, #c99647 100%);
	border: 1px solid #c5984c;
	box-shadow: 0 0 0 3px rgba(255, 161, 0, 0.18), 0 14px 28px rgba(0, 0, 0, 0.22);
	color: #090e11;
}

.lfs-hero-secondary {
	background: rgba(5, 13, 24, 0.42);
	border: 1px solid rgba(197, 152, 76, 0.72);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 0 3px rgba(255, 161, 0, 0.12);
	color: #c4c6c7;
}

.lfs-hero-primary:hover,
.lfs-hero-primary:focus {
	box-shadow: 0 0 0 4px rgba(255, 161, 0, 0.2), 0 18px 34px rgba(0, 0, 0, 0.28);
}

.lfs-hero-secondary:hover,
.lfs-hero-secondary:focus {
	border-color: #de9c3a;
	color: #ffffff;
}

.lfs-stats-strip::before {
	background: linear-gradient(90deg, #030c17 0%, rgba(3, 12, 23, 0) 11%, rgba(3, 12, 23, 0) 89%, #030c17 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.lfs-stats-strip::after {
	box-shadow:
		inset 34px 0 34px rgba(0, 0, 0, 0.36),
		inset -34px 0 34px rgba(0, 0, 0, 0.36);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.lfs-stats-strip-inner {
	overflow: hidden;
	padding: 18px 0;
	width: 100%;
}

.lfs-stats-marquee-track {
	display: flex;
	justify-content: center;
	width: 100%;
}

.lfs-stats-marquee-group {
	align-items: center;
	display: flex;
	gap: 0;
	justify-content: center;
	width: 100%;
}

.lfs-stats-marquee-duplicate {
	display: none;
}

.lfs-stat-item {
	align-items: center;
	border: 0;
	display: flex;
	flex: 0 0 auto;
	flex-direction: row;
	gap: 14px;
	justify-content: center;
	min-width: 0;
	padding: 0 44px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.lfs-stat-item::after {
	background: var(--lfs-stat-accent);
	content: "";
	height: 6px;
	opacity: 0.72;
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
}

.lfs-stat-item:last-child::after {
	content: none;
}

.lfs-stat-icon {
	color: var(--lfs-stat-accent);
	display: inline-flex;
	flex: 0 0 auto;
	filter: none;
	height: 40px;
	width: 40px;
}

.lfs-stat-icon svg {
	display: block;
	height: 100%;
	overflow: visible;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 100%;
}

.lfs-stat-icon-text {
	fill: currentColor;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	stroke: none;
}

.lfs-stat-content {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 6px;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.lfs-stat-headline,
.lfs-stat-description {
	display: inline;
	font-family: inherit;
	overflow-wrap: normal;
	text-wrap: nowrap;
	white-space: nowrap;
}

.lfs-stat-headline {
	color: #ffffff;
	font-size: clamp(15px, 1.05vw, 20px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: none;
}

.lfs-stat-description {
	color: var(--lfs-stat-accent);
	font-size: clamp(15px, 1.05vw, 20px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.lfs-stats-marquee-track {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.lfs-stats-marquee-group {
		flex-wrap: wrap;
		justify-content: center;
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.lfs-stats-strip-inner {
		padding: 16px 0;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.lfs-stats-strip-inner::-webkit-scrollbar {
		display: none;
	}

	.lfs-stat-item {
		padding: 0 34px;
	}
}

@media (max-width: 640px) {
	.lfs-stats-strip-inner {
		padding: 14px 0;
		overflow: hidden;
	}

	.lfs-stats-marquee-track,
	.lfs-stats-marquee-group {
		justify-content: flex-start;
		width: max-content;
	}

	.lfs-stats-marquee-track {
		animation: lfs-stats-mobile-marquee 12s linear infinite;
		will-change: transform;
	}

	.lfs-stats-marquee-duplicate {
		display: flex;
	}

	.lfs-stat-item {
		gap: 10px;
		padding: 0 24px;
	}

	.lfs-stat-icon {
		height: 34px;
		width: 34px;
	}

	.lfs-stat-headline,
	.lfs-stat-description {
		font-size: 14px;
	}
}

@keyframes lfs-stats-mobile-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.lfs-services-overview {
	--lfs-services-gold: #de9c3a;
	background:
		radial-gradient(circle at 18% 12%, rgba(222, 156, 58, 0.08), transparent 30%),
		linear-gradient(180deg, #04101b 0%, #020a12 100%);
	color: #c4c6c7;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	padding: 96px 0;
	position: relative;
	width: 100%;
}

.lfs-services-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	width: min(100% - 40px, 1300px);
}

.lfs-services-header {
	max-width: 820px;
}

.lfs-services-eyebrow {
	color: var(--lfs-services-gold);
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.lfs-services-heading {
	color: #ffffff;
	font-size: clamp(34px, 3.2vw, 52px);
	font-weight: 500;
	line-height: 1.03;
	margin: 0;
	max-width: 760px;
	text-wrap: balance;
}

.lfs-services-intro {
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 19px;
	line-height: 1.55;
	margin: 22px 0 0;
	max-width: 720px;
}

.lfs-services-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 46px;
}

.lfs-service-card {
	background:
		linear-gradient(180deg, rgba(12, 25, 38, 0.96), rgba(5, 14, 24, 0.99)),
		#07111d;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.lfs-service-card::before {
	background:
		linear-gradient(135deg, rgba(222, 156, 58, 0.3), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.22s ease;
	z-index: 2;
}

.lfs-service-card:hover,
.lfs-service-card:focus-within {
	border-color: rgba(222, 156, 58, 0.48);
	box-shadow: 0 30px 76px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(222, 156, 58, 0.08);
}

.lfs-service-card:hover::before,
.lfs-service-card:focus-within::before {
	opacity: 1;
}

.lfs-service-image {
	background-color: #111b25;
	height: 164px;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
}

.lfs-service-image::before {
	background-image: inherit;
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
	transform: scale(1);
	transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}

.lfs-service-card:hover .lfs-service-image::before,
.lfs-service-card:focus-within .lfs-service-image::before {
	transform: scale(1.055);
}

.lfs-service-image::after {
	background:
		linear-gradient(180deg, rgba(3, 12, 23, 0.02) 0%, rgba(3, 12, 23, 0.54) 82%, rgba(3, 12, 23, 0.94) 100%),
		linear-gradient(90deg, rgba(2, 9, 16, 0.2), transparent 48%, rgba(2, 9, 16, 0.22));
	content: "";
	inset: 0;
	position: absolute;
}

.lfs-service-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 28px 30px;
	position: relative;
	z-index: 3;
}

.lfs-service-icon {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(8, 18, 29, 0.96), rgba(3, 10, 18, 0.98)),
		#030c17;
	border: 1px solid rgba(222, 156, 58, 0.58);
	border-radius: 10px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: var(--lfs-services-gold);
	display: inline-flex;
	height: 58px;
	justify-content: center;
	margin-top: -31px;
	position: relative;
	width: 58px;
	z-index: 2;
}

.lfs-service-icon svg {
	display: block;
	height: 31px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
	width: 31px;
}

.lfs-service-title {
	color: #ffffff;
	font-size: clamp(22px, 1.7vw, 28px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 24px 0 0;
	text-wrap: balance;
}

.lfs-service-description {
	color: rgba(255, 255, 255, 0.68);
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.48;
	margin: 14px 0 0;
}

.lfs-service-link {
	align-items: center;
	color: var(--lfs-services-gold);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	line-height: 1;
	margin-top: auto;
	padding-top: 28px;
	text-decoration: none;
	text-transform: uppercase;
}

.lfs-service-link svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	transition: transform 0.2s ease;
	width: 18px;
}

.lfs-service-link:hover svg,
.lfs-service-link:focus svg {
	transform: translateX(3px);
}

@media (max-width: 1024px) {
	.lfs-hero-inner {
		padding-top: 145px;
	}

	.lfs-hero-title {
		font-size: 48px;
	}

	.lfs-hero-subtitle {
		font-size: 31px;
	}

	.lfs-services-overview {
		padding: 76px 0;
	}

	.lfs-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.lfs-hero-section::before {
		background-image: url("/wp-content/uploads/2026/05/lumen-hero-video-overlay-mobile-transparent-1440x2560.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.lfs-hero-section {
		min-height: auto;
	}

	.lfs-hero-video {
		opacity: 0.3;
	}

	.lfs-hero-inner {
		min-height: auto;
		padding-top: 100px;
	}
}

@media (max-width: 640px) {
	.lfs-hero-section,
	.lfs-stats-strip {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 100vw;
		overflow-x: hidden;
	}

	.lfs-stat-icon {
		height: 24px !important;
		width: 24px !important;
	}

	.lfs-stat-item {
		gap: 8px;
		padding: 0 20px;
	}

	.lfs-hero-poster {
		background-image: var(--lfs-hero-mobile);
		background-position: center 20%;
	}

	.lfs-hero-section {
		background-image: none;
		background-position: center 20%;
		background-size: cover;
		min-height: auto;
	}

	.lfs-hero-inner {
		align-items: flex-start;
		min-height: auto;
		padding: 150px 0 34px;
		width: min(100% - 28px, 1300px);
	}

	.lfs-hero-content {
		max-width: 100%;
	}

	.lfs-hero-title {
		font-size: 36px;
	}

	.lfs-hero-subtitle {
		font-size: 25px;
		margin-top: 16px;
	}

	.lfs-hero-description {
		font-size: 17px;
		margin-top: 22px;
	}

	.lfs-hero-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.lfs-hero-button {
		font-size: 14px;
		min-height: 52px;
		padding: 16px;
		width: 100%;
	}

	.lfs-services-overview {
		padding: 58px 0;
	}

	.lfs-services-inner {
		width: min(100% - 28px, 1300px);
	}

	.lfs-services-heading {
		font-size: 32px;
	}

	.lfs-services-intro {
		font-size: 17px;
	}

	.lfs-services-grid {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
		margin-top: 34px;
	}

	.lfs-service-body {
		padding: 0 22px 26px;
	}

	.lfs-service-title {
		font-size: 22px;
	}

	.lfs-service-image {
		height: 142px;
	}

	.lfs-service-description {
		font-size: 16px;
	}
}

.lfs-why,
.lfs-risk,
.lfs-process,
.lfs-faq,
.lfs-directory,
.lfs-checklist,
.lfs-contact-page,
.lfs-cta-band {
	background: #030c17;
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

.lfs-section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	width: min(100% - 40px, 1300px);
}

.lfs-section-header {
	max-width: 760px;
}

.lfs-section-eyebrow {
	color: #de9c3a;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.lfs-section-heading {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(34px, 3.15vw, 52px);
	font-weight: 500;
	line-height: 1.04;
	margin: 0;
	text-wrap: balance;
}

.lfs-section-intro {
	color: #c4c6c7;
	font-size: 19px;
	line-height: 1.55;
	margin: 22px 0 0;
	max-width: 720px;
}

.lfs-widget-icon {
	align-items: center;
	border: 1px solid rgba(222, 156, 58, 0.62);
	border-radius: 6px;
	color: #de9c3a;
	display: inline-flex;
	flex: 0 0 auto;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.lfs-widget-icon svg,
.lfs-button svg,
.lfs-directory-link svg,
.lfs-checklist-items svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.lfs-widget-icon svg {
	height: 24px;
	width: 24px;
}

.lfs-button,
.lfs-form-submit {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	gap: 11px;
	justify-content: center;
	line-height: 1;
	min-height: 58px;
	overflow: hidden;
	padding: 17px 22px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
	white-space: nowrap;
}

.lfs-button::before,
.lfs-form-submit::before {
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.26) 50%, transparent 100%);
	content: "";
	height: 100%;
	left: -120%;
	position: absolute;
	top: 0;
	transform: skewX(-18deg);
	transition: left 0.55s ease;
	width: 62%;
}

.lfs-button:hover::before,
.lfs-button:focus::before,
.lfs-form-submit:hover::before,
.lfs-form-submit:focus::before {
	left: 140%;
}

.lfs-button span,
.lfs-button svg,
.lfs-form-submit span,
.lfs-form-submit svg {
	position: relative;
	z-index: 1;
}

.lfs-button svg,
.lfs-form-submit svg {
	height: 18px;
	width: 18px;
}

.lfs-button-primary,
.lfs-form-submit {
	background: linear-gradient(135deg, #9f6f2f 0%, #c99546 34%, #f0d08a 58%, #b47b32 100%);
	border: 1px solid rgba(235, 193, 116, 0.9);
	box-shadow: 0 0 0 3px rgba(201, 149, 70, 0.16), 0 14px 28px rgba(0, 0, 0, 0.22);
	color: #090e11;
}

.lfs-button-secondary {
	background: rgba(5, 13, 24, 0.42);
	border: 1px solid rgba(197, 152, 76, 0.72);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 0 3px rgba(255, 161, 0, 0.1);
	color: #c4c6c7;
}

.lfs-button:hover,
.lfs-button:focus,
.lfs-form-submit:hover,
.lfs-form-submit:focus {
	transform: none;
}

.lfs-why {
	background:
		linear-gradient(90deg, rgba(3, 12, 23, 1), rgba(5, 17, 29, 0.96)),
		radial-gradient(circle at 84% 20%, rgba(222, 156, 58, 0.08), transparent 28%);
	padding: 92px 0;
}

.lfs-why-inner {
	display: grid;
	gap: 62px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.lfs-why-statement {
	border-left: 2px solid #de9c3a;
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 25px;
	line-height: 1.18;
	margin-top: 30px;
	padding-left: 18px;
}

.lfs-why-list {
	border-top: 1px solid rgba(206, 154, 72, 0.2);
}

.lfs-why-item {
	align-items: flex-start;
	border-bottom: 1px solid rgba(206, 154, 72, 0.2);
	display: grid;
	gap: 22px;
	grid-template-columns: 46px minmax(0, 1fr);
	padding: 24px 0;
}

.lfs-why-item h3,
.lfs-directory-card h3,
.lfs-process-step h3 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0;
}

.lfs-why-item p,
.lfs-directory-card p,
.lfs-process-step p {
	color: #c4c6c7;
	font-size: 17px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.lfs-risk {
	background: #06101b;
	border-bottom: 1px solid rgba(206, 154, 72, 0.22);
	border-top: 1px solid rgba(206, 154, 72, 0.22);
	padding: 84px 0;
}

.lfs-risk-inner {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.lfs-risk .lfs-button {
	margin-top: 30px;
}

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

.lfs-risk-item {
	align-items: center;
	background: rgba(3, 12, 23, 0.74);
	border: 1px solid rgba(206, 154, 72, 0.22);
	border-radius: 6px;
	color: #fff;
	display: flex;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 21px;
	gap: 16px;
	min-height: 86px;
	padding: 18px;
}

.lfs-process,
.lfs-directory {
	padding: 92px 0;
}

.lfs-process-header {
	margin-bottom: 48px;
}

.lfs-process-steps {
	counter-reset: lfs-process;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lfs-process-step {
	border-top: 1px solid rgba(206, 154, 72, 0.44);
	padding-top: 22px;
	position: relative;
}

.lfs-process-number {
	color: #de9c3a;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 18px;
}

.lfs-faq {
	background: #06101b;
	padding: 88px 0;
}

.lfs-faq-inner {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.lfs-faq-list {
	border-top: 1px solid rgba(206, 154, 72, 0.22);
}

.lfs-faq-item {
	border-bottom: 1px solid rgba(206, 154, 72, 0.22);
}

.lfs-faq-item summary {
	color: #fff;
	cursor: pointer;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	list-style: none;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.lfs-faq-item summary::-webkit-details-marker {
	display: none;
}

.lfs-faq-item summary::after {
	color: #de9c3a;
	content: "+";
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 1;
}

.lfs-faq-item[open] summary::after {
	content: "-";
}

.lfs-faq-item p {
	color: #c4c6c7;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	max-width: 780px;
	padding: 0 38px 24px 0;
}

.lfs-cta-band {
	background:
		linear-gradient(100deg, rgba(3, 12, 23, 1), rgba(8, 20, 32, 0.98) 62%, rgba(60, 40, 18, 0.74)),
		linear-gradient(180deg, rgba(222, 156, 58, 0.12), rgba(222, 156, 58, 0));
	border-bottom: 1px solid rgba(206, 154, 72, 0.28);
	border-top: 1px solid rgba(206, 154, 72, 0.28);
	padding: 58px 0;
}

.lfs-cta-inner {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.lfs-cta-band h2 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(30px, 2.7vw, 46px);
	font-weight: 500;
	line-height: 1.08;
	margin: 0;
	max-width: 830px;
}

.lfs-cta-band p {
	color: #c4c6c7;
	font-size: 18px;
	line-height: 1.5;
	margin: 18px 0 0;
	max-width: 760px;
}

.lfs-cta-actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.lfs-directory-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 48px;
}

.lfs-directory-card {
	background:
		linear-gradient(180deg, rgba(12, 25, 38, 0.96), rgba(5, 14, 24, 0.99)),
		#07111d;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.lfs-directory-card:hover,
.lfs-directory-card:focus-within {
	border-color: rgba(222, 156, 58, 0.48);
	box-shadow: 0 30px 76px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(222, 156, 58, 0.08);
}

.lfs-directory-card-image {
	background-color: #111b25;
	background-position: center;
	background-size: cover;
	height: 156px;
	overflow: hidden;
	position: relative;
}

.lfs-directory-card-image::before {
	background-image: inherit;
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
	transform: scale(1);
	transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}

.lfs-directory-card:hover .lfs-directory-card-image::before,
.lfs-directory-card:focus-within .lfs-directory-card-image::before {
	transform: scale(1.055);
}

.lfs-directory-card-image::after {
	background:
		linear-gradient(180deg, rgba(3, 12, 23, 0.02), rgba(3, 12, 23, 0.58) 78%, rgba(3, 12, 23, 0.96)),
		linear-gradient(90deg, rgba(2, 9, 16, 0.24), transparent 48%, rgba(2, 9, 16, 0.22));
	content: "";
	inset: 0;
	position: absolute;
}

.lfs-directory-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 26px 28px;
	position: relative;
	z-index: 2;
}

.lfs-directory-card .lfs-widget-icon {
	background:
		linear-gradient(180deg, rgba(8, 18, 29, 0.96), rgba(3, 10, 18, 0.98)),
		#030c17;
	border: 1px solid rgba(222, 156, 58, 0.58);
	border-radius: 10px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #de9c3a;
	height: 58px;
	margin: -29px 0 0;
	position: relative;
	width: 58px;
	z-index: 3;
}

.lfs-directory-card .lfs-widget-icon svg {
	height: 30px;
	width: 30px;
}

.lfs-directory-card ul {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	list-style: none;
	margin: 20px 0 0;
	padding: 16px 0 0;
}

.lfs-directory-card li {
	color: #d6d8d9;
	font-size: 16px;
	line-height: 1.35;
	padding: 7px 0 7px 18px;
	position: relative;
}

.lfs-directory-card li::before {
	background: #de9c3a;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	width: 5px;
}

.lfs-directory-card h3 {
	font-size: clamp(21px, 1.5vw, 26px);
	line-height: 1.1;
	margin-top: 52px;
	text-wrap: balance;
}

.lfs-directory-card p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 16.5px;
	line-height: 1.5;
}

.lfs-directory-link {
	align-items: center;
	color: #de9c3a;
	display: inline-flex;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
	line-height: 1;
	margin-top: auto;
	padding-top: 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.lfs-directory-link svg {
	height: 17px;
	width: 17px;
}

.lfs-checklist {
	background:
		linear-gradient(90deg, rgba(3, 12, 23, 1), rgba(5, 17, 29, 0.98)),
		radial-gradient(circle at 15% 20%, rgba(222, 156, 58, 0.08), transparent 30%);
	padding: 92px 0;
}

.lfs-checklist-inner {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.74fr);
}

.lfs-checklist-items {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.lfs-checklist-items li {
	align-items: center;
	color: #fff;
	display: grid;
	font-size: 18px;
	gap: 12px;
	grid-template-columns: 22px minmax(0, 1fr);
	line-height: 1.35;
}

.lfs-checklist-items svg {
	color: #de9c3a;
	height: 22px;
	width: 22px;
}

.lfs-checklist-form-wrap {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.34);
	border-radius: 6px;
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
	padding: 28px;
}

.lfs-compliance-form {
	display: grid;
	gap: 16px;
}

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

.lfs-form-full-width {
	grid-column: span 2;
}

.lfs-compliance-form label {
	display: grid;
	gap: 8px;
}

.lfs-compliance-form label span {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

.lfs-compliance-form input,
.lfs-compliance-form select,
.lfs-compliance-form textarea {
	background: #030c17;
	border: 1px solid rgba(206, 154, 72, 0.28);
	border-radius: 5px;
	color: #fff;
	font: inherit;
	min-height: 48px;
	outline: none;
	padding: 12px 13px;
	width: 100%;
}

.lfs-compliance-form textarea {
	resize: vertical;
}

.lfs-compliance-form input:focus,
.lfs-compliance-form select:focus,
.lfs-compliance-form textarea:focus {
	border-color: rgba(222, 156, 58, 0.78);
	box-shadow: 0 0 0 3px rgba(222, 156, 58, 0.12);
}

.lfs-form-hidden {
	height: 1px !important;
	left: -9999px !important;
	opacity: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.lfs-form-submit {
	cursor: pointer;
	margin-top: 4px;
	width: 100%;
}

.lfs-form-legal {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	line-height: 1.55;
	margin: -2px 0 0;
}

.lfs-form-legal a {
	color: #e7bd73;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lfs-form-notice {
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.4;
	padding: 13px 14px;
}

.lfs-form-success {
	background: rgba(29, 128, 85, 0.18);
	border: 1px solid rgba(50, 190, 127, 0.4);
	color: #d9fff0;
}

.lfs-form-error {
	background: rgba(160, 61, 49, 0.18);
	border: 1px solid rgba(239, 103, 82, 0.42);
	color: #ffe4df;
}

.lfs-contact-page {
	overflow: hidden;
	width: 100%;
}

.lfs-contact-hero {
	background:
		linear-gradient(90deg, rgba(3, 12, 23, 0.96), rgba(3, 12, 23, 0.78) 55%, rgba(3, 12, 23, 0.36)),
		url("/wp-content/uploads/2026/05/hero-l-1536x864.png") center / cover no-repeat;
	border-bottom: 1px solid rgba(206, 154, 72, 0.26);
	padding: 260px 0 92px;
}

.lfs-contact-hero-inner {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.lfs-contact-hero-copy {
	max-width: 820px;
}

.lfs-contact-hero h1 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(42px, 4.7vw, 66px);
	font-weight: 500;
	line-height: 1.04;
	margin: 0;
	text-wrap: balance;
}

.lfs-contact-hero p {
	color: #d3d5d6;
	font-size: 20px;
	line-height: 1.55;
	margin: 24px 0 0;
	max-width: 760px;
}

.lfs-contact-quick {
	display: grid;
	gap: 12px;
	min-width: 270px;
}

.lfs-contact-quick a {
	align-items: center;
	background: rgba(3, 12, 23, 0.78);
	border: 1px solid rgba(206, 154, 72, 0.3);
	border-radius: 6px;
	color: #fff;
	display: flex;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 18px;
	gap: 12px;
	min-height: 58px;
	padding: 16px;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.lfs-contact-quick a:hover,
.lfs-contact-quick a:focus {
	border-color: rgba(222, 156, 58, 0.68);
	color: #fff;
	transform: none;
}

.lfs-contact-quick svg {
	color: #de9c3a;
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.25;
	width: 21px;
}

.lfs-contact-body {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.72fr);
	padding: 76px 0 86px;
}

.lfs-contact-info {
	display: grid;
	gap: 28px;
}

.lfs-contact-support {
	background: linear-gradient(180deg, #07111d 0%, #050f1a 100%);
	border: 1px solid rgba(206, 154, 72, 0.3);
	border-radius: 6px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
	padding: 28px;
}

.lfs-contact-support h2,
.lfs-contact-form-panel h2 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.12;
	margin: 0;
}

.lfs-contact-support ul {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.lfs-contact-support li {
	align-items: center;
	color: #fff;
	display: grid;
	font-size: 18px;
	gap: 12px;
	grid-template-columns: 22px minmax(0, 1fr);
	line-height: 1.35;
}

.lfs-contact-support li svg {
	color: #de9c3a;
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 22px;
}

.lfs-contact-details {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lfs-contact-detail {
	align-items: flex-start;
	background: rgba(7, 17, 29, 0.72);
	border: 1px solid rgba(206, 154, 72, 0.22);
	border-radius: 6px;
	display: grid;
	gap: 18px;
	grid-template-columns: 38px minmax(0, 1fr);
	padding: 22px 24px;
}

.lfs-contact-detail > .lfs-widget-icon {
	background: rgba(222, 156, 58, 0.08);
	border-color: rgba(222, 156, 58, 0.28);
	color: #de9c3a;
	height: 38px;
	margin-top: 2px;
	width: 38px;
}

.lfs-contact-detail > .lfs-widget-icon svg {
	height: 21px;
	stroke-width: 2;
	width: 21px;
}

.lfs-contact-detail:nth-child(3) {
	grid-column: 1 / -1;
}

.lfs-contact-detail strong {
	color: #de9c3a;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 2px 0 8px;
	text-transform: uppercase;
}

.lfs-contact-detail > div > span,
.lfs-contact-detail > div > a {
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 1.45;
	text-decoration: none;
}

.lfs-contact-form-panel {
	background:
		linear-gradient(180deg, rgba(7, 17, 29, 0.98), rgba(5, 13, 23, 0.98)),
		radial-gradient(circle at 18% 0%, rgba(240, 208, 138, 0.1), transparent 38%);
	border: 1px solid rgba(235, 193, 116, 0.38);
	border-radius: 6px;
	box-shadow: 0 28px 64px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	min-width: 0;
	padding: 30px;
}

.lfs-contact-form-panel > p {
	color: #c4c6c7;
	font-size: 18px;
	line-height: 1.5;
	margin: 14px 0 24px;
}

@media (max-width: 1024px) {
	.lfs-why-inner,
	.lfs-risk-inner,
	.lfs-faq-inner,
	.lfs-checklist-inner,
	.lfs-contact-hero-inner,
	.lfs-contact-body {
		grid-template-columns: 1fr;
	}

	.lfs-contact-quick {
		display: flex;
		flex-wrap: wrap;
		min-width: 0;
	}

	.lfs-directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lfs-cta-inner {
		grid-template-columns: 1fr;
	}

	.lfs-cta-actions {
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 700px) {
	.lfs-section-inner {
		width: min(100% - 28px, 1300px);
	}

	.lfs-section-heading {
		font-size: 32px;
	}

	.lfs-section-intro {
		font-size: 17px;
	}

	.lfs-why,
	.lfs-risk,
	.lfs-process,
	.lfs-faq,
	.lfs-directory,
	.lfs-checklist,
	.lfs-contact-body {
		padding: 58px 0;
	}

	.lfs-contact-hero {
		padding: 76px 0 58px;
	}

	.lfs-contact-hero h1 {
		font-size: 36px;
	}

	.lfs-contact-hero p,
	.lfs-contact-form-panel > p {
		font-size: 17px;
	}

	.lfs-contact-quick {
		display: grid;
	}

	.lfs-why-inner,
	.lfs-risk-inner,
	.lfs-faq-inner,
	.lfs-checklist-inner,
	.lfs-contact-body {
		gap: 34px;
	}

	.lfs-risk-grid,
	.lfs-process-steps,
	.lfs-directory-grid,
	.lfs-contact-details,
	.lfs-form-grid {
		grid-template-columns: 1fr;
	}

	.lfs-directory-card-image {
		height: 138px;
	}

	.lfs-directory-card-body {
		padding: 0 22px 24px;
	}

	.lfs-form-full-width {
		grid-column: auto;
	}

	.lfs-contact-detail:nth-child(3) {
		grid-column: auto;
	}

	.lfs-risk-item {
		font-size: 19px;
		min-height: 72px;
	}

	.lfs-process-number {
		font-size: 36px;
	}

	.lfs-faq-item summary {
		font-size: 20px;
	}

	.lfs-cta-band {
		padding: 44px 0;
	}

	.lfs-cta-actions,
	.lfs-button {
		align-items: stretch;
		width: 100%;
	}

	.lfs-button {
		font-size: 14px;
		min-height: 52px;
	}

	.lfs-checklist-form-wrap {
		padding: 20px;
	}

	.lfs-contact-support,
	.lfs-contact-form-panel {
		padding: 22px;
	}
}


/* ==========================================================================
   ABOUT PAGE WIDGETS — matches homepage design system
   ========================================================================== */

/* --- About Hero ----------------------------------------------------------- */
.lfs-about-hero {
	background:
		linear-gradient(100deg, rgba(3,12,23,1), rgba(6,16,27,0.97)),
		radial-gradient(circle at 72% 28%, rgba(222,156,58,0.08), transparent 40%);
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	padding: 92px 0;
	position: relative;
	width: 100vw;
}

.lfs-about-hero-inner {
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	align-items: center;
}

.lfs-about-hero-heading {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(32px, 3.6vw, 56px);
	font-weight: 500;
	line-height: 1.06;
	margin: 0 0 24px;
	text-wrap: balance;
}

.lfs-about-hero-subtext {
	color: #c4c6c7;
	font-size: 19px;
	line-height: 1.55;
	margin: 0 0 36px;
	max-width: 520px;
}

.lfs-about-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.lfs-about-hero-image {
	background-color: #07111d;
	background-position: center;
	background-size: cover;
	border: 1px solid rgba(206,154,72,0.28);
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(0,0,0,0.5);
	min-height: 440px;
	position: relative;
}

.lfs-about-hero-image::after {
	border-radius: inherit;
	content: '';
	inset: 0;
	position: absolute;
	background: linear-gradient(135deg, rgba(3,12,23,0.2) 0%, transparent 55%);
}

/* --- About Intro ---------------------------------------------------------- */
.lfs-about-intro {
	background: #030c17;
	border-top: 1px solid rgba(206,154,72,0.22);
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 92px 0;
	width: 100vw;
}

.lfs-about-intro-inner {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	align-items: start;
}

.lfs-about-intro-heading {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 500;
	line-height: 1.08;
	margin: 0 0 28px;
	text-wrap: balance;
}

.lfs-about-intro-body p {
	color: #c4c6c7;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.lfs-about-intro-body p:last-child { margin-bottom: 0; }

.lfs-about-intro-image {
	background-color: #07111d;
	background-position: center top;
	background-size: cover;
	border: 1px solid rgba(206,154,72,0.28);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(0,0,0,0.4);
	margin-bottom: 20px;
	min-height: 320px;
}

.lfs-about-intro-stats {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3,1fr);
	border: 1px solid rgba(206,154,72,0.28);
	border-radius: 6px;
	overflow: hidden;
}

.lfs-about-intro-stat {
	background: #07111d;
	border-right: 1px solid rgba(206,154,72,0.22);
	padding: 18px 14px;
	text-align: center;
}

.lfs-about-intro-stat:last-child { border-right: none; }

.lfs-about-intro-stat strong {
	color: #de9c3a;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 4px;
}

.lfs-about-intro-stat span {
	color: #8fa3bb;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* --- About Mission -------------------------------------------------------- */
.lfs-about-mission {
	background: #06101b;
	border-bottom: 1px solid rgba(206,154,72,0.22);
	border-top: 1px solid rgba(206,154,72,0.22);
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 92px 0;
	width: 100vw;
}

.lfs-about-mission-header {
	margin-bottom: 52px;
	max-width: 760px;
}

.lfs-about-mission-body {
	color: #c4c6c7;
	font-size: 19px;
	line-height: 1.55;
	margin: 20px 0 0;
	max-width: 680px;
}

.lfs-about-mission-cards {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3,minmax(0,1fr));
}

.lfs-about-mission-card {
	background: #07111d;
	border: 1px solid rgba(206,154,72,0.3);
	border-radius: 6px;
	padding: 32px 26px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.lfs-about-mission-card:hover {
	border-color: rgba(222,156,58,0.65);
	transform: translateY(-2px);
}

.lfs-about-mission-card .lfs-widget-icon {
	margin-bottom: 20px;
}

.lfs-about-mission-card h3 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 12px;
}

.lfs-about-mission-card p {
	color: #c4c6c7;
	font-size: 17px;
	line-height: 1.5;
	margin: 0;
}

/* --- About Who We Help ---------------------------------------------------- */
.lfs-about-who {
	background: #030c17;
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 92px 0;
	width: 100vw;
}

.lfs-about-who-header {
	margin-bottom: 48px;
	max-width: 760px;
}

.lfs-about-who-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2,minmax(0,1fr));
}

.lfs-about-who-item {
	align-items: flex-start;
	background: #07111d;
	border: 1px solid rgba(206,154,72,0.3);
	border-radius: 6px;
	display: flex;
	gap: 16px;
	padding: 22px 20px;
	transition: border-color 0.2s ease;
}

.lfs-about-who-item:hover {
	border-color: rgba(222,156,58,0.65);
}

.lfs-about-who-check {
	align-items: center;
	background: rgba(222,156,58,0.13);
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 36px;
	justify-content: center;
	margin-top: 2px;
	width: 36px;
}

.lfs-about-who-item strong {
	color: #fff;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 6px;
}

.lfs-about-who-item p {
	color: #c4c6c7;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

/* --- About Why Lumen ------------------------------------------------------ */
.lfs-about-why {
	background: #06101b;
	border-bottom: 1px solid rgba(206,154,72,0.22);
	border-top: 1px solid rgba(206,154,72,0.22);
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 92px 0;
	width: 100vw;
}

.lfs-about-why-header {
	margin-bottom: 52px;
	max-width: 760px;
}

.lfs-about-why-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2,minmax(0,1fr));
}

.lfs-about-why-card {
	background: #07111d;
	border: 1px solid rgba(206,154,72,0.3);
	border-radius: 6px;
	padding: 32px 28px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.lfs-about-why-card:hover {
	border-color: rgba(222,156,58,0.65);
	transform: translateY(-2px);
}

.lfs-about-why-number {
	color: #de9c3a;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 14px;
	opacity: 0.55;
}

.lfs-about-why-card h3 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 12px;
}

.lfs-about-why-card p {
	color: #c4c6c7;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

/* --- About Process -------------------------------------------------------- */
.lfs-about-process {
	background: #030c17;
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 92px 0;
	width: 100vw;
}

.lfs-about-process-header {
	margin-bottom: 48px;
}

.lfs-about-process-steps {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4,minmax(0,1fr));
}

.lfs-about-process-step {
	border-top: 1px solid rgba(206,154,72,0.44);
	padding-top: 22px;
	position: relative;
}

.lfs-about-process-step h3 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 10px;
}

.lfs-about-process-step p {
	color: #c4c6c7;
	font-size: 17px;
	line-height: 1.5;
	margin: 0;
}

/* --- About Values --------------------------------------------------------- */
.lfs-about-values {
	background: #06101b;
	border-top: 1px solid rgba(206,154,72,0.22);
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 92px 0;
	width: 100vw;
}

.lfs-about-values-header {
	margin-bottom: 48px;
	max-width: 640px;
}

.lfs-about-values-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5,minmax(0,1fr));
}

.lfs-about-value-card {
	background: #07111d;
	border: 1px solid rgba(206,154,72,0.3);
	border-radius: 6px;
	padding: 28px 18px;
	text-align: center;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.lfs-about-value-card:hover {
	border-color: rgba(222,156,58,0.65);
	transform: translateY(-2px);
}

.lfs-about-value-card .lfs-widget-icon {
	margin: 0 auto 16px;
}

.lfs-about-value-card h3 {
	color: #fff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

.lfs-about-value-card p {
	color: #c4c6c7;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

/* --- About Disclaimer ----------------------------------------------------- */
.lfs-about-disclaimer {
	background: #030c17;
	border-top: 1px solid rgba(206,154,72,0.22);
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 44px 0;
	width: 100vw;
}

.lfs-about-disclaimer-card {
	align-items: flex-start;
	background: rgba(7,17,29,0.9);
	border: 1px solid rgba(206,154,72,0.28);
	border-left: 3px solid #de9c3a;
	border-radius: 6px;
	display: flex;
	gap: 20px;
	padding: 26px 28px;
}

.lfs-about-disclaimer-label {
	color: #de9c3a;
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.lfs-about-disclaimer-card p {
	color: #c4c6c7;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

/* --- About Responsive ----------------------------------------------------- */
@media (max-width: 1024px) {
	.lfs-about-values-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.lfs-about-mission-cards { grid-template-columns: 1fr; }
	.lfs-about-process-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 768px) {
	.lfs-about-hero-inner,
	.lfs-about-intro-inner { grid-template-columns: 1fr; gap: 36px; }
	.lfs-about-hero-image { min-height: 260px; order: -1; }
	.lfs-about-hero-heading { font-size: 30px; }
	.lfs-about-who-grid,
	.lfs-about-why-grid { grid-template-columns: 1fr; }
	.lfs-about-process-steps { grid-template-columns: 1fr; }
	.lfs-about-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.lfs-about-intro-stats { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
	.lfs-about-values-grid { grid-template-columns: 1fr; }
	.lfs-about-hero-actions { flex-direction: column; }
	.lfs-about-hero-actions .lfs-button { width: 100%; justify-content: center; }
}

/* --- Services Page Custom Additions -------------------------------------- */

.lfs-about-hero-trust {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #de9c3a;
	text-transform: uppercase;
	margin-top: 28px;
	display: block;
}

.lfs-services-problems {
	background: #06101b;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: 92px 0;
}

.lfs-problems-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 60px;
	align-items: center;
}

.lfs-problems-subtext {
	font-size: 18px;
	line-height: 1.6;
	color: #c4c6c7;
	margin-bottom: 24px;
}

.lfs-problems-footer-note {
	font-size: 15px;
	line-height: 1.55;
	color: #8c8f91;
	border-left: 2px solid #de9c3a;
	padding-left: 16px;
	margin-top: 32px;
}

.lfs-problems-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.lfs-problem-card {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.25);
	border-radius: 6px;
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.lfs-problem-card:hover {
	border-color: rgba(222, 156, 58, 0.6);
	transform: translateY(-2px);
}

.lfs-problem-card-icon {
	color: #de9c3a;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.lfs-problem-card h3 {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.lfs-services-categories {
	background: #030c17;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: 92px 0;
}

.lfs-categories-header {
	text-align: center;
	margin-bottom: 60px;
}

.lfs-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.lfs-category-card {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.28);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.lfs-category-card:hover {
	border-color: rgba(222, 156, 58, 0.68);
	transform: translateY(-4px);
}

.lfs-category-card-inner {
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.lfs-category-title {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(206, 154, 72, 0.2);
	padding-bottom: 14px;
}

.lfs-category-description {
	font-size: 16px;
	line-height: 1.55;
	color: #c4c6c7;
	margin: 0 0 24px;
}

.lfs-category-includes {
	margin-bottom: 32px;
	margin-top: auto;
}

.lfs-category-includes strong {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #de9c3a;
	text-transform: uppercase;
	display: block;
	margin-bottom: 12px;
}

.lfs-category-includes ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lfs-category-includes li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	line-height: 1.45;
	color: #e2e4e6;
	margin-bottom: 8px;
}

.lfs-category-includes li svg {
	width: 16px;
	height: 16px;
	color: #de9c3a;
	flex-shrink: 0;
	margin-top: 3px;
}

.lfs-category-action {
	margin-top: 16px;
}

.lfs-category-action .lfs-button-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 20px;
	border: 1px solid rgba(222, 156, 58, 0.6);
	border-radius: 4px;
	color: #ffffff;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.lfs-category-action .lfs-button-outline:hover {
	background: rgba(222, 156, 58, 0.1);
	border-color: #de9c3a;
}

.lfs-category-action .lfs-button-outline svg {
	width: 16px;
	height: 16px;
	margin-left: 6px;
	transition: transform 0.2s ease;
}

.lfs-category-action .lfs-button-outline:hover svg {
	transform: translateX(4px);
}

.lfs-services-finder {
	background: #06101b;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: 92px 0;
}

.lfs-finder-header {
	text-align: center;
	margin-bottom: 60px;
}

.lfs-finder-subtext {
	font-size: 18px;
	color: #c4c6c7;
	margin-top: 12px;
}

.lfs-finder-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.lfs-finder-card {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.2);
	border-radius: 6px;
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.lfs-finder-card:hover {
	border-color: rgba(222, 156, 58, 0.6);
	transform: translateY(-3px);
}

.lfs-finder-card h3 {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
	color: #ffffff;
	margin: 0 0 20px;
}

.lfs-finder-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	background: rgba(222, 156, 58, 0.08);
	border: 1px solid rgba(222, 156, 58, 0.3);
	border-radius: 4px;
	color: #de9c3a;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lfs-finder-card a:hover {
	background: #de9c3a;
	border-color: #de9c3a;
	color: #030c17;
}

.lfs-finder-card a svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
}

.lfs-services-links {
	background: #030c17;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: 92px 0;
}

.lfs-links-header {
	text-align: center;
	margin-bottom: 60px;
}

.lfs-links-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.lfs-link-card {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.18);
	border-radius: 6px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.lfs-link-card:hover {
	border-color: rgba(222, 156, 58, 0.6);
	transform: translateY(-2px);
}

.lfs-link-card-anchor {
	text-decoration: none;
	color: inherit;
	display: block;
}

.lfs-link-card-body {
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	min-height: 190px;
}

.lfs-link-card-body h3 {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.lfs-link-card-body p {
	font-size: 15px;
	line-height: 1.5;
	color: #c4c6c7;
	margin: 0 0 20px;
	flex-grow: 1;
}

.lfs-link-card-action {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #de9c3a;
	transition: gap 0.2s ease;
}

.lfs-link-card:hover .lfs-link-card-action {
	gap: 10px;
}

.lfs-link-card-action svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
}

.lfs-services-contact {
	background: #030c17;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	padding: 92px 0;
}

.lfs-services-contact-wrapper {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	align-items: flex-start;
}

.lfs-services-contact-info {
	position: sticky;
	top: 40px;
}

.lfs-services-contact-subtext {
	font-size: 18px;
	line-height: 1.6;
	color: #c4c6c7;
	margin-top: 20px;
}

.lfs-services-contact-form-panel {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.28);
	border-radius: 6px;
	padding: 44px 40px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.lfs-form-span-2 {
	grid-column: span 2;
}

@media (max-width: 1024px) {
	.lfs-problems-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.lfs-categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.lfs-finder-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.lfs-links-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.lfs-services-contact-wrapper {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.lfs-services-contact-info {
		position: static;
	}
}

@media (max-width: 768px) {
	.lfs-categories-grid {
		grid-template-columns: 1fr;
	}
	.lfs-finder-grid {
		grid-template-columns: 1fr;
	}
	.lfs-links-grid {
		grid-template-columns: 1fr;
	}
	.lfs-problems-cards {
		grid-template-columns: 1fr;
	}
	.lfs-services-contact-form-panel {
		padding: 28px 20px;
	}
}

/* --- Single & Archive Service Page Custom Additions ----------------------- */
.lfs-single-service-page {
	background: #030c17;
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	overflow: hidden;
}

.lfs-single-service-layout-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 60px;
	padding-top: 82px;
	padding-bottom: 92px;
	align-items: flex-start;
}

.lfs-single-service-content-col {
	display: flex;
	flex-direction: column;
}

.lfs-service-body-section {
	margin-bottom: 52px;
}

.lfs-service-body-section:last-child {
	margin-bottom: 0;
}

.lfs-service-section-title {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(26px, 2.8vw, 38px);
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.lfs-service-section-subtitle {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border-left: 3px solid #de9c3a;
	padding-left: 14px;
}

.lfs-service-paragraph {
	font-size: 17px;
	line-height: 1.65;
	color: #c4c6c7;
	margin: 0 0 20px;
}

.lfs-service-paragraph:last-child {
	margin-bottom: 0;
}

.lfs-service-overview-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-bottom: 52px;
}

.lfs-service-overview-card {
	background: rgba(222, 156, 58, 0.05);
	border: 1px solid rgba(206, 154, 72, 0.22);
	border-left: 3px solid #de9c3a;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
}

.lfs-service-overview-card svg {
	width: 20px;
	height: 20px;
	color: #de9c3a;
	flex-shrink: 0;
}

.lfs-service-overview-card span {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.3;
}

.lfs-service-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.lfs-service-bullets li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	font-size: 17px;
	line-height: 1.5;
	color: #c4c6c7;
}

.lfs-service-bullets li svg {
	width: 20px;
	height: 20px;
	color: #de9c3a;
	flex-shrink: 0;
	margin-top: 2px;
}

.lfs-service-bullets li span {
	flex: 1;
}

.lfs-service-why-matters-box {
	background: #06101b;
	border: 1px solid rgba(206, 154, 72, 0.28);
	border-left: 4px solid #de9c3a;
	border-radius: 6px;
	padding: 32px 30px;
}

.lfs-service-process-wrapper {
	border-top: 1px solid rgba(206, 154, 72, 0.22);
	border-bottom: 1px solid rgba(206, 154, 72, 0.22);
	padding-top: 52px;
	padding-bottom: 52px;
}

.lfs-service-process-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 24px;
}

.lfs-service-process-steps .lfs-about-process-step {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.18);
	border-radius: 6px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding: 22px 24px;
	border-top: 1px solid rgba(206, 154, 72, 0.18);
}

.lfs-service-process-steps .lfs-about-process-node {
	background: rgba(222, 156, 58, 0.1);
	border: 1px solid #de9c3a;
	color: #de9c3a;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	flex-shrink: 0;
}

.lfs-service-process-steps .lfs-about-process-content h3 {
	font-size: 18px;
	margin-bottom: 6px;
}

.lfs-service-faq-section {
	margin-top: 12px;
}

.lfs-faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.lfs-faq-item {
	background:
		linear-gradient(180deg, rgba(11, 23, 35, 0.96), rgba(5, 14, 24, 0.98)),
		#07111d;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	position: relative;
	transition: border-color 0.24s ease, box-shadow 0.24s ease, height 0.34s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: height;
}

.lfs-faq-item::before {
	content: none;
	inset: 0 auto 0 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.24s ease;
	width: 3px;
}

.lfs-faq-item:hover,
.lfs-faq-item:focus-within {
	border-color: rgba(222, 156, 58, 0.4);
	box-shadow: 0 24px 62px rgba(0, 0, 0, 0.24);
}

.lfs-faq-item summary {
	padding: 22px 28px;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(16px, 1.14vw, 20px);
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	user-select: none;
	outline: none;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 0.012em;
	transition: color 0.22s ease, background-color 0.22s ease;
}

.lfs-faq-item summary::-webkit-details-marker {
	display: none;
}

.lfs-faq-item summary::after {
	content: '+';
	background: rgba(222, 156, 58, 0.08);
	border: 1px solid rgba(222, 156, 58, 0.2);
	border-radius: 999px;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	color: #de9c3a;
	transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	line-height: 1;
	position: static;
	flex-shrink: 0;
	width: 32px;
}

.lfs-faq-item[open] {
	border-color: rgba(222, 156, 58, 0.48);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.25);
}

.lfs-faq-item[open] summary {
	color: #de9c3a;
	background: rgba(222, 156, 58, 0.032);
	border-bottom: 1px solid rgba(206, 154, 72, 0.14);
}

.lfs-faq-item[open] summary::after {
	content: '−';
	background: rgba(222, 156, 58, 0.16);
	border-color: rgba(222, 156, 58, 0.36);
	transform: rotate(180deg);
}

.lfs-faq-item p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	opacity: 0;
	padding: 24px 28px 28px;
	transform: translateY(-4px);
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.lfs-faq-item[open] p {
	background: rgba(222, 156, 58, 0.032);
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.lfs-faq-item,
	.lfs-faq-item::before,
	.lfs-faq-item summary,
	.lfs-faq-item summary::after,
	.lfs-faq-item p {
		transition: none;
	}
}

/* Sidebar Styling */
.lfs-single-service-sidebar-col {
	position: relative;
}

.lfs-sidebar-sticky {
	position: sticky;
	top: 112px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.lfs-sidebar-form-card {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.28);
	border-radius: 6px;
	padding: 36px 28px;
	box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}

.lfs-sidebar-form-card h3 {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.lfs-sidebar-form-card p {
	font-size: 15px;
	line-height: 1.5;
	color: #c4c6c7;
	margin: 0 0 24px;
}

.lfs-compliance-form label {
	display: block;
	margin-bottom: 16px;
}

.lfs-compliance-form label span {
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #de9c3a;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.lfs-compliance-form input[type="text"],
.lfs-compliance-form input[type="email"],
.lfs-compliance-form input[type="tel"],
.lfs-compliance-form select,
.lfs-compliance-form textarea {
	width: 100%;
	background: #040a12;
	border: 1px solid rgba(206, 154, 72, 0.22);
	border-radius: 4px;
	padding: 10px 12px;
	color: #ffffff;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 15px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lfs-compliance-form input:focus,
.lfs-compliance-form select:focus,
.lfs-compliance-form textarea:focus {
	border-color: #de9c3a;
	outline: none;
	box-shadow: 0 0 8px rgba(222, 156, 58, 0.15);
}

.lfs-compliance-form select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23de9c3a' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 20px;
	padding-right: 32px;
}

.lfs-form-submit {
	width: 100%;
	background: linear-gradient(135deg, #9f6f2f 0%, #c99546 34%, #f0d08a 58%, #b47b32 100%);
	color: #030c17;
	border: 1px solid rgba(235, 193, 116, 0.9);
	border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(201, 149, 70, 0.14), 0 14px 28px rgba(0, 0, 0, 0.24);
	padding: 14px 20px;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: box-shadow 0.2s ease, transform 0.1s ease;
	margin-top: 8px;
}

.lfs-form-submit:hover,
.lfs-form-submit:focus {
	box-shadow: 0 0 0 4px rgba(201, 149, 70, 0.2), 0 18px 34px rgba(0, 0, 0, 0.28);
}

.lfs-form-submit:active {
	transform: scale(0.98);
}

.lfs-form-submit svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 2.5;
	fill: none;
}

.lfs-compliance-form .lfs-form-legal {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.55;
	margin: -2px 0 0;
}

.lfs-compliance-form .lfs-form-legal a {
	color: #f0d08a;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lfs-form-notice {
	padding: 12px 16px;
	border-radius: 4px;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.lfs-form-success {
	background: rgba(46, 204, 113, 0.12);
	border: 1px solid rgba(46, 204, 113, 0.35);
	color: #2ecc71;
}

.lfs-form-error {
	background: rgba(231, 76, 60, 0.12);
	border: 1px solid rgba(231, 76, 60, 0.35);
	color: #e74c3c;
}

.lfs-form-hidden {
	display: none !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
}

.lfs-sidebar-info-card {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.18);
	border-radius: 6px;
	padding: 20px 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.lfs-sidebar-info-item {
	display: flex;
	gap: 16px;
	align-items: center;
}

.lfs-sidebar-info-item svg {
	width: 22px;
	height: 22px;
	color: #de9c3a;
	flex-shrink: 0;
}

.lfs-sidebar-info-item strong {
	display: block;
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #de9c3a;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

.lfs-sidebar-info-item span {
	font-size: 15.5px;
	color: #c4c6c7;
	line-height: 1.4;
}

.lfs-sidebar-disclaimer-text {
	font-size: 12.5px;
	line-height: 1.55;
	color: #6c727a;
	margin: 0;
}

/* Related Services Section */
.lfs-related-services {
	background: #06101b;
	padding: 92px 0;
	border-top: 1px solid rgba(206,154,72,0.22);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.lfs-related-header {
	margin-bottom: 48px;
}

/* CTA Band */
.lfs-cta-band {
	background: #030c17;
	border-top: 1px solid rgba(206,154,72,0.22);
	padding: 92px 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.lfs-cta-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.lfs-cta-inner h2 {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(24px, 3.2vw, 38px);
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.lfs-cta-inner p {
	font-size: 18px;
	color: #c4c6c7;
	margin: 0;
	max-width: 600px;
}

.lfs-cta-actions {
	display: flex;
	gap: 16px;
	flex-shrink: 0;
}

/* Archive Directory Adjustments */
.lfs-archive-service-page .lfs-services-hero {
	background:
		linear-gradient(96deg, rgba(3, 12, 23, 0.99) 0%, rgba(4, 13, 23, 0.92) 42%, rgba(18, 22, 24, 0.7) 100%),
		linear-gradient(142deg, rgba(240, 208, 138, 0.18) 0%, rgba(201, 149, 70, 0.08) 36%, rgba(3, 12, 23, 0) 68%);
	border-bottom: 1px solid rgba(235, 193, 116, 0.38);
	box-shadow: inset 0 -80px 100px rgba(3, 12, 23, 0.72);
	padding: 264px 0 112px;
}

.lfs-archive-service-page .lfs-services-hero::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		linear-gradient(90deg, rgba(235, 193, 116, 0.1), rgba(235, 193, 116, 0) 42%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.lfs-archive-service-page .lfs-services-hero::after {
	background: url("/wp-content/uploads/2026/05/services_hero_bg_glowy.png") center right / cover no-repeat;
	content: "";
	filter: blur(14px) saturate(1.08);
	inset: -26px;
	opacity: 0.22;
	pointer-events: none;
	position: absolute;
	transform: scale(1.04);
	z-index: 0;
}

.lfs-archive-service-page .lfs-about-hero-inner {
	position: relative;
	z-index: 2;
}

.lfs-archive-service-page .lfs-about-hero-image {
	background-position: center;
	border-color: rgba(235, 193, 116, 0.44);
	box-shadow: 0 30px 78px rgba(0, 0, 0, 0.42), 0 0 42px rgba(201, 149, 70, 0.16);
	min-height: 470px;
}

.lfs-archive-resource-page .lfs-resources-hero {
	background:
		linear-gradient(94deg, rgba(3, 12, 23, 1) 0%, rgba(4, 15, 26, 0.94) 50%, rgba(6, 21, 34, 0.78) 100%),
		linear-gradient(135deg, rgba(127, 161, 170, 0.12) 0%, rgba(127, 161, 170, 0.04) 38%, rgba(3, 12, 23, 0) 72%);
	border-bottom: 1px solid rgba(127, 161, 170, 0.32);
	box-shadow: inset 0 -72px 92px rgba(3, 12, 23, 0.78);
	padding: 256px 0 104px;
}

.lfs-archive-resource-page .lfs-resources-hero::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		linear-gradient(90deg, rgba(127, 161, 170, 0.08), rgba(127, 161, 170, 0) 45%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.lfs-archive-resource-page .lfs-resources-hero::after {
	background: url("/wp-content/uploads/2026/05/resources_hero_bg.png") center right / cover no-repeat;
	content: "";
	filter: blur(16px) saturate(0.86) contrast(1.04);
	inset: -28px;
	opacity: 0.18;
	pointer-events: none;
	position: absolute;
	transform: scale(1.04);
	z-index: 0;
}

.lfs-archive-resource-page .lfs-about-hero-inner {
	position: relative;
	z-index: 2;
}

.lfs-archive-resource-page .lfs-about-hero-image {
	border-color: rgba(127, 161, 170, 0.34);
	box-shadow: 0 28px 68px rgba(0, 0, 0, 0.38);
	filter: saturate(0.86) contrast(1.04);
	min-height: 440px;
}

.lfs-archive-directory-section {
	background: #030c17;
	padding-top: 92px;
	padding-bottom: 92px;
}

.lfs-no-services-found {
	background: #07111d;
	border: 1px solid rgba(206,154,72,0.22);
	border-radius: 6px;
	padding: 40px;
	text-align: center;
	font-size: 18px;
	color: #c4c6c7;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
	.lfs-single-service-layout-wrapper {
		grid-template-columns: 1fr;
		gap: 52px;
		padding-top: 52px;
		padding-bottom: 72px;
	}
	.lfs-sidebar-sticky {
		position: static;
	}
	.lfs-cta-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}
	.lfs-cta-actions {
		width: 100%;
	}
	.lfs-cta-actions .lfs-button {
		flex: 1;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.lfs-cta-actions {
		flex-direction: column;
	}
	.lfs-cta-actions .lfs-button {
		width: 100%;
	}
}

/* --- Resources Hub & Single Page Custom Additions ------------------------ */
.lfs-single-resource-page {
	background: #030c17;
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	overflow: hidden;
}

.lfs-archive-resource-page {
	background: #030c17;
	color: #c4c6c7;
	font-family: "Roboto Condensed", Arial, sans-serif;
	overflow: hidden;
}

.lfs-resource-intro-block {
	border-bottom: 1px solid rgba(206, 154, 72, 0.15);
	padding-bottom: 32px;
}

.lfs-resource-intro-p {
	font-size: 19px !important;
	line-height: 1.6;
	color: #ffffff;
}

.lfs-resource-body-text {
	font-size: 17px;
	line-height: 1.65;
	color: #c4c6c7;
}

.lfs-resource-body-text p {
	margin-bottom: 20px;
}

.lfs-resource-body-text p:last-child {
	margin-bottom: 0;
}

.lfs-resource-checklist-bullets li {
	margin-bottom: 12px;
}

.lfs-checklist-category-tag {
	color: #de9c3a;
	font-weight: 600;
	margin-right: 4px;
}

.lfs-resource-disclaimer-note {
	border-left: 2px solid #de9c3a;
	padding-left: 16px;
	color: #8c8f91;
	font-size: 15.5px;
	line-height: 1.6;
	margin-top: 24px;
}

/* Resource Sidebar & CTAs */
.lfs-resource-sticky-card {
	padding: 32px 24px;
}

.lfs-resource-sidebar-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 24px 0 16px;
}

.lfs-resource-sidebar-cta-buttons .lfs-button {
	width: 100%;
	justify-content: center;
}

.lfs-resource-sidebar-disclaimer {
	text-align: center;
	margin-top: 10px;
}

/* Mobile CTA Card */
.lfs-mobile-resource-cta-band {
	display: none;
	width: 100%;
	margin-bottom: 40px;
}

.lfs-mobile-cta-card {
	border: 1px solid rgba(206, 154, 72, 0.28);
	border-radius: 6px;
	background: #07111d;
	padding: 24px;
}

.lfs-mobile-cta-card h3 {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 16px;
	letter-spacing: 0.02em;
}

.lfs-mobile-cta-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.lfs-mobile-cta-buttons .lfs-button {
	flex: 1;
	min-width: 200px;
	justify-content: center;
}

/* Resource Finder Hub block */
.lfs-resources-finder-section {
	background: #06101b;
	padding: 60px 0;
	border-top: 1px solid rgba(206, 154, 72, 0.22);
	border-bottom: 1px solid rgba(206, 154, 72, 0.22);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.lfs-resources-finder-card {
	background: #07111d;
	border: 1px solid rgba(206, 154, 72, 0.28);
	border-radius: 6px;
	padding: 44px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.lfs-finder-card-content h2 {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.lfs-finder-card-content p {
	font-size: 16.5px;
	line-height: 1.6;
	color: #c4c6c7;
	margin: 0;
	max-width: 760px;
}

.lfs-finder-card-action {
	flex-shrink: 0;
}

.lfs-resource-contact-section {
	background: #030c17;
	padding-top: 92px;
	padding-bottom: 92px;
}

/* Production differentiation: service pages feel action-led, resources feel editorial. */
.lfs-single-service-page .lfs-services-hero {
	background:
		linear-gradient(100deg, rgba(3, 12, 23, 0.98) 0%, rgba(5, 16, 28, 0.9) 58%, rgba(3, 12, 23, 0.66) 100%),
		radial-gradient(circle at 82% 18%, rgba(240, 208, 138, 0.13), transparent 34%);
	border-bottom-color: rgba(235, 193, 116, 0.36);
}

.lfs-single-service-page .lfs-about-hero-image {
	border-color: rgba(235, 193, 116, 0.42);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(240, 208, 138, 0.08);
}

.lfs-single-service-page .lfs-single-service-layout-wrapper {
	grid-template-columns: minmax(0, 1fr) 400px;
}

.lfs-single-service-page .lfs-service-overview-card,
.lfs-single-service-page .lfs-sidebar-form-card {
	background:
		linear-gradient(180deg, rgba(8, 20, 34, 0.98), rgba(5, 13, 23, 0.98)),
		radial-gradient(circle at 12% 0%, rgba(240, 208, 138, 0.08), transparent 38%);
	border-color: rgba(235, 193, 116, 0.34);
}

.lfs-single-resource-page .lfs-resources-hero {
	background:
		linear-gradient(90deg, rgba(3, 12, 23, 0.98), rgba(4, 15, 26, 0.88) 56%, rgba(7, 21, 33, 0.72)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
	border-bottom-color: rgba(115, 153, 166, 0.28);
}

.lfs-single-resource-page .lfs-about-hero-image {
	filter: saturate(0.82) contrast(1.04);
	opacity: 0.92;
}

.lfs-single-resource-page .lfs-cta-band {
	background:
		radial-gradient(circle at 12% 0%, rgba(222, 156, 58, 0.16), transparent 34%),
		linear-gradient(112deg, rgba(5, 14, 24, 0.99) 0%, rgba(9, 20, 31, 0.98) 54%, rgba(45, 32, 17, 0.86) 100%);
	border-bottom: 1px solid rgba(206, 154, 72, 0.16);
	border-top: 1px solid rgba(235, 193, 116, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 -70px 120px rgba(2, 8, 14, 0.42);
	position: relative;
}

.lfs-single-resource-page .lfs-cta-band::before {
	background:
		linear-gradient(90deg, rgba(235, 193, 116, 0.12), transparent 42%),
		radial-gradient(circle at 78% 50%, rgba(240, 208, 138, 0.1), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.lfs-single-resource-page .lfs-cta-inner {
	position: relative;
	z-index: 1;
}

.lfs-single-resource-page .lfs-single-service-layout-wrapper {
	grid-template-columns: minmax(0, 0.98fr) 340px;
}

.lfs-single-resource-page .lfs-resource-intro-block {
	background: rgba(7, 17, 29, 0.5);
	border: 1px solid rgba(115, 153, 166, 0.22);
	border-radius: 6px;
	padding: 28px;
}

.lfs-single-resource-page .lfs-service-section-subtitle {
	border-left-color: #7fa1aa;
}

.lfs-single-resource-page .lfs-service-bullets li svg,
.lfs-single-resource-page .lfs-faq-item summary::after,
.lfs-single-resource-page .lfs-checklist-category-tag {
	color: #9bb7be;
}

.lfs-single-resource-page .lfs-resource-sticky-card,
.lfs-single-resource-page .lfs-mobile-cta-card {
	background: #06111d;
	border-color: rgba(115, 153, 166, 0.28);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.lfs-single-resource-page .lfs-resource-sidebar-disclaimer,
.lfs-single-resource-page .lfs-sidebar-disclaimer-text {
	color: #88939a;
}

.lfs-resources-intro-section {
	border-bottom: 1px solid rgba(206, 154, 72, 0.22);
}

.lfs-resources-directory {
	padding-top: 92px;
	padding-bottom: 92px;
}

.lfs-archive-resource-page .lfs-resources-grid {
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 44px;
}

.lfs-archive-resource-page .lfs-resource-card {
	background:
		linear-gradient(145deg, rgba(9, 23, 36, 0.96), rgba(4, 13, 23, 0.99)),
		radial-gradient(circle at 88% 0%, rgba(127, 161, 170, 0.12), transparent 38%);
	border-color: rgba(127, 161, 170, 0.2);
	border-radius: 12px;
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.25);
	min-height: 320px;
	padding: 28px;
	transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.lfs-archive-resource-page .lfs-resource-card::before {
	background: linear-gradient(90deg, rgba(222, 156, 58, 0.88), rgba(127, 161, 170, 0.08));
	content: "";
	height: 2px;
	left: 28px;
	opacity: 0.72;
	position: absolute;
	right: 28px;
	top: 0;
	transform: scaleX(0.34);
	transform-origin: left;
	transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.lfs-archive-resource-page .lfs-resource-card:hover,
.lfs-archive-resource-page .lfs-resource-card:focus-within {
	border-color: rgba(222, 156, 58, 0.4);
	box-shadow: 0 26px 66px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(222, 156, 58, 0.06);
}

.lfs-archive-resource-page .lfs-resource-card:hover::before,
.lfs-archive-resource-page .lfs-resource-card:focus-within::before {
	opacity: 1;
	transform: scaleX(1);
}

.lfs-archive-resource-page .lfs-resource-card .lfs-widget-icon {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(8, 18, 29, 0.98), rgba(4, 12, 20, 0.98)),
		#06101b;
	border-color: rgba(222, 156, 58, 0.46);
	border-radius: 10px;
	color: #de9c3a;
	display: inline-flex;
	flex: 0 0 auto;
	height: 48px;
	justify-content: center;
	left: auto;
	margin: 0 0 26px;
	position: static;
	top: auto;
	width: 48px;
}

.lfs-archive-resource-page .lfs-resource-card .lfs-widget-icon svg {
	height: 25px;
	width: 25px;
}

.lfs-archive-resource-page .lfs-resource-card h3 {
	font-size: clamp(22px, 1.65vw, 30px);
	line-height: 1.08;
	margin: 0;
	max-width: 12ch;
}

.lfs-archive-resource-page .lfs-resource-card p {
	color: rgba(255, 255, 255, 0.66);
	font-size: 16px;
	line-height: 1.5;
	margin: 18px 0 0;
	max-width: 56ch;
}

.lfs-archive-resource-page .lfs-resource-link {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	min-height: 48px;
	padding-top: 20px;
	width: 100%;
}

.lfs-archive-resource-page .lfs-resource-link svg {
	flex: 0 0 auto;
	transition: transform 0.24s ease;
}

.lfs-archive-resource-page .lfs-resource-card:hover .lfs-resource-link svg,
.lfs-archive-resource-page .lfs-resource-card:focus-within .lfs-resource-link svg {
	transform: translateX(4px);
}

/* Responsiveness overrides for resources CPT pages */
@media (max-width: 1024px) {
	.lfs-mobile-resource-cta-band {
		display: block;
	}
	.lfs-single-resource-sidebar {
		display: none;
	}
	.lfs-resources-finder-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px;
		gap: 24px;
	}

	.lfs-archive-resource-page .lfs-resources-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lfs-resources-finder-card .lfs-button {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.lfs-archive-resource-page .lfs-resources-grid {
		grid-template-columns: 1fr;
	}

	.lfs-archive-resource-page .lfs-resource-card {
		min-height: 0;
		padding: 24px;
	}

	.lfs-archive-resource-page .lfs-resource-card h3 {
		max-width: 100%;
	}

	.lfs-mobile-cta-buttons {
		flex-direction: column;
	}
	.lfs-mobile-cta-buttons .lfs-button {
		width: 100%;
	}
	.lfs-resources-intro-visual {
		display: none;
	}
}

@media (max-width: 1024px) {
	.lfs-archive-service-page .lfs-services-hero,
	.lfs-archive-resource-page .lfs-resources-hero {
		padding-top: 218px;
	}

	.lfs-archive-service-page .lfs-services-hero::after,
	.lfs-archive-resource-page .lfs-resources-hero::after {
		background-position: center top;
		filter: blur(18px) saturate(0.95);
		opacity: 0.46;
	}
}

@media (max-width: 700px) {
	.lfs-archive-service-page .lfs-services-hero,
	.lfs-archive-resource-page .lfs-resources-hero {
		padding: 164px 0 58px;
	}

	.lfs-archive-service-page .lfs-services-hero::after,
	.lfs-archive-resource-page .lfs-resources-hero::after {
		inset: -34px;
		opacity: 0.42;
		transform: scale(1.08);
	}
}

/* About Page CTA Section */
.lfs-about-cta {
	background: linear-gradient(135deg, #030c17 0%, #061424 50%, #0b1a2a 100%);
	box-shadow: inset 0 24px 80px rgba(222, 156, 58, 0.03), inset 0 -24px 80px rgba(222, 156, 58, 0.03);
	border-top: 1px solid rgba(222, 156, 58, 0.22);
	border-bottom: 1px solid rgba(222, 156, 58, 0.22);
	padding: 92px 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.lfs-about-cta-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.lfs-about-cta-text h2 {
	font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 16px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.15;
}

.lfs-about-cta-text p {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 18px;
	color: #c4c6c7;
	margin: 0;
	max-width: 820px;
	line-height: 1.55;
}

.lfs-about-cta-actions {
	display: flex;
	gap: 18px;
	flex-shrink: 0;
	align-items: center;
}

@media (max-width: 1024px) {
	.lfs-about-cta-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}
	.lfs-about-cta-actions {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.lfs-about-cta-actions .lfs-button {
		flex: 1;
		min-width: 200px;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.lfs-about-cta-actions {
		flex-direction: column;
	}
	.lfs-about-cta-actions .lfs-button {
		width: 100%;
	}
}
