/* ============================================================
   Private Transfer Geneva — thème clair (blanc / encre / or)
   ============================================================ */
:root {
  --paper:   #FFFFFF;
  --soft:    #F7F8FA;
  --line:    #E6E9EF;
  --ink:     #1C2434;
  --ink-2:   #5A6577;
  --gold:    #B08D4A;
  --gold-2:  #8F7038;
  --gold-soft: #F4EDE0;
  --radius:  12px;
  --shadow:  0 10px 30px rgba(28,36,52,.08);
  --font-display: 'Playfair Display', 'Amiri', serif;
  --font-body: 'Inter', 'Cairo', sans-serif;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}
body.rtl { font-family: 'Cairo', var(--font-body); }
body.rtl h1, body.rtl h2, body.rtl h3 { font-family: 'Amiri', var(--font-display); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display:block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

.eyebrow {
  display:inline-block; letter-spacing:.22em; text-transform:uppercase;
  font-size:.72rem; color: var(--gold-2); margin-bottom:14px; font-weight:600;
}
.section { padding: 88px 0; }
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 10px; }
.section-sub { color: var(--ink-2); max-width: 640px; margin-bottom: 44px; }

/* ---------- Boutons ---------- */
.btn {
  display:inline-block; padding: 14px 30px; border-radius: 6px;
  font-weight: 600; font-size:.95rem; letter-spacing:.03em;
  transition: all .25s ease; border: 1px solid transparent; cursor:pointer;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(176,141,74,.35); }
.btn-ghost { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-sm { padding: 9px 20px; font-size:.85rem; }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top:0; z-index: 100;
  background: rgba(255,255,255,.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display:flex; align-items:center; gap: 24px; height: 74px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand-logo { height: 52px; width:auto; display:block; }
.brand-word {
  font-family: var(--font-display); font-size: 1.02rem; line-height:1.15;
  color: var(--ink); font-weight: 600; letter-spacing:.02em;
}
.brand-word small { display:block; font-family: var(--font-body); font-size:.6rem; letter-spacing:.28em; color: var(--gold-2); text-transform: uppercase; font-weight:600; }
.main-nav { display:flex; align-items:center; gap: 26px; margin-inline-start: auto; font-size:.92rem; font-weight:500; }
.main-nav a:not(.btn):hover { color: var(--gold-2); }
.lang-switch { display:flex; gap: 4px; font-size:.75rem; }
.lang-switch a { padding: 5px 8px; border-radius: 4px; color: var(--ink-2); font-weight:600; }
.lang-switch a.active { color: #fff; background: var(--ink); }
.lang-switch a:not(.active):hover { color: var(--gold-2); }
.nav-toggle { display:none; background:none; border:none; color: var(--ink); font-size: 1.5rem; cursor:pointer; }

/* ---------- Hero clair ---------- */
.hero { padding: 76px 0 64px; border-bottom: 1px solid var(--line); position:relative; overflow:hidden; }
.hero::after {
  content:''; position:absolute; inset-inline-end:-140px; top:-140px;
  width: 460px; height: 460px; border-radius:50%;
  background: radial-gradient(circle, var(--gold-soft), transparent 70%);
  pointer-events:none;
}
.hero-inner { display:grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items:center; position:relative; z-index:1; }
.hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin-bottom: 20px; }
.hero p { color: var(--ink-2); max-width: 520px; margin-bottom: 30px; font-size: 1.05rem; }
.hero-actions { display:flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-art { margin-top: 8px; max-width: 460px; }
.hero-art img { width:100%; }

/* ---------- Formulaire ---------- */
.quick-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow);
}
.quick-card h3 { margin-bottom: 20px; font-size: 1.15rem; }
.quick-card h3::after { content:''; display:block; width: 44px; height: 2px; background: var(--gold); margin-top: 8px; }
.form-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
label { display:block; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color: var(--ink-2); margin-bottom:5px; font-weight:600; }
input, select, textarea {
  width:100%; padding: 12px 14px; border-radius: 6px;
  background: var(--soft); border: 1px solid var(--line);
  color: var(--ink); font-family: inherit; font-size:.95rem;
}
input:focus, select:focus, textarea:focus { outline:none; border-color: var(--gold); background:#fff; }

/* ---------- Routes (destinations) ---------- */
.dest-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.dest-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow:hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.dest-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.dest-img { display:block; height: 190px; overflow:hidden; background: #fff; padding: 12px; }
.dest-img img { width:100%; height:100%; object-fit:contain; transition: transform .4s ease; }
.dest-card:hover .dest-img img { transform: scale(1.04); }
.dest-body { padding: 6px 24px 26px; }
.dest-route {
  display:flex; align-items:center; gap: 10px;
  font-size:.75rem; letter-spacing:.14em;
  color: var(--gold-2); font-weight:700; margin-bottom: 6px;
}
.dest-route .dash { flex:0 0 26px; height:1px; background: var(--gold); opacity:.5; }
.dest-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.dest-meta {
  display:flex; gap: 18px; font-size:.82rem; color: var(--ink-2);
  border-top: 1px dashed var(--line); padding-top: 14px; margin-bottom: 16px;
}
.dest-meta strong { color: var(--ink); display:block; font-size:.95rem; }
.dest-meta .price strong { color: var(--gold-2); }
.dest-link { color: var(--gold-2); font-weight:700; font-size:.9rem; }
.dest-link:hover { color: var(--ink); }

/* ---------- Flotte ---------- */
.fleet-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.fleet-card { background: #fff; border-radius: var(--radius); overflow:hidden; border:1px solid var(--line); transition: box-shadow .25s; }
.fleet-card:hover { box-shadow: var(--shadow); }
.fleet-card img, .fleet-img { height: 190px; width:100%; object-fit:contain; padding: 14px; background:#fff; }
.fleet-body { padding: 8px 24px 24px; }
.fleet-body h3 { font-size: 1.15rem; margin-bottom: 8px; }
.fleet-body p { color: var(--ink-2); font-size:.92rem; }

/* ---------- Pourquoi nous ---------- */
.why { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 34px; }
.why-item h3 { font-size: 1.05rem; margin-bottom: 8px; font-family: var(--font-body); font-weight:700; }
.why-item p { color: var(--ink-2); font-size:.9rem; }
.why-num {
  font-family: var(--font-display); color: var(--gold);
  font-size: 1.6rem; margin-bottom: 10px; display:block;
}

/* ---------- Page route ---------- */
.dest-hero { padding: 64px 0 0; }
.dest-hero-inner { display:grid; grid-template-columns: 1fr auto; gap: 40px; align-items:center; }
.dest-hero h1 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.dest-hero-art { max-width: 340px; }
.dest-stats {
  display:flex; margin: 40px 0 50px; border:1px solid var(--line); border-radius: var(--radius);
  overflow:hidden; background: #fff; box-shadow: var(--shadow);
}
.dest-stats > div { flex:1; padding: 22px; text-align:center; border-inline-end: 1px solid var(--line); }
.dest-stats > div:last-child { border-inline-end: none; }
.dest-stats .label { font-size:.7rem; letter-spacing:.15em; text-transform:uppercase; color: var(--ink-2); margin-bottom:6px; font-weight:600; }
.dest-stats .value { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold-2); }
.dest-content { max-width: 760px; }
.dest-content p { margin-bottom: 22px; color: #39445A; }
.faq { margin-top: 50px; }
.faq h2 { font-size: 1.5rem; margin-bottom: 24px; }
.faq-item { border:1px solid var(--line); border-radius: 10px; padding: 20px 24px; margin-bottom: 14px; background: var(--soft); }
.faq-item h3 { font-size: 1rem; font-family: var(--font-body); font-weight:700; margin-bottom: 8px; }
.faq-item p { color: var(--ink-2); font-size:.92rem; }
.other-dest { margin-top: 60px; }
.other-dest h2 { font-size: 1.3rem; margin-bottom: 20px; }
.chip-row { display:flex; flex-wrap:wrap; gap: 10px; }
.chip {
  border:1px solid var(--line); border-radius: 40px; padding: 9px 20px;
  font-size:.85rem; color: var(--ink); background:#fff; transition: all .2s;
}
.chip:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- Réservation ---------- */
.book-wrap { max-width: 720px; margin: 0 auto; }
.alert { padding: 16px 20px; border-radius: 8px; margin-bottom: 24px; font-size:.95rem; }
.alert-ok { background: #EAF7EF; border:1px solid #BCE3C9; color:#1F7A43; }
.alert-err { background: #FCEEEE; border:1px solid #F2C7C7; color:#B03A3A; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--soft); padding: 64px 0 30px; margin-top: 40px; }
.footer-grid { display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-logo { height: 88px; width:auto; margin-bottom: 16px; }
.footer-about { color: var(--ink-2); font-size:.9rem; max-width: 340px; }
.site-footer h4 { font-family: var(--font-body); font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; color: var(--gold-2); margin-bottom: 16px; }
.footer-links { list-style:none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: var(--ink-2); font-size:.9rem; }
.footer-links a:hover { color: var(--ink); }
.footer-bottom { display:flex; flex-direction:column; gap: 18px; color: var(--ink-2); font-size:.82rem; border-top:1px solid var(--line); padding-top: 24px; }
.ridge { width:100%; height: 30px; color: var(--gold); opacity:.4; }

/* ---------- WhatsApp flottant ---------- */
.whatsapp-fab {
  position: fixed; bottom: 24px; inset-inline-end: 24px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow: 0 8px 24px rgba(0,0,0,.22); transition: transform .2s;
}
.whatsapp-fab:hover { transform: scale(1.08); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .dest-hero-inner { grid-template-columns: 1fr; }
  .dest-hero-art { max-width: 260px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 780px) {
  .main-nav {
    display:none; position:absolute; top: 74px; inset-inline: 0;
    background: #fff; flex-direction:column; padding: 24px; gap: 18px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .main-nav.open { display:flex; }
  .nav-toggle { display:block; margin-inline-start:auto; }
  .lang-switch { margin-inline-start: 0; }
  .header-inner { gap: 12px; }
  .brand-word { display:none; }
  .section { padding: 60px 0; }
  .dest-stats { flex-direction: column; }
  .dest-stats > div { border-inline-end:none; border-bottom:1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
