/* Cairo Shuttle Bus — Premium Pharaonic landing page theme.
   Brand tokens mirror the apps' design system (black & gold, Cairo, RTL). */
:root {
  --bg: #0a0a0a;
  --surface: #141414;
  --surface-alt: #1e1a14;
  --gold: #d4af37;
  --gold-light: #f5d061;
  --gold-deep: #b8860b;
  --ink: #f5f0e1;
  --muted: #9a8f78;
  --gold-grad: linear-gradient(135deg, #f5d061 0%, #d4af37 45%, #8b6914 100%);
  --border-gold: rgba(212, 175, 55, 0.35);
}

* { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Cairo', 'Tajawal', sans-serif;
  overflow-x: hidden;
}

/* English mode: prefer a Latin display face, keep Cairo as fallback. */
body.lang-en { font-family: 'Poppins', 'Cairo', sans-serif; }

/* ── Language switch (AR / EN) ──────────────────────────── */
.lang-switch {
  display: inline-flex; gap: 4px; padding: 3px;
  border: 1px solid var(--border-gold); border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
}
.lang-switch button {
  border: 0; background: transparent; color: var(--muted);
  font-weight: 800; font-size: 0.82rem; line-height: 1;
  padding: 6px 12px; border-radius: 999px; cursor: pointer;
  transition: all 0.2s ease;
}
.lang-switch button:hover { color: var(--gold-light); }
.lang-switch button.active {
  background: var(--gold-grad); color: #1a1304;
}
@media (max-width: 991.98px) {
  .lang-switch button { padding: 5px 10px; font-size: 0.78rem; }
}

/* Subtle pharaonic radial glow behind the page */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(700px circle at 80% -5%, rgba(212, 175, 55, 0.12), transparent 60%),
    radial-gradient(600px circle at 0% 100%, rgba(184, 134, 11, 0.10), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.container { position: relative; z-index: 1; }

/* ── Typography & helpers ───────────────────────────────── */
.text-gold { color: var(--gold) !important; }
.text-muted-gold { color: var(--muted) !important; }
.gold-grad-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section { padding: 84px 0; position: relative; z-index: 1; }
.section-title {
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  margin-bottom: 8px;
}
.section-kicker {
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-sub { color: var(--muted); max-width: 620px; margin: 0 auto 18px; }
.divider-gold {
  width: 70px; height: 3px; border: 0; opacity: 1;
  background: var(--gold-grad); border-radius: 3px; margin: 14px auto 28px;
}

/* ── Buttons ────────────────────────────────────────────── */
.btn-gold {
  background: var(--gold-grad);
  color: #1a1304;
  font-weight: 800;
  border: 0;
  border-radius: 40px;
  padding: 12px 28px;
  box-shadow: 0 8px 26px rgba(212, 175, 55, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(212, 175, 55, 0.45); color: #1a1304; }
.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 40px;
  padding: 12px 28px;
  font-weight: 700;
  background: transparent;
  transition: all 0.2s ease;
}
.btn-outline-gold:hover { background: rgba(212, 175, 55, 0.12); color: var(--gold-light); }

/* ── Navbar ─────────────────────────────────────────────── */
.navbar {
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  transition: background 0.3s ease;
}
.navbar.scrolled { background: rgba(10, 10, 10, 0.94); }
.navbar-brand img { height: 46px; width: 46px; border-radius: 50%; object-fit: cover; border: 1px solid var(--border-gold); }
.navbar-brand b { color: var(--gold); font-weight: 800; }
.navbar-brand span { color: var(--muted); font-size: 0.65rem; letter-spacing: 2px; display: block; }
.navbar .nav-link { color: var(--ink); font-weight: 600; margin: 0 6px; transition: color 0.2s; }
.navbar .nav-link:hover { color: var(--gold); }
.navbar-toggler { border-color: var(--border-gold); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23d4af37' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 120px 0 60px;
  position: relative;
}
.hero-logo {
  width: 190px; height: 190px; border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border-gold);
  box-shadow: 0 0 60px rgba(212, 175, 55, 0.35);
  animation: float 5s ease-in-out infinite;
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.hero h1 { font-weight: 900; font-size: clamp(2.2rem, 7vw, 4rem); margin-top: 22px; }
.hero .lead-en { color: var(--muted); letter-spacing: 5px; font-size: clamp(0.8rem, 2vw, 1rem); text-transform: uppercase; }
.hero .lead-ar { color: var(--ink); font-size: clamp(1rem, 3vw, 1.4rem); margin-top: 6px; }
.badge-vip {
  display: inline-block; margin-top: 18px; padding: 6px 18px; border-radius: 30px;
  border: 1px solid var(--gold); color: var(--gold); font-weight: 700; letter-spacing: 4px; font-size: 0.8rem;
}

/* ── Cards (services / fleet / features) ────────────────── */
.card-gold {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 18px;
  padding: 28px 22px;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.card-gold:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(212, 175, 55, 0.25);
}
.card-icon {
  width: 60px; height: 60px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold); font-size: 1.6rem; margin-bottom: 16px;
}
.card-gold h5 { font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.card-gold p { color: var(--muted); font-size: 0.92rem; margin: 0; }
.card-tag {
  display: inline-block; margin-top: 12px; font-size: 0.72rem; font-weight: 700;
  color: var(--gold); background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--border-gold); padding: 3px 12px; border-radius: 20px;
}

/* ── Fleet ──────────────────────────────────────────────── */
.fleet-card .seats {
  font-weight: 900; font-size: 2rem; line-height: 1;
}
.fleet-card .seats small { font-size: 0.8rem; color: var(--muted); font-weight: 600; }

/* ── Philosophy strip ───────────────────────────────────── */
.philosophy {
  background:
    linear-gradient(160deg, rgba(30, 26, 20, 0.9), rgba(10, 10, 10, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12), transparent 60%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.philosophy .quote { font-size: clamp(1.3rem, 4vw, 2.1rem); font-weight: 800; }

/* ── Memberships ────────────────────────────────────────── */
.plan {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 20px; padding: 30px 22px; text-align: center; height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.plan:hover { transform: translateY(-6px); border-color: var(--gold); }
.plan.featured { border-color: var(--gold); box-shadow: 0 0 40px rgba(212, 175, 55, 0.2); }
.plan .trips { font-size: 2.6rem; font-weight: 900; }
.plan .label { color: var(--muted); font-weight: 600; }
.plan .ribbon {
  display: inline-block; margin-bottom: 12px; padding: 4px 16px; border-radius: 20px;
  background: var(--gold-grad); color: #1a1304; font-weight: 800; font-size: 0.75rem; letter-spacing: 1px;
}

/* ── Stats ──────────────────────────────────────────────── */
.stat h3 { font-weight: 900; font-size: clamp(1.8rem, 5vw, 2.8rem); }
.stat p { color: var(--muted); margin: 0; }

/* ── Download / Contact ─────────────────────────────────── */
.store-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--surface); border: 1px solid var(--border-gold);
  border-radius: 14px; padding: 10px 20px; color: var(--ink); text-decoration: none;
  transition: all 0.2s ease;
}
.store-btn:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.store-btn i { font-size: 1.8rem; color: var(--gold); }
.store-btn small { display: block; color: var(--muted); font-size: 0.65rem; }
.store-btn b { font-size: 1rem; }

.download-card {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid var(--border-gold); border-radius: 18px; padding: 32px 26px; height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.download-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 0 50px rgba(212, 175, 55, 0.18); }
.download-icon {
  width: 96px; height: 96px; border-radius: 24px; object-fit: cover;
  border: 2px solid var(--border-gold); box-shadow: 0 0 30px rgba(212, 175, 55, 0.25);
}
.download-card h3 { color: var(--gold-light); font-weight: 800; }

.contact-card {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid var(--border-gold); border-radius: 16px; padding: 22px; height: 100%;
  text-decoration: none; color: var(--ink); display: block;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.contact-card:hover { transform: translateY(-4px); border-color: var(--gold); color: var(--gold-light); }
.contact-card i { font-size: 1.8rem; color: var(--gold); }

.social-link {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; color: var(--gold);
  border: 1px solid var(--border-gold); font-size: 1.2rem; text-decoration: none;
  transition: all 0.2s ease;
}
.social-link:hover { background: var(--gold-grad); color: #1a1304; transform: translateY(-3px); }

/* ── Footer ─────────────────────────────────────────────── */
footer {
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  padding: 40px 0 28px;
  color: var(--muted);
}
footer img { height: 54px; width: 54px; border-radius: 50%; border: 1px solid var(--border-gold); }

/* ── WhatsApp float ─────────────────────────────────────── */
.wa-float {
  position: fixed; bottom: 22px; left: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  font-size: 1.7rem; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); text-decoration: none;
  transition: transform 0.2s ease;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* ── Coming-soon / hero badges ──────────────────────────── */
.badge-soon {
  display: inline-block; padding: 5px 16px; border-radius: 24px;
  background: rgba(212, 175, 55, 0.12); border: 1px solid var(--gold);
  color: var(--gold-light); font-weight: 800; font-size: 0.78rem; letter-spacing: 1px;
}

/* ── About / Vision / Mission cards ─────────────────────── */
.vm-card {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px; padding: 32px 28px; height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.vm-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.vm-card .vm-ico {
  width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center;
  background: var(--gold-grad); color: #1a1304; font-size: 1.9rem; margin-bottom: 18px;
}
.vm-card h4 { font-weight: 800; color: var(--gold); margin-bottom: 10px; }
.vm-card p { color: var(--ink); opacity: 0.9; margin: 0; line-height: 1.9; }

/* ── Check / feature lists ──────────────────────────────── */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  position: relative; padding: 10px 38px 10px 8px; color: var(--ink);
  border-bottom: 1px dashed rgba(212, 175, 55, 0.14); line-height: 1.7;
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
  content: '\F26E'; font-family: 'bootstrap-icons';
  position: absolute; right: 4px; top: 10px; color: var(--gold); font-size: 1.05rem;
}
.list-panel {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18); border-radius: 18px; padding: 22px 26px; height: 100%;
}
.list-panel h5 { color: var(--gold); font-weight: 800; margin-bottom: 14px; }

/* ── Value chips ────────────────────────────────────────── */
.value-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(212, 175, 55, 0.08); border: 1px solid var(--border-gold);
  color: var(--ink); border-radius: 40px; padding: 10px 20px; font-weight: 700; margin: 6px;
  transition: all 0.2s ease;
}
.value-chip:hover { background: var(--gold-grad); color: #1a1304; transform: translateY(-2px); }
.value-chip i { color: var(--gold); }
.value-chip:hover i { color: #1a1304; }

/* ── Membership tiers ───────────────────────────────────── */
.tier {
  position: relative; text-align: center; border-radius: 20px; padding: 30px 20px; height: 100%;
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2); transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tier:hover { transform: translateY(-8px); box-shadow: 0 18px 44px rgba(0,0,0,0.55); }
.tier .crown { font-size: 2.4rem; line-height: 1; margin-bottom: 12px; }
.tier h5 { font-weight: 900; margin-bottom: 2px; }
.tier .tier-en { color: var(--muted); letter-spacing: 2px; font-size: 0.72rem; text-transform: uppercase; font-weight: 700; }
.tier.t-bronze  { border-color: #cd7f32; }
.tier.t-bronze .crown  { color: #cd7f32; }
.tier.t-silver  { border-color: #c0c0c0; }
.tier.t-silver .crown  { color: #d8d8d8; }
.tier.t-gold    { border-color: var(--gold); }
.tier.t-gold .crown    { color: var(--gold); }
.tier.t-royal {
  border-color: var(--gold-light);
  background: linear-gradient(160deg, rgba(212,175,55,0.14), var(--surface-alt));
  box-shadow: 0 0 36px rgba(212,175,55,0.22);
}
.tier.t-royal .crown { color: var(--gold-light); }

/* ── Sector tabs (companies / schools) ──────────────────── */
.nav-sectors { border: 0; justify-content: center; gap: 10px; margin-bottom: 8px; }
.nav-sectors .nav-link {
  color: var(--ink); border: 1px solid var(--border-gold); border-radius: 40px;
  padding: 10px 26px; font-weight: 700; background: transparent;
}
.nav-sectors .nav-link.active { background: var(--gold-grad); color: #1a1304; border-color: transparent; }

/* ── Partners ───────────────────────────────────────────── */
.partner {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid var(--border-gold); border-radius: 16px;
  padding: 22px 14px; text-align: center; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.partner:hover { transform: translateY(-4px); border-color: var(--gold); }
.partner i { font-size: 2rem; color: var(--gold); }
.partner b { color: var(--ink); font-weight: 800; font-size: 0.95rem; }
.partner small { color: var(--muted); font-size: 0.72rem; letter-spacing: 1px; }

/* ── Excellence indicators ──────────────────────────────── */
.kpi {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18); border-radius: 16px;
  padding: 22px 16px; text-align: center; height: 100%;
}
.kpi .num { font-weight: 900; font-size: clamp(1.6rem, 4vw, 2.2rem); line-height: 1; }
.kpi p { color: var(--muted); margin: 8px 0 0; font-size: 0.86rem; }

/* ── Policy accordion ───────────────────────────────────── */
.accordion-gold .accordion-item {
  background: linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18); border-radius: 14px !important;
  margin-bottom: 12px; overflow: hidden;
}
.accordion-gold .accordion-button {
  background: transparent; color: var(--ink); font-weight: 800; box-shadow: none;
}
.accordion-gold .accordion-button:not(.collapsed) { color: var(--gold); background: rgba(212,175,55,0.06); }
.accordion-gold .accordion-button::after {
  filter: sepia(1) saturate(5) hue-rotate(2deg) brightness(0.9);
}
.accordion-gold .accordion-body { color: var(--ink); opacity: 0.9; line-height: 1.9; }

/* ── Global booking strip ───────────────────────────────── */
.globe-wrap {
  background:
    radial-gradient(circle at 50% 20%, rgba(212,175,55,0.16), transparent 60%),
    linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid var(--border-gold); border-radius: 24px; padding: 40px 30px;
}

@media (max-width: 575px) {
  .section { padding: 56px 0; }
  .hero-logo { width: 140px; height: 140px; }
}
