:root {
	--navy: #061e3c;
	--navy-2: #082b55;
	--gold: #d8a72f;
	--ink: #10213a;
	--muted: #69778b;
	--line: #e6e9ef;
	--surface: #ffffff;
	--soft: #f6f8fb;
	--radius: 8px;
}

* { box-sizing: border-box; }
body {
	margin: 0;
	color: var(--ink);
	background: #fff;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 86px;
	padding: 16px clamp(20px, 5vw, 64px);
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(16px);
	box-shadow: 0 1px 0 rgba(6,30,60,.08);
}
.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 210px;
	font-family: "Playfair Display", Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: var(--navy);
}
.site-brand__mark {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 2px solid rgba(216,167,47,.5);
	border-radius: 50%;
	font-size: 20px;
	letter-spacing: 0;
}
.site-brand strong { display: block; font-size: 24px; line-height: 1; }
.site-brand small { display: block; margin-top: 3px; font: 700 9px/1 Inter, sans-serif; letter-spacing: 3px; }
.site-nav { flex: 1; }
.site-nav__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
}
.button,
button.button,
.apb-button,
.site-header__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	border-radius: var(--radius);
	font-weight: 800;
	cursor: pointer;
}
.button--dark { background: var(--navy); color: #fff; }
.site-header__toggle { display: none; background: var(--soft); color: var(--navy); }

.hero {
	position: relative;
	min-height: 430px;
	display: grid;
	align-items: center;
	padding: 64px clamp(20px, 5vw, 64px) 112px;
	overflow: hidden;
}
.hero__media {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 38%, rgba(255,255,255,.08) 72%),
		url("../images/hero-airport-parking.jpg");
	background-size: cover;
	background-position: center right;
}
.hero__content {
	position: relative;
	max-width: 590px;
}
.eyebrow {
	margin: 0 0 10px;
	color: var(--gold);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1, h2 {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	color: var(--navy);
	line-height: 1.08;
}
h1 { font-size: clamp(42px, 6vw, 72px); }
h2 { font-size: clamp(30px, 4vw, 44px); text-align: center; }
h3 { margin: 0 0 8px; color: var(--navy); }
.hero p:not(.eyebrow) { max-width: 420px; color: #3e4a5e; font-size: 18px; }
.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}
.trust-row span,
.stats-strip span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	font-size: 13px;
}
.trust-row span::before,
.stats-strip span::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff7e1;
	color: var(--gold);
}

.quote-panel {
	position: relative;
	z-index: 3;
	width: min(1130px, calc(100% - 40px));
	margin: -74px auto 0;
	padding: 18px;
	background: var(--navy);
	border-radius: 14px;
	box-shadow: 0 22px 48px rgba(6,30,60,.24);
}
.stats-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	width: min(1130px, calc(100% - 40px));
	margin: 28px auto 0;
	padding: 8px 0 28px;
	color: #4a5667;
}
.section {
	padding: 54px clamp(20px, 5vw, 64px);
}
.section-heading {
	margin: 0 auto 34px;
	text-align: center;
}
.section-heading::after {
	content: "✈";
	display: block;
	margin-top: 5px;
	color: var(--gold);
	font-size: 20px;
}
.why {
	padding: 46px clamp(20px, 5vw, 64px) 56px;
	background: var(--navy);
	color: #d9e4f2;
}
.section-heading--light h2 { color: #fff; }
.why__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: min(1130px, 100%);
	margin: 0 auto;
}
.why__grid article {
	padding: 22px 24px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.22);
}
.why__grid article:last-child { border-right: 0; }
.why__grid span { color: var(--gold); font-size: 36px; }
.why__grid h3 { color: #fff; }
.why__grid p { margin: 0; font-size: 14px; }
.steps,
.reviews {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	width: min(1130px, 100%);
	margin: 0 auto;
}
.steps article { text-align: center; }
.steps span {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	margin: 0 auto 16px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	color: var(--gold);
	font-weight: 900;
	font-size: 24px;
}
.reviews { grid-template-columns: repeat(3, 1fr); }
.reviews article,
.content-card,
.faqs details {
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 12px 32px rgba(6,30,60,.06);
}
.reviews strong { color: var(--gold); }
.faqs {
	max-width: 900px;
	margin: 0 auto;
}
.faqs details { margin-bottom: 12px; }
.faqs summary { cursor: pointer; font-weight: 800; color: var(--navy); }

.page-shell {
	width: min(1040px, calc(100% - 40px));
	margin: 48px auto;
}
.page-shell--narrow { width: min(840px, calc(100% - 40px)); }
.page-hero {
	padding: 76px 20px;
	text-align: center;
	background: var(--soft);
}

.site-footer {
	padding: 52px clamp(20px, 5vw, 64px) 22px;
	background: var(--navy);
	color: #d7e4f3;
}
.site-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 52px;
	width: min(1130px, 100%);
	margin: 0 auto;
}
.site-brand--footer { color: #fff; }
.site-footer h2 {
	margin-bottom: 16px;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 16px;
	text-align: left;
}
.site-footer a { display: block; margin: 8px 0; }
.social-links { display: flex; gap: 10px; }
.social-links a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 50%;
}
.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(1130px, 100%);
	margin: 34px auto 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.16);
	font-size: 13px;
}

@media (max-width: 920px) {
	.site-header { flex-wrap: wrap; gap: 16px; }
	.site-nav {
		display: none;
		order: 4;
		width: 100%;
	}
	.site-nav.is-open { display: block; }
	.site-nav__list { align-items: flex-start; flex-direction: column; gap: 12px; }
	.site-header__toggle { display: inline-flex; margin-left: auto; }
	.site-header__manage { margin-left: auto; }
	.stats-strip,
	.why__grid,
	.steps,
	.reviews,
	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
	.why__grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 640px) {
	.site-header__manage { display: none; }
	.hero { min-height: 560px; padding-top: 42px; }
	.hero__media {
		background:
			linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 48%, rgba(255,255,255,.4) 100%),
			url("../images/hero-airport-parking.jpg");
		background-size: cover;
		background-position: center;
	}
	.quote-panel { margin-top: -110px; }
	.stats-strip,
	.why__grid,
	.steps,
	.reviews,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}
	.site-footer__bottom { flex-direction: column; }
}
