/* ===========================
   CSS Variables
   =========================== */
:root {
    --navy: #1a2b5f;
    --blue: #2c5fa1;
    --light-blue: #6baed6;
    --sky: #c3dff0;
    --gold: #e5a630;
    --gold-dark: #c98d1a;
    --white: #ffffff;
    --off-white: #f5f7fa;
    --gray-100: #eef1f5;
    --gray-200: #d1d8e0;
    --gray-600: #5a6577;
    --gray-800: #2d3748;
    --text: #1a2b3c;
    --green: #38a169;
    --green-bg: #eef7ed;
    --red: #e53e3e;
    --radius: 8px;
    --radius-lg: 12px;
    --shadow: 0 2px 12px rgba(26, 43, 95, 0.08);
    --shadow-lg: 0 8px 30px rgba(26, 43, 95, 0.12);
    --transition: 0.3s ease;
}

/* ===========================
   Reset & Base
   =========================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text);
    line-height: 1.6;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
fieldset { border: none; padding: 0; margin: 0; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ===========================
   Header
   =========================== */
.site-header {
    position: relative; z-index: 1000; background: var(--white); box-shadow: var(--shadow);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 160px; }
.logo { height: 110px; width: auto; flex-shrink: 1; min-width: 0; object-fit: contain; }
.main-nav { display: flex; gap: 32px; align-items: center; }
.main-nav a {
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.95rem;
    color: var(--navy); padding: 8px 0; position: relative;
}
.main-nav a::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 2px; background: var(--gold); transition: width var(--transition);
}
.main-nav a:hover { color: var(--blue); }
.main-nav a:hover::after { width: 100%; }
.main-nav a.nav-cta {
    background: var(--gold); color: var(--navy); padding: 10px 24px;
    border-radius: var(--radius); font-weight: 700;
    transition: all var(--transition);
}
.main-nav a.nav-cta::after { display: none; }
.main-nav a.nav-cta:hover {
    background: var(--gold-dark); color: var(--navy);
    transform: translateY(-2px); box-shadow: 0 4px 16px rgba(229,166,48,0.35);
}
.nav-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 5px;
}
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); border-radius: 2px; transition: var(--transition); }

/* ===========================
   Hero — Split Layout
   =========================== */
.hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: stretch; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: blur(3px); transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,43,95,0.9) 0%, rgba(44,95,161,0.8) 100%); }
.hero-split {
    position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; align-items: center; padding: 60px 20px; max-width: 1200px;
}
.hero-text { text-align: left; }
.hero h1 { font-size: 2.8rem; font-weight: 800; color: var(--white); margin-bottom: 20px; letter-spacing: -0.5px; line-height: 1.15; }
.text-gold { color: var(--gold); }
.hero-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.9); margin-bottom: 32px; line-height: 1.7; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.9); font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.9rem; }
.trust-item svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; }

/* ===========================
   Form Card
   =========================== */
.hero-form-wrapper { display: flex; align-items: flex-start; justify-content: center; padding-top: 10px; }
.hero-form-card {
    background: var(--white); border-radius: var(--radius-lg);
    padding: 0; box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    width: 100%; max-width: 500px; overflow: hidden;
}
.booking-form { width: 100%; }
.form-step { padding: 28px 28px 24px; }

/* Step header */
.step-header { margin-bottom: 24px; }
.step-header:has(.back-btn) { display: flex; align-items: flex-start; gap: 12px; }
.form-heading { font-size: 1.35rem; font-weight: 800; color: var(--navy); }
.form-subheading { color: var(--gray-600); font-size: 0.88rem; margin-top: 2px; }

.back-btn {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--gray-200);
    background: var(--white); cursor: pointer; transition: all var(--transition);
    flex-shrink: 0; margin-top: 2px;
}
.back-btn:hover { border-color: var(--blue); background: var(--off-white); }
.back-btn svg { width: 18px; height: 18px; color: var(--navy); }

/* ===========================
   Field Labels (conversational)
   =========================== */
.field-label {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 0.84rem; color: var(--navy); margin-bottom: 7px; display: block;
}

.field-hint {
    font-size: 0.78rem; color: var(--green); font-weight: 600;
    margin-top: 4px; display: block; min-height: 18px;
}

.form-group { margin-bottom: 16px; position: relative; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group input[type="time"],
.form-group select,
.form-group textarea {
    font-family: 'Open Sans', sans-serif; font-size: 0.9rem;
    padding: 11px 12px; border: 2px solid var(--gray-200); border-radius: var(--radius);
    background: var(--white); color: var(--text);
    transition: border-color var(--transition), box-shadow var(--transition);
    width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #8895a7; opacity: 1; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(44,95,161,0.15); }
.form-group textarea { resize: vertical; }
.form-group input[type="date"],
.form-group input[type="time"] { cursor: pointer; position: relative; }
.form-group input[type="date"]::-webkit-calendar-picker-indicator,
.form-group input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    width: auto; height: auto; opacity: 0; cursor: pointer;
}

/* ===========================
   Direction Toggle
   =========================== */
.direction-toggle {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    margin-bottom: 20px;
}
.direction-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 10px; border: 2px solid var(--gray-200); border-radius: var(--radius);
    background: var(--white); cursor: pointer;
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.86rem;
    color: var(--gray-600); transition: all var(--transition);
}
.direction-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.direction-btn:hover { border-color: var(--light-blue); color: var(--navy); }
.direction-btn.active {
    border-color: var(--blue); background: #e3edf8; color: var(--navy);
    box-shadow: 0 0 0 3px rgba(44, 95, 161, 0.12);
}
.direction-btn.active svg { color: var(--blue); }

/* ===========================
   Airport Tiles
   =========================== */

@keyframes fadeSlideIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* ===========================
   Input with icon
   =========================== */
.input-icon-wrapper { position: relative; }
.input-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--gray-600); pointer-events: none; }
.input-icon-wrapper input { padding-left: 38px !important; }

/* Autocomplete */
.autocomplete-results {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border: 2px solid var(--gray-200); border-top: none;
    border-radius: 0 0 var(--radius) var(--radius); max-height: 160px; overflow-y: auto;
    z-index: 50; box-shadow: var(--shadow);
}
.autocomplete-results.active { display: block; }
.autocomplete-item { padding: 10px 14px; font-size: 0.86rem; cursor: pointer; transition: background var(--transition); }
.autocomplete-item:hover, .autocomplete-item.highlighted { background: var(--off-white); }

/* ===========================
   Passenger Selector (+/-)
   =========================== */
.passenger-selector {
    display: flex; align-items: center; gap: 0;
    border: 2px solid var(--gray-200); border-radius: var(--radius);
    overflow: hidden; width: fit-content;
}
.passenger-btn {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border: none; background: var(--off-white);
    font-size: 1.2rem; font-weight: 700; color: var(--navy); cursor: pointer;
    transition: all var(--transition); font-family: 'Montserrat', sans-serif;
}
.passenger-btn:hover { background: var(--sky); }
.passenger-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.passenger-count {
    display: flex; align-items: center; justify-content: center;
    width: 56px; height: 44px; font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 1.1rem; color: var(--navy); background: var(--white);
}

/* ===========================
   Return Toggle
   =========================== */
.return-toggle { margin-bottom: 4px; }
.return-toggle-btn {
    display: flex; align-items: center; gap: 10px; width: 100%;
    padding: 12px 16px; background: var(--off-white); border: 2px dashed var(--sky);
    border-radius: var(--radius); cursor: pointer; transition: all var(--transition);
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.88rem;
    color: var(--navy); text-align: left;
}
.return-toggle-btn:hover { border-color: var(--light-blue); background: #edf4fb; }
.return-toggle-btn[aria-expanded="true"] { border-color: var(--blue); border-style: solid; background: #e8f0fa; }
.return-toggle-btn input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.return-check-mark {
    width: 22px; height: 22px; border: 2px solid var(--gray-200); border-radius: 5px;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--transition); flex-shrink: 0; background: var(--white);
}
.return-toggle-btn input:checked ~ .return-check-mark {
    background: var(--blue); border-color: var(--blue);
}
.return-toggle-btn input:checked ~ .return-check-mark::after {
    content: ''; width: 6px; height: 10px; border: solid var(--white);
    border-width: 0 2px 2px 0; transform: rotate(45deg); margin-top: -2px;
}
.return-toggle-btn span:last-child { flex: 1; }

/* Return Panel */
.return-panel {
    display: none; padding: 16px; margin-bottom: 12px;
    background: var(--off-white); border: 2px solid var(--blue); border-top: none;
    border-radius: 0 0 var(--radius) var(--radius); animation: fadeSlideIn 0.25s ease;
}
.return-panel.active { display: block; }
.return-panel .form-group { margin-bottom: 14px; }
.return-panel .form-group:last-child { margin-bottom: 0; }

/* Radio buttons */
.radio-group { display: flex; flex-direction: column; gap: 6px; }
.radio-label {
    display: flex; align-items: center; gap: 10px; cursor: pointer;
    font-size: 0.88rem; color: var(--text); padding: 8px 12px;
    border-radius: var(--radius); transition: background var(--transition); min-height: 38px;
}
.radio-label:hover { background: rgba(44,95,161,0.06); }
.radio-label input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.radio-mark {
    width: 20px; height: 20px; border: 2px solid var(--gray-200); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--transition); flex-shrink: 0;
}
.radio-label input:checked + .radio-mark { border-color: var(--blue); }
.radio-label input:checked + .radio-mark::after { content: ''; width: 10px; height: 10px; background: var(--blue); border-radius: 50%; }
.radio-label input:focus-visible + .radio-mark { box-shadow: 0 0 0 3px rgba(44,95,161,0.25); }

/* ===========================
   Extras / Special Requirements
   =========================== */
.extras-toggle { margin-bottom: 4px; }
.extras-toggle-btn {
    display: flex; align-items: center; gap: 8px;
    background: none; border: none; cursor: pointer; padding: 8px 0;
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.82rem;
    color: var(--blue); transition: color var(--transition);
}
.extras-toggle-btn:hover { color: var(--navy); }
.extras-toggle-btn svg { width: 16px; height: 16px; transition: transform var(--transition); }
.extras-toggle-btn.open svg { transform: rotate(45deg); }

.extras-panel { display: none; padding: 12px 0; animation: fadeSlideIn 0.25s ease; }
.extras-panel.active { display: block; }

.extras-checkboxes { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.extras-check {
    display: flex; align-items: center; gap: 8px; cursor: pointer;
    padding: 8px 14px; border: 2px solid var(--gray-200); border-radius: 20px;
    font-size: 0.84rem; font-weight: 500; color: var(--text);
    transition: all var(--transition); white-space: nowrap;
}
.extras-check:hover { border-color: var(--light-blue); }
.extras-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.extras-mark {
    width: 18px; height: 18px; border: 2px solid var(--gray-200); border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--transition); flex-shrink: 0;
}
.extras-check input:checked ~ .extras-mark { background: var(--blue); border-color: var(--blue); }
.extras-check input:checked ~ .extras-mark::after {
    content: ''; width: 5px; height: 9px; border: solid var(--white);
    border-width: 0 2px 2px 0; transform: rotate(45deg); margin-top: -1px;
}
.extras-check:has(input:checked) { border-color: var(--blue); background: #e8f0fa; }

/* ===========================
   Phone Input
   =========================== */
.phone-input-wrapper { display: flex; align-items: stretch; }
.phone-prefix {
    display: flex; align-items: center; padding: 0 12px;
    background: var(--gray-100); border: 2px solid var(--gray-200); border-right: none;
    border-radius: var(--radius) 0 0 var(--radius);
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.85rem; color: var(--navy);
}
.phone-input-wrapper input { border-radius: 0 var(--radius) var(--radius) 0 !important; }

/* ===========================
   Step CTA + Trust
   =========================== */
.step-cta { margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Montserrat', sans-serif; font-weight: 700; border: none; border-radius: var(--radius); cursor: pointer; transition: all var(--transition); text-align: center; }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(229,166,48,0.4); }
.btn-lg { padding: 16px 40px; font-size: 1.05rem; }
.btn-cta { width: 100%; font-size: 1.1rem; }
.btn-cta svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn-cta:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; }

.cta-trust {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
    margin-top: 12px; font-size: 0.78rem; color: var(--gray-600);
}
.cta-trust span { display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.cta-trust svg { width: 14px; height: 14px; color: var(--green); flex-shrink: 0; }

/* ===========================
   Journey Summary (Step 2)
   =========================== */
.journey-summary {
    background: var(--off-white); border-radius: var(--radius); padding: 14px 16px;
    margin-bottom: 20px; border-left: 4px solid var(--gold);
}
.journey-summary p { font-size: 0.86rem; color: var(--gray-800); margin: 0; line-height: 1.6; }
.journey-summary strong { color: var(--navy); }

/* ===========================
   Success
   =========================== */
.success-content { text-align: center; padding: 20px 0; }
.success-icon { width: 56px; height: 56px; margin: 0 auto 16px; color: var(--green); }
.success-icon svg { width: 100%; height: 100%; }
.success-summary {
    background: var(--off-white); border-radius: var(--radius); padding: 14px 16px;
    margin-top: 20px; border-left: 4px solid var(--green); text-align: left;
}
.success-summary p { font-size: 0.86rem; color: var(--gray-800); margin: 0; line-height: 1.6; }
.success-summary strong { color: var(--navy); }

/* ===========================
   Validation
   =========================== */
.form-group.error input,
.form-group.error select,
.form-group.error textarea,
.form-group.error .phone-input-wrapper input,
.form-group.error .phone-prefix { border-color: var(--red); }
.form-group .error-message { font-size: 0.78rem; color: var(--red); margin-top: 4px; display: flex; align-items: center; gap: 4px; }

/* ===========================
   Sections (below hero)
   =========================== */
.section-title {
    font-size: 2rem; font-weight: 800; color: var(--navy);
    text-align: center; margin-bottom: 12px; position: relative; padding-bottom: 18px;
}
.section-title::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
}
.section-subtitle { text-align: center; color: var(--gray-600); max-width: 560px; margin: 0 auto 48px; font-size: 1.05rem; }

/* --- Services / Why Choose Us --- */
.services { padding: 90px 0; background: var(--off-white); position: relative; overflow: hidden; }
.services::before {
    content: ''; position: absolute; top: -60px; right: -120px;
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(44,95,161,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.service-card {
    background: var(--white); border-radius: var(--radius-lg); padding: 40px 28px;
    text-align: center; box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
    border-top: 3px solid transparent; position: relative;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(26, 43, 95, 0.13);
    border-top-color: var(--gold);
}
.service-icon {
    width: 56px; height: 56px; margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
    transition: transform var(--transition);
}
.service-card:hover .service-icon { transform: scale(1.08); }
.service-icon svg { width: 28px; height: 28px; color: var(--white); }
.service-card h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.65; }

/* --- Destinations / Popular Routes --- */
.destinations {
    padding: 90px 0; position: relative;
    background: linear-gradient(180deg, var(--white) 0%, #f8fafb 100%);
}
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.route-card {
    border: 2px solid var(--gray-100); border-radius: var(--radius-lg);
    padding: 32px 28px; transition: all var(--transition); position: relative;
    background: var(--white);
}
.route-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, var(--blue), var(--light-blue));
    border-radius: var(--radius-lg) var(--radius-lg) 0 0; opacity: 0;
    transition: opacity var(--transition);
}
.route-card:hover {
    border-color: var(--light-blue);
    box-shadow: 0 8px 28px rgba(26, 43, 95, 0.1);
    transform: translateY(-3px);
}
.route-card:hover::before { opacity: 1; }
.route-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.route-card h3::before {
    content: ''; display: inline-block; width: 8px; height: 8px;
    background: var(--gold); border-radius: 50%; flex-shrink: 0;
}
.route-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; padding-left: 16px; }

/* --- Group Travel --- */
.group-travel { padding: 90px 0; background: var(--off-white); }
.group-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.group-card {
    background: var(--white); border-radius: var(--radius-lg); padding: 36px 28px;
    text-align: center; box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
    border-bottom: 3px solid transparent;
}
.group-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(26, 43, 95, 0.13);
    border-bottom-color: var(--gold);
}
.group-icon {
    width: 56px; height: 56px; margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
}
.group-icon svg { width: 28px; height: 28px; color: var(--white); }
.group-card h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 10px; }
.group-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.65; }

/* --- About --- */
.about {
    padding: 90px 0; position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--navy) 0%, #1e3a6e 50%, var(--blue) 100%);
    color: var(--white);
}
.about::before {
    content: ''; position: absolute; top: -100px; left: -100px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(229,166,48,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.about::after {
    content: ''; position: absolute; bottom: -80px; right: -60px;
    width: 350px; height: 350px; border-radius: 50%;
    background: radial-gradient(circle, rgba(107,174,214,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.about .section-title { color: var(--white); }
.about .section-title::after { background: linear-gradient(90deg, var(--gold), var(--gold-dark)); }
.about-content { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.about-content p { margin-bottom: 16px; font-size: 1.05rem; color: rgba(255,255,255,0.88); line-height: 1.75; }
.about-content strong { color: var(--gold); }
.about-list { list-style: none; margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 32px; }
.about-list li {
    padding: 12px 0 12px 36px; position: relative;
    font-size: 0.98rem; color: rgba(255,255,255,0.9);
}
.about-list li::before {
    content: ''; position: absolute; left: 0; top: 16px;
    width: 20px; height: 20px; background: var(--gold);
    border-radius: 50%; opacity: 0.9;
}
.about-list li::after {
    content: ''; position: absolute; left: 6px; top: 21px;
    width: 8px; height: 4px; border-left: 2px solid var(--navy);
    border-bottom: 2px solid var(--navy); transform: rotate(-45deg);
}

/* --- Contact --- */
.contact { padding: 90px 0; background: var(--off-white); }
.contact-banner {
    background: linear-gradient(135deg, var(--navy) 0%, #1e3a6e 50%, var(--blue) 100%);
    border-radius: 16px; padding: 56px 56px;
    position: relative; overflow: hidden;
    box-shadow: 0 16px 48px rgba(26, 43, 95, 0.2);
    display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center;
}
.contact-banner::before {
    content: ''; position: absolute; top: -80px; right: -80px;
    width: 350px; height: 350px; border-radius: 50%;
    background: radial-gradient(circle, rgba(229,166,48,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.contact-banner::after {
    content: ''; position: absolute; bottom: -60px; left: -60px;
    width: 280px; height: 280px; border-radius: 50%;
    background: radial-gradient(circle, rgba(107,174,214,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.contact-left { position: relative; z-index: 1; }
.contact-left h2 {
    font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800;
    color: var(--white); margin-bottom: 12px;
}
.contact-left p {
    font-size: 1.05rem; color: rgba(255,255,255,0.82); line-height: 1.7;
    margin-bottom: 24px;
}
.contact-hours {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.1); border-radius: var(--radius);
    padding: 10px 16px; width: fit-content;
}
.contact-hours svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }
.contact-hours span {
    font-family: 'Montserrat', sans-serif; font-size: 0.85rem;
    font-weight: 600; color: rgba(255,255,255,0.9);
}
.contact-divider {
    width: 1px; height: 100%; min-height: 160px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
    margin: 0 40px;
}
.contact-right {
    position: relative; z-index: 1;
    display: flex; flex-direction: column; gap: 20px;
}
.contact-detail {
    display: flex; align-items: center; gap: 16px;
    text-decoration: none; color: inherit;
    padding: 14px 18px; border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all var(--transition);
}
a.contact-detail:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.15);
    transform: translateX(4px);
}
.contact-detail-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(229,166,48,0.15); display: flex;
    align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-detail-icon svg { width: 20px; height: 20px; color: var(--gold); }
.contact-detail-label {
    display: block; font-size: 0.75rem; font-weight: 700;
    color: rgba(255,255,255,0.5); text-transform: uppercase;
    letter-spacing: 1px; font-family: 'Montserrat', sans-serif;
    margin-bottom: 2px;
}
.contact-detail-value {
    display: block; font-size: 0.92rem; color: var(--white); font-weight: 500;
    word-break: break-word; overflow-wrap: break-word;
}

/* --- Route Landing Page Content --- */
.route-content { padding: 90px 0; }
.route-intro { max-width: 800px; margin: 0 auto 48px; }
.route-intro p { font-size: 1.05rem; color: var(--gray-800); line-height: 1.75; margin-bottom: 16px; }
.route-intro strong { color: var(--navy); }
.route-features {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.route-feature {
    background: var(--off-white); border-radius: var(--radius-lg);
    padding: 32px 28px; border-left: 4px solid var(--gold);
}
.route-feature h3 {
    font-family: 'Montserrat', sans-serif; font-size: 1.05rem;
    color: var(--navy); margin-bottom: 10px; font-weight: 700;
}
.route-feature p { font-size: 0.92rem; color: var(--gray-600); line-height: 1.65; }

/* --- Footer --- */
.site-footer {
    background: linear-gradient(180deg, #0f1d42 0%, var(--navy) 100%);
    color: rgba(255,255,255,0.8); padding: 64px 0 0;
}
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: center; gap: 28px; }
.footer-logo { height: 200px; width: auto; flex-shrink: 0; border-radius: var(--radius-lg); }
.footer-brand p { font-size: 0.92rem; line-height: 1.7; }
.footer-links h4 {
    font-family: 'Montserrat', sans-serif; font-size: 0.85rem;
    color: var(--gold); margin-bottom: 18px; text-transform: uppercase;
    letter-spacing: 1.2px; font-weight: 700;
}
.footer-links a {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.9rem; padding: 5px 0;
    color: rgba(255,255,255,0.65); transition: all var(--transition);
}
.footer-links a::before {
    content: ''; display: inline-block; width: 6px; height: 6px;
    border-right: 2px solid var(--gold); border-top: 2px solid var(--gold);
    transform: rotate(45deg); flex-shrink: 0; opacity: 0.7;
    transition: opacity var(--transition), transform var(--transition);
}
.footer-links a:hover { color: var(--white); }
.footer-links a:hover::before { opacity: 1; transform: rotate(45deg) translateX(2px); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08); padding: 22px 0;
    text-align: center; font-size: 0.84rem; color: rgba(255,255,255,0.5);
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 992px) {
    .hero-split { grid-template-columns: 1fr; gap: 32px; }
    .hero-text { text-align: center; }
    .hero-trust { justify-content: center; }
    .hero h1 { font-size: 2.2rem; }
    .hero-form-card { max-width: 600px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .group-grid { grid-template-columns: repeat(2, 1fr); }
    .routes-grid { grid-template-columns: repeat(2, 1fr); }
    .about-list { grid-template-columns: 1fr; }
    .footer-content { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
    .site-header { box-shadow: none; }
    .main-nav {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        background: var(--white); flex-direction: column; padding: 20px; gap: 0;
        box-shadow: var(--shadow-lg);
    }
    .main-nav.active { display: flex; }
    .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--gray-100); font-size: 0.88rem; }
    .main-nav a::after { display: none; }
    .main-nav a.nav-cta {
        margin-top: 8px; text-align: center; border-bottom: none;
    }
    .nav-toggle { display: flex; }

    /* Burger to X animation */
    .nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

@media (max-width: 768px) {
    .header-inner { height: 100px; }
    .logo { height: 70px; }

    /* Compact font sizes on mobile */
    .hero { min-height: auto; }
    .hero-split { padding: 28px 16px; }
    .hero h1 { font-size: 1.5rem; }
    .hero-subtitle { font-size: 0.85rem; margin-bottom: 20px; }
    .hero-trust { gap: 12px; }
    .trust-item { font-size: 0.78rem; }
    .trust-item svg { width: 18px; height: 18px; }

    .form-step { padding: 20px 18px 18px; }
    .form-group { margin-bottom: 15px; }
    .form-heading { font-size: 1.15rem; }
    .form-subheading { font-size: 0.8rem; }
    .field-label { font-size: 0.78rem; }
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group input[type="date"],
    .form-group input[type="time"],
    .form-group select,
    .form-group textarea { font-size: 0.84rem; padding: 10px 11px; }
    .direction-btn { font-size: 0.78rem; padding: 10px 8px; }
    .return-toggle-btn { font-size: 0.8rem; padding: 10px 14px; }
    .extras-toggle-btn { font-size: 0.76rem; }
    .extras-check { font-size: 0.78rem; padding: 7px 12px; }
    .btn-lg { padding: 14px 32px; font-size: 0.95rem; }
    .btn-cta { font-size: 0.95rem; }
    .cta-trust { font-size: 0.72rem; gap: 10px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .extras-checkboxes { flex-direction: column; }

    /* Section fonts */
    .section-title { font-size: 1.4rem; padding-bottom: 14px; }
    .section-subtitle { font-size: 0.9rem; margin-bottom: 32px; }
    .service-card { padding: 28px 20px; }
    .service-card h3 { font-size: 0.95rem; }
    .service-card p { font-size: 0.82rem; }
    .route-card { padding: 24px 20px; }
    .route-card h3 { font-size: 0.92rem; }
    .route-card p { font-size: 0.82rem; }
    .about-content p { font-size: 0.9rem; }
    .about-list li { font-size: 0.85rem; padding: 10px 0 10px 36px; }
    .services { padding: 60px 0; }
    .destinations { padding: 60px 0; }
    .about { padding: 60px 0; }
    .contact { padding: 60px 0; }

    .services-grid { grid-template-columns: 1fr; }
    .group-grid { grid-template-columns: 1fr; }
    .group-travel { padding: 60px 0; }
    .group-card { padding: 28px 20px; }
    .group-card h3 { font-size: 0.95rem; }
    .group-card p { font-size: 0.82rem; }
    .routes-grid { grid-template-columns: 1fr; }
    .route-features { grid-template-columns: 1fr; }
    .contact-banner {
        grid-template-columns: 1fr; padding: 32px 22px; text-align: center;
    }
    .contact-left h2 { font-size: 1.3rem; }
    .contact-left p { font-size: 0.9rem; margin-bottom: 16px; }
    .contact-hours { margin: 0 auto 8px; }
    .contact-hours span { font-size: 0.78rem; }
    .contact-divider {
        width: 100%; height: 1px; min-height: 0; margin: 20px 0;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    }
    .contact-right { gap: 10px; }
    .contact-detail { padding: 12px 14px; }
    .contact-detail-value { font-size: 0.82rem; }

    .footer-content { grid-template-columns: 1fr; }
    .footer-brand { flex-direction: column; text-align: center; }
    .footer-brand p { font-size: 0.82rem; }
    .footer-logo { height: 120px; }
    .footer-links h4 { font-size: 0.78rem; }
    .footer-links a { font-size: 0.82rem; }
    .footer-bottom { font-size: 0.76rem; }

    /* Sticky CTA on mobile */
    .step-cta {
        position: sticky; bottom: 0; background: var(--white);
        margin: 0 -18px -18px; padding: 14px 18px;
        border-top: 1px solid var(--gray-100);
        box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
        z-index: 10;
    }
}

@media (max-width: 400px) {
    .cta-trust { flex-direction: column; align-items: center; gap: 6px; }
}
