/* =========================================================
   VOYALISTE — Feuille de styles principale
   Palette : navy #1F3B57, midnight #142A3F, gold #B8860B
   ========================================================= */
:root{
  --navy:#1F3B57; --midnight:#142A3F; --gold:#B8860B; --gold-light:#D9A441;
  --cream:#F6F3EC; --paper:#FBF9F4; --ice:#E9EFF3; --ink:#22303C; --muted:#68767F;
  --line:#D9D2C0; --white:#FFFFFF;
  --font-display:'Fraunces',serif; --font-body:'Inter',sans-serif; --font-mono:'IBM Plex Mono',monospace;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.5;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;color:var(--navy);line-height:1.15;}
.voyaliste-wrap{max-width:1120px;margin:0 auto;padding:0 32px;}
.voyaliste-eyebrow{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:10px;}

/* Nav */
.voyaliste-nav{position:sticky;top:0;z-index:50;background:var(--midnight);}
.voyaliste-nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;}
.voyaliste-logo{font-family:var(--font-display);font-weight:700;font-size:20px;color:var(--white);}
.voyaliste-logo span{color:var(--gold-light);}
.voyaliste-nav-links{display:flex;gap:26px;}
.voyaliste-nav-links a{color:#C9D5DE;font-size:14px;}
.voyaliste-nav-links a:hover{color:var(--white);}

/* Buttons */
.voyaliste-btn-gold,.voyaliste-btn-line,.voyaliste-btn-navy,.voyaliste-btn-ghost{display:inline-flex;align-items:center;padding:11px 20px;border-radius:3px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;}
.voyaliste-btn-gold{background:var(--gold);color:var(--midnight);}
.voyaliste-btn-gold:hover{background:var(--gold-light);}
.voyaliste-btn-line{border-color:rgba(255,255,255,.35);color:var(--white);}
.voyaliste-btn-navy{background:var(--midnight);color:var(--white);}
.voyaliste-btn-ghost{border-color:var(--line);color:var(--navy);}

/* Hero */
.voyaliste-hero{background:var(--midnight);color:var(--white);padding:80px 0;}
.voyaliste-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;}
.voyaliste-hero h1{color:var(--white);font-size:42px;margin:12px 0 18px;}
.voyaliste-lead{color:#C9D5DE;max-width:44ch;margin-bottom:26px;}
.voyaliste-ctas{display:flex;gap:14px;flex-wrap:wrap;}

.voyaliste-waybill{background:var(--paper);border:1.5px dashed var(--navy);border-radius:6px;padding:22px;position:relative;transform:rotate(-2deg);box-shadow:6px 6px 0 rgba(0,0,0,.15);font-family:var(--font-mono);}
.vw-head{display:flex;justify-content:space-between;border-bottom:1px dashed var(--line);padding-bottom:8px;margin-bottom:12px;font-size:11px;color:var(--muted);}
.vw-row{display:flex;justify-content:space-between;font-size:12.5px;padding:5px 0;border-bottom:1px dotted var(--line);}
.vw-stamp{position:absolute;top:-14px;right:-8px;width:88px;height:88px;border-radius:50%;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;text-align:center;font-size:9px;font-weight:700;color:var(--gold);transform:rotate(-12deg);background:rgba(251,249,244,.9);}

/* Services */
section{padding:70px 0;}
.voyaliste-section-head{max-width:640px;margin-bottom:36px;}
.voyaliste-section-head h2{font-size:28px;}
.voyaliste-services-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.voyaliste-service-card{background:var(--navy);color:var(--white);padding:28px;border-radius:6px;}
.voyaliste-service-card h3{color:var(--white);margin-bottom:8px;}
.voyaliste-service-card p{color:#C9D5DE;font-size:14px;}
.voyaliste-included{list-style:none;margin-top:26px;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.voyaliste-included li{padding-left:16px;position:relative;font-size:14px;}
.voyaliste-included li::before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:var(--gold);}

/* Process */
.voyaliste-process{background:var(--white);}
.voyaliste-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.vs-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;font-family:var(--font-mono);font-weight:600;margin-bottom:12px;}
.voyaliste-step h4{font-size:15px;margin-bottom:4px;}
.voyaliste-step p{font-size:12.5px;color:var(--muted);}

/* Pricing journey */
.voyaliste-pricing{background:var(--midnight);color:var(--white);}
.voyaliste-pricing h2{color:var(--white);}
.voyaliste-journey{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px;}
.voyaliste-waypoint{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:22px;}
.vw-marker{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--gold);color:var(--midnight);font-family:var(--font-mono);font-weight:700;margin-bottom:14px;}
.voyaliste-waypoint h3{color:var(--white);font-size:17px;}
.voyaliste-waypoint p{color:#B9C6D0;font-size:13px;margin:6px 0 12px;}
.vw-coef{font-family:var(--font-mono);font-size:22px;color:var(--gold-light);font-weight:600;}

/* CTA final */
.voyaliste-cta-final{background:var(--gold);text-align:center;}
.voyaliste-cta-final h2{color:var(--midnight);}
.voyaliste-cta-final p{color:rgba(20,42,63,.75);margin:10px 0 24px;}

/* Footer */
.voyaliste-footer{background:var(--midnight);color:#9FB0BC;padding:40px 0;}
.voyaliste-footer-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;}
.voyaliste-footer .voyaliste-logo{margin-bottom:6px;}
.voyaliste-footer-tag{font-size:13px;}

/* ===== Devis widget ===== */
.voyaliste-devis-widget{display:grid;grid-template-columns:1.3fr .7fr;gap:28px;background:var(--white);border:1px solid var(--line);border-radius:8px;padding:28px;}
.vf-field{margin-bottom:14px;}
.vf-field label{display:block;font-size:12.5px;font-weight:600;color:var(--navy);margin-bottom:6px;}
.vf-field input,.vf-field select,.vf-field textarea{width:100%;height:42px;border:1px solid var(--line);border-radius:4px;padding:0 12px;font-family:var(--font-body);font-size:14px;}
.vf-field textarea{height:auto;padding:10px 12px;}
.vf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.voyaliste-devis-preview{background:var(--midnight);color:var(--white);border-radius:6px;padding:24px;text-align:center;height:fit-content;}
.vf-preview-label{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;color:#9FB0BC;}
.vf-preview-price{display:block;font-family:var(--font-mono);font-size:38px;font-weight:600;color:var(--gold-light);margin:8px 0;}
.vf-preview-breakdown{text-align:left;font-family:var(--font-mono);font-size:11.5px;color:#C9D5DE;border-top:1px solid rgba(255,255,255,.15);padding-top:12px;}
.vf-preview-breakdown div{display:flex;justify-content:space-between;padding:3px 0;}
.vf-feedback{margin-top:10px;font-size:13px;}
.vf-feedback.success{color:#1E6B3A;}
.vf-feedback.error{color:#9C2E2E;}

/* ===== Premier contact ===== */
.voyaliste-premier-contact{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:32px;}

/* ===== Login / Espace client ===== */
.voyaliste-login-box{max-width:420px;margin:0 auto;background:var(--white);border:1px solid var(--line);border-radius:8px;padding:32px;}
.voyaliste-login-box input{width:100%;height:42px;border:1px solid var(--line);border-radius:4px;padding:0 12px;margin-bottom:12px;}
.vc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;}
.vc-mission-card{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:22px;margin-bottom:18px;}
.vc-mission-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;}
.vc-badge{display:inline-block;margin-left:10px;padding:3px 10px;border-radius:12px;background:var(--ice);color:var(--navy);font-size:11px;font-weight:600;}
.vc-montant{font-family:var(--font-mono);font-weight:600;color:var(--navy);}
.vc-photos{display:flex;gap:14px;margin-bottom:14px;}
.vc-photos div{flex:1;}
.vc-photos span{display:block;font-size:11px;color:var(--muted);margin-bottom:4px;}
.vc-photos img{border-radius:4px;width:100%;height:110px;object-fit:cover;}
.vc-messages{border-top:1px solid var(--line);padding-top:14px;margin-bottom:12px;}
.vc-message{margin-bottom:10px;padding:10px 12px;border-radius:6px;background:var(--ice);}
.vc-message-admin{background:#FCEFD9;}
.vc-message-author{font-size:11px;font-weight:700;color:var(--navy);}
.vc-message-form{display:flex;gap:8px;}
.vc-message-form input{flex:1;height:40px;border:1px solid var(--line);border-radius:4px;padding:0 12px;}
.vc-message-form button{background:var(--navy);color:#fff;border:none;border-radius:4px;padding:0 18px;font-weight:600;}
.vc-no-messages{font-size:13px;color:var(--muted);}
.vc-empty{color:var(--muted);}

@media(max-width:860px){
  .voyaliste-hero-inner,.voyaliste-services-grid,.voyaliste-journey,.voyaliste-devis-widget{grid-template-columns:1fr;}
  .voyaliste-steps{grid-template-columns:1fr 1fr;}
  .voyaliste-nav-links{display:none;}
  .vf-row{grid-template-columns:1fr;}
}
