/* SELF-HOSTED FONTS */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
  src: url('fonts/jost-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
  src: url('fonts/jost.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/cormorant-regular-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/cormorant-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('fonts/cormorant-italic-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('fonts/cormorant-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* VERSION SWITCHER */
.version-switcher { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: 36px; background: #060A0B; border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: space-between; padding: 0 60px; }
.vs-label { font-family: 'Jost', sans-serif; font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.28); }
.vs-buttons { display: flex; }
.vs-btn { font-family: 'Jost', sans-serif; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.38); text-decoration: none; padding: 0 20px; height: 36px; line-height: 36px; border-left: 1px solid rgba(255,255,255,0.07); transition: all 0.2s; }
.vs-btn:hover { color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.04); }
.vs-btn.active { color: #0DAEBC; background: rgba(13,174,188,0.07); }

:root {
  --teal: #0DAEBC;
  --teal-d: #0A8A96;
  --white: #FFFFFF;
  --dark: #0C1214;
  --dark2: #141C1E;
  --cream: #F3EFE6;
  --cream2: #EDE9DF;
  --ink: #1C1C1C;
  --ink-mid: #3A3A3A;
  --ink-light: #6A6A6A;
  --gold: #C4A35A;
}
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--dark); color: var(--white); overflow-x: hidden; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 2px; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 22px 60px; background: linear-gradient(to bottom, rgba(12,18,20,0.97) 0%, rgba(12,18,20,0.92) 100%); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(13,174,188,0.12); transition: all 0.3s; }
.nav-logo { display: flex; flex-direction: column; line-height: 1; }
.nav-logo .logo-main { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; letter-spacing: 6px; color: var(--white); }
.nav-logo .logo-sub { font-size: 8px; font-weight: 300; letter-spacing: 5px; color: var(--teal); text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; gap: 32px; list-style: none; margin-left: 40px; }
.nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--teal); }
.nav-cta { font-size: 10px; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); border: 1px solid var(--teal); padding: 10px 24px; text-decoration: none; transition: all 0.3s; }
.nav-cta:hover { background: var(--teal); color: var(--dark); }

/* HERO — dark */
.hero { min-height: 100vh; background: linear-gradient(135deg, rgba(12,18,20,0.82) 0%, rgba(12,18,20,0.72) 50%, rgba(13,174,188,0.08) 100%), url('images/hero-jet.jpg') center/cover no-repeat; display: flex; flex-direction: column; justify-content: center; padding: 0 60px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(13,174,188,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(13,174,188,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -20%; right: -10%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(13,174,188,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-eyebrow { font-size: 10px; font-weight: 300; letter-spacing: 5px; text-transform: uppercase; color: var(--teal); display: flex; align-items: center; gap: 14px; margin-bottom: 24px; opacity: 0; animation: flipIn 0.55s 0.05s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--teal); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(56px, 8vw, 96px); font-weight: 300; line-height: 1.02; letter-spacing: 2px; max-width: 780px; opacity: 0; animation: flipIn 0.60s 0.15s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hero h1 em { font-style: italic; color: var(--teal); }
.hero-sub { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.60); max-width: 480px; line-height: 1.9; margin-top: 24px; opacity: 0; animation: flipIn 0.55s 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hero-hub { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; padding: 8px 18px; border: 1px solid rgba(13,174,188,0.4); background: rgba(13,174,188,0.06); font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--teal); width: fit-content; opacity: 0; animation: flipIn 0.50s 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hub-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); animation: pulse 1.5s infinite; }
.hero-actions { display: flex; gap: 20px; margin-top: 40px; opacity: 0; animation: flipIn 0.50s 0.39s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.btn-primary { padding: 16px 40px; background: var(--teal); color: var(--dark); font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; transition: all 0.3s; border: 1px solid var(--teal); }
.btn-primary:hover { background: var(--teal-d); border-color: var(--teal-d); }
.btn-ghost { padding: 16px 40px; background: transparent; color: var(--white); font-size: 11px; font-weight: 300; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(255,255,255,0.25); transition: all 0.3s; }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
.scroll-ind { position: absolute; bottom: 40px; left: 60px; display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: flipIn 0.45s 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.scroll-ind span { font-size: 9px; letter-spacing: 4px; color: rgba(255,255,255,0.4); text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, var(--teal), transparent); animation: scrollLine 1.4s ease-in-out infinite; }
.hero-stats { position: absolute; bottom: 0; right: 0; display: flex; opacity: 0; animation: flipIn 0.50s 0.46s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.stat-item { padding: 28px 36px; background: rgba(13,174,188,0.08); border-left: 1px solid rgba(13,174,188,0.15); border-top: 1px solid rgba(13,174,188,0.15); text-align: center; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; color: var(--teal); line-height: 1; }
.stat-label { font-size: 8px; letter-spacing: 3px; color: rgba(255,255,255,0.5); text-transform: uppercase; margin-top: 6px; }

/* SHARED */
.section-tag { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: var(--teal); display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.section-tag::before { content: ''; width: 24px; height: 1px; background: var(--teal); }
.section-divider { height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 0; opacity: 0.25; }

/* WHY PRIVATE — light */
.why-private { padding: 120px 60px; background: linear-gradient(135deg, rgba(243,239,230,0.84) 0%, rgba(243,239,230,0.80) 100%), url('images/cabin-interior.jpg') center/cover no-repeat; color: var(--ink); }
.why-private-inner { max-width: 1200px; margin: 0 auto; }
.why-private h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 300; margin-bottom: 16px; color: var(--ink); }
.why-private h2 em { color: var(--teal); font-style: italic; }
.why-private .section-tag { color: var(--teal); }
.why-private .intro { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-mid); max-width: 660px; margin-bottom: 60px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(0,0,0,0.07); }
.benefit-card { background: var(--cream); padding: 44px 36px; position: relative; overflow: hidden; transition: all 0.3s; }
.benefit-card:hover { background: rgba(13,174,188,0.06); }
.benefit-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform 0.4s; }
.benefit-card:hover::after { transform: scaleX(1); }
.benefit-num { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; color: rgba(0,0,0,0.05); position: absolute; top: 16px; right: 20px; line-height: 1; }
.benefit-card h3 { font-size: 15px; font-weight: 400; margin-bottom: 14px; color: var(--ink); }
.benefit-card p { font-size: 12.5px; font-weight: 300; line-height: 1.85; color: var(--ink-mid); }

/* EMPTY LEGS — dark */
.empty-legs { padding: 120px 60px; background: linear-gradient(135deg, rgba(12,18,20,0.82) 0%, rgba(12,18,20,0.78) 100%), url('images/sky-clouds.jpg') center/cover no-repeat; position: relative; overflow: hidden; }
.empty-legs::before { content: 'EMPTY LEGS'; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: 140px; font-weight: 600; color: rgba(13,174,188,0.04); letter-spacing: 10px; white-space: nowrap; pointer-events: none; }
.empty-legs-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.empty-legs h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 300; margin-bottom: 20px; }
.empty-legs h2 em { color: var(--teal); font-style: italic; }
.empty-legs p { font-size: 13px; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.el-highlight { display: flex; align-items: flex-start; gap: 16px; padding: 20px 24px; border: 1px solid rgba(13,174,188,0.18); background: rgba(13,174,188,0.04); margin-bottom: 12px; transition: all 0.3s; }
.el-highlight:hover { border-color: var(--teal); background: rgba(13,174,188,0.09); }
.el-highlight h4 { font-size: 13px; font-weight: 400; margin-bottom: 4px; }
.el-highlight p { font-size: 11.5px; color: rgba(255,255,255,0.55); margin: 0; line-height: 1.7; }
.el-visual { background: rgba(13,174,188,0.04); border: 1px solid rgba(13,174,188,0.15); padding: 44px 36px; }
.el-label { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--teal); margin-bottom: 32px; }
.flight-route { display: flex; align-items: center; margin-bottom: 20px; padding: 18px 0; border-bottom: 1px solid rgba(13,174,188,0.10); }
.flight-route:last-of-type { border-bottom: none; }
.route-city { flex: 1; }
.route-code { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--white); }
.route-name { font-size: 10px; color: rgba(255,255,255,0.45); letter-spacing: 1px; margin-top: 2px; }
.route-line { flex: 2; display: flex; align-items: center; gap: 8px; padding: 0 16px; }
.line-seg { flex: 1; height: 1px; background: rgba(13,174,188,0.40); }
.plane-ico { font-size: 16px; color: var(--teal); }
.route-price { text-align: right; }
.price-label { font-size: 8px; letter-spacing: 2px; color: var(--teal); text-transform: uppercase; }
.price-val { font-size: 15px; font-weight: 300; color: var(--white); margin-top: 2px; }
.el-note { font-size: 10px; color: rgba(255,255,255,0.38); letter-spacing: 1px; margin-top: 24px; line-height: 1.7; }

/* SARAJEVO — light */
.sarajevo { padding: 120px 60px; position: relative; overflow: hidden; color: var(--ink); }
.sarajevo-bg { position: absolute; inset: 0; background: url('images/sarajevo-city.jpg') center/cover no-repeat; z-index: 0; }
.sarajevo::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(243,239,230,0.88) 0%, rgba(243,239,230,0.82) 100%); z-index: 1; pointer-events: none; }
.sarajevo::after { content: 'SARAJEVO'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: 180px; font-weight: 600; color: rgba(0,0,0,0.035); letter-spacing: 20px; white-space: nowrap; pointer-events: none; z-index: 1; }
.sarajevo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.sarajevo-text { padding-top: 20px; }
.sarajevo h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 5vw, 60px); font-weight: 300; line-height: 1.12; margin-bottom: 28px; color: var(--ink); }
.sarajevo h2 em { font-style: italic; color: var(--teal); }
.sarajevo p { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-mid); margin-bottom: 16px; }
.sarajevo-right { display: flex; flex-direction: column; gap: 16px; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.route-item { padding: 16px 20px; border: 1px solid rgba(0,0,0,0.10); background: rgba(255,255,255,0.5); backdrop-filter: blur(8px); transition: all 0.3s; }
.route-item:hover { border-color: var(--teal); background: rgba(13,174,188,0.06); }
.route-from { font-size: 8px; letter-spacing: 3px; color: var(--teal); text-transform: uppercase; }
.route-cities { font-size: 13px; font-weight: 400; margin-top: 4px; color: var(--ink); }
.map-visual { position: relative; height: 300px; border: 1px solid rgba(0,0,0,0.10); overflow: hidden; }
#sarajevo-map { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.map-caption { position: absolute; bottom: 16px; left: 16px; font-size: 9px; letter-spacing: 3px; color: rgba(255,255,255,0.75); text-transform: uppercase; z-index: 500; background: rgba(12,18,20,0.65); padding: 4px 10px; }
.sjj-pin { position: relative; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; }
.sjj-pin-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--teal); position: relative; z-index: 2; flex-shrink: 0; }
.sjj-pin-dot::before, .sjj-pin-dot::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(1); width: 12px; height: 12px; border-radius: 50%; border: 1px solid var(--teal); animation: mapRipple 2s ease-out infinite; }
.sjj-pin-dot::after { animation-delay: 1s; }
@keyframes mapRipple { 0% { opacity: 0.8; transform: translate(-50%,-50%) scale(1); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(4); } }

/* CHARTER BOOKING — dark */
.charter { padding: 120px 60px; background: linear-gradient(135deg, rgba(12,18,20,0.82) 0%, rgba(12,18,20,0.78) 100%), url('images/charter-jet.jpg') center/cover no-repeat; position: relative; overflow: hidden; }
.charter::before { content: 'CHARTER'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: 200px; font-weight: 600; color: rgba(13,174,188,0.04); letter-spacing: 20px; white-space: nowrap; pointer-events: none; }
.charter-inner { max-width: 1200px; margin: 0 auto; }
.charter-header { margin-bottom: 50px; }
.charter h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 300; margin-bottom: 16px; }
.charter h2 em { color: var(--teal); font-style: italic; }
.charter-intro { font-size: 13px; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,0.65); max-width: 660px; }
.charter-form { border: 1px solid rgba(13,174,188,0.18); background: rgba(13,174,188,0.04); padding: 44px 40px; }
.charter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); font-weight: 400; }
.form-group .optional { color: rgba(255,255,255,0.35); letter-spacing: 1px; text-transform: none; font-size: 9px; }
.form-group select,
.form-group input,
.form-group textarea { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300; color: var(--white); background: rgba(12,18,20,0.6); border: 1px solid rgba(13,174,188,0.25); padding: 12px 14px; outline: none; transition: border-color 0.3s; }
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus { border-color: var(--teal); }
.form-group select option { background: var(--dark2); color: var(--white); }
.form-full { margin-bottom: 24px; }
.form-full textarea { width: 100%; resize: vertical; min-height: 70px; }
.charter-submit { display: flex; align-items: center; gap: 20px; }
.charter-note { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.6); }
.charter-note.success { color: var(--teal); }
.charter-note.error { color: #ff4d4d; background: rgba(255,77,77,0.1); border: 1px solid rgba(255,77,77,0.3); padding: 10px 16px; font-weight: 400; letter-spacing: 0.5px; }

/* SERVICES — light */
.services { padding: 120px 60px; background: linear-gradient(135deg, rgba(243,239,230,0.85) 0%, rgba(243,239,230,0.82) 100%), url('images/airport-tarmac.jpg') center/cover no-repeat; color: var(--ink); }
.services-header { text-align: center; margin-bottom: 70px; }
.services-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 300; color: var(--ink); }
.services-header h2 em { font-style: italic; color: var(--teal); }
.services .section-tag { color: var(--teal); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(0,0,0,0.07); max-width: 1200px; margin: 0 auto; }
.service-card { background: var(--cream); padding: 44px 32px; transition: all 0.4s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform 0.4s; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { background: rgba(13,174,188,0.06); }
.service-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: rgba(0,0,0,0.06); line-height: 1; position: absolute; top: 20px; right: 24px; }
.service-card h3 { font-size: 14px; font-weight: 400; letter-spacing: 1px; margin-bottom: 14px; color: var(--ink); }
.service-card p { font-size: 12px; font-weight: 300; line-height: 1.8; color: var(--ink-mid); }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); text-decoration: none; }
.service-link::after { content: '→'; transition: transform 0.3s; }
.service-card:hover .service-link::after { transform: translateX(4px); }

/* VIP PACKAGES — dark */
.vip-packages { padding: 120px 60px; background: linear-gradient(135deg, rgba(12,18,20,0.88) 0%, rgba(12,18,20,0.82) 100%), url('images/sky-clouds.jpg') center/cover no-repeat; position: relative; overflow: hidden; }
.vip-packages::before { content: 'VIP'; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: 220px; font-weight: 600; color: rgba(196,163,90,0.04); letter-spacing: 20px; white-space: nowrap; pointer-events: none; }
.vip-inner { max-width: 1200px; margin: 0 auto; }
.vip-header { margin-bottom: 60px; }
.vip-packages h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 300; margin-bottom: 16px; }
.vip-packages h2 em { color: var(--gold); font-style: italic; }
.vip-packages .section-tag { color: var(--gold); }
.vip-packages .section-tag::before { background: var(--gold); }
.vip-intro { font-size: 13px; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,0.65); max-width: 660px; }
.vip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(196,163,90,0.10); margin-bottom: 48px; }
.vip-card { background: rgba(12,18,20,0.85); padding: 44px 32px; transition: all 0.4s; position: relative; overflow: hidden; }
.vip-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.4s; }
.vip-card:hover::before { transform: scaleX(1); }
.vip-card:hover { background: rgba(196,163,90,0.06); }
.vip-card-icon { width: 36px; height: 36px; color: var(--gold); margin-bottom: 20px; }
.vip-card-icon svg { width: 100%; height: 100%; }
.vip-card h3 { font-size: 15px; font-weight: 400; letter-spacing: 1px; margin-bottom: 14px; color: var(--white); }
.vip-card p { font-size: 12.5px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.55); }
.vip-destinations { background: rgba(196,163,90,0.04); border: 1px solid rgba(196,163,90,0.15); padding: 36px; margin-bottom: 40px; }
.vip-dest-label { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.vip-dest-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.vip-dest-item { text-align: center; padding: 18px 12px; border: 1px solid rgba(196,163,90,0.12); background: rgba(12,18,20,0.4); transition: all 0.3s; }
.vip-dest-item:hover { border-color: var(--gold); background: rgba(196,163,90,0.08); }
.vip-dest-flag { font-size: 22px; margin-bottom: 8px; }
.vip-dest-city { font-size: 14px; font-weight: 400; color: var(--white); }
.vip-dest-region { font-size: 10px; color: rgba(255,255,255,0.4); letter-spacing: 1px; margin-top: 4px; }
.vip-cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.vip-note { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.45); max-width: 480px; line-height: 1.7; }
.vip-packages .btn-primary { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.vip-packages .btn-primary:hover { background: #b3923e; border-color: #b3923e; }

/* CONTACT — light */
.contact { padding: 120px 60px; background: var(--cream); color: var(--ink); text-align: center; position: relative; overflow: hidden; }
.contact::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(13,174,188,0.05) 0%, transparent 70%); pointer-events: none; }
.contact h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 6vw, 72px); font-weight: 300; line-height: 1.1; margin-bottom: 20px; color: var(--ink); }
.contact h2 em { color: var(--teal); font-style: italic; }
.contact .section-tag { color: var(--teal); }
.contact .sub { font-size: 13px; font-weight: 300; color: var(--ink-mid); max-width: 440px; margin: 0 auto 50px; line-height: 1.9; }
.contact-cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 50px; }
.contact-card { padding: 28px 36px; border: 1px solid rgba(0,0,0,0.12); background: rgba(0,0,0,0.03); min-width: 200px; transition: all 0.3s; }
.contact-card:hover { border-color: var(--teal); background: rgba(13,174,188,0.06); }
.cc-label { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; }
.cc-val { font-size: 13px; font-weight: 300; color: var(--ink); }
.contact .btn-primary { background: var(--teal); border-color: var(--teal); color: var(--white); }
.contact .btn-primary:hover { background: var(--teal-d); border-color: var(--teal-d); }

/* FOOTER — dark */
footer { padding: 40px 60px; background: var(--dark); border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; }
.footer-logo .logo-main { font-family: 'Cormorant Garamond', serif; font-size: 18px; letter-spacing: 6px; color: var(--white); }
.footer-logo .logo-sub { font-size: 7px; letter-spacing: 5px; color: var(--teal); text-transform: uppercase; margin-top: 2px; }
footer p { font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 1px; }
.footer-hub { font-size: 10px; letter-spacing: 3px; color: var(--teal); text-transform: uppercase; }

/* =============================================
   ANIMATIONS — V3 Editorial
   Perspective flip: elements rotate in on the
   X-axis from a shallow 3D tilt, like pages
   being turned or headlines hitting the press.
   Fast spring easing with tighter stagger.
   ============================================= */
@keyframes flipIn {
  from { opacity: 0; transform: perspective(700px) rotateX(16deg) translateY(30px); }
  to   { opacity: 1; transform: perspective(700px) rotateX(0deg)  translateY(0); }
}
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.4; transform:scale(1.55); } }
@keyframes ripple { 0% { opacity:0.9; transform:scale(1); } 100% { opacity:0; transform:scale(2.8); } }
@keyframes scrollLine { 0%,100% { opacity:1; } 50% { opacity:0.2; } }

.reveal { opacity: 0; transform: perspective(700px) rotateX(10deg) translateY(28px); transition: opacity 0.58s cubic-bezier(0.16, 1, 0.3, 1), transform 0.58s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: perspective(700px) rotateX(0deg) translateY(0); }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.20s; }
.reveal-delay-3 { transition-delay: 0.30s; }

/* LANGUAGE SWITCHER */
.lang-switcher { position: relative; margin-left: auto; margin-right: 20px; }
.lang-btn { display: flex; align-items: center; gap: 6px; background: transparent; border: 1px solid rgba(13,174,188,0.25); padding: 6px 14px; cursor: pointer; font-family: 'Jost', sans-serif; font-size: 11px; color: rgba(255,255,255,0.75); letter-spacing: 2px; transition: all 0.3s; }
.lang-btn:hover { border-color: var(--teal); color: var(--teal); }
.lang-arrow { font-size: 8px; opacity: 0.5; }
.lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: var(--dark2); border: 1px solid rgba(13,174,188,0.2); min-width: 150px; display: none; flex-direction: column; z-index: 200; }
.lang-dropdown.open { display: flex; }
.lang-dropdown button { background: none; border: none; padding: 10px 16px; font-family: 'Jost', sans-serif; font-size: 12px; color: rgba(255,255,255,0.7); text-align: left; cursor: pointer; transition: all 0.2s; letter-spacing: 1px; }
.lang-dropdown button:hover { background: rgba(13,174,188,0.1); color: var(--teal); }

/* HAMBURGER */
.hamburger { display: none; background: rgba(13,174,188,0.08); border: 1px solid rgba(13,174,188,0.25); cursor: pointer; padding: 10px 10px; z-index: 201; transition: all 0.3s; }
.hamburger:hover { border-color: var(--teal); background: rgba(13,174,188,0.15); }
.hamburger span { display: block; width: 20px; height: 1.5px; background: var(--teal); margin: 4px 0; transition: all 0.3s; transform-origin: center; }
.hamburger.active { background: rgba(13,174,188,0.15); border-color: var(--teal); }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .charter-grid { grid-template-columns: 1fr 1fr; }
  .vip-dest-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .hamburger { display: flex; flex-direction: column; align-items: center; justify-content: center; order: 99; }
  /* Backdrop overlay */
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 199;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .nav-backdrop.visible { opacity: 1; pointer-events: auto; }
  /* Slide-in drawer from right */
  .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 300px;
    max-width: 85vw;
    background: var(--dark2);
    border-left: 1px solid rgba(13,174,188,0.15);
    margin: 0;
    padding: 80px 0 40px;
    z-index: 200;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-links a { font-size: 13px; letter-spacing: 4px; color: rgba(255,255,255,0.7); padding: 18px 32px; display: block; transition: color 0.2s, background 0.2s; }
  .nav-links a:hover { color: var(--teal); background: rgba(13,174,188,0.08); }
  .nav-cta { display: none; }
  .lang-switcher { margin-left: auto; margin-right: 12px; }
}
@media (max-width: 600px) {
  .charter-grid { grid-template-columns: 1fr; }
  nav { padding: 14px 20px !important; }
  .hero { padding: 0 24px; }
  .why-private, .empty-legs, .sarajevo, .charter, .services, .vip-packages, .contact { padding: 80px 24px; }
  .vip-grid { grid-template-columns: 1fr; }
  .vip-dest-grid { grid-template-columns: repeat(3, 1fr); }
  .vip-cta-wrap { flex-direction: column; text-align: center; }
  .empty-legs-inner, .sarajevo-inner { grid-template-columns: 1fr; gap: 40px; }
  .sarajevo-right { margin-left: 0; max-width: 100%; }
  .benefits-grid, .services-grid { grid-template-columns: 1fr; }
  .hero-stats { position: relative; margin-top: 40px; }
  .charter-form { padding: 24px 20px; }
  footer { flex-direction: column; gap: 16px; text-align: center; }
}

/* RTL SUPPORT — Arabic */
[dir="rtl"] { direction: rtl; text-align: right; }
[dir="rtl"] nav { flex-direction: row-reverse; }
[dir="rtl"] .nav-links { flex-direction: row-reverse; }
[dir="rtl"] .nav-logo { align-items: flex-end; }
[dir="rtl"] .lang-switcher { margin-left: 20px; margin-right: auto; }
[dir="rtl"] .lang-dropdown { right: auto; left: 0; }
[dir="rtl"] .hero-eyebrow { flex-direction: row-reverse; }
[dir="rtl"] .hero-eyebrow::before { order: 1; }
[dir="rtl"] .hero-actions { flex-direction: row-reverse; }
[dir="rtl"] .hero-hub { flex-direction: row-reverse; }
[dir="rtl"] .hero-stats { right: auto; left: 0; }
[dir="rtl"] .scroll-ind { left: auto; right: 60px; }
[dir="rtl"] .section-tag { flex-direction: row-reverse; }
[dir="rtl"] .section-tag::before { order: 1; }
[dir="rtl"] .benefits-grid, [dir="rtl"] .services-grid { direction: rtl; }
[dir="rtl"] .benefit-num, [dir="rtl"] .service-num { right: auto; left: 20px; }
[dir="rtl"] .empty-legs-inner { direction: rtl; }
[dir="rtl"] .flight-route { flex-direction: row-reverse; }
[dir="rtl"] .route-price { text-align: left; margin-left: 0; margin-right: 20px; }
[dir="rtl"] .el-highlight { flex-direction: row-reverse; }
[dir="rtl"] .sarajevo-inner { direction: rtl; }
[dir="rtl"] .route-grid { direction: rtl; }
[dir="rtl"] .contact { text-align: center; }
[dir="rtl"] .contact-cards { flex-direction: row-reverse; }
[dir="rtl"] .charter-grid { direction: rtl; }
[dir="rtl"] .charter-submit { flex-direction: row-reverse; }
[dir="rtl"] .vip-cta-wrap { flex-direction: row-reverse; }
[dir="rtl"] .vip-dest-grid { direction: rtl; }
[dir="rtl"] .dest-enquire::after, [dir="rtl"] .service-link::after { content: '←'; }
[dir="rtl"] footer { flex-direction: row-reverse; }
[dir="rtl"] .footer-logo { align-items: flex-end; }
