/* =========================================================
   SERVICES ARCHIVE PAGE - BASE
========================================================= */

.alston-services-archive {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	color: #181A1F;
}

.alston-services-archive *,
.alston-services-archive *::before,
.alston-services-archive *::after {
	box-sizing: border-box;
}

.alston-services-archive img {
	max-width: 100%;
	display: block;
}

.alston-services-archive a {
	text-decoration: none;
	color: inherit;
}

.alston-services-hero__inner,
.alston-services-archive__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}


/* =========================================================
   HERO / BREADCRUMB - EXISTING
========================================================= */

.alston-services-hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #181A1F;
	isolation: isolate;
}

.alston-services-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image: url('/wp-content/uploads/2026/06/All-Site-2026-Alston-New-Banner-Image.webp');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.alston-services-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.82) 0%,
			rgba(0, 0, 0, 0.62) 35%,
			rgba(0, 0, 0, 0.18) 100%
		);
}

.alston-services-hero__inner {
	position: relative;
	z-index: 3;
	width: 100%;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #ffffff;
	padding-top: 150px;
}

.alston-services-hero__content {
	width: 100%;
	color: #ffffff;
}

.alston-services-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.alston-services-breadcrumb a,
.alston-services-breadcrumb span {
	color: inherit;
}

.alston-services-breadcrumb span:last-child {
	color: #C9A961;
}

.alston-services-breadcrumb a {
	transition: opacity 0.3s ease;
}

.alston-services-breadcrumb a:hover {
	opacity: 0.6;
}

.alston-services-hero__title {
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 72px;
	line-height: 0.95;
	font-weight: 200;
	letter-spacing: -0.03em;
	color: #ffffff;
	margin: 0 0 22px;
}

.alston-services-hero__description {
	width: 100%;
	max-width: 820px;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.82);
}


/* =========================================================
   SERVICES SHOWCASE SECTION
========================================================= */

.alston-services-archive__section {
	width: 100%;
	background: #ffffff;
	padding: 120px 0;
}

.alston-services-showcase {
	width: 100%;
}

.alston-services-showcase__intro {
	width: 100%;
	max-width: 860px;
	margin-bottom: 64px;
}

.alston-services-showcase__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #C9A961;
}

.alston-services-showcase__eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: #C9A961;
	opacity: 0.85;
}

.alston-services-showcase__heading {
	max-width: 780px;
	margin: 0 0 24px;
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 62px;
	line-height: 0.98;
	font-weight: 200;
	letter-spacing: -0.04em;
	color: #181A1F;
}

.alston-services-showcase__heading em {
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: #C9A961;
}

.alston-services-showcase__text {
	max-width: 760px;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #4f4f4f;
}

.alston-services-showcase__layout {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 70px;
	align-items: stretch;
}

.alston-services-showcase__list {
	width: 100%;
	border-top: 1px solid rgba(24, 26, 31, 0.14);
}

.alston-services-showcase__item {
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 42px;
	align-items: center;
	gap: 18px;
	padding: 28px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(24, 26, 31, 0.14);
	text-align: left;
	cursor: pointer;
	color: #181A1F;
	transition:
		padding 0.45s ease,
		color 0.35s ease;
}

.alston-services-showcase__item::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	width: 0;
	height: 1px;
	background: #C9A961;
	transform: translateY(-50%);
	transition: width 0.35s ease;
}

.alston-services-showcase__item-number {
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	color: #777777;
	transition: color 0.35s ease;
}

.alston-services-showcase__item-title {
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 32px;
	line-height: 1.05;
	font-weight: 200;
	letter-spacing: -0.02em;
	color: #181A1F;
	transition:
		color 0.35s ease,
		transform 0.35s ease;
}

.alston-services-showcase__item-arrow {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(24, 26, 31, 0.16);
	border-radius: 50%;
	opacity: 0;
	transform: translateX(-8px) scale(0.92);
	transition:
		opacity 0.35s ease,
		transform 0.35s ease,
		border-color 0.35s ease;
}

.alston-services-showcase__item-arrow img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(69%) sepia(28%) saturate(626%) hue-rotate(6deg) brightness(88%) contrast(86%);
}

.alston-services-showcase__item:hover,
.alston-services-showcase__item.is-active {
	padding-left: 18px;
}

.alston-services-showcase__item:hover::before,
.alston-services-showcase__item.is-active::before {
	width: 10px;
}

.alston-services-showcase__item:hover .alston-services-showcase__item-number,
.alston-services-showcase__item.is-active .alston-services-showcase__item-number {
	color: #C9A961;
}

.alston-services-showcase__item:hover .alston-services-showcase__item-title,
.alston-services-showcase__item.is-active .alston-services-showcase__item-title {
	color: #C9A961;
	transform: translateX(6px);
}

.alston-services-showcase__item:hover .alston-services-showcase__item-arrow,
.alston-services-showcase__item.is-active .alston-services-showcase__item-arrow {
	opacity: 1;
	transform: translateX(0) scale(1);
	border-color: #C9A961;
}

.alston-services-showcase__stage {
	width: 100%;
	position: relative;
	min-height: 620px;
	background: #111111;
	overflow: hidden;
	border-radius: 0px;
}

.alston-services-showcase__panel {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.04);
	transition:
		opacity 0.75s ease,
		visibility 0.75s ease,
		transform 1.1s ease;
}

.alston-services-showcase__panel.is-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.alston-services-showcase__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.alston-services-showcase__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to top,
			rgba(0, 0, 0, 0.92) 0%,
			rgba(0, 0, 0, 0.58) 46%,
			rgba(0, 0, 0, 0.18) 100%
		);
	z-index: 2;
}

.alston-services-showcase__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.alston-services-showcase__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 48px;
	color: #ffffff;
}

.alston-services-showcase__ghost {
	position: absolute;
	top: -390px;
	right: 28px;
	z-index: -1;
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 240px;
	line-height: 1;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.alston-services-showcase__pill-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}

.alston-services-showcase__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.86);
}

.alston-services-showcase__panel-title {
	margin: 0 0 16px;
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 200;
	letter-spacing: -0.025em;
	color: #ffffff;
}

.alston-services-showcase__panel-title em {
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: #C9A961;
}

.alston-services-showcase__panel-text {
	max-width: 620px;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.82);
}

.alston-services-showcase__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

.alston-services-showcase__quote {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 17px 30px;
	background: #C9A961;
	border: 1px solid #C9A961;
	color: #181A1F;
	font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition:
		background 0.35s ease,
		color 0.35s ease,
		border-color 0.35s ease,
		transform 0.35s ease;
}

.alston-services-showcase__quote:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #181A1F;
	transform: translateY(-2px);
}

.alston-services-showcase__more {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 17px 28px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff;
	font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition:
		background 0.35s ease,
		color 0.35s ease,
		border-color 0.35s ease,
		transform 0.35s ease;
}

.alston-services-showcase__more-icon {
	width: 14px;
	height: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.alston-services-showcase__more-icon img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.alston-services-showcase__more:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #181A1F;
	transform: translateY(-2px);
}

.alston-services-showcase__more:hover .alston-services-showcase__more-icon img {
	filter: brightness(0) invert(0);
}

.alston-services-showcase__empty {
	width: 100%;
	padding: 34px 0;
}

.alston-services-showcase__empty p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #555555;
}


/* =========================================================
   SERVICE STATEMENT
========================================================= */

.alston-services-statement {
	width: 100%;
	background: #181A1F;
	padding: 120px 0;
	color: #ffffff;
}

.alston-services-statement__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

.alston-services-statement__content {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 80px;
	align-items: start;
}

.alston-services-statement__heading {
	margin: 0;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 58px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.alston-services-statement__heading em {
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: #C9A961;
}

.alston-services-statement__text {
	width: 100%;
}

.alston-services-statement__text p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 29px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.74);
}

.alston-services-statement__text p + p {
	margin-top: 18px;
}


/* =========================================================
   FLEET MATCH
========================================================= */

.alston-services-fleet-match {
	width: 100%;
	background: #ffffff;
	padding: 120px 0;
	color: #181A1F;
}

.alston-services-fleet-match__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

.alston-services-fleet-match__top {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
	gap: 60px;
	align-items: end;
	margin-bottom: 58px;
}

.alston-services-fleet-match__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #C9A961;
}

.alston-services-fleet-match__eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: #C9A961;
}

.alston-services-fleet-match__heading {
	max-width: 760px;
	margin: 0;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 58px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #181A1F;
}

.alston-services-fleet-match__heading em {
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: #C9A961;
}

.alston-services-fleet-match__description {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #555555;
}

.alston-services-fleet-match__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border: 1px solid rgba(24, 26, 31, 0.14);
}

.alston-services-fleet-match__card {
	min-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px 28px;
	border-right: 1px solid rgba(24, 26, 31, 0.14);
	background: #ffffff;
	transition:
		background 0.35s ease,
		transform 0.35s ease;
}

.alston-services-fleet-match__card:last-child {
	border-right: 0;
}

.alston-services-fleet-match__capacity {
	display: block;
	margin: 0 0 12px;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 64px;
	line-height: 74px;
	font-weight: 300;
	letter-spacing: -0.035em;
	color: #181A1F;
	transition: color 0.35s ease;
}

.alston-services-fleet-match__title {
	display: block;
	margin: 0 0 8px;
	font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #181A1F;
}

.alston-services-fleet-match__type {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #555555;
}

.alston-services-fleet-match__card:hover {
	background: #f7f4ed;
	transform: translateY(-4px);
}

.alston-services-fleet-match__card:hover .alston-services-fleet-match__capacity {
	color: #C9A961;
}


/* =========================================================
   TESTIMONIALS
========================================================= */

.alston-services-testimonials {
	width: 100%;
	background: #181A1F;
	padding: 120px 0;
	color: #ffffff;
}

.alston-services-testimonials__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

.alston-services-testimonials__top {
	width: 100%;
	margin-bottom: 58px;
}

.alston-services-testimonials__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #C9A961;
}

.alston-services-testimonials__eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: #C9A961;
}

.alston-services-testimonials__heading {
	max-width: 760px;
	margin: 0;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 58px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.alston-services-testimonials__heading em {
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: #C9A961;
}

.alston-services-testimonials__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.alston-services-testimonials__card {
	min-height: 300px;
	padding: 38px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.035);
	transition:
		border-color 0.35s ease,
		transform 0.35s ease,
		background 0.35s ease;
}

.alston-services-testimonials__mark {
	display: block;
	height: 36px;
	margin-bottom: 18px;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 72px;
	line-height: 0.6;
	color: #C9A961;
}

.alston-services-testimonials__card p {
	margin: 0 0 28px;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 25px;
	line-height: 1.32;
	font-weight: 300;
	letter-spacing: -0.015em;
	color: #ffffff;
}

.alston-services-testimonials__name {
	display: block;
	font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.alston-services-testimonials__card:hover {
	border-color: #C9A961;
	background: rgba(255, 255, 255, 0.055);
	transform: translateY(-5px);
}


/* =========================================================
   FAQ
========================================================= */

.alston-services-faq {
	width: 100%;
	background: #ffffff;
	padding: 120px 0;
	color: #181A1F;
}

.alston-services-faq__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

.alston-services-faq__top {
	width: 100%;
	margin-bottom: 56px;
}

.alston-services-faq__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #C9A961;
}

.alston-services-faq__eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: #C9A961;
}

.alston-services-faq__heading {
	max-width: 760px;
	margin: 0;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 58px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #181A1F;
}

.alston-services-faq__heading em {
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: #C9A961;
}

.alston-services-faq__list {
	width: 100%;
	margin-left: auto;
	border-top: 1px solid rgba(24, 26, 31, 0.14);
}

.alston-services-faq__item {
	width: 100%;
	border-bottom: 1px solid rgba(24, 26, 31, 0.14);
}

.alston-services-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 30px 0;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 30px;
	line-height: 1.12;
	font-weight: 300;
	letter-spacing: -0.02em;
	color: #181A1F;
	transition: color 0.35s ease;
}

.alston-services-faq__question:hover {
	color: #C9A961;
}

.alston-services-faq__icon {
	width: 20px;
	height: 20px;
	position: relative;
	flex: 0 0 auto;
}

.alston-services-faq__icon::before,
.alston-services-faq__icon::after {
	content: "";
	position: absolute;
	background: #C9A961;
	transition: transform 0.35s ease;
}

.alston-services-faq__icon::before {
	left: 0;
	top: 9px;
	width: 20px;
	height: 2px;
}

.alston-services-faq__icon::after {
	left: 9px;
	top: 0;
	width: 2px;
	height: 20px;
}

.alston-services-faq__item.is-open .alston-services-faq__icon::after {
	transform: scaleY(0);
}

.alston-services-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.45s ease;
}

.alston-services-faq__answer p {
	max-width: 760px;
	margin: 0;
	padding: 0 0 28px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: 300;
	color: #555555;
}


/* =========================================================
   FINAL CTA
========================================================= */

.alston-services-final-cta {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #181A1F;
	padding: 120px 0;
	color: #ffffff;
	isolation: isolate;
}

.alston-services-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: url('/wp-content/uploads/2026/05/GRP-Main-Image.webp');
	background-size: cover;
	background-position: center;
	filter: blur(6px);
	transform: scale(1.04);
	opacity: 0.38;
}

.alston-services-final-cta::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 50% 50%, rgba(201, 169, 97, 0.22), transparent 42%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.56));
}

.alston-services-final-cta__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

.alston-services-final-cta__content {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.alston-services-final-cta__heading {
	margin: 0 0 20px;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 64px;
	line-height: 0.98;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.alston-services-final-cta__heading em {
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: #C9A961;
}

.alston-services-final-cta__text {
	max-width: 620px;
	margin: 0 auto 32px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.78);
}

.alston-services-final-cta__button {
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 34px;
	background: #C9A961;
	border: 1px solid #C9A961;
	color: #181A1F;
	font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition:
		background 0.35s ease,
		color 0.35s ease,
		border-color 0.35s ease,
		transform 0.35s ease;
}

.alston-services-final-cta__button:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #181A1F;
	transform: translateY(-2px);
}


/* =========================================================
   ENTRANCE ANIMATION
========================================================= */

.alston-services-reveal {
	opacity: 0;
	transform: translateY(42px);
	transition:
		opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.alston-services-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}


/* =========================================================
   LAPTOP - 1025px to 1366px
========================================================= */

@media (min-width: 1025px) and (max-width: 1366px) {
	.alston-services-hero__inner {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		min-height: 400px;
		padding-top: 120px;
	}

	.alston-services-archive__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-statement__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-fleet-match__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-testimonials__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-faq__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-final-cta__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-hero__title {
		font-size: 56px;
		line-height: 1;
		margin-bottom: 18px;
	}

	.alston-services-hero__description {
		max-width: 720px;
		font-size: 15px;
		line-height: 25px;
	}

	.alston-services-archive__section {
		padding: 120px 20px;
	}

	.alston-services-statement {
		padding: 120px 20px;
	}

	.alston-services-fleet-match {
		padding: 120px 20px;
	}

	.alston-services-testimonials {
		padding: 120px 20px;
	}

	.alston-services-faq {
		padding: 120px 20px;
	}

	.alston-services-final-cta {
		padding: 120px 20px;
	}

	.alston-services-showcase__heading {
		font-size: 52px;
	}

	.alston-services-statement__heading {
		font-size: 52px;
	}

	.alston-services-fleet-match__heading {
		font-size: 52px;
	}

	.alston-services-testimonials__heading {
		font-size: 52px;
	}

	.alston-services-faq__heading {
		font-size: 52px;
	}

	.alston-services-final-cta__heading {
		font-size: 52px;
	}

	.alston-services-showcase__layout {
		gap: 48px;
	}

	.alston-services-showcase__stage {
		min-height: 560px;
	}

	.alston-services-showcase__panel-title {
		font-size: 42px;
	}

	.alston-services-showcase__content {
		padding: 40px;
	}

	.alston-services-showcase__item-title {
		font-size: 28px;
	}

	.alston-services-fleet-match__card {
		padding: 32px 22px;
	}

	.alston-services-fleet-match__capacity {
		font-size: 56px;
	}

	.alston-services-testimonials__card {
		padding: 32px;
	}

	.alston-services-testimonials__card p {
		font-size: 23px;
	}
}


/* =========================================================
   TABLET - 768px to 1024px
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
	.alston-services-hero__inner {
		padding-left: 24px;
		padding-right: 24px;
		min-height: 360px;
		padding-top: 100px;
		padding-bottom: 70px;
	}

	.alston-services-archive__inner {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.alston-services-statement__inner {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.alston-services-fleet-match__inner {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.alston-services-testimonials__inner {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.alston-services-faq__inner {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.alston-services-final-cta__inner {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.alston-services-breadcrumb {
		margin-bottom: 18px;
	}

	.alston-services-hero__title {
		font-size: 56px;
		line-height: 1;
		margin-bottom: 18px;
	}

	.alston-services-hero__description {
		max-width: 620px;
		font-size: 15px;
		line-height: 26px;
	}

	.alston-services-hero__bg {
		background-position: center right;
	}

	.alston-services-archive__section {
		padding: 90px 0;
	}

	.alston-services-statement {
		padding: 90px 0;
	}

	.alston-services-fleet-match {
		padding: 90px 0;
	}

	.alston-services-testimonials {
		padding: 90px 0;
	}

	.alston-services-faq {
		padding: 90px 0;
	}

	.alston-services-final-cta {
		padding: 90px 0;
	}

	.alston-services-showcase__intro {
		margin-bottom: 46px;
	}

	.alston-services-showcase__heading {
		font-size: 46px;
		line-height: 1.04;
	}

	.alston-services-statement__heading {
		font-size: 46px;
		line-height: 1.04;
	}

	.alston-services-fleet-match__heading {
		font-size: 46px;
		line-height: 1.04;
	}

	.alston-services-testimonials__heading {
		font-size: 46px;
		line-height: 1.04;
	}

	.alston-services-faq__heading {
		font-size: 46px;
		line-height: 1.04;
	}

	.alston-services-final-cta__heading {
		font-size: 46px;
		line-height: 1.04;
	}

	.alston-services-showcase__layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.alston-services-showcase__stage {
		min-height: 560px;
	}

	.alston-services-statement__content {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.alston-services-fleet-match__top {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.alston-services-fleet-match__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alston-services-fleet-match__card {
		border-bottom: 1px solid rgba(24, 26, 31, 0.14);
	}

	.alston-services-fleet-match__card:nth-child(2n) {
		border-right: 0;
	}

	.alston-services-testimonials__grid {
		grid-template-columns: 1fr;
	}

	.alston-services-testimonials__card {
		min-height: auto;
	}

	.alston-services-faq__list {
		margin-left: 0;
		max-width: 100%;
	}
}


/* =========================================================
   MOBILE - 0px to 767px
========================================================= */

@media (min-width: 0px) and (max-width: 767px) {
	.alston-services-hero__inner {
		padding-left: 18px;
		padding-right: 18px;
		min-height: 320px;
		padding-top: 110px;
		padding-bottom: 55px;
	}

	.alston-services-archive__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-statement__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-fleet-match__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-testimonials__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-faq__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-final-cta__inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.alston-services-breadcrumb {
		gap: 10px;
		font-size: 10px;
		line-height: 1.4;
		margin-bottom: 16px;
	}

	.alston-services-hero__title {
		font-size: 42px;
		line-height: 1;
		margin-bottom: 16px;
	}

	.alston-services-hero__description {
		max-width: 100%;
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
	}

	.alston-services-hero__bg {
		background-position: center center;
	}

	.alston-services-archive__section {
		padding: 50px 20px;
	}

	.alston-services-statement {
		padding: 50px 20px;
	}

	.alston-services-fleet-match {
		padding: 50px 20px;
	}

	.alston-services-testimonials {
		padding: 50px 20px;
	}

	.alston-services-faq {
		padding: 50px 20px;
	}

	.alston-services-final-cta {
		padding: 50px 20px;
	}

	.alston-services-showcase__intro {
		margin-bottom: 34px;
	}

	.alston-services-showcase__eyebrow {
		font-size: 10px;
		letter-spacing: 0.22em;
		margin-bottom: 16px;
	}

	.alston-services-showcase__eyebrow::before {
		width: 30px;
	}

	.alston-services-fleet-match__eyebrow {
		font-size: 10px;
		letter-spacing: 0.22em;
		margin-bottom: 16px;
	}

	.alston-services-fleet-match__eyebrow::before {
		width: 30px;
	}

	.alston-services-testimonials__eyebrow {
		font-size: 10px;
		letter-spacing: 0.22em;
		margin-bottom: 16px;
	}

	.alston-services-testimonials__eyebrow::before {
		width: 30px;
	}

	.alston-services-faq__eyebrow {
		font-size: 10px;
		letter-spacing: 0.22em;
		margin-bottom: 16px;
	}

	.alston-services-faq__eyebrow::before {
		width: 30px;
	}

	.alston-services-showcase__heading {
		font-size: 38px;
		line-height: 1.02;
	}

	.alston-services-statement__heading {
		font-size: 38px;
		line-height: 1.02;
	}

	.alston-services-fleet-match__heading {
		font-size: 38px;
		line-height: 1.02;
	}

	.alston-services-testimonials__heading {
		font-size: 38px;
		line-height: 1.02;
	}

	.alston-services-faq__heading {
		font-size: 38px;
		line-height: 1.02;
	}

	.alston-services-final-cta__heading {
		font-size: 38px;
		line-height: 1.02;
	}

	.alston-services-showcase__text {
		font-size: 14px;
		line-height: 24px;
	}

	.alston-services-statement__text p {
		font-size: 14px;
		line-height: 24px;
	}

	.alston-services-fleet-match__description {
		font-size: 14px;
		line-height: 24px;
	}

	.alston-services-final-cta__text {
		font-size: 14px;
		line-height: 24px;
	}

	.alston-services-showcase__layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.alston-services-showcase__stage {
		min-height: auto;
		background: transparent;
		border-radius: 0;
	}

	.alston-services-showcase__panel {
		position: relative;
		display: none;
		min-height: auto;
		opacity: 1;
		visibility: visible;
		transform: none;
		margin-bottom: 22px;
		background: #181A1F;
		border-radius: 5px;
		overflow: hidden;
	}

	.alston-services-showcase__panel.is-active {
		display: block;
	}

	.alston-services-showcase__image {
		position: relative;
		inset: auto;
		height: 260px;
	}

	.alston-services-showcase__content {
		position: relative;
		inset: auto;
		padding: 26px 22px 28px;
	}

	.alston-services-showcase__ghost {
		display: none;
	}

	.alston-services-showcase__panel-title {
		font-size: 34px;
	}

	.alston-services-showcase__panel-text {
		font-size: 14px;
		line-height: 24px;
	}

	.alston-services-showcase__item {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 22px 0;
	}

	.alston-services-showcase__item-arrow {
		display: none;
	}

	.alston-services-showcase__item-title {
		font-size: 25px;
	}

	.alston-services-showcase__item:hover,
	.alston-services-showcase__item.is-active {
		padding-left: 10px;
	}

	.alston-services-showcase__item:hover .alston-services-showcase__item-title,
	.alston-services-showcase__item.is-active .alston-services-showcase__item-title {
		transform: none;
	}

	.alston-services-showcase__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.alston-services-showcase__quote {
		width: 100%;
		min-height: 52px;
	}

	.alston-services-showcase__more {
		width: 100%;
		min-height: 52px;
	}

	.alston-services-final-cta__button {
		width: 100%;
		min-height: 52px;
	}

	.alston-services-statement__content {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.alston-services-fleet-match__top {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-bottom: 36px;
	}

	.alston-services-fleet-match__grid {
		grid-template-columns: 1fr;
	}

	.alston-services-fleet-match__card {
		min-height: 170px;
		border-right: 0;
		border-bottom: 1px solid rgba(24, 26, 31, 0.14);
		padding: 30px 24px;
	}

	.alston-services-fleet-match__card:last-child {
		border-bottom: 0;
	}

	.alston-services-fleet-match__capacity {
		font-size: 52px;
	}

	.alston-services-testimonials__top {
		margin-bottom: 36px;
	}

	.alston-services-faq__top {
		margin-bottom: 36px;
	}

	.alston-services-testimonials__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.alston-services-testimonials__card {
		min-height: auto;
		padding: 28px 24px;
	}

	.alston-services-testimonials__card p {
		font-size: 22px;
	}

	.alston-services-faq__list {
		margin-left: 0;
		max-width: 100%;
	}

	.alston-services-faq__question {
		padding: 24px 0;
		font-size: 24px;
	}

	.alston-services-final-cta__content {
		text-align: left;
	}

	.alston-services-final-cta__text {
		margin-left: 0;
		margin-right: 0;
	}
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
	.alston-services-reveal,
	.alston-services-showcase__panel,
	.alston-services-showcase__item,
	.alston-services-showcase__item-title,
	.alston-services-showcase__item-arrow,
	.alston-services-showcase__quote,
	.alston-services-showcase__more,
	.alston-services-fleet-match__card,
	.alston-services-testimonials__card,
	.alston-services-final-cta__button {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}