/* ============================================================
   JCONVOYAGE — Feuille de style globale
   Modifiez les variables CSS ci-dessous pour changer les couleurs
   ============================================================ */

:root {
  /* ── Couleurs principales — modifiez ici ── */
  --gold:        #C9A84C;   /* Or principal */
  --gold-light:  #E2C87A;   /* Or clair */
  --gold-dark:   #9A7A2E;   /* Or foncé */
  --gold-pale:   #FAF5E8;   /* Or très pâle (fonds) */

  --white:       #FFFFFF;
  --off-white:   #FAFAF8;
  --gray-50:     #F7F6F3;
  --gray-100:    #F0EDE6;
  --gray-200:    #E0DDD6;
  --gray-400:    #9B9589;
  --gray-600:    #6A645A;
  --gray-700:    #4A4640;
  --dark:        #1A1714;

  /* ── Typographie — modifiez ici ── */
  --font-serif:  'Playfair Display', serif;
  --font-sans:   'DM Sans', sans-serif;

  /* ── Espacements & rayons ── */
  --radius-sm:   4px;
  --radius:      8px;
  --radius-lg:   16px;
  --radius-xl:   24px;

  /* ── Ombres ── */
  --shadow-gold: 0 8px 40px rgba(201,168,76,0.18);
  --shadow-soft: 0 4px 24px rgba(0,0,0,0.07);
  --shadow-md:   0 8px 32px rgba(0,0,0,0.10);
}

/* ── Reset & base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background: var(--white);
  color: var(--dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ── Boutons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: var(--radius-sm);
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 600;
  cursor: pointer; transition: all 0.22s; text-decoration: none; border: none;
  letter-spacing: 0.02em; white-space: nowrap;
}
.btn-gold    { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: var(--shadow-gold); }
.btn-outline { background: transparent; border: 1.5px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold-pale); }
.btn-dark    { background: var(--dark); color: var(--white); }
.btn-dark:hover { background: var(--gray-700); transform: translateY(-1px); }
.btn-sm  { padding: 9px 18px; font-size: 0.82rem; }
.btn-lg  { padding: 15px 34px; font-size: 0.97rem; }
.btn-xl  { padding: 18px 44px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ── Section base ── */
section { padding: 96px 5%; }
.container { max-width: 1200px; margin: 0 auto; }

.section-tag {
  display: inline-block;
  color: var(--gold);
  font-size: 0.73rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 700; line-height: 1.2; color: var(--dark);
}
.section-title em { font-style: normal; color: var(--gold); }
.section-title--white { color: var(--white); }
.section-sub {
  font-size: 0.97rem; color: var(--gray-400);
  line-height: 1.75; max-width: 520px;
}
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .section-title { max-width: 560px; margin: 0 auto 14px; }
.section-header .section-sub  { margin: 0 auto; }

/* ── Bande défilante ── */
.strip { background: var(--gold); padding: 15px 0; overflow: hidden; white-space: nowrap; }
.strip-inner { display: inline-flex; gap: 52px; animation: scrollX 26s linear infinite; }
.strip span  { color: var(--white); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; flex-shrink: 0; }
.strip-dot   { color: rgba(255,255,255,0.4); }

/* ── Cartes stats ── */
.stat-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 22px 26px;
  box-shadow: var(--shadow-soft); display: flex; align-items: center; gap: 18px;
}
.stat-icon {
  width: 50px; height: 50px; flex-shrink: 0;
  background: var(--gold-pale); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.stat-num   { font-family: var(--font-serif); font-size: 1.65rem; font-weight: 700; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.79rem; color: var(--gray-400); font-weight: 500; margin-top: 4px; }

/* ── Témoignages ── */
.temo-card { background: var(--gray-50); border-radius: var(--radius-lg); padding: 28px; }
.stars     { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 14px; }
.temo-card p { font-size: 0.9rem; line-height: 1.75; color: var(--gray-700); font-style: italic; margin-bottom: 20px; }
.temo-author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--white); font-size: 0.88rem; }
.author-name { font-weight: 600; font-size: 0.86rem; color: var(--dark); }
.author-loc  { font-size: 0.75rem; color: var(--gray-400); margin-top: 3px; }
.author-src  { font-size: 0.7rem; color: var(--gold-dark); font-weight: 700; margin-top: 2px; }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid var(--gray-200); padding: 20px 0; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-weight: 600; font-size: 0.93rem;
  color: var(--dark); gap: 16px; user-select: none;
}
.faq-arr {
  width: 28px; height: 28px; flex-shrink: 0; background: var(--gold-pale);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.68rem; color: var(--gold); transition: transform 0.22s;
}
.faq-item.open .faq-arr { transform: rotate(180deg); }
.faq-a {
  font-size: 0.88rem; line-height: 1.8; color: var(--gray-400);
  max-height: 0; overflow: hidden; transition: max-height 0.32s ease, padding-top 0.22s;
}
.faq-item.open .faq-a { max-height: 300px; padding-top: 14px; }

/* ── Formulaire ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group.full { grid-column: span 2; }
label { font-size: 0.80rem; font-weight: 600; color: var(--gray-700); letter-spacing: 0.03em; }
input, select, textarea {
  font-family: var(--font-sans); font-size: 0.91rem;
  padding: 12px 15px; border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm); background: var(--white);
  color: var(--dark); transition: border-color 0.2s, box-shadow 0.2s; outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
textarea { resize: vertical; min-height: 100px; }

/* ── Reveal animation ── */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Animations ── */
@keyframes fadeUp    { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeRight { from { opacity:0; transform:translateX(22px); } to { opacity:1; transform:translateX(0); } }
@keyframes scrollX   { from { transform:translateX(0); } to { transform:translateX(-50%); } }

/* ── Responsive global ── */
@media (max-width: 900px) {
  section { padding: 70px 5%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
}
@media (max-width: 600px) {
  section { padding: 55px 5%; }
  .btn-xl { padding: 15px 28px; font-size: 0.95rem; }
}
