/* ==========================================================================
   SkyTrade Aviation — Offshore Transfers
   Hero, stats, coverage map, fleet cards, contact grid, CTA band
   ========================================================================== */

.offshore-page .booking-glass-card {
	margin-top: 0;
}

/* ---------- HERO ---------- */
.offshore-hero {
	position: relative;
	min-height: 640px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--st-navy);
}
.offshore-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.offshore-hero__bg img,
.offshore-hero__bg .skytrade-img,
.offshore-hero__bg .skytrade-img-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offshore-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(10,22,40,.55) 0%, rgba(10,22,40,.85) 100%);
}
.offshore-hero__content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	padding-block: 96px;
}
.offshore-hero__headline {
	font-family: var(--st-font-display);
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	line-height: 1.1;
	color: #fff;
	margin: 12px 0 20px;
}
.offshore-hero__headline span { color: var(--st-gold); }
.offshore-hero__sub {
	color: #cbd5e1;
	font-size: 1.05rem;
	max-width: 560px;
	margin-bottom: 24px;
}
.offshore-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 32px;
}
.offshore-trust-pill {
	font-size: .75rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #e2e8f0;
	border: 1px solid rgba(201,168,76,.4);
	border-radius: 999px;
	padding: 6px 14px;
}

/* ---------- HERO FADE-UP + SCROLL HINT ---------- */
.offshore-fade-up {
	opacity: 0;
	transform: translateY(16px);
	animation: offshoreFadeUp .6s ease forwards;
}
.offshore-fade-up--1 { animation-delay: .1s; }
.offshore-fade-up--2 { animation-delay: .2s; }
.offshore-fade-up--3 { animation-delay: .32s; }
.offshore-fade-up--4 { animation-delay: .44s; }
.offshore-fade-up--5 { animation-delay: .56s; }
@keyframes offshoreFadeUp {
	to { opacity: 1; transform: translateY(0); }
}
.offshore-hero__scroll-hint {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 24px;
	height: 40px;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 14px;
}
.offshore-hero__scroll-hint span {
	display: block;
	width: 4px;
	height: 8px;
	background: var(--st-gold);
	border-radius: 2px;
	margin: 6px auto 0;
	animation: offshoreScrollDot 1.6s ease-in-out infinite;
}
@keyframes offshoreScrollDot {
	0%, 100% { transform: translateY(0); opacity: 1; }
	50% { transform: translateY(10px); opacity: .3; }
}

/* ---------- STATS BAR ---------- */
.offshore-stats-bar {
	background: var(--st-navy-dark, #060f1e);
	padding-block: 28px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.offshore-stats-bar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	flex-wrap: wrap;
}
.offshore-stat { text-align: center; }
.offshore-stat__num {
	display: block;
	font-family: var(--st-font-display);
	font-size: 1.6rem;
	color: var(--st-gold);
}
.offshore-stat__label {
	display: block;
	font-size: .72rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #94a3b8;
	margin-top: 2px;
}
.offshore-stat-divider {
	width: 1px;
	height: 32px;
	background: rgba(255,255,255,.12);
}

/* ---------- COVERAGE MAP ---------- */
.offshore-coverage-section {
	padding-block: 72px;
	background: var(--st-navy);
}
.offshore-coverage-section .eyebrow,
.offshore-coverage-section h2 {
	color: #fff;
}
.offshore-coverage-section .text-muted {
	color: #94a3b8;
}
.offshore-journey-title {
	margin: 0 0 12px;
	color: var(--st-white);
}
.offshore-journey-type {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}
.offshore-journey-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid var(--st-navy-mid);
	border-radius: 8px;
	background: var(--st-navy-light);
	color: var(--st-white-60);
	font-size: .9rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color .2s, color .2s, background .2s;
}
.offshore-journey-option:has(input:checked) {
	border-color: var(--st-gold);
	color: var(--st-white);
	background: rgba(201,168,76,.08);
}
.offshore-journey-option input {
	accent-color: var(--st-gold);
}
.offshore-duration-field {
	margin-bottom: 20px;
}
.offshore-duration-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.offshore-map-wrap {
	margin-top: 32px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(10,22,40,.15);
}
.offshore-map-wrap .map-mode-bar {
	border-radius: 0;
	border-bottom: none;
}
.offshore-map-wrap .offshore-map {
	border-radius: 0;
	margin-bottom: 0;
}
.offshore-map-wrap .offshore-coords-row {
	border-radius: 0;
}
.offshore-map-wrap #offshore-reset-map,
.offshore-map-wrap .btn-ghost-inline {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	background: var(--st-navy);
	border: 1px solid var(--st-navy-mid);
	border-top: none;
	border-radius: 0 0 16px 16px;
	text-align: center;
}
.offshore-map {
	width: 100%;
	height: 480px;
	background: #0A1628;
}
.offshore-map-marker-wrap {
	background: transparent;
	border: none;
}
.offshore-map-marker {
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--st-gold);
	border: 2px solid #fff;
	box-shadow: 0 0 0 4px rgba(201,168,76,.25);
}
.offshore-map-marker__pulse {
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	border: 1px solid rgba(201,168,76,.6);
	animation: offshorePulse 2.4s ease-out infinite;
}
@keyframes offshorePulse {
	0%   { transform: scale(.6); opacity: .8; }
	100% { transform: scale(2.4); opacity: 0; }
}
.offshore-map-tooltip {
	font-family: var(--st-font-body);
	font-size: .8rem;
	font-weight: 600;
	color: var(--st-navy);
	background: #fff;
	border-radius: 6px;
	padding: 4px 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
	border: none;
}

.offshore-map-status {
	margin-top: 20px;
}
.offshore-map-hint {
	color: var(--st-white-60);
	font-size: .92rem;
	line-height: 1.5;
	margin: 0 0 12px;
}
.offshore-map-result {
	font-size: .9rem;
	font-weight: 600;
	padding: 12px 16px;
	border-radius: 8px;
	line-height: 1.4;
}
.offshore-map-result--ok {
	color: var(--st-white);
	background: rgba(56,161,105,.12);
	border: 1px solid rgba(56,161,105,.3);
}
.offshore-route-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 8px 0;
	font-weight: 600;
	color: var(--st-white);
}
.offshore-fuel-warning {
	color: var(--st-amber);
	font-size: .88rem;
	font-weight: 400;
	margin-top: 6px;
}
.offshore-fuel-warning--return {
	margin-top: 4px;
}
.offshore-fuel-ok {
	color: var(--st-green);
	font-size: .88rem;
	font-weight: 400;
	margin-top: 6px;
}
.offshore-pin-marker {
	background: transparent;
	border: none;
	filter: drop-shadow(0 3px 6px rgba(0,0,0,.4));
}
.offshore-map-result--error {
	color: #fecaca;
	background: rgba(239,68,68,.12);
	border: 1px solid rgba(239,68,68,.35);
}

/* ---------- FLEET CARDS ---------- */
.offshore-fleet-section { padding-block: 72px; background: var(--st-navy); }
.offshore-fleet-section .eyebrow,
.offshore-fleet-section h2 { color: var(--st-white); }

.offshore-fleet-card {
	background: var(--st-navy-light);
	border-radius: var(--st-radius-card);
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0,0,0,.25);
	transition: transform .25s ease, box-shadow .25s ease;
}
.offshore-fleet-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(0,0,0,.35);
}
.offshore-fleet-card__image { aspect-ratio: 16/10; }
.offshore-fleet-card__image img,
.offshore-fleet-card__image .skytrade-img-placeholder {
	width: 100%; height: 100%; object-fit: cover;
}
.offshore-fleet-card__body { padding: 28px; }
.offshore-fleet-card__body h3 {
	font-family: var(--st-font-display);
	font-size: 1.5rem;
	color: var(--st-white);
	margin: 6px 0 12px;
}
.offshore-fleet-card__body .text-muted { color: var(--st-white-60); }
.offshore-fleet-card__specs {
	display: flex;
	gap: 28px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--st-divider-color);
}
.offshore-fleet-card__specs strong {
	display: block;
	font-family: var(--st-font-display);
	font-size: 1.15rem;
	color: var(--st-white);
}
.offshore-fleet-card__specs span {
	display: block;
	font-size: .72rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--st-white-60);
	margin-top: 2px;
}
.offshore-fleet-select {
	width: 100%;
	margin-top: 24px;
}
.offshore-fleet-card.is-selected {
	outline: 2px solid var(--st-gold);
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(201,168,76,.2);
}

/* ---------- CONTACT SECTION ---------- */
.offshore-contact-section { padding-block: 80px; background: var(--st-navy); }
.offshore-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}
@media (min-width: 960px) {
	.offshore-contact-grid { grid-template-columns: 1.5fr 1fr; }
}

.offshore-form-col .booking-glass-card {
	background: var(--st-navy-light);
	color: var(--st-white-90);
}
.offshore-sidebar-intro { color: var(--st-white-60); margin-bottom: 16px; }
.offshore-sidebar-call {
	display: block;
	text-align: center;
	background: var(--st-navy);
	color: #fff;
	border-radius: 10px;
	padding: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	text-decoration: none;
}
.offshore-sidebar-call--wa { background: #25D366; }
.offshore-available {
	text-align: center;
	font-size: .8rem;
	color: var(--st-white-60);
	margin-top: 8px;
}
.offshore-pricing-note { color: var(--st-white-60); font-size: .92rem; }

.heli-info-card {
	background: var(--st-navy-light);
	border: 1px solid var(--st-navy-mid);
}
.heli-info-card .eyebrow-gold { color: var(--st-gold); }
.heli-includes li { color: var(--st-white-90); }

/* ---------- CTA BAND ---------- */
.offshore-cta-band {
	background: var(--st-navy);
	padding-block: 64px;
	text-align: center;
}
.offshore-cta-band__title {
	font-family: var(--st-font-display);
	color: #fff;
	font-size: 2rem;
	margin: 8px 0 12px;
}
.offshore-cta-band__sub { color: #94a3b8; margin-bottom: 24px; }

@media (max-width: 640px) {
	.offshore-stat-divider { display: none; }
	.offshore-map { height: 360px; }
	.offshore-fleet-card__specs { flex-wrap: wrap; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.offshore-fleet-card,
	.offshore-fleet-card:hover {
		transition: none;
		transform: none;
	}
	.offshore-map-marker__pulse {
		animation: none;
	}
	.offshore-fade-up {
		animation: none;
		opacity: 1;
		transform: none;
	}
	.offshore-hero__scroll-hint span {
		animation: none;
	}
}
