/* ==========================================================================
   Iconic Bangladesh Travel — Home Page Styles
   Palette: Premium Navy + Gold. Dashboard / booking-app layout.
   ========================================================================== */

/* ---------- Shared layout helpers ---------- */
.front-page .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.section-header {
	margin-bottom: 28px;
}
.section-header--centered {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.section-title {
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	font-weight: 700;
	color: var(--text);
	margin: 0 0 8px;
	letter-spacing: -0.015em;
	line-height: 1.15;
}
.section-subtitle {
	font-size: 1rem;
	color: var(--text-muted);
	margin: 0;
	line-height: 1.55;
}

/* ---------- Buttons (scoped) ---------- */
.front-page .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.95rem;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.2;
	transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
	white-space: nowrap;
}
.front-page .btn:focus-visible {
	outline: 3px solid rgba(10, 37, 64, .35);
	outline-offset: 2px;
}
.front-page .btn--lg { padding: 14px 28px; font-size: 1rem; }
.front-page .btn--accent {
	background: var(--accent);
	color: var(--primary);
	box-shadow: 0 6px 18px rgba(212, 162, 76, .35);
}
.front-page .btn--accent:hover {
	background: var(--accent-dark);
	color: var(--primary);
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(212, 162, 76, .45);
}
.front-page .btn--outline-white {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,.7);
}
.front-page .btn--outline-white:hover {
	background: rgba(255,255,255,.12);
	border-color: #fff;
}
.front-page .btn--whatsapp {
	background: #25D366;
	color: #fff;
}
.front-page .btn--whatsapp:hover {
	background: #1ebe5b;
	transform: translateY(-2px);
}

/* ==========================================================================
   HERO — DASHBOARD STYLE (shorter, denser, navy)
   ========================================================================== */
.hero {
	position: relative;
	min-height: clamp(440px, 55vh, 560px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--primary);
	overflow: hidden;
	padding: 60px 0 140px;
	isolation: isolate;
}
.hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.hero__pattern {
	width: 100%;
	height: 100%;
	opacity: 0.04;
}
.hero-pattern {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background-image: radial-gradient(rgba(255,255,255,0.40) 1px, transparent 1px);
	background-size: 22px 22px;
	opacity: 0.04;
}
.hero__inner {
	position: relative;
	z-index: 2;
	text-align: center;
}
.hero__headline {
	font-family: 'Fraunces', Georgia, serif;
	font-size: clamp(2rem, 1.4rem + 2.4vw, 3.25rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.025em;
	margin: 0 0 14px;
	color: #fff;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.hero__headline em {
	font-style: italic;
	color: var(--accent);
	font-weight: 600;
}
.hero__subheadline {
	font-size: clamp(0.98rem, 1.4vw, 1.15rem);
	color: rgba(255,255,255,.88);
	max-width: 640px;
	margin: 0 auto 24px;
	line-height: 1.5;
}
.hero__ctas {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

/* Inline stats row — single horizontal line, refined */
.hero__stats,
.hero__stats--inline {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 22px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: rgba(255,255,255,.88);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.hero__stat {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
}
.hero__stat strong {
	color: var(--accent-light);
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: -0.01em;
	text-transform: none;
}
.hero__stat-sep {
	width: 1px;
	height: 22px;
	background: rgba(255,255,255,.35);
}
.hero-deco { display: none; }
.hero-decorations { display: none; }

@media (max-width: 640px) {
	.hero {
		min-height: clamp(400px, 60vh, 500px);
		padding: 50px 0 120px;
	}
	.hero__ctas {
		flex-direction: column;
		align-items: stretch;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero__stats { font-size: 0.72rem; gap: 14px; }
	.hero__stat-sep { display: none; }
}

/* ==========================================================================
   AIR TICKET SECTION — DOMINANT BOOKING WIDGET
   ========================================================================== */
.air-ticket-section {
	background: var(--bg);
	padding: 0 0 72px;
	position: relative;
}
.air-ticket-section--dashboard {
	padding: 0 0 80px;
}
.air-ticket-card {
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 20px 60px -10px rgba(10, 37, 64, .18), 0 6px 18px -8px rgba(10,37,64,.10);
	margin-top: -120px;
	position: relative;
	z-index: 2;
	border: 1px solid var(--border);
}
@media (max-width: 768px) {
	.air-ticket-card {
		margin-top: -100px;
		padding: 22px;
		border-radius: 14px;
	}
}
.air-ticket-section .section-header {
	margin-top: 56px;
	margin-bottom: 24px;
}

/* tabs */
.trip-tabs {
	display: inline-flex;
	gap: 4px;
	background: var(--bg-soft);
	padding: 5px;
	border-radius: 12px;
	margin-bottom: 22px;
}
.trip-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border: none;
	background: transparent;
	color: var(--text-muted);
	font-weight: 600;
	font-size: 0.92rem;
	cursor: pointer;
	border-radius: 8px;
	transition: all .2s ease;
}
.trip-tab:hover { color: var(--primary); }
.trip-tab.is-active {
	background: var(--primary);
	color: #fff;
	box-shadow: 0 4px 12px rgba(10, 37, 64, .25);
}

/* form grid — bigger fields, more prominent */
.flight-search-form {
	display: grid;
	grid-template-columns: 1.4fr auto 1.4fr 1fr 1fr 1fr 1fr;
	gap: 12px;
	align-items: end;
}
@media (max-width: 1100px) {
	.flight-search-form {
		grid-template-columns: 1fr 1fr;
	}
	.form-field--swap { display: none; }
	.form-field--submit { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
	.flight-search-form { grid-template-columns: 1fr; }
}

.form-field {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.form-field label {
	font-size: 0.76rem;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="date"],
.form-field select,
.form-field textarea {
	width: 100%;
	padding: 14px 14px;
	border: 1.5px solid var(--border);
	border-radius: 10px;
	font-size: 0.95rem;
	color: var(--text);
	background: #fff;
	transition: border-color .15s ease, box-shadow .15s ease;
	font-family: inherit;
	box-sizing: border-box;
	min-height: 52px;
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	outline: none;
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(10, 37, 64, .12);
}
.form-field input:disabled {
	background: var(--bg-soft);
	color: var(--text-muted);
	cursor: not-allowed;
}

.input-with-icon { position: relative; }
.input-with-icon .input-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--primary);
	pointer-events: none;
}
.input-with-icon input { padding-left: 40px !important; }

.form-field--swap {
	display: flex;
	align-items: end;
	padding-bottom: 4px;
}
.swap-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1.5px solid var(--border);
	background: #fff;
	color: var(--primary);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .25s ease, background .2s ease, border-color .2s ease;
}
.swap-btn:hover {
	background: var(--bg-soft);
	border-color: var(--accent);
	transform: rotate(180deg);
}

.form-field--submit { display: flex; align-items: end; }
.flight-submit { width: 100%; min-height: 52px; }
@media (min-width: 1100px) {
	.flight-submit { width: 100%; }
}

/* popular routes */
.popular-routes {
	margin-top: 22px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.popular-routes__label {
	font-size: 0.82rem;
	color: var(--text-muted);
	font-weight: 600;
	margin-right: 4px;
}
.popular-routes__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.route-pill {
	background: var(--bg-soft);
	border: 1px solid var(--border);
	color: var(--text);
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 0.85rem;
	cursor: pointer;
	font-weight: 500;
	transition: all .15s ease;
}
.route-pill:hover {
	background: rgba(212, 162, 76, .10);
	border-color: var(--accent);
	color: var(--accent-dark);
}

/* trust badges */
.trust-badges {
	list-style: none;
	padding: 18px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid var(--border);
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	justify-content: center;
}
.trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	color: var(--text-muted);
	font-weight: 600;
}
.trust-badge svg {
	color: var(--success);
	background: rgba(45, 125, 95, .12);
	border-radius: 50%;
	padding: 2px;
	width: 20px;
	height: 20px;
}

/* ==========================================================================
   === PREMIUM AIR-TICKET UPGRADE ===
   ========================================================================== */

.air-ticket-section--premium {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background:
		radial-gradient(700px 480px at 8% 0%, rgba(212, 162, 76, 0.06), transparent 60%),
		radial-gradient(700px 480px at 92% 100%, rgba(10, 37, 64, 0.05), transparent 60%),
		linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 60%);
}
@media (max-width: 768px) {
	.air-ticket-section--premium {
		padding: 48px 0;
		justify-content: flex-start;
	}
}

.air-ticket-section--premium .section-header { margin-top: 0; }

/* --- Video background (deferred load) --- */
.air-ticket-section--video { color: #fff; }
.air-ticket-video-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #1a4d6b;
	width: 100%;
	height: 100%;
}
.air-ticket-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	pointer-events: none;
	user-select: none;
}
.air-ticket-video-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 70% at 50% 45%, rgba(10,37,64,0.55) 0%, rgba(10,37,64,0.30) 60%, rgba(10,37,64,0.15) 100%),
		linear-gradient(180deg, rgba(10,37,64,0.40) 0%, rgba(10,37,64,0.25) 50%, rgba(10,37,64,0.45) 100%);
	pointer-events: none;
}
.air-ticket-section--video > .container,
.air-ticket-section--video > .air-ticket-decorations { position: relative; z-index: 2; }
.air-ticket-section--video .air-ticket-bg { opacity: 0.15; z-index: 1; }
.air-ticket-section--video .eyebrow,
.air-ticket-section--video .section-title,
.air-ticket-section--video .section-subtitle,
.air-ticket-section--video .air-ticket-fare-quote,
.air-ticket-section--video .trust-stat__label,
.air-ticket-section--video .trust-stat__value { color: #fff; }
.air-ticket-section--video .section-subtitle { color: rgba(255,255,255,0.92); }
@media (prefers-reduced-motion: reduce) {
	.air-ticket-video { display: none; }
}

/* --- ShareTrip-style banner hero layout --- */
.air-ticket-section--video {
	padding: 0 !important;
	min-height: 0 !important;
	display: block !important;
	background: #f5f6f8;
	position: relative;
	overflow: visible;
}
.air-ticket-section--video .air-ticket-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 360px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.air-ticket-section--video > .container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	display: block;
}
.air-ticket-section--video .section-header--hero {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
	padding: 48px 0 24px;
	position: relative;
	z-index: 2;
}
@media (max-width: 768px) {
	.air-ticket-section--video .air-ticket-video-wrap { height: 280px; }
	.air-ticket-section--video .section-header--hero { padding: 32px 0 18px; }
}
.air-ticket-section--video .title-swash,
.air-ticket-section--video .hero-pricing-teaser,
.air-ticket-section--video .hero-metrics,
.air-ticket-section--video .live-indicator,
.air-ticket-section--video .hero-divider,
.air-ticket-section--video .air-ticket-decorations,
.air-ticket-section--video .air-ticket-ribbon {
	display: none !important;
}
.air-ticket-section--video .eyebrow {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 14px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.25);
	text-shadow: 0 1px 4px rgba(0,0,0,0.3);
	font-size: 11px;
	padding: 6px 14px;
}
.air-ticket-section--video .section-title--hero {
	color: #fff;
	font-size: clamp(30px, 4.2vw, 52px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.025em;
	margin: 0 0 12px;
	text-shadow: 0 3px 18px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.45);
}
.air-ticket-section--video .section-title--hero .title-flight {
	position: relative;
	display: inline-block;
}
.air-ticket-section--video .section-title--hero .title-flight em {
	font-style: italic;
	font-weight: 800;
	background: none;
	-webkit-background-clip: initial;
	background-clip: initial;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	filter: drop-shadow(0 3px 18px rgba(0,0,0,0.55)) drop-shadow(0 1px 3px rgba(0,0,0,0.45));
	animation: none;
}
.air-ticket-section--video .section-title--hero .title-flight::after {
	content: none;
	display: none;
}
@keyframes heroUnderline {
	0%, 100% { transform: scaleX(0.6); opacity: 0.5; }
	50%      { transform: scaleX(1); opacity: 0.9; }
}
.air-ticket-section--video .section-subtitle--hero {
	color: rgba(255,255,255,0.96);
	font-size: clamp(14px, 1.3vw, 17px);
	font-weight: 500;
	margin: 0 auto;
	max-width: 560px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.55), 0 1px 2px rgba(0,0,0,0.5);
	line-height: 1.45;
}
.air-ticket-section--video .section-subtitle--hero strong {
	color: #ffffff;
	font-weight: 700;
	border-bottom: none;
	padding-bottom: 0;
}
.air-ticket-section--video .section-subtitle--hero strong { color: #fff; }

/* Booking card — top edge overlaps video bottom, rest sits on white bg */
.air-ticket-section--video .air-ticket-card,
.air-ticket-section--video .air-ticket-card--premium {
	margin-top: 0;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 25px 60px -15px rgba(0,0,0,0.45), 0 8px 24px -8px rgba(0,0,0,0.2);
	border: 0;
	padding: 28px 28px 32px;
	position: relative;
	z-index: 3;
	margin-bottom: 60px;
	overflow: hidden;
}
.air-ticket-section--video .air-ticket-card::before,
.air-ticket-section--video .air-ticket-card::after,
.air-ticket-section--video .air-ticket-card--premium::before,
.air-ticket-section--video .air-ticket-card--premium::after {
	display: none !important;
	content: none !important;
}
@media (max-width: 768px) {
	.air-ticket-section--video .air-ticket-card,
	.air-ticket-section--video .air-ticket-card--premium {
		padding: 20px 18px 18px;
		border-radius: 14px;
	}
	.air-ticket-section--video .section-header--hero { margin-bottom: 20px; }
}
.air-ticket-section--video .container { max-width: 1280px; }

.air-ticket-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.5;
	background-image:
		radial-gradient(rgba(212, 162, 76, 0.15) 1.2px, transparent 1.2px),
		radial-gradient(rgba(10, 37, 64, 0.08) 1.2px, transparent 1.2px);
	background-size: 32px 32px, 48px 48px;
	background-position: 0 0, 16px 16px;
	z-index: 0;
}

.air-ticket-section--premium .container { position: relative; z-index: 2; }

.air-ticket-cloud {
	position: absolute;
	top: 8%;
	right: 4%;
	color: var(--primary);
	opacity: 0.12;
	z-index: 1;
	pointer-events: none;
}
.air-ticket-plane {
	position: absolute;
	bottom: 8%;
	left: 4%;
	color: var(--accent);
	opacity: 0.12;
	transform: rotate(-15deg);
	z-index: 1;
	pointer-events: none;
}

@keyframes air-float {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-14px); }
}
@keyframes air-float-plane {
	0%, 100% { transform: rotate(-15deg) translateY(0); }
	50%      { transform: rotate(-15deg) translateY(-18px); }
}
.air-ticket-cloud.float-anim { animation: air-float 7s ease-in-out infinite; }
.air-ticket-plane.float-anim { animation: air-float-plane 9s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
	.air-ticket-cloud.float-anim,
	.air-ticket-plane.float-anim { animation: none !important; }
}

/* Eyebrow decorated */
.eyebrow--decorated {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--accent-dark);
	font-weight: 700;
	letter-spacing: 0.15em;
	padding: 6px 18px;
	background: rgba(212, 162, 76, 0.10);
	border-radius: 999px;
	font-size: 0.75rem;
	text-transform: uppercase;
}

/* Big section title */
.section-title--xl {
	font-family: 'Fraunces', Georgia, serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	line-height: 1.15;
	margin: 14px 0 10px;
}
.section-title--xl em {
	font-style: italic;
	color: var(--accent);
	font-family: 'Fraunces', Georgia, serif;
}

/* Live indicator */
.live-indicator {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	background: rgba(45, 125, 95, 0.10);
	color: #2D7D5F;
	border-radius: 999px;
	font-size: 0.85rem;
	margin-top: 12px;
	font-weight: 500;
}
.live-indicator strong { color: #1F5C45; font-weight: 700; }
.live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2D7D5F;
	position: relative;
	flex: 0 0 8px;
}
.live-dot::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #2D7D5F;
	animation: live-pulse 2s ease-out infinite;
}
@keyframes live-pulse {
	0%   { transform: scale(1);   opacity: 0.6; }
	100% { transform: scale(2.5); opacity: 0;   }
}
@media (prefers-reduced-motion: reduce) {
	.live-dot::after { animation: none; }
}

/* ==========================================================================
   === HERO HEADER UPGRADE (Find your perfect flight) ===
   ========================================================================== */

.section-header--hero {
	position: relative;
	max-width: 920px;
	margin: 0 auto 38px;
	padding: 8px 0 0;
}

/* Eyebrow with gold-foil gradient border */
.eyebrow--foil {
	position: relative;
	background: linear-gradient(135deg, rgba(212, 162, 76, 0.18), rgba(212, 162, 76, 0.06) 40%, rgba(212, 162, 76, 0.18));
	border: 1px solid rgba(212, 162, 76, 0.35);
	box-shadow: 0 4px 14px -6px rgba(184, 134, 46, 0.35);
	padding: 7px 20px;
	letter-spacing: 0.18em;
}

/* Hero title — larger, tighter */
.section-title--hero {
	font-size: clamp(2.25rem, 5.2vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.01em;
	margin: 18px 0 14px;
}
.section-title--hero .title-flight {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.section-title--hero .title-flight em {
	background: linear-gradient(135deg, #E9C374 0%, #C9942C 45%, #D4A24C 70%, #E9C374 100%);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: hero-gold-shine 6s ease-in-out infinite;
	font-style: italic;
}
@keyframes hero-gold-shine {
	0%, 100% { background-position: 0% 50%; }
	50%      { background-position: 100% 50%; }
}
.title-swash {
	position: absolute;
	left: 4%;
	right: -2%;
	bottom: -14px;
	width: 96%;
	height: 18px;
	color: var(--accent);
	opacity: 0.85;
	stroke-dasharray: 480;
	stroke-dashoffset: 480;
	animation: hero-swash-draw 1.6s ease-out 0.3s forwards;
}
@keyframes hero-swash-draw {
	to { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.section-title--hero .title-flight em { animation: none; }
	.title-swash { animation: none; stroke-dashoffset: 0; }
}

/* Hero subtitle */
.section-subtitle--hero {
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	color: var(--text-muted, #5a6b7a);
	margin: 24px auto 18px;
	max-width: 640px;
	line-height: 1.55;
}
.section-subtitle--hero strong {
	color: var(--primary, #0A2540);
	font-weight: 700;
	background: linear-gradient(180deg, transparent 65%, rgba(212, 162, 76, 0.28) 65%);
	padding: 0 3px;
}

/* Pricing teaser pill */
.hero-pricing-teaser {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 22px 11px 18px;
	background: linear-gradient(135deg, #FFF8E7 0%, #FBEFCD 50%, #FFF8E7 100%);
	border: 1px solid rgba(212, 162, 76, 0.45);
	border-radius: 999px;
	font-size: 0.92rem;
	color: var(--primary, #0A2540);
	box-shadow:
		0 10px 30px -10px rgba(184, 134, 46, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.6);
	overflow: hidden;
	margin: 6px 0 22px;
}
.hero-pricing-teaser strong {
	color: var(--accent-dark, #B8862E);
	font-weight: 800;
}
.hero-pricing-teaser__icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--accent), var(--accent-dark));
	color: #fff;
	flex: 0 0 28px;
	box-shadow: 0 4px 10px -2px rgba(184, 134, 46, 0.5);
}
.hero-pricing-teaser__shine {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60%;
	width: 50%;
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%);
	transform: skewX(-20deg);
	animation: hero-shine-sweep 4.5s ease-in-out infinite;
	pointer-events: none;
}
@keyframes hero-shine-sweep {
	0%   { left: -60%; }
	60%  { left: 120%; }
	100% { left: 120%; }
}
@media (prefers-reduced-motion: reduce) {
	.hero-pricing-teaser__shine { animation: none; display: none; }
}

/* Hero metric cards */
.hero-metrics {
	list-style: none;
	padding: 0;
	margin: 6px auto 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 760px;
}
.hero-metric {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78));
	border: 1px solid rgba(212, 162, 76, 0.28);
	border-radius: 14px;
	box-shadow:
		0 12px 28px -16px rgba(10, 37, 64, 0.20),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	text-align: left;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hero-metric:hover {
	transform: translateY(-3px);
	border-color: rgba(212, 162, 76, 0.55);
	box-shadow:
		0 18px 36px -16px rgba(10, 37, 64, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.hero-metric__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(212, 162, 76, 0.18), rgba(212, 162, 76, 0.08));
	color: var(--accent-dark, #B8862E);
	border: 1px solid rgba(212, 162, 76, 0.35);
}
.hero-metric__body {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	min-width: 0;
}
.hero-metric__value {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--primary, #0A2540);
	letter-spacing: -0.01em;
}
.hero-metric__label {
	font-size: 0.78rem;
	color: var(--text-muted, #6a7886);
	margin-top: 2px;
}

/* Refined live indicator in hero */
.live-indicator--hero {
	margin-top: 6px;
	background: rgba(45, 125, 95, 0.08);
	border: 1px solid rgba(45, 125, 95, 0.22);
	padding: 7px 16px;
}

/* Hero divider — gold dotted with plane */
.hero-divider {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 460px;
	margin: 28px auto 0;
	color: var(--accent, #D4A24C);
	opacity: 0.9;
}
.hero-divider__line {
	flex: 1;
	height: 1px;
	background-image: linear-gradient(90deg, currentColor 0, currentColor 4px, transparent 4px, transparent 10px);
	background-size: 10px 1px;
	opacity: 0.65;
}
.hero-divider__plane {
	transform: rotate(8deg);
	filter: drop-shadow(0 2px 4px rgba(184, 134, 46, 0.35));
}

/* Responsive */
@media (max-width: 768px) {
	.section-title--hero { font-size: clamp(2rem, 8vw, 2.6rem); }
	.title-swash { bottom: -8px; height: 12px; }
	.hero-pricing-teaser {
		font-size: 0.82rem;
		padding: 9px 16px 9px 14px;
	}
	.hero-metrics {
		grid-template-columns: 1fr;
		max-width: 360px;
		gap: 10px;
	}
	.hero-metric { padding: 12px 14px; }
	.hero-divider { max-width: 280px; margin-top: 22px; }
}

/* Premium card */
.air-ticket-card--premium {
	position: relative;
	padding: 36px;
	border-radius: 18px;
	border-top: 4px solid var(--accent);
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	box-shadow:
		0 30px 80px -20px rgba(10, 37, 64, 0.25),
		0 0 0 1px rgba(212, 162, 76, 0.15) inset;
	overflow: visible;
}
.air-ticket-card--premium::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent-dark), var(--accent), var(--accent-light), var(--accent));
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	pointer-events: none;
}
.air-ticket-ribbon {
	position: absolute;
	top: 14px;
	right: -8px;
	background: linear-gradient(135deg, var(--accent), var(--accent-dark));
	color: #fff;
	padding: 6px 14px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 4px;
	transform: rotate(-2deg);
	box-shadow: 0 6px 16px -4px rgba(184, 134, 46, 0.45);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	z-index: 3;
}
.air-ticket-ribbon svg { color: #fff; }

@media (max-width: 768px) {
	.air-ticket-section--premium { padding: 64px 0; }
	.air-ticket-card--premium { padding: 22px; border-radius: 14px; }
	.air-ticket-ribbon { font-size: 0.6rem; padding: 4px 10px; }
}

/* 3-column tabs */
.trip-tabs--3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	width: 100%;
	max-width: 460px;
}
.trip-tabs--3 .trip-tab {
	justify-content: center;
	position: relative;
	padding: 12px 14px;
	font-size: 0.9rem;
}
.trip-tabs--3 .trip-tab.is-active {
	background: var(--primary);
	color: #fff;
}
.trip-tabs--3 .trip-tab.is-active::after {
	content: '';
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: -7px;
	height: 3px;
	background: var(--accent);
	border-radius: 2px;
}
.trip-tabs--3 .trip-tab:not(.is-active):hover {
	background: rgba(10, 37, 64, 0.06);
	color: var(--primary);
}

/* Multi-city notice */
.multi-city-notice {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 14px 0 18px;
	padding: 12px 16px;
	background: rgba(212, 162, 76, 0.10);
	border: 1px solid rgba(212, 162, 76, 0.30);
	border-radius: 10px;
	color: var(--accent-dark);
	font-size: 0.9rem;
	font-weight: 500;
}
.multi-city-notice[hidden] { display: none; }
.multi-city-notice svg { color: var(--accent-dark); flex: 0 0 16px; }

/* Airline logos strip */
.airline-logos {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 18px 0 22px;
	padding: 16px;
	background: var(--bg-soft);
	border-radius: 12px;
	border: 1px dashed var(--border);
}
.airline-logos__label {
	font-size: 0.72rem;
	color: var(--text-muted);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
}
.airline-logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.airline-chip {
	padding: 6px 12px;
	border: 1px solid var(--border);
	background: #fff;
	border-radius: 999px;
	font-size: 0.78rem;
	color: var(--text-muted);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.airline-chip svg { color: var(--text-muted); transition: color .2s ease; }
.airline-chip:hover {
	border-color: var(--accent);
	color: var(--accent-dark);
	background: rgba(212, 162, 76, 0.06);
}
.airline-chip:hover svg { color: var(--accent); }

/* Location fields group */
.location-fields {
	display: grid;
	grid-template-columns: 1.4fr auto 1.4fr;
	gap: 12px;
	align-items: end;
	position: relative;
	grid-column: 1 / span 3;
}
.location-fields::before {
	content: '';
	position: absolute;
	left: 12%;
	right: 12%;
	top: 75%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(212, 162, 76, 0.45), transparent);
	pointer-events: none;
	z-index: 0;
}
.location-fields .form-field--swap { z-index: 1; }

@media (max-width: 1100px) {
	.location-fields { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
	.location-fields {
		grid-template-columns: 1fr;
	}
	.location-fields .form-field--swap { display: none; }
	.location-fields::before { display: none; }
}

/* Form grid override — make location-fields span row 1 */
.air-ticket-card--premium .flight-search-form {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1100px) {
	.air-ticket-card--premium .flight-search-form {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 560px) {
	.air-ticket-card--premium .flight-search-form {
		grid-template-columns: 1fr;
	}
}

/* Field hint */
.field-hint {
	display: block;
	color: var(--text-muted);
	font-size: 0.78rem;
	margin-top: 4px;
	font-style: italic;
}
.field-hint__emoji {
	color: var(--accent);
	font-style: normal;
	margin-right: 2px;
}

/* Date inputs polish */
.air-ticket-card--premium .form-field input[type="date"] {
	min-height: 52px;
	padding: 14px 16px;
	border: 1.5px solid var(--border);
	border-radius: 10px;
	font-size: 1rem;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.air-ticket-card--premium .form-field input[type="date"]:hover {
	border-color: rgba(10, 37, 64, 0.3);
}
.air-ticket-card--premium .form-field input[type="date"]:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(10, 37, 64, 0.12);
}

/* XL submit button */
.flight-submit--xl {
	min-height: 56px;
	font-size: 1.1rem;
	font-weight: 700;
	background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
	color: var(--primary);
	border: none;
	box-shadow: 0 12px 30px -8px rgba(212, 162, 76, 0.5);
	transition: transform .2s ease, box-shadow .25s ease;
	position: relative;
	overflow: hidden;
}
.flight-submit--xl:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px -10px rgba(212, 162, 76, 0.65);
}
.flight-submit--xl:active { transform: translateY(-1px); }
.flight-submit--xl.is-glowing {
	animation: submit-glow 1.5s ease-out;
}
@keyframes submit-glow {
	0%, 100% { box-shadow: 0 12px 30px -8px rgba(212, 162, 76, 0.5); }
	50%      { box-shadow: 0 0 0 6px rgba(212, 162, 76, 0.25), 0 16px 40px -8px rgba(212, 162, 76, 0.75); }
}
@media (prefers-reduced-motion: reduce) {
	.flight-submit--xl:hover { transform: none; }
	.flight-submit--xl.is-glowing { animation: none; }
}
.flight-submit--xl[disabled] { opacity: 0.85; cursor: progress; transform: none; }

.submit-note {
	display: block;
	color: var(--text-muted);
	font-size: 0.85rem;
	margin-top: 10px;
	text-align: center;
}

/* More options */
.more-options {
	grid-column: 1 / -1;
	margin-top: 6px;
	border-top: 1px dashed var(--border);
	padding-top: 12px;
}
.more-options summary {
	cursor: pointer;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 8px;
	transition: background .15s ease;
}
.more-options summary::-webkit-details-marker { display: none; }
.more-options summary:hover { background: var(--bg-soft); }
.more-options__caret {
	color: var(--accent);
	transition: transform .2s ease;
	display: inline-block;
}
.more-options[open] .more-options__caret { transform: rotate(180deg); }
.more-options__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 14px;
}
@media (max-width: 768px) {
	.more-options__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.more-options__grid { grid-template-columns: 1fr; }
}
.option-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	background: var(--bg-soft);
	border: 1px solid var(--border);
	border-radius: 10px;
	font-size: 0.88rem;
	color: var(--text);
	cursor: pointer;
	font-weight: 500;
	transition: border-color .15s ease, background .15s ease;
}
.option-check:hover { border-color: var(--accent); background: rgba(212, 162, 76, 0.06); }
.option-check input[type="checkbox"] {
	accent-color: var(--accent);
	width: 16px;
	height: 16px;
	margin: 0;
}

/* Popular routes with prices */
.popular-routes--priced { margin-top: 26px; }
.popular-routes--priced .route-pill {
	padding: 9px 16px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.popular-routes--priced .route-pill strong {
	color: var(--accent-dark);
	font-weight: 700;
	margin-left: 6px;
	font-size: 0.82rem;
}
.popular-routes--priced .route-pill:hover {
	border-color: var(--accent);
	background: rgba(212, 162, 76, 0.08);
	color: var(--primary);
}
.popular-routes--priced .route-pill:hover strong { color: var(--accent-dark); }

/* Air features mini-row */
.air-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 24px;
}
.air-feature {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: var(--bg-soft);
	border: 1px solid var(--border);
	border-radius: 10px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--text);
	transition: border-color .2s ease, transform .2s ease;
}
.air-feature:hover {
	border-color: var(--accent);
	transform: translateY(-2px);
}
.air-feature__emoji {
	font-size: 1.4rem;
	line-height: 1;
	flex: 0 0 auto;
}
.air-feature__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.air-feature__text strong {
	color: var(--primary);
	font-weight: 700;
	font-size: 0.92rem;
}
.air-feature__text small {
	color: var(--text-muted);
	font-weight: 500;
	font-size: 0.76rem;
}
@media (max-width: 700px) {
	.air-features { grid-template-columns: 1fr; }
}

/* Social proof footer strip */
.air-social-proof {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	margin-top: 40px;
	padding: 20px 24px;
	background: var(--bg);
	border-radius: 14px;
	border: 1px solid var(--border);
	font-size: 0.92rem;
	color: var(--text-muted);
	flex-wrap: wrap;
	box-shadow: 0 6px 18px -10px rgba(10, 37, 64, 0.12);
}
.air-social-proof__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.air-social-proof__item strong {
	color: var(--primary);
	font-weight: 700;
}
.air-social-proof__stars {
	color: var(--accent);
	letter-spacing: 1px;
	font-size: 0.95rem;
}
.air-social-proof__sep { color: var(--border); font-weight: 700; }

@media (max-width: 700px) {
	.air-social-proof {
		flex-direction: column;
		gap: 10px;
		padding: 18px;
	}
	.air-social-proof__sep { display: none; }
}

/* Searching state */
.flight-submit--xl.is-searching .flight-submit__label::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(10, 37, 64, 0.3);
	border-top-color: var(--primary);
	border-radius: 50%;
	margin-left: 8px;
	vertical-align: -2px;
	animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
	.flight-submit--xl.is-searching .flight-submit__label::after { animation: none; }
}

/* Dark mode harmonization */
html.dark .air-ticket-section--premium,
html[data-theme="dark"] .air-ticket-section--premium {
	background:
		radial-gradient(700px 480px at 8% 0%, rgba(212, 162, 76, 0.10), transparent 60%),
		radial-gradient(700px 480px at 92% 100%, rgba(212, 162, 76, 0.06), transparent 60%),
		linear-gradient(180deg, #0F2440 0%, #0A1929 100%);
}
html.dark .air-ticket-bg,
html[data-theme="dark"] .air-ticket-bg {
	background-image:
		radial-gradient(rgba(212, 162, 76, 0.18) 1.2px, transparent 1.2px),
		radial-gradient(rgba(255, 255, 255, 0.05) 1.2px, transparent 1.2px);
	opacity: 0.4;
}
html.dark .air-ticket-cloud,
html[data-theme="dark"] .air-ticket-cloud { color: var(--accent); opacity: 0.18; }
html.dark .air-ticket-plane,
html[data-theme="dark"] .air-ticket-plane { opacity: 0.20; }
html.dark .air-ticket-card--premium,
html[data-theme="dark"] .air-ticket-card--premium {
	background: #122842;
	border-color: rgba(212, 162, 76, 0.20);
	box-shadow:
		0 30px 80px -20px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(212, 162, 76, 0.20) inset;
}
html.dark .airline-logos,
html[data-theme="dark"] .airline-logos { background: rgba(255,255,255,0.03); border-color: rgba(212,162,76,0.18); }
html.dark .airline-chip,
html[data-theme="dark"] .airline-chip { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.10); color: #C7D2DE; }
html.dark .air-feature,
html[data-theme="dark"] .air-feature { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.08); color: #E5E9EF; }
html.dark .air-feature__text strong,
html[data-theme="dark"] .air-feature__text strong { color: var(--accent-light); }
html.dark .air-social-proof,
html[data-theme="dark"] .air-social-proof {
	background: rgba(255,255,255,0.03);
	border-color: rgba(255,255,255,0.10);
	color: #C7D2DE;
}
html.dark .air-social-proof__item strong,
html[data-theme="dark"] .air-social-proof__item strong { color: var(--accent-light); }
html.dark .option-check,
html[data-theme="dark"] .option-check {
	background: rgba(255,255,255,0.03);
	border-color: rgba(255,255,255,0.08);
	color: #E5E9EF;
}
html.dark .live-indicator,
html[data-theme="dark"] .live-indicator {
	background: rgba(80, 200, 150, 0.12);
	color: #6FD3A3;
}
html.dark .live-indicator strong,
html[data-theme="dark"] .live-indicator strong { color: #9BE7C3; }
html.dark .multi-city-notice,
html[data-theme="dark"] .multi-city-notice {
	background: rgba(212, 162, 76, 0.12);
	border-color: rgba(212, 162, 76, 0.30);
	color: var(--accent-light);
}

/* Hero header — dark mode parity */
html.dark .eyebrow--foil,
html[data-theme="dark"] .eyebrow--foil {
	background: linear-gradient(135deg, rgba(212, 162, 76, 0.22), rgba(212, 162, 76, 0.08) 40%, rgba(212, 162, 76, 0.22));
	border-color: rgba(212, 162, 76, 0.50);
	color: var(--accent-light);
}
html.dark .section-subtitle--hero,
html[data-theme="dark"] .section-subtitle--hero { color: #B7C2CE; }
html.dark .section-subtitle--hero strong,
html[data-theme="dark"] .section-subtitle--hero strong {
	color: #fff;
	background: linear-gradient(180deg, transparent 65%, rgba(212, 162, 76, 0.40) 65%);
}
html.dark .hero-pricing-teaser,
html[data-theme="dark"] .hero-pricing-teaser {
	background: linear-gradient(135deg, rgba(212, 162, 76, 0.16) 0%, rgba(212, 162, 76, 0.08) 50%, rgba(212, 162, 76, 0.16) 100%);
	border-color: rgba(212, 162, 76, 0.45);
	color: #E5E9EF;
	box-shadow:
		0 10px 30px -10px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
html.dark .hero-pricing-teaser strong,
html[data-theme="dark"] .hero-pricing-teaser strong { color: var(--accent-light); }
html.dark .hero-pricing-teaser__shine,
html[data-theme="dark"] .hero-pricing-teaser__shine {
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
}
html.dark .hero-metric,
html[data-theme="dark"] .hero-metric {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border-color: rgba(212, 162, 76, 0.25);
	box-shadow:
		0 12px 28px -16px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
html.dark .hero-metric:hover,
html[data-theme="dark"] .hero-metric:hover {
	border-color: rgba(212, 162, 76, 0.55);
}
html.dark .hero-metric__icon,
html[data-theme="dark"] .hero-metric__icon {
	background: linear-gradient(135deg, rgba(212, 162, 76, 0.22), rgba(212, 162, 76, 0.10));
	border-color: rgba(212, 162, 76, 0.45);
	color: var(--accent-light);
}
html.dark .hero-metric__value,
html[data-theme="dark"] .hero-metric__value { color: #F1F4F8; }
html.dark .hero-metric__label,
html[data-theme="dark"] .hero-metric__label { color: #95A3B1; }
html.dark .live-indicator--hero,
html[data-theme="dark"] .live-indicator--hero {
	background: rgba(80, 200, 150, 0.10);
	border-color: rgba(80, 200, 150, 0.28);
}
html.dark .hero-divider,
html[data-theme="dark"] .hero-divider { color: var(--accent); opacity: 0.75; }

/* ==========================================================================
   PREVIEW STRIPS (Visa & Tour) — denser
   ========================================================================== */
.preview-strip-section {
	padding: 64px 0;
	background: var(--bg);
}
.preview-strip-section--alt { background: var(--bg-soft); }

.preview-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media (max-width: 900px) { .preview-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .preview-strip { grid-template-columns: 1fr; } }

.preview-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(10, 37, 64, .06);
	border: 1px solid var(--border);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.preview-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(10, 37, 64, .12);
	border-color: rgba(10, 37, 64, 0.18);
}
.preview-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
	height: 100%;
}
.preview-card__media {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--bg-soft);
}
.preview-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.preview-card:hover .preview-card__image { transform: scale(1.04); }
.preview-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--accent);
	color: var(--primary);
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.preview-card__body { padding: 18px 18px 20px; }
.preview-card__title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--text);
	line-height: 1.3;
}
.preview-card__desc {
	color: var(--text-muted);
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0 0 12px;
}
.preview-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--primary);
	font-weight: 700;
	font-size: 0.88rem;
}
.preview-card:hover .preview-card__cta {
	gap: 10px;
	color: var(--accent-dark);
}

/* ==========================================================================
   WHY CHOOSE US — single dense strip, gold icons in navy circles
   ========================================================================== */
.why-choose-section {
	padding: 64px 0;
	background: var(--bg-soft);
}
.why-choose {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
@media (max-width: 900px) { .why-choose { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .why-choose { grid-template-columns: 1fr; } }

.feature-card {
	background: #fff;
	border-radius: 12px;
	padding: 22px 20px;
	text-align: center;
	border: 1px solid var(--border);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(10, 37, 64, .10);
	border-color: rgba(10, 37, 64, 0.18);
}
.feature-card__icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(10, 37, 64, .10), rgba(10, 37, 64, .04));
	color: var(--accent-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	border: 1px solid rgba(212, 162, 76, 0.22);
}
.feature-card__title {
	font-size: 1.02rem;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--text);
}
.feature-card__text {
	font-size: 0.88rem;
	color: var(--text-muted);
	line-height: 1.55;
	margin: 0;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-section {
	padding: 72px 0;
	background: var(--bg-soft);
}
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 44px;
	align-items: start;
}
@media (max-width: 900px) {
	.contact-grid { grid-template-columns: 1fr; gap: 30px; }
}

.contact-info .section-title { text-align: left; margin-top: 0; }
.contact-info .section-subtitle { margin-bottom: 26px; }

.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.contact-list__item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.contact-list__icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(10, 37, 64, .10);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.contact-list__label {
	display: block;
	font-size: 0.76rem;
	font-weight: 700;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 2px;
}
.contact-list__value {
	color: var(--text);
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	font-style: normal;
	line-height: 1.45;
}
a.contact-list__value:hover { color: var(--accent-dark); }

.contact-form-wrap {
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	border: 1px solid var(--border);
	box-shadow: 0 8px 26px rgba(10, 37, 64, .08);
}
@media (max-width: 520px) { .contact-form-wrap { padding: 20px; } }
.contact-form__heading {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 18px;
	color: var(--text);
}
.contact-form .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 14px;
}
@media (max-width: 560px) {
	.contact-form .form-row { grid-template-columns: 1fr; }
}
.contact-form .form-field { margin-bottom: 14px; }
.contact-form__submit { width: 100%; margin-top: 6px; }
.contact-form__whatsapp { width: 100%; margin-top: 10px; }
