:root {
  --black: #020405;
  --black-soft: #070b0c;
  --panel: #091113;
  --panel-light: #0d1b1e;
  --teal: #003f47;
  --teal-bright: #0a6570;
  --pink: #f12368;
  --pink-bright: #ff3d7d;
  --white: #f7faf9;
  --muted: #9aa8aa;
  --line: rgba(255, 255, 255, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 92px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(22px, 5vw, 78px); border-bottom: 1px solid rgba(255,255,255,.12);
}
.logo { display: inline-flex; flex-wrap: wrap; width: 150px; align-items: baseline; color: white; font-style: italic; font-size: 26px; font-weight: 950; letter-spacing: -1.9px; line-height: .95; }
.logo b { color: var(--pink); }
.logo small { flex-basis: 100%; margin-top: 7px; padding-left: 1px; font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: 2.35px; color: rgba(255,255,255,.64); }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; transition: color .2s ease; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--pink); transition: right .25s ease; }
.site-header nav a:hover { color: white; }
.site-header nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.language-switch { min-width: 67px; height: 36px; padding: 0 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; color: white; background: rgba(3,9,10,.46); font-size: 12px; font-weight: 800; cursor: pointer; backdrop-filter: blur(10px); transition: border-color .2s ease, background .2s ease; }
.language-switch:hover { border-color: var(--pink); background: rgba(241,35,104,.12); }
.header-cta { display: flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 800; }
.header-cta span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pink); transition: transform .25s ease; }
.header-cta:hover span { transform: rotate(45deg); }

.hero { position: relative; isolation: isolate; min-height: min(940px, 100svh); display: flex; align-items: center; overflow: hidden; background: var(--black); }
.hero-photo { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.91) 27%, rgba(0,0,0,.47) 51%, rgba(0,0,0,.04) 78%), linear-gradient(0deg, rgba(0,0,0,.76), transparent 45%); }
.hero-content { width: min(720px, 58vw); margin-left: clamp(22px, 6vw, 100px); padding: 145px 0 98px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 850; letter-spacing: 2.2px; text-transform: uppercase; }
.eyebrow i { width: 32px; height: 2px; display: inline-block; background: var(--pink); box-shadow: 0 0 16px rgba(241,35,104,.7); }
h1, h2 { margin: 0; font-size: clamp(58px, 6.5vw, 104px); line-height: .91; letter-spacing: -6px; font-weight: 900; }
h1 em, h2 em { color: var(--pink); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; letter-spacing: -4px; }
.hero-intro { max-width: 595px; margin: 31px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 0 24px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-pink { color: white; background: var(--pink); box-shadow: 0 18px 38px rgba(241,35,104,.2); }
.button-pink:hover { background: var(--pink-bright); box-shadow: 0 20px 48px rgba(241,35,104,.32); }
.button-ghost { color: white; background: rgba(5,12,14,.52); border-color: rgba(255,255,255,.3); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: var(--pink); }
.hero-tags { width: max-content; display: flex; margin-top: 53px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-tags span { min-width: 145px; display: flex; align-items: center; gap: 10px; padding-right: 22px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 750; }
.hero-tags b { color: var(--pink); font: 10px var(--font-geist-mono), monospace; }
.route-light { position: absolute; z-index: -1; width: 58vw; right: -4vw; bottom: -2%; overflow: visible; pointer-events: none; filter: drop-shadow(0 0 14px rgba(241,35,104,.7)); }
.route-light path { fill: none; stroke-linecap: round; }
.route-shadow { stroke: rgba(241,35,104,.24); stroke-width: 16; }
.route-beam { stroke: var(--pink); stroke-width: 3; stroke-dasharray: 16 11; animation: route-drive 7s linear infinite; }
@keyframes route-drive { to { stroke-dashoffset: -270; } }
.scroll-cue { position: absolute; right: clamp(22px, 5vw, 78px); bottom: 37px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.scroll-cue i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--pink); font-style: normal; }

.signal-strip { overflow: hidden; padding: 14px 0; color: white; background: var(--pink); white-space: nowrap; }
.signal-strip div { width: max-content; display: flex; align-items: center; gap: 30px; animation: signal 26s linear infinite; font-size: 11px; font-weight: 900; letter-spacing: 1.8px; }
.signal-strip span { display: flex; align-items: center; gap: 30px; }
.signal-strip b { color: #4e001d; }
@keyframes signal { to { transform: translateX(-50%); } }

.section { padding: 120px clamp(22px, 6vw, 96px); }
.services { background: radial-gradient(circle at 90% 10%, rgba(0,63,71,.29), transparent 30%), var(--black-soft); }
.section-intro { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 72px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(50px, 5.4vw, 84px); }
.section-intro > p:last-child, .fleet-heading > p, .coverage-copy > p, .booking-copy > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 305px; display: flex; flex-direction: column; padding: 25px 25px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.service-grid article:hover { z-index: 1; transform: translateY(-8px); background: linear-gradient(145deg, rgba(0,63,71,.58), rgba(241,35,104,.08)); border-color: rgba(241,35,104,.5); }
.service-grid article > div { display: flex; justify-content: space-between; color: var(--muted); font: 11px var(--font-geist-mono), monospace; }
.service-grid article > div i { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--pink); font: normal 17px Arial; transition: transform .25s ease, background .25s ease; }
.service-grid article:hover > div i { transform: rotate(45deg); color: white; background: var(--pink); }
.service-grid h3 { margin: auto 0 16px; font-size: 21px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.fleet { background: var(--black); }
.fleet-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 56px; }
.fleet-scene { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #020506; }
.fleet-scene::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 40%); }
.fleet-scene img { width: 100%; height: 100%; min-height: 390px; display: block; object-fit: cover; }
.fleet-zones { position: absolute; z-index: 2; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.fleet-zones > div { position: relative; display: flex; align-items: flex-end; gap: 12px; padding: 26px; color: white; border-right: 1px solid rgba(255,255,255,.16); background: linear-gradient(0deg, rgba(0,0,0,.22), transparent 48%); }
.fleet-zones > div:last-child { border-right: 0; }
.fleet-zones > div::after { content: ""; position: absolute; left: 26px; right: 26px; bottom: 17px; height: 2px; background: linear-gradient(90deg, var(--pink), transparent); opacity: .75; }
.fleet-zones span { z-index: 1; color: var(--pink); font: 10px var(--font-geist-mono), monospace; }
.fleet-zones strong { z-index: 1; font-size: clamp(23px, 2.2vw, 36px); }
.fleet-zones i { z-index: 1; margin-left: auto; font-style: normal; color: var(--pink); }

.business { display: grid; grid-template-columns: .9fr .72fr 1fr; align-items: center; gap: clamp(35px, 5vw, 85px); background: radial-gradient(circle at 10% 50%, rgba(241,35,104,.12), transparent 28%), linear-gradient(145deg, #08292e, #030708 65%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coverage-copy > p { margin: 31px 0 35px; color: rgba(255,255,255,.6); }
.uae-map { width: 100%; height: auto; display: block; filter: drop-shadow(0 28px 45px rgba(0,0,0,.45)); transform: scale(1.12); }
.emirates-list { border-top: 1px solid var(--line); }
.emirates-list div { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.emirates-list div:hover { padding-left: 14px; background: rgba(241,35,104,.07); }
.emirates-list span { color: var(--pink); font: 10px var(--font-geist-mono), monospace; }
.emirates-list strong { font-size: 16px; }
.emirates-list i { color: rgba(255,255,255,.35); font-style: normal; }

.booking { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 8vw; background: radial-gradient(circle at 80% 30%, rgba(0,63,71,.3), transparent 30%), var(--black-soft); }
.booking-copy { position: sticky; top: 45px; }
.booking-copy > p { margin: 31px 0 38px; }
.booking-steps { display: grid; border-top: 1px solid var(--line); }
.booking-steps span { display: flex; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 750; }
.booking-steps b { color: var(--pink); font: 10px var(--font-geist-mono), monospace; }
.booking-form { padding: clamp(26px, 4vw, 52px); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: linear-gradient(145deg, rgba(15,31,34,.98), rgba(5,9,10,.98)); box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.form-title { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.hero-tags i, .booking-steps i, .signal-strip i, .form-title i { font-style: normal; }
.form-title small { color: var(--pink); font-size: 9px; font-weight: 850; letter-spacing: 1.8px; }
.form-title h3 { margin: 7px 0 0; font-size: 26px; }
.form-title > span { padding: 8px 11px; border-radius: 20px; color: #b3fbd2; background: rgba(26,184,96,.15); font-size: 10px; font-weight: 800; }
.form-section { padding: 27px 0 5px; border-bottom: 1px solid var(--line); }
.form-section h4 { display: flex; align-items: center; gap: 12px; margin: 0 0 2px; font-size: 16px; }
.form-section h4 b { color: var(--pink); font: 10px var(--font-geist-mono), monospace; }
.dimensions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fragile-field { margin: 20px 0 0; padding: 0; border: 0; }
.fragile-field legend, .field > span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: 1.3px; text-transform: uppercase; }
.fragile-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.fragile-options label { position: relative; height: 54px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); cursor: pointer; }
.fragile-options input { position: absolute; opacity: 0; }
.fragile-options label:has(input:checked) { color: white; border-color: var(--pink); background: rgba(241,35,104,.11); }
.field { display: grid; gap: 9px; margin-top: 20px; }
.field > span { display: flex; align-items: center; gap: 8px; }
.field span i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; }
.pickup-dot { background: #4fe29b; box-shadow: 0 0 10px rgba(79,226,155,.6); }
.drop-dot { background: var(--pink); box-shadow: 0 0 10px rgba(241,35,104,.6); }
.field input, .field select, .field textarea { width: 100%; height: 54px; padding: 0 15px; outline: 0; border: 1px solid var(--line); border-radius: 5px; color: white; background: rgba(255,255,255,.035); font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { height: auto; min-height: 105px; padding-top: 15px; line-height: 1.55; resize: vertical; }
.field input::placeholder { color: #667577; }
.field textarea::placeholder { color: #667577; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(241,35,104,.12); }
.field select option { color: #111; }
.field input[type="datetime-local"] { color-scheme: dark; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.button-submit { width: 100%; margin-top: 25px; color: white; background: var(--pink); }
.button-submit:hover { background: var(--pink-bright); box-shadow: 0 18px 35px rgba(241,35,104,.22); }
.form-note { margin: 13px 0 0; color: #718083; font-size: 10px; text-align: center; }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: start; background: radial-gradient(circle at 12% 20%, rgba(241,35,104,.12), transparent 28%), #061014; border-top: 1px solid var(--line); }
.contact-heading > p:last-child { max-width: 510px; margin: 31px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid > a { position: relative; min-height: 168px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.contact-grid > a:hover { z-index: 1; transform: translateY(-4px); background: rgba(241,35,104,.08); }
.contact-grid small { margin-bottom: 10px; color: var(--pink); font-size: 9px; font-weight: 850; letter-spacing: 1.5px; }
.contact-grid strong { font-size: clamp(15px, 1.3vw, 20px); overflow-wrap: anywhere; }
.contact-grid p { margin: 10px 35px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contact-grid > a > span { position: absolute; top: 24px; right: 24px; color: var(--pink); }
.career-card { background: linear-gradient(145deg, rgba(0,63,71,.4), rgba(241,35,104,.06)); }

footer { min-height: 165px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; padding: 35px clamp(22px, 6vw, 96px); color: white; background: #010303; }
footer > p { max-width: 430px; margin: 0; color: #6f7c7e; font-size: 12px; line-height: 1.5; }
footer > a:nth-of-type(2) { color: var(--pink); font-size: 13px; font-weight: 850; }
footer > small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); color: #536062; font-size: 9px; text-align: center; }
footer > small b { color: #788587; }

.rtl { font-family: Arial, Tahoma, sans-serif; }
.rtl .logo { direction: ltr; }
.rtl h1, .rtl h2 { letter-spacing: -2px; }
.rtl h1 em, .rtl h2 em { letter-spacing: -1px; }
.rtl .hero-content, .rtl .section-intro, .rtl .fleet-heading, .rtl .coverage-copy, .rtl .booking-copy, .rtl .booking-form, .rtl .contact { text-align: right; }
.rtl .eyebrow, .rtl .hero-tags span, .rtl .booking-steps span, .rtl .form-section h4, .rtl .field > span { flex-direction: row-reverse; justify-content: flex-end; }
.rtl .fleet-zones i, .rtl .contact-grid > a > span { transform: scaleX(-1); }
.rtl .fleet-zones i { margin-left: 0; margin-right: auto; }
.rtl .contact-grid > a > span { right: auto; left: 24px; }
.rtl .contact-grid p { margin-right: 0; margin-left: 35px; }
.rtl .field input[type="tel"], .rtl .field input[type="number"], .rtl .field input[type="datetime-local"] { direction: ltr; text-align: right; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; }
  .hero { min-height: 820px; }
  .hero-content { width: 66vw; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.97), rgba(0,0,0,.79) 48%, rgba(0,0,0,.18)), linear-gradient(0deg, rgba(0,0,0,.75), transparent 50%); }
  .section-intro, .fleet-heading { grid-template-columns: 1fr; }
  .section-intro .eyebrow { grid-column: auto; }
  .section-intro > p:last-child, .fleet-heading > p { margin-top: -35px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .fleet-scene { min-height: 320px; }
  .fleet-scene img { min-height: 320px; }
  .business, .booking, .contact { grid-template-columns: 1fr; }
  .uae-map { width: min(620px, 92%); justify-self: center; transform: none; margin: -20px 0; }
  .booking-copy { position: static; }
  .emirates-list { margin-top: 15px; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 680px) {
  .site-header { height: 76px; padding: 0 19px; }
  .logo { width: 130px; font-size: 23px; }
  .header-actions { gap: 8px; }
  .language-switch { min-width: 55px; height: 32px; padding: 0 9px; }
  .header-cta { gap: 8px; font-size: 0; }
  .header-cta::before { content: "Book"; font-size: 12px; }
  .header-cta span { width: 31px; height: 31px; }
  .hero { min-height: 780px; align-items: flex-end; }
  .hero-photo { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.99) 5%, rgba(0,0,0,.89) 50%, rgba(0,0,0,.15) 93%), linear-gradient(90deg, rgba(0,0,0,.76), transparent); }
  .hero-content { width: auto; margin: 0 19px; padding: 290px 0 77px; }
  h1 { font-size: 53px; letter-spacing: -3.7px; }
  h1 em, h2 em { letter-spacing: -2.5px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { min-height: 55px; }
  .hero-tags { width: 100%; justify-content: space-between; margin-top: 38px; }
  .hero-tags span { min-width: 0; display: grid; gap: 5px; padding-right: 9px; font-size: 10px; }
  .route-light { width: 110vw; right: -20vw; bottom: 27%; opacity: .65; }
  .scroll-cue { display: none; }
  .section { padding: 82px 19px; }
  h2 { font-size: 48px; letter-spacing: -3.4px; }
  .section-intro, .fleet-heading { gap: 58px; margin-bottom: 45px; }
  .section-intro > p:last-child, .fleet-heading > p { margin-top: -28px; font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 238px; }
  .fleet-scene { min-height: auto; overflow: visible; border: 0; background: transparent; }
  .fleet-scene img { min-height: 0; aspect-ratio: 3 / 1; object-fit: contain; border: 1px solid var(--line); border-radius: 7px; }
  .fleet-scene::after { display: none; }
  .fleet-zones { position: static; margin-top: 10px; gap: 7px; }
  .fleet-zones > div { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-content: center; padding: 13px 10px; border: 1px solid var(--line) !important; border-radius: 5px; background: var(--panel); }
  .fleet-zones > div::after { left: 10px; right: 10px; bottom: 7px; }
  .fleet-zones strong { font-size: 18px; }
  .business { gap: 62px; }
  .emirates-list div { min-height: 58px; }
  .booking { gap: 60px; }
  .booking-form { padding: 25px 17px; }
  .form-title > span { display: none; }
  .dimensions-grid { grid-template-columns: 1fr 1fr 1fr; gap: 7px; }
  .dimensions-grid .field > span { font-size: 8px; letter-spacing: .6px; }
  .form-row { grid-template-columns: 1fr; }
  .contact { gap: 55px; }
  .contact-grid { grid-template-columns: 1fr; }
  footer { min-height: 205px; grid-template-columns: 1fr; gap: 20px; }
  footer > a:nth-of-type(2) { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
