/* ===== INNER PAGE HERO BANNER (extends under transparent header) ===== */
/*
 * Banner zoom control (About, Services, Blog, Contact, Fleet, etc. — NOT homepage)
 * -------------------------------------------------------------------------------
 * Change these values in this file (search: --wa-page-hero-zoom):
 *   --wa-page-hero-zoom         → final zoom (1 = normal / zoomed out, 1.08 = closer, 1.2 = tight crop)
 *   --wa-page-hero-zoom-start   → animation start zoom (usually a little higher than final)
 * Examples:
 *   Zoom out more:  --wa-page-hero-zoom: 0.95;
 *   Slight zoom in: --wa-page-hero-zoom: 1.05;
 *   Strong zoom in: --wa-page-hero-zoom: 1.15;
 */
.wa-inner-page {
	--wa-page-hero-zoom: 1;
	--wa-page-hero-zoom-start: 1.04;
}
html > div.inputList.wa-want-extra-stop {
    display: none !important;
}

.wa-inner-page .wa-page-hero:not(.wa-page-hero--about-luxury) {
	position: relative;
	margin-top: 0;
	min-height: clamp(580px, 62vh, 740px);
	padding: calc(var(--wa-site-header-offset) + 40px) 0 128px;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-align: center;
	isolation: isolate;
	background-color: var(--wa-navy);
}

.wa-inner-page .wa-page-hero--about-luxury {
	position: relative;
	margin-top: 0;
	display: flex;
	overflow: hidden;
	isolation: isolate;
	background-color: var(--wa-navy);
	text-align: left;
	min-height: clamp(660px, 72vh, 880px);
	align-items: flex-end;
	padding: calc(var(--wa-site-header-offset) + 40px) 0 clamp(104px, 12vh, 144px);
}

.wa-inner-page .wa-page-hero--booking:not(.wa-page-hero--about-luxury) {
	min-height: clamp(540px, 56vh, 660px);
	padding-bottom: 96px;
}

body.admin-bar.wa-inner-page .wa-page-hero--about-luxury {
	padding-top: calc(32px + var(--wa-site-header-offset) + 40px);
}

@media (max-width: 782px) {
	body.admin-bar.wa-inner-page .wa-page-hero--about-luxury {
		padding-top: calc(46px + var(--wa-site-header-offset) + 48px);
	}
}

.wa-page-hero-bg {
	position: absolute;
	inset: 0;
	background-image: var(--wa-page-hero-image);
	background-size: cover;
	background-position: center 32%;
	background-repeat: no-repeat;
	transform: scale(var(--wa-page-hero-zoom, 1));
	transform-origin: center center;
	z-index: 0;
	will-change: transform;
	animation: waPageHeroBgIn 1.4s ease-out both;
}

@keyframes waPageHeroBgIn {
	from {
		transform: scale(var(--wa-page-hero-zoom-start, 1.04));
	}
	to {
		transform: scale(var(--wa-page-hero-zoom, 1));
	}
}

.wa-page-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(11, 20, 35, 0.35) 0%, rgba(11, 20, 35, 0.2) 42%, rgba(11, 20, 35, 0.55) 100%),
		linear-gradient(105deg, rgba(11, 20, 35, 0.55) 0%, rgba(11, 20, 35, 0.28) 48%, rgba(42, 140, 207, 0.18) 100%);
}

.wa-inner-page .wa-page-hero::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	z-index: 2;
	background: linear-gradient(180deg, transparent 0%, var(--wa-navy) 100%);
	pointer-events: none;
}

.wa-page-hero-inner {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	transform: translateY(-24px);
}

.wa-page-hero-eyebrow {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--wa-blue-light);
	background: rgba(94, 200, 237, 0.14);
	border: 1px solid rgba(94, 200, 237, 0.32);
	border-radius: 50px;
	backdrop-filter: blur(8px);
}

.wa-page-hero-title {
	margin: 0;
	font-family: var(--wa-font-heading);
	font-size: clamp(2.1rem, 5vw, 3.25rem);
	font-weight: 800;
	line-height: 1.12;
	color: #ffffff;
	text-shadow: 0 4px 28px rgba(11, 20, 35, 0.55);
}

.wa-page-hero-desc {
	max-width: 720px;
	margin: 18px auto 0;
	font-size: clamp(1.02rem, 2.1vw, 1.2rem);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 2px 16px rgba(11, 20, 35, 0.45);
}

/* Page-specific banner focal points */
.wa-page-hero--about .wa-page-hero-bg {
	background-position: center 28%;
}

.wa-page-hero-inner--about {
	max-width: var(--wa-container);
	margin: 0 auto;
	text-align: left;
}

.wa-about-hero-copy {
	max-width: min(560px, 100%);
}

.wa-about-hero-kicker {
	margin: 20px 0 0;
	padding: 0;
	font-family: var(--wa-font-heading);
	font-size: clamp(10px, 1.4vw, 12px);
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
}

.wa-about-hero-title {
	margin: 0;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: clamp(2.75rem, 6.5vw, 4.75rem);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0.02em;
	text-shadow: 0 4px 28px rgba(11, 20, 35, 0.55);
}

.wa-about-hero-title-main {
	color: #ffffff;
}

.wa-about-hero-title-accent {
	color: #3598d5;
	background: linear-gradient(135deg, #3598d5 0%, #5ec8ed 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wa-about-hero-rule {
	display: block;
	width: 76px;
	height: 2px;
	margin: 22px 0 20px;
	background: linear-gradient(90deg, #3598d5 0%, rgba(53, 152, 213, 0.25) 100%);
	border-radius: 999px;
}

.wa-about-hero-tagline {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 6px;
	font-family: 'Great Vibes', 'Brush Script MT', cursive;
	font-size: clamp(1.65rem, 3.6vw, 2.45rem);
	font-weight: 400;
	line-height: 1.25;
	color: #3598d5;
	text-shadow: 0 2px 18px rgba(11, 20, 35, 0.35);
}

.wa-about-hero-tagline::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(53, 152, 213, 0.15) 0%, #3598d5 45%, rgba(53, 152, 213, 0.2) 100%);
	transform: rotate(-1deg);
}

.wa-about-hero-copy .wa-breadcrumbs {
	margin-top: 22px;
	text-align: left;
}

.wa-page-hero--services .wa-page-hero-bg,
.wa-page-hero--service-single .wa-page-hero-bg {
	background-position: center 35%;
}

.wa-page-hero--contact .wa-page-hero-bg,
.wa-page-hero--blog .wa-page-hero-bg,
.wa-page-hero--blog-single .wa-page-hero-bg {
	background-position: center 40%;
}

.wa-page-hero--contact .wa-contact-hero-desc,
.wa-page-hero--blog .wa-contact-hero-desc,
.wa-page-hero--blog-single .wa-contact-hero-desc,
.wa-page-hero--service-single .wa-contact-hero-desc {
	margin: 0;
	max-width: 720px;
	text-align: left;
	font-family: var(--wa-font-body);
	font-size: clamp(1.02rem, 2.1vw, 1.2rem);
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 2px 16px rgba(11, 20, 35, 0.45);
}

/* Blog single — readable title for long post names */
.wa-page-hero--blog-single .wa-about-hero-copy {
	max-width: min(760px, 100%);
}

.wa-page-hero--blog-single .wa-about-hero-title {
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	line-height: 1.18;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

.wa-page-hero--blog-single .wa-about-hero-title--long {
	font-size: clamp(1.5rem, 2.65vw, 2.05rem);
	line-height: 1.24;
}

.wa-page-hero--blog-single .wa-about-hero-title--long .wa-about-hero-title-main,
.wa-page-hero--blog-single .wa-about-hero-title--long .wa-about-hero-title-accent {
	color: #ffffff;
	background: none;
	-webkit-text-fill-color: currentColor;
}

.wa-page-hero--blog-single .wa-about-hero-kicker {
	margin-top: 16px !important;
}
article.wa-blog-single {
    padding-top: 60px;
}

@media (max-width: 768px) {
	.wa-page-hero--blog-single .wa-about-hero-title {
		font-size: clamp(1.45rem, 5.8vw, 1.85rem);
		line-height: 1.2;
	}

	.wa-page-hero--blog-single .wa-about-hero-title--long {
		font-size: clamp(1.25rem, 5.2vw, 1.55rem);
		line-height: 1.26;
	}
}

.wa-page-hero--testimonials .wa-page-hero-bg {
	background-position: center 30%;
}

.wa-page-hero--booking .wa-page-hero-bg {
	background-position: center 38%;
}

.wa-page-hero--fleet .wa-page-hero-bg {
	background-position: center 25%;
}

.wa-page-hero--service .wa-page-hero-bg {
	background-position: center 32%;
}

.wa-page-hero--error .wa-page-hero-bg {
	background-position: center center;
}

@media (prefers-reduced-motion: reduce) {
	.wa-page-hero-bg {
		animation: none;
		transform: scale(var(--wa-page-hero-zoom, 1));
	}
}

.wa-page-hero .wa-breadcrumbs {
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.75);
}

.wa-page-hero .wa-breadcrumbs a {
	color: var(--wa-blue-light);
	transition: color 0.2s ease;
}

.wa-page-hero .wa-breadcrumbs a:hover {
	color: #ffffff;
}

.wa-page-hero .wa-breadcrumb-sep {
	opacity: 0.45;
}

/* ===== INNER PAGE CONTENT ===== */
.wa-inner-page .wa-content-area {
	padding-top: 64px;
	padding-bottom: 80px;
}

.wa-page-card {
	padding: 40px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(94, 200, 237, 0.12);
	border-radius: var(--wa-radius-lg);
	box-shadow: var(--wa-shadow);
}

.wa-page-featured {
	margin: -20px 0 32px;
	border-radius: var(--wa-radius-lg);
	overflow: hidden;
	box-shadow: var(--wa-shadow);
}

.wa-page-featured img {
	display: block;
	width: 100%;
	height: auto;
}

.wa-entry-content > *:first-child {
	margin-top: 0;
}

.wa-entry-content h2 {
	margin-top: 2em;
	margin-bottom: 0.75em;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.wa-entry-content h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.wa-entry-content ul,
.wa-entry-content ol {
	padding-left: 1.25em;
	margin: 1em 0 1.5em;
}

.wa-entry-content li {
	margin-bottom: 0.5em;
}

.wa-entry-content a {
	color: var(--wa-blue-light);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wa-entry-content a:hover {
	color: var(--wa-blue);
}

/* ===== ABOUT PAGE — FULL-WIDTH PROMO VIDEO ===== */
.wa-about-video-section {
	width: 100%;
	margin: 0;
	padding: 0;
	background: var(--wa-navy);
}

.wa-about-video-section__stage {
	position: relative;
	width: 100%;
	min-height: clamp(360px, 80vh, 1000px);
	overflow: hidden;
	background-color: #0b1423;
	isolation: isolate;
}

.wa-about-video-section__player {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: #0b1423;
	opacity: 0;
	transition: opacity 0.35s ease;
}

/* First frame from the video file (not a separate poster image). */
.wa-about-video-section.is-frame-ready .wa-about-video-section__player {
	opacity: 1;
}

.wa-about-video-section__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(11, 20, 35, 0.55) 0%, rgba(11, 20, 35, 0.42) 45%, rgba(11, 20, 35, 0.62) 100%),
		rgba(11, 20, 35, 0.35);
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.wa-about-video-section__content {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 40px 24px;
	text-align: center;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.wa-about-video-section__eyebrow {
	margin: 0;
	font-family: var(--wa-font-heading);
	font-size: clamp(11px, 1.4vw, 13px);
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #3598d5;
}

.wa-about-video-section__title {
	margin: 0;
	max-width: 900px;
	font-family: var(--wa-font-heading);
	font-size: clamp(1.55rem, 3.8vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
	color: #ffffff;
	text-shadow: 0 4px 24px rgba(11, 20, 35, 0.55);
}

.wa-about-video-section__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(72px, 10vw, 92px);
	height: clamp(72px, 10vw, 92px);
	margin-top: 8px;
	padding: 0;
	padding-left: 5px;
	border: 2px solid #3598d5;
	border-radius: 50%;
	background: rgba(11, 20, 35, 0.25);
	color: #3598d5;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	line-height: 1;
	cursor: pointer;
	transition:
		transform var(--wa-transition),
		background var(--wa-transition),
		border-color var(--wa-transition),
		color var(--wa-transition),
		box-shadow var(--wa-transition);
}

.wa-about-video-section__play i {
	font-style: normal;
	line-height: 1;
}

.wa-about-video-section__play:hover,
.wa-about-video-section__play:focus-visible {
	transform: scale(1.06);
	border-color: #5ec8ed;
	color: #5ec8ed;
	background: rgba(53, 152, 213, 0.14);
	box-shadow: 0 0 0 6px rgba(53, 152, 213, 0.12);
}

.wa-about-video-section__play:focus-visible {
	outline: 2px solid #5ec8ed;
	outline-offset: 4px;
}

.wa-about-video-section.is-playing .wa-about-video-section__player {
	opacity: 1;
	z-index: 4;
}

.wa-about-video-section.is-playing .wa-about-video-section__overlay,
.wa-about-video-section.is-playing .wa-about-video-section__content {
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 768px) {
	.wa-about-video-section__stage {
		min-height: clamp(300px, 58vw, 400px);
	}

	.wa-about-video-section__content {
		gap: 14px;
		padding: 28px 18px;
	}

	.wa-about-video-section__play {
		margin-top: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wa-about-video-section__player,
	.wa-about-video-section__overlay,
	.wa-about-video-section__content {
		transition: none;
	}
}

/* ===== ABOUT PAGE ===== */
.wa-about-page-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 48px 0 0;
}

.wa-about-stat-card {
	padding: 28px 20px;
	text-align: center;
	background: rgba(94, 200, 237, 0.08);
	border: 1px solid rgba(94, 200, 237, 0.18);
	border-radius: var(--wa-radius-lg);
}

.wa-about-stat-card strong {
	display: block;
	font-family: var(--wa-font-heading);
	font-size: 2rem;
	font-weight: 800;
	background: var(--wa-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wa-about-stat-card span {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: var(--wa-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* ===== CONTACT PAGE ===== */
.wa-contact-page {
	max-width: 1180px;
	margin: 0 auto;
}

.wa-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: stretch;
}

.wa-contact-aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
}

.wa-contact-form-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wa-contact-info-panel {
	position: relative;
	overflow: hidden;
	padding: 28px 24px;
	border-radius: 20px;
	border: 1px solid rgba(94, 200, 237, 0.24);
	background:
		radial-gradient(circle at top right, rgba(94, 200, 237, 0.22) 0%, transparent 55%),
		linear-gradient(155deg, rgba(42, 140, 207, 0.2) 0%, rgba(11, 20, 35, 0.82) 52%, rgba(42, 140, 207, 0.14) 100%);
	box-shadow:
		0 18px 44px rgba(11, 20, 35, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.wa-contact-info-panel::after {
	content: '';
	position: absolute;
	left: -60px;
	bottom: -80px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(94, 200, 237, 0.16) 0%, transparent 70%);
	pointer-events: none;
}

.wa-contact-info-item {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wa-contact-info-item:first-child {
	padding-top: 0;
}

.wa-contact-info-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.wa-contact-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	font-size: 18px;
	color: #ffffff;
	background: linear-gradient(135deg, var(--wa-blue-light) 0%, var(--wa-blue) 100%);
	border-radius: 14px;
	box-shadow: 0 8px 18px rgba(42, 140, 207, 0.32);
}

.wa-contact-info-content {
	min-width: 0;
	flex: 1 1 auto;
}

.wa-contact-info-content h3 {
	margin: 0 0 6px;
	font-family: var(--wa-font-heading);
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
}

.wa-contact-info-content p,
.wa-contact-info-content a {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
	word-break: break-word;
}

.wa-contact-info-content a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.wa-contact-info-content a:hover {
	color: var(--wa-blue-light);
}

.wa-contact-aside-intro {
	padding: 28px 28px 24px;
	border-radius: 20px;
	background:
		radial-gradient(circle at top left, rgba(94, 200, 237, 0.14) 0%, transparent 52%),
		linear-gradient(145deg, rgba(94, 200, 237, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(94, 200, 237, 0.18);
	box-shadow: 0 12px 32px rgba(11, 20, 35, 0.14);
}

.wa-contact-page-content {
	padding: 22px 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(94, 200, 237, 0.12);
}

.wa-contact-page-content h2,
.wa-contact-page-content h3 {
	margin: 0 0 12px;
	font-family: var(--wa-font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--wa-white);
}

.wa-contact-page-content p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--wa-text-muted);
}

.wa-contact-page-content p:last-child {
	margin-bottom: 0;
}

.wa-contact-page-content strong {
	color: rgba(255, 255, 255, 0.92);
	font-weight: 600;
}

.wa-contact-page-content a {
	color: var(--wa-blue-light);
	font-weight: 600;
	text-decoration: none;
}

.wa-contact-page-content a:hover {
	color: #ffffff;
}

.wa-contact-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 7px 14px;
	font-family: var(--wa-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
	background: rgba(94, 200, 237, 0.12);
	border: 1px solid rgba(94, 200, 237, 0.24);
	border-radius: 999px;
}

.wa-contact-aside-title {
	margin: 0 0 12px;
	font-family: var(--wa-font-heading);
	font-size: clamp(1.45rem, 2.5vw, 1.85rem);
	font-weight: 800;
	line-height: 1.25;
	color: var(--wa-white);
}

.wa-contact-aside-desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: var(--wa-text-muted);
}

.wa-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.wa-contact-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 18px;
	text-align: left;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid rgba(94, 200, 237, 0.16);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(11, 20, 35, 0.12);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.wa-contact-card:hover {
	transform: translateY(-3px);
	border-color: rgba(94, 200, 237, 0.38);
	box-shadow: 0 14px 32px rgba(42, 140, 207, 0.14);
}

.wa-contact-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	font-size: 18px;
	color: #ffffff;
	background: linear-gradient(135deg, var(--wa-blue-light) 0%, var(--wa-blue) 100%);
	border-radius: 14px;
	box-shadow: 0 6px 16px rgba(42, 140, 207, 0.28);
}

.wa-contact-card-body {
	min-width: 0;
	flex: 1 1 auto;
}

.wa-contact-card h3 {
	margin: 0 0 6px;
	font-family: var(--wa-font-heading);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
}

.wa-contact-card p,
.wa-contact-card a {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
	word-break: break-word;
}

.wa-contact-card a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.wa-contact-card a:hover {
	color: var(--wa-blue-light);
}

.wa-contact-highlights {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 22px 24px;
	list-style: none;
	border-radius: 16px;
	background:
		radial-gradient(circle at top left, rgba(94, 200, 237, 0.1) 0%, transparent 55%),
		linear-gradient(145deg, rgba(42, 140, 207, 0.12) 0%, rgba(11, 20, 35, 0.55) 100%);
	border: 1px solid rgba(94, 200, 237, 0.18);
	box-shadow: 0 10px 28px rgba(11, 20, 35, 0.18);
}

.wa-contact-highlights li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.45;
}

.wa-contact-highlights i {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 14px;
	color: var(--wa-blue-light);
	background: rgba(94, 200, 237, 0.12);
}

.wa-contact-form-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: clamp(20px, 3vw, 28px);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(94, 200, 237, 0.18);
	border-radius: 22px;
	box-shadow: 0 20px 50px rgba(11, 20, 35, 0.22);
}

.wa-contact-form-card::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: radial-gradient(circle at top right, rgba(94, 200, 237, 0.12), transparent 55%);
}

.wa-contact-form-panel .wa-contact-form-card {
	position: relative;
	overflow: hidden;
}

.wa-contact-form-card .wa-section-header {
	text-align: left;
	max-width: none;
	margin: 0 0 14px;
}

.wa-contact-form-card .wa-section-title {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	margin-bottom: 8px;
}

.wa-contact-form-card .wa-section-desc {
	max-width: 52ch;
	font-size: 0.92rem;
	line-height: 1.5;
	margin-bottom: 0;
}

.wa-contact-notice {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	max-width: none;
}

.wa-contact-form-inner {
	position: relative;
	z-index: 1;
	flex: 1;
}

.wa-contact-form-inner .wpcf7 form {
	margin-top: 0;
	height: 100%;
}

.wa-contact-page .wpcf7-form p {
	margin: 0 0 12px;
}

.wa-contact-page .wpcf7-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.78);
}

.wa-contact-page .wpcf7 input[type="text"],
.wa-contact-page .wpcf7 input[type="email"],
.wa-contact-page .wpcf7 input[type="tel"],
.wa-contact-page .wpcf7 input[type="number"],
.wa-contact-page .wpcf7 select,
.wa-contact-page .wpcf7 textarea {
	width: 100%;
	padding: 12px 14px;
	background: rgba(11, 20, 35, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	color: #ffffff;
	font-size: 15px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wa-contact-page .wpcf7 input::placeholder,
.wa-contact-page .wpcf7 textarea::placeholder {
	color: rgba(255, 255, 255, 0.58);
	opacity: 1;
}

.wa-contact-page .wpcf7 input:focus,
.wa-contact-page .wpcf7 select:focus {
	outline: none;
	background: rgba(11, 20, 35, 0.5);
	border-color: rgba(94, 200, 237, 0.55);
	box-shadow: 0 0 0 3px rgba(94, 200, 237, 0.16);
}

.wa-contact-page .wpcf7 textarea:focus,
.wa-contact-page .wpcf7 textarea:focus-visible {
	outline: none;
	background: #ffffff !important;
	color: #0f172a !important;
	border-color: rgba(42, 140, 207, 0.45) !important;
	box-shadow: 0 0 0 3px rgba(94, 200, 237, 0.2) !important;
	caret-color: #0f172a;
}

.wa-contact-page .wpcf7 textarea:focus::placeholder,
.wa-contact-page .wpcf7 textarea:focus-visible::placeholder {
	color: rgba(15, 23, 42, 0.45) !important;
}

.wa-contact-page .wpcf7 textarea {
	min-height: 96px;
	max-height: 260px;
	resize: vertical;
}

.wa-contact-page .wpcf7 input[type="submit"],
.wa-contact-page .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-top: 2px;
	padding: 14px 28px !important;
	border: none !important;
	border-radius: 999px !important;
	font-family: var(--wa-font-heading) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase !important;
	color: #ffffff !important;
	background: var(--wa-gradient) !important;
	box-shadow: 0 8px 24px rgba(94, 200, 237, 0.28);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.wa-contact-page .wpcf7 input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(94, 200, 237, 0.4);
}

.wa-contact-form-inner .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 14px 18px;
	border-radius: 12px;
	font-size: 14px;
}

.wa-contact-form-inner .wpcf7 form.sent .wpcf7-response-output {
	border-color: rgba(94, 200, 237, 0.45);
	background: rgba(94, 200, 237, 0.1);
	color: var(--wa-blue-light);
}

.wa-contact-form-inner .wpcf7 form.invalid .wpcf7-response-output,
.wa-contact-form-inner .wpcf7 form.failed .wpcf7-response-output {
	border-color: rgba(255, 193, 7, 0.45);
	background: rgba(255, 193, 7, 0.1);
}

.wa-contact-form .required {
	color: var(--wa-blue-light);
}

/* Two-column CF7 rows when markup uses grid classes */
.wa-contact-page .wpcf7-form .wa-form-grid,
.wa-contact-page .wpcf7-form .row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.wa-contact-page .wpcf7-form .wa-form-full,
.wa-contact-page .wpcf7-form .col-12 {
	grid-column: 1 / -1;
}

/* ===== CONTACT MAP ===== */
.wa-contact-map-section {
	padding: clamp(56px, 7vw, 88px) 0 clamp(64px, 8vw, 96px);
	background: var(--wa-navy-light);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wa-contact-map {
	position: relative;
	overflow: hidden;
	border-radius: var(--wa-radius-lg);
	border: 1px solid rgba(94, 200, 237, 0.18);
	box-shadow: 0 18px 44px rgba(11, 20, 35, 0.28);
	aspect-ratio: 16 / 9;
	min-height: 320px;
	background: rgba(255, 255, 255, 0.04);
}

.wa-contact-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

@media (max-width: 768px) {
	.wa-contact-map-section {
		padding-top: 48px;
		padding-bottom: 64px;
	}

	.wa-contact-map {
		min-height: 280px;
		border-radius: 18px;
	}
}

/* ===== SINGLE SERVICE / FLEET ===== */
.wa-single-service,
.wa-single-fleet {
	margin-bottom: 0;
}

.wa-single-service-grid,
.wa-single-fleet-grid {
	display: grid;
	grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	padding: 40px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(94, 200, 237, 0.12);
	border-radius: var(--wa-radius-lg);
	box-shadow: var(--wa-shadow);
}

.wa-single-service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	padding: 32px;
	background: linear-gradient(135deg, var(--wa-navy-mid), rgba(42, 140, 207, 0.15));
	border-radius: var(--wa-radius-lg);
	overflow: hidden;
}

.wa-single-service-icon img {
	width: 100%;
	height: auto;
	border-radius: var(--wa-radius);
}

.wa-single-service-icon i {
	font-size: 4rem;
	color: var(--wa-blue-light);
}

.wa-single-service-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.wa-single-fleet-image img {
	width: 100%;
	height: auto;
	border-radius: var(--wa-radius-lg);
}

.wa-fleet-meta-lg {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(94, 200, 237, 0.12);
}

.wa-fleet-meta-lg span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--wa-text);
}

/* ===== FLEET DETAIL PAGE ===== */
.wa-fleet-detail {
	padding-top: clamp(40px, 5vw, 56px);
	padding-bottom: clamp(48px, 6vw, 72px);
}

.wa-single-fleet-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: start;
	padding: clamp(24px, 3vw, 36px);
	border-radius: 24px;
	border: 1px solid rgba(94, 200, 237, 0.14);
	background:
		radial-gradient(ellipse 70% 55% at 100% 0%, rgba(42, 140, 207, 0.1) 0%, transparent 58%),
		linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, rgba(11, 20, 35, 0.35) 100%);
	box-shadow: 0 22px 50px rgba(11, 20, 35, 0.22);
}

.wa-single-fleet-hero__media {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(94, 200, 237, 0.12);
	box-shadow: 0 16px 40px rgba(11, 20, 35, 0.2);
}

.wa-single-fleet-hero__image {
	width: 100%;
	height: auto;
	min-height: 360px;
	object-fit: cover;
	display: block;
}

.wa-single-fleet-hero__panel {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.wa-single-fleet-hero__type {
	margin: 0;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 1.05rem;
	font-weight: 500;
	color: #b8c5d4;
	letter-spacing: 0.02em;
}

.wa-single-fleet-hero__title {
	margin: 0;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--wa-white);
}

.wa-single-fleet-specs {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.wa-single-fleet-specs li {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(94, 200, 237, 0.14);
}

.wa-single-fleet-specs__icon {
	font-size: 1.1rem;
	color: var(--wa-blue-light);
}

.wa-single-fleet-specs__label {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--wa-text-muted);
}

.wa-single-fleet-specs__value {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--wa-white);
	line-height: 1.3;
}

.wa-fleet-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.wa-fleet-features li {
	padding: 10px 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(94, 200, 237, 0.1);
	color: var(--wa-text);
	font-size: 0.95rem;
}

.wa-single-fleet-lead,
.wa-single-fleet-content {
	margin: 0;
	color: var(--wa-text);
	font-size: 1.02rem;
	line-height: 1.75;
}

.wa-single-fleet-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 8px;
}

/* ===== SERVICES PAGE ===== */
.wa-services-page {
	overflow: hidden;
}

.wa-services-page-section {
	padding: clamp(56px, 7vw, 88px) 0 clamp(64px, 8vw, 96px);
}

.wa-services-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: clamp(24px, 4vw, 40px);
	align-items: stretch;
	margin-bottom: clamp(40px, 5vw, 56px);
}

.wa-services-intro-panel {
	position: relative;
	overflow: hidden;
	width: auto;
	padding: clamp(28px, 4vw, 40px);
	border-radius: 22px;
	border: 1px solid rgba(94, 200, 237, 0.22);
	background:
		radial-gradient(circle at top left, rgba(94, 200, 237, 0.16) 0%, transparent 52%),
		linear-gradient(155deg, rgba(42, 140, 207, 0.14) 0%, rgba(11, 20, 35, 0.82) 52%, rgba(42, 140, 207, 0.1) 100%);
	box-shadow:
		0 18px 44px rgba(11, 20, 35, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	text-align: left;
}

.wa-services-intro-panel::after {
	content: '';
	position: absolute;
	right: -70px;
	bottom: -90px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(94, 200, 237, 0.14) 0%, transparent 70%);
	pointer-events: none;
}

.wa-services-eyebrow {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--wa-blue-light);
	background: rgba(94, 200, 237, 0.12);
	border: 1px solid rgba(94, 200, 237, 0.28);
	border-radius: 50px;
}

.wa-services-intro-title {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	font-family: var(--wa-font-heading);
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 800;
	line-height: 1.2;
	color: #ffffff;
}

.wa-services-intro-title span {
	color: var(--wa-blue-light);
}

.wa-services-intro-desc {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: 760px;
	font-size: clamp(15px, 1.8vw, 17px);
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.82);
}

.wa-services-highlights {
	list-style: none;
	margin: 0;
	padding: clamp(22px, 3vw, 28px);
	border-radius: 20px;
	border: 1px solid rgba(94, 200, 237, 0.18);
	background:
		radial-gradient(circle at top right, rgba(94, 200, 237, 0.1) 0%, transparent 55%),
		rgba(255, 255, 255, 0.03);
	box-shadow: 0 12px 32px rgba(11, 20, 35, 0.14);
}

.wa-services-highlights--soon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	text-align: center;
}

.wa-services-highlights__placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-family: var(--wa-font-heading);
	font-size: clamp(0.95rem, 1.6vw, 1.1rem);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
	background: linear-gradient(135deg, #5ec8ed 0%, #2a8ccf 100%);
	box-shadow: 0 10px 24px rgba(42, 140, 207, 0.3);
}

.wa-services-highlights li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wa-services-highlights li:first-child {
	padding-top: 0;
}

.wa-services-highlights li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.wa-services-highlights__label {
	flex: 1 1 auto;
	min-width: 0;
}

.wa-services-highlights__soon {
	flex: 0 0 auto;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffffff;
	background: linear-gradient(135deg, #5ec8ed 0%, #2a8ccf 100%);
	box-shadow: 0 4px 12px rgba(42, 140, 207, 0.28);
	white-space: nowrap;
}

.wa-services-highlights li i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 12px;
	font-size: 16px;
	color: #ffffff;
	background: linear-gradient(135deg, var(--wa-blue-light) 0%, var(--wa-blue) 100%);
	box-shadow: 0 8px 18px rgba(42, 140, 207, 0.28);
}

.wa-services-list-wrap {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 3vw, 28px);
}

.wa-services-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.wa-services-count {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
	background: rgba(94, 200, 237, 0.1);
	border: 1px solid rgba(94, 200, 237, 0.18);
}

.wa-services-grid--page {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 28px);
}

.wa-services-page-section {
	background: transparent;
}

.wa-services-page .wa-service-card--page {
	display: block;
	height: auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.wa-services-page .wa-service-card--page::before,
.wa-services-page .wa-service-accent {
	display: none;
}

.wa-services-page .wa-service-card--page:hover {
	transform: translateY(-8px);
	border-color: transparent;
	box-shadow: none;
}

.wa-services-page .wa-service-card__frame {
	background: #0b1423;
	border: 0;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
	clip-path: inset(0 round 20px);
	-webkit-clip-path: inset(0 round 20px);
}

.wa-services-page .wa-service-card__footer {
	background: #0f1c2e;
	border-top: 0;
	box-shadow: inset 3px 0 0 0 var(--wa-blue-light);
}

@media (max-width: 1024px) {
	.wa-services-intro {
		grid-template-columns: 1fr;
	}

	.wa-services-grid--page {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.wa-services-page-section {
		padding-top: 48px;
		padding-bottom: 64px;
	}

	.wa-services-intro-panel,
	.wa-services-highlights {
		padding: 22px 20px;
		border-radius: 18px;
	}

	.wa-services-grid--page {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.wa-services-highlights li {
		font-size: 13px;
	}

	.wa-services-page .wa-service-card__media {
		min-height: 200px;
	}
}

/* ===== TESTIMONIALS PAGE ===== */
.wa-testimonials-page-intro {
	padding-bottom: 0;
}

.wa-testimonials-section--page {
	padding: clamp(56px, 7vw, 88px) 0 clamp(64px, 8vw, 96px);
}

.wa-testimonials-section--page .wa-section-head {
	margin-bottom: clamp(32px, 4vw, 48px);
}

.wa-testimonials-section--page .wa-testimonials-carousel {
	padding-bottom: 40px;
}

@media (max-width: 768px) {
	.wa-testimonials-section--page {
		padding-top: 48px;
		padding-bottom: 64px;
	}
}

@media (max-width: 480px) {
	.wa-testimonials-section--page .wa-testimonial-card__body {
		padding: 20px 16px 18px;
	}
}


/* ===== BLOG PAGE ===== */
.wa-blog-section {
	padding-top: 72px;
	padding-bottom: 80px;
}

.wa-blog-intro {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.wa-blog-intro__eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-family: var(--wa-font-heading);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
}

.wa-blog-intro__title {
	margin: 0 0 12px;
	font-family: var(--wa-font-heading);
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 800;
	color: #ffffff;
}

.wa-blog-intro__desc {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--wa-text-muted);
}

.wa-blog-intro__content {
	text-align: left;
}

.wa-blog-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.wa-blog-count {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 50px;
	font-family: var(--wa-font-heading);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
	background: rgba(94, 200, 237, 0.1);
	border: 1px solid rgba(94, 200, 237, 0.2);
}

.wa-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.wa-blog-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(94, 200, 237, 0.12);
	border-radius: var(--wa-radius-lg);
	box-shadow: var(--wa-shadow);
	transition: transform var(--wa-transition), border-color var(--wa-transition), box-shadow var(--wa-transition);
}

.wa-blog-card:hover {
	transform: translateY(-4px);
	border-color: rgba(94, 200, 237, 0.28);
	box-shadow: 0 16px 40px rgba(11, 20, 35, 0.28);
}

.wa-blog-card__media {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: rgba(11, 20, 35, 0.5);
}

.wa-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.wa-blog-card:hover .wa-blog-card__image {
	transform: scale(1.05);
}

.wa-blog-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--wa-blue-light);
	font-size: 2.5rem;
	background: linear-gradient(145deg, rgba(42, 140, 207, 0.18) 0%, rgba(11, 20, 35, 0.35) 100%);
}

.wa-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.wa-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
}

.wa-blog-card__sep {
	opacity: 0.6;
}

.wa-blog-card__title {
	margin: 0 0 12px;
	font-family: var(--wa-font-heading);
	font-size: 1.2rem;
	line-height: 1.35;
}

.wa-blog-card__title a {
	color: #ffffff;
	text-decoration: none;
	transition: color var(--wa-transition);
}

.wa-blog-card__title a:hover {
	color: var(--wa-blue-light);
}

.wa-blog-card__excerpt {
	flex: 1;
	margin-bottom: 18px;
	font-size: 0.96rem;
	line-height: 1.7;
	color: var(--wa-text-muted);
}

.wa-blog-card__excerpt p {
	margin: 0;
}

.wa-blog-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-family: var(--wa-font-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
	text-decoration: none;
	transition: gap var(--wa-transition), color var(--wa-transition);
}

.wa-blog-card__link:hover {
	gap: 12px;
	color: #ffffff;
}

.wa-blog-empty {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.wa-blog-empty h2 {
	margin-top: 0;
}

.wa-blog-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
}

.wa-content-area--blog-single {
	padding-top: 32px;
}

.wa-blog-single__shell {
	position: relative;
	max-width: 860px;
	margin: 20px auto 0;
}

.wa-blog-single__shell.has-featured-image {
	margin-top: -72px;
}

.wa-blog-single__hero {
	margin: 0 clamp(16px, 3vw, 28px);
	border-radius: var(--wa-radius-lg);
	overflow: hidden;
	box-shadow: 0 20px 48px rgba(11, 20, 35, 0.28);
	aspect-ratio: 16 / 9;
	background: rgba(11, 20, 35, 0.45);
}

.wa-blog-single__hero-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wa-blog-single__card {
	position: relative;
	padding: clamp(28px, 4vw, 48px);
	background:
		radial-gradient(ellipse 80% 60% at 100% 0%, rgba(42, 140, 207, 0.08) 0%, transparent 58%),
		rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(94, 200, 237, 0.16);
	box-shadow: 0 18px 48px rgba(11, 20, 35, 0.22);
}

/* .wa-blog-single__shell.has-featured-image .wa-blog-single__card {
	margin-top: -56px;
	padding-top: clamp(72px, 9vw, 96px);
} */

.wa-blog-single__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: clamp(28px, 4vw, 48px);
	right: clamp(28px, 4vw, 48px);
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, #3598d5 0%, #5ec8ed 55%, rgba(94, 200, 237, 0.2) 100%);
}

.wa-blog-single__header {
	margin-bottom: 28px;
}

.wa-blog-single__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(94, 200, 237, 0.22);
	background: rgba(42, 140, 207, 0.08);
	color: var(--wa-blue-light);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: border-color var(--wa-transition), background var(--wa-transition), color var(--wa-transition);
}

.wa-blog-single__badge--category:hover {
	border-color: rgba(94, 200, 237, 0.45);
	background: rgba(42, 140, 207, 0.16);
	color: #ffffff;
}

.wa-blog-single__content {
	max-width: 68ch;
	font-size: clamp(1rem, 1.8vw, 1.08rem);
	line-height: 1.85;
	color: var(--wa-text);
}

.wa-blog-single__content > *:first-child {
	margin-top: 0;
}

.wa-blog-single__content p {
	margin-bottom: 1.35em;
}

.wa-blog-single__content h2,
.wa-blog-single__content h3,
.wa-blog-single__content h4 {
	color: #ffffff;
}

.wa-blog-single__content blockquote {
	margin: 2em 0;
	padding: 1.25em 1.5em;
	border-left: 4px solid var(--wa-blue-light);
	border-radius: 0 var(--wa-radius) var(--wa-radius) 0;
	background: rgba(42, 140, 207, 0.08);
	font-style: italic;
	color: rgba(255, 255, 255, 0.92);
}

.wa-blog-single__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid rgba(94, 200, 237, 0.12);
}

.wa-blog-single__tags-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wa-text-muted);
}

.wa-blog-single__tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wa-blog-single__tag-list a {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	border: 1px solid rgba(94, 200, 237, 0.18);
	background: rgba(255, 255, 255, 0.03);
	color: var(--wa-text);
	font-size: 13px;
	text-decoration: none;
	transition: border-color var(--wa-transition), color var(--wa-transition), background var(--wa-transition);
}

.wa-blog-single__tag-list a:hover {
	border-color: var(--wa-blue-light);
	color: var(--wa-blue-light);
	background: rgba(42, 140, 207, 0.1);
}

.wa-blog-single__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid rgba(94, 200, 237, 0.12);
}

.wa-blog-single__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 860px;
	margin: 28px auto 0;
}

.wa-blog-single__nav-link {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 100%;
	padding: 20px 22px;
	border-radius: var(--wa-radius-lg);
	border: 1px solid rgba(94, 200, 237, 0.14);
	background: rgba(255, 255, 255, 0.03);
	text-decoration: none;
	transition: transform var(--wa-transition), border-color var(--wa-transition), box-shadow var(--wa-transition);
}

.wa-blog-single__nav-link:hover {
	transform: translateY(-2px);
	border-color: rgba(94, 200, 237, 0.32);
	box-shadow: 0 12px 28px rgba(11, 20, 35, 0.18);
}

.wa-blog-single__nav-link--next {
	text-align: right;
}

.wa-blog-single__nav-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
}

.wa-blog-single__nav-title {
	font-family: var(--wa-font-heading);
	font-size: 1rem;
	line-height: 1.45;
	color: #ffffff;
}

.wa-blog-single__nav-spacer {
	display: block;
}

.wa-blog-page-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
}

.wa-blog-page-links__label {
	font-weight: 600;
	color: var(--wa-text-muted);
}

.wa-blog-page-links a,
.wa-blog-page-links > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	border-radius: 50px;
	border: 1px solid rgba(94, 200, 237, 0.2);
	text-decoration: none;
	color: var(--wa-text);
}

.wa-blog-page-links a:hover {
	border-color: var(--wa-blue-light);
	color: var(--wa-blue-light);
}

/* ===== ARCHIVE PAGES ===== */
.wa-services-section,
.wa-fleet-section {
	padding-top: 72px;
}

.wa-fleet-section .wa-pagination {
	padding-bottom: 8px;
}

/* ===== OUR FLEET PAGE SHOWCASE ===== */
.wa-fleet-section--page {
	padding-top: 40px;
	padding-bottom: 72px;
}

.wa-fleet-section--page__inner {
	/* Match homepage fleet width: same .wa-container / --wa-container rules. */
	max-width: var(--wa-container);
}

.wa-fleet-page-quote {
	max-width: 46rem;
	margin: 0 auto 36px;
	text-align: center;
	font-family: var(--wa-font-body);
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 400;
	line-height: 1.7;
	color: var(--wa-text-muted);
}

@media (max-width: 768px) {
	.wa-fleet-section--page {
		padding-top: 40px;
		padding-bottom: 56px;
	}
}

@media (max-width: 768px) {
	.wa-pagination {
		margin-top: 40px;
		padding-top: 28px;
	}

	.wa-pagination-list {
		gap: 8px;
	}

	.wa-pagination-item a,
	.wa-pagination-item span {
		min-width: 42px;
		height: 42px;
		padding: 0 12px;
		font-size: 13px;
	}

	.wa-pagination-item.is-prev a,
	.wa-pagination-item.is-next a {
		min-width: 42px;
	}
}

.wa-inner-page .wa-booking-section.wa-booking-page {
	margin-top: 0;
	padding-top: 72px;
}

/* ===== 404 ===== */
.wa-error-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 32px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
	.wa-about-page-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.wa-inner-page .wa-page-hero:not(.wa-page-hero--about-luxury) {
		padding-top: calc(var(--wa-site-header-offset, 70px) + 24px);
		padding-bottom: 112px;
	}

	.wa-inner-page .wa-page-hero:not(.wa-page-hero--about-luxury) .wa-page-hero-inner,
	.wa-inner-page .wa-page-hero--about-luxury .wa-page-hero-inner--about {
		transform: translateY(-18px);
	}

	.wa-inner-page .wa-page-hero--about-luxury {
		min-height: clamp(540px, 66vh, 700px);
		padding-top: calc(var(--wa-site-header-offset, 70px) + 24px);
		padding-bottom: 96px;
	}

	.wa-about-hero-copy {
		max-width: 100%;
	}

	.wa-inner-page .wa-content-area {
		padding-left: clamp(18px, 5vw, 24px);
		padding-right: clamp(18px, 5vw, 24px);
	}

	.wa-services-grid--page {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wa-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wa-contact-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.wa-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wa-single-service-grid,
	.wa-single-fleet-grid {
		grid-template-columns: 1fr;
	}

	.wa-single-fleet-hero {
		grid-template-columns: 1fr;
	}

	.wa-single-fleet-specs {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.wa-inner-page .wa-page-hero:not(.wa-page-hero--about-luxury) {
		min-height: clamp(480px, 66vh, 580px);
		padding-top: calc(var(--wa-site-header-offset, 74px) + 20px);
		padding-bottom: 96px;
	}

	.wa-inner-page .wa-page-hero:not(.wa-page-hero--about-luxury) .wa-page-hero-inner,
	.wa-inner-page .wa-page-hero--about-luxury .wa-page-hero-inner--about {
		transform: translateY(-14px);
	}

	.wa-inner-page .wa-page-hero--about-luxury {
		min-height: clamp(480px, 66vh, 580px);
		padding-top: calc(var(--wa-site-header-offset, 74px) + 20px);
		padding-bottom: 96px;
	}

	.wa-page-hero-bg {
		transform: scale(var(--wa-page-hero-zoom, 1));
		background-position: center 30%;
	}

	.wa-inner-page .wa-page-hero::after {
		height: 80px;
	}

	.wa-page-card,
	.wa-contact-form-card,
	.wa-single-service-grid,
	.wa-single-fleet-grid {
		padding: 24px 20px;
	}

	.wa-contact-aside-intro,
	.wa-contact-info-panel,
	.wa-contact-page-content {
		padding: 22px 20px;
	}

	.wa-contact-grid {
		grid-template-columns: 1fr;
	}

	.wa-contact-page .wpcf7-form .wa-form-grid,
	.wa-contact-page .wpcf7-form .row {
		grid-template-columns: 1fr;
	}

	.wa-about-page-stats {
		grid-template-columns: 1fr;
	}

	.wa-services-grid--page {
		grid-template-columns: 1fr;
	}

	.wa-blog-grid {
		grid-template-columns: 1fr;
	}

	.wa-blog-section {
		padding-top: 56px;
		padding-bottom: 64px;
	}

	.wa-blog-card__body {
		padding: 20px;
	}

	.wa-blog-single__shell {
		margin-top: 16px;
	}

	.wa-blog-single__shell.has-featured-image {
		margin-top: -24px;
	}

	.wa-blog-single__shell.has-featured-image .wa-blog-single__card {
		margin-top: -40px;
		padding-top: 64px;
	}

	.wa-blog-single__hero {
		margin-inline: 0;
	}

	.wa-blog-single__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.wa-blog-single__footer .wa-btn {
		justify-content: center;
		width: 100%;
	}

	.wa-blog-single__nav {
		grid-template-columns: 1fr;
	}

	.wa-blog-single__nav-link--next {
		text-align: left;
	}

	.wa-services-intro-panel,
	.wa-services-highlights {
		padding: 22px 20px;
	}

	.wa-inner-page .wa-content-area {
		padding-top: 48px;
		padding-bottom: 64px;
		padding-left: clamp(18px, 5vw, 24px);
		padding-right: clamp(18px, 5vw, 24px);
	}
}

@media (max-width: 480px) {
	.wa-contact-card {
		padding: 18px 16px;
	}

	.wa-inner-page .wa-page-hero--about-luxury {
		padding-top: calc(var(--wa-site-header-offset, 66px) + 16px);
		padding-bottom: 84px;
	}

	.wa-inner-page .wa-page-hero:not(.wa-page-hero--about-luxury) .wa-page-hero-inner,
	.wa-inner-page .wa-page-hero--about-luxury .wa-page-hero-inner--about {
		transform: translateY(-10px);
	}

	.wa-inner-page .wa-content-area {
		padding-left: max(16px, env(safe-area-inset-left, 0px));
		padding-right: max(16px, env(safe-area-inset-right, 0px));
	}

	.wa-contact-highlights {
		padding: 18px 16px;
	}

	.wa-contact-form-card {
		border-radius: 18px;
	}
}

/* ===== SERVICE SINGLE (full-width) — scoped to CPT only ===== */
body.single-wa_service .wa-content-area--service-single {
	width: 100%;
	max-width: var(--wa-container);
	margin-left: auto;
	margin-right: auto;
	padding-top: clamp(28px, 4vw, 48px);
	padding-bottom: clamp(48px, 6vw, 80px);
}

body.single-wa_service .wa-service-single {
	padding-top: 0;
	width: 100%;
	max-width: none;
}

body.single-wa_service .wa-service-single__stage {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	border-radius: clamp(18px, 2.5vw, 28px);
	border: 1px solid rgba(94, 200, 237, 0.16);
	background:
		radial-gradient(ellipse 80% 55% at 100% 0%, rgba(42, 140, 207, 0.1) 0%, transparent 55%),
		linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(11, 20, 35, 0.28) 100%);
	box-shadow: 0 22px 56px rgba(11, 20, 35, 0.24);
}

body.single-wa_service .wa-service-single__media {
	position: relative;
	margin: 0;
	width: 100%;
	aspect-ratio: 21 / 9;
	min-height: clamp(200px, 28vw, 360px);
	max-height: 420px;
	overflow: hidden;
	background: rgba(11, 20, 35, 0.35);
}

body.single-wa_service .wa-service-single__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.8s ease;
}

body.single-wa_service .wa-service-single__stage:hover .wa-service-single__image {
	transform: scale(1.06);
}

body.single-wa_service .wa-service-single__media-shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(11, 20, 35, 0.05) 0%, rgba(11, 20, 35, 0.55) 100%),
		linear-gradient(90deg, rgba(11, 20, 35, 0.35) 0%, transparent 45%);
}

body.single-wa_service .wa-service-single__panel {
	position: relative;
	padding: clamp(28px, 4vw, 56px);
}

body.single-wa_service .wa-service-single__panel::before {
	content: '';
	position: absolute;
	top: 0;
	left: clamp(28px, 4vw, 56px);
	right: clamp(28px, 4vw, 56px);
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, #3598d5 0%, #5ec8ed 55%, rgba(94, 200, 237, 0.2) 100%);
}

body.single-wa_service .wa-service-single__header {
	margin-bottom: clamp(24px, 3vw, 36px);
}

body.single-wa_service .wa-service-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

body.single-wa_service .wa-service-single__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(94, 200, 237, 0.22);
	background: rgba(42, 140, 207, 0.08);
	color: var(--wa-blue-light);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: border-color var(--wa-transition), background var(--wa-transition), color var(--wa-transition);
}

body.single-wa_service .wa-service-single__badge--link:hover {
	border-color: rgba(94, 200, 237, 0.45);
	background: rgba(42, 140, 207, 0.16);
	color: #ffffff;
}

body.single-wa_service .wa-service-single__highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

body.single-wa_service .wa-service-single__highlights li {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(94, 200, 237, 0.14);
	background: rgba(255, 255, 255, 0.04);
	color: var(--wa-text);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
}

body.single-wa_service .wa-service-single__highlights i {
	flex: 0 0 auto;
	color: var(--wa-blue-light);
	font-size: 1.05rem;
}

body.single-wa_service .wa-service-single__content {
	width: 100%;
	max-width: none;
	font-size: clamp(1rem, 1.5vw, 1.1rem);
	line-height: 1.8;
	color: var(--wa-text);
}

body.single-wa_service .wa-service-single__content > *:first-child {
	margin-top: 0;
}

body.single-wa_service .wa-service-single__content p {
	margin-bottom: 1.35em;
}

body.single-wa_service .wa-service-single__content h2,
body.single-wa_service .wa-service-single__content h3,
body.single-wa_service .wa-service-single__content h4 {
	color: #ffffff;
	max-width: none;
}

body.single-wa_service .wa-service-single__content h2 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.25;
	margin: 1.6em 0 0.7em;
}

body.single-wa_service .wa-service-single__content img,
body.single-wa_service .wa-service-single__content .wp-block-image img,
body.single-wa_service .wa-service-single__content .elementor-widget-image img {
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(11, 20, 35, 0.22);
}

body.single-wa_service .wa-service-single__content .alignright,
body.single-wa_service .wa-service-single__content img.alignright {
	float: right;
	max-width: min(42%, 440px);
	margin: 0.35em 0 1.25em 1.5em;
}

body.single-wa_service .wa-service-single__content .alignleft,
body.single-wa_service .wa-service-single__content img.alignleft {
	float: left;
	max-width: min(42%, 440px);
	margin: 0.35em 1.5em 1.25em 0;
}

body.single-wa_service .wa-service-single__content .aligncenter,
body.single-wa_service .wa-service-single__content img.aligncenter {
	display: block;
	float: none;
	max-width: min(100%, 920px);
	margin-left: auto;
	margin-right: auto;
}

body.single-wa_service .wa-service-single__footer {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 32px);
	align-items: center;
	margin-top: clamp(36px, 5vw, 52px);
	padding: clamp(22px, 3vw, 32px);
	border-radius: 18px;
	border: 1px solid rgba(94, 200, 237, 0.16);
	background:
		radial-gradient(ellipse 70% 80% at 100% 50%, rgba(42, 140, 207, 0.14) 0%, transparent 60%),
		rgba(255, 255, 255, 0.04);
}

body.single-wa_service .wa-service-single__footer-title {
	margin: 0 0 6px;
	font-family: var(--wa-font-heading);
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 700;
	color: #ffffff;
}

body.single-wa_service .wa-service-single__footer-text {
	margin: 0;
	color: var(--wa-text-muted);
	line-height: 1.6;
}

body.single-wa_service .wa-service-single__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

body.single-wa_service .wa-service-single__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	max-width: none;
	margin: 28px 0 0;
}

body.single-wa_service .wa-service-single__nav-link {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 100%;
	padding: 22px 24px;
	border-radius: var(--wa-radius-lg);
	border: 1px solid rgba(94, 200, 237, 0.14);
	background: rgba(255, 255, 255, 0.03);
	text-decoration: none;
	transition: transform var(--wa-transition), border-color var(--wa-transition), box-shadow var(--wa-transition);
}

body.single-wa_service .wa-service-single__nav-link:hover {
	transform: translateY(-2px);
	border-color: rgba(94, 200, 237, 0.32);
	box-shadow: 0 12px 28px rgba(11, 20, 35, 0.18);
}

body.single-wa_service .wa-service-single__nav-link--next {
	text-align: right;
}

body.single-wa_service .wa-service-single__nav-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wa-blue-light);
}

body.single-wa_service .wa-service-single__nav-title {
	font-family: var(--wa-font-heading);
	font-size: 1.05rem;
	line-height: 1.45;
	color: #ffffff;
}

body.single-wa_service .wa-service-single__nav-spacer {
	display: block;
}

body.single-wa_service .wa-service-single__pages {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
}

@media (max-width: 1024px) {
	body.single-wa_service .wa-service-single__highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-wa_service .wa-service-single__footer {
		grid-template-columns: 1fr;
	}

	body.single-wa_service .wa-service-single__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	body.single-wa_service .wa-service-single__media {
		aspect-ratio: 16 / 9;
		max-height: 280px;
	}

	body.single-wa_service .wa-service-single__highlights {
		grid-template-columns: 1fr;
	}

	body.single-wa_service .wa-service-single__content .alignright,
	body.single-wa_service .wa-service-single__content img.alignright,
	body.single-wa_service .wa-service-single__content .alignleft,
	body.single-wa_service .wa-service-single__content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 0 1.25em;
	}

	body.single-wa_service .wa-service-single__nav {
		grid-template-columns: 1fr;
	}

	body.single-wa_service .wa-service-single__nav-link--next {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-wa_service .wa-service-single__image,
	body.single-wa_service .wa-service-single__stage:hover .wa-service-single__image,
	body.single-wa_service .wa-service-single__nav-link {
		transition: none;
		transform: none;
	}
}
