/* ===== OWEX LOGISTICS V2 — DESIGN TOKENS ===== */
:root {
  --navy: #122A45;
  --navy-deep: #0A1B2E;
  --navy-soft: #1A3A5C;
  --orange: #F47920;
  --orange-deep: #D9640A;
  --sand: #F6F1E9;
  --sand-deep: #EDE4D3;
  --ink: #14181F;
  --ink-soft: #4A5568;
  --white: #FFFFFF;
  --line: #E4DCC9;
  --radius: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 600; letter-spacing: -0.01em; color: var(--navy-deep); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* ===== SIGNATURE MOTIF: vitesse / traits dynamiques (du logo) ===== */
.speed-lines { display: inline-flex; flex-direction: column; gap: 3px; width: 28px; }
.speed-lines span { display: block; height: 2px; background: var(--orange); border-radius: 2px; }
.speed-lines span:nth-child(1) { width: 100%; }
.speed-lines span:nth-child(2) { width: 70%; }
.speed-lines span:nth-child(3) { width: 40%; }

.divider-speed {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
}
.divider-speed .speed-lines { width: 36px; }
.divider-speed span.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

/* ===== NAV ===== */
nav.v2 {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.nav-inner-v2 {
  max-width: 1180px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo-link { display: flex; align-items: center; }
.nav-logo-img { height: 42px; width: auto; }
.nav-links-v2 { display: flex; align-items: center; gap: 2rem; }
.nav-links-v2 a { font-size: 14.5px; font-weight: 500; color: var(--ink); }
.nav-links-v2 a.nav-partner-link { color: var(--orange-deep); font-weight: 600; }
.nav-links-v2 a:hover { color: var(--orange); }
.nav-cta-v2 {
  display: flex; align-items: center; gap: 18px;
}
.nav-tel-v2 { font-weight: 700; color: var(--navy-deep); font-size: 14.5px; display:flex; align-items:center; gap:6px; }
.btn-v2 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 30px;
  font-weight: 600; font-size: 14px; cursor: pointer; border: none;
  transition: all .2s;
}
.btn-orange-v2 { background: var(--orange); color: #fff; }
.btn-orange-v2:hover { background: var(--orange-deep); transform: translateY(-1px); }

/* ===== HERO ===== */
.hero-v3 {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
}
.hero-v3-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%;
}
.hero-v3-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,27,46,0.55) 0%, rgba(10,27,46,0.82) 40%, rgba(10,27,46,0.92) 100%);
}
.hero-v3-inner {
  position: relative; z-index: 2;
  max-width: 1180px; margin: 0 auto; padding: 80px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-v3-content {
  max-width: 720px;
  width: 100%;
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--orange); font-weight: 700; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px;
  justify-content: center;
}
.hero-v3-content h1 {
  font-size: 58px; line-height: 1.05; color: #fff; margin-bottom: 20px;
}
.hero-v3-content h1 em { font-style: normal; color: var(--orange); }
.hero-v3-content p.lead {
  font-size: 18px; color: rgba(255,255,255,0.82); max-width: 560px;
  margin: 0 auto 36px;
  font-family: 'Inter', sans-serif;
}
.hero-v3-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: center; }
.btn-lg { padding: 16px 30px; font-size: 15.5px; border-radius: 30px; }
.btn-ghost-v2 {
  background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-ghost-v2:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

.hero-stats {
  display: flex; gap: 48px; margin-top: 48px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.18);
  justify-content: center;
}
.hero-stat strong { display: block; font-family: 'Fraunces', serif; font-size: 28px; color: #fff; }
.hero-stat span { font-size: 12.5px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: .5px; }

/* ===== PROCESS STRIP (4 etapes) ===== */
.process-strip {
  background: var(--sand);
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
}
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.process-step { position: relative; }
.process-num {
  font-family: 'Fraunces', serif; font-size: 42px; color: var(--orange);
  opacity: 0.35; line-height: 1; margin-bottom: 8px;
}
.process-step h4 { font-size: 15.5px; font-weight: 700; color: var(--navy-deep); margin-bottom: 4px; }
.process-step p { font-size: 13.5px; color: var(--ink-soft); }
.process-step:not(:last-child)::after {
  content: ''; position: absolute; top: 18px; right: -14px;
  width: 8px; height: 8px; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange);
  transform: rotate(45deg); opacity: .5;
}

/* ===== SECTION GENERIC ===== */
.section-v2 { padding: 96px 0; }
.section-v2.sand { background: var(--sand); }
.sec-head { max-width: 640px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-eyebrow {
  display: flex; align-items: center; gap: 10px; justify-content: flex-start;
  color: var(--orange); font-weight: 700; font-size: 13px; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 16px;
}
.sec-head.center .sec-eyebrow { justify-content: center; }
.sec-head h2 { font-size: 38px; line-height: 1.15; margin-bottom: 14px; }
.sec-head p { font-size: 16.5px; color: var(--ink-soft); }

/* ===== SERVICES GRID (cards avec photo) ===== */
.services-grid-v2 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.service-card-v2 {
  border-radius: var(--radius); overflow: hidden; background: #fff;
  border: 1px solid var(--line); transition: transform .25s, box-shadow .25s;
}
.service-card-v2:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(18,42,69,0.12); }
.service-card-v2 .img-wrap { height: 220px; overflow: hidden; }
.service-card-v2 .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card-v2:hover .img-wrap img { transform: scale(1.06); }
.service-card-v2 .card-body { padding: 26px; }
.service-card-v2 h3 { font-size: 20px; margin-bottom: 8px; }
.service-card-v2 p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 16px; }
.card-link { font-size: 13.5px; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; }

/* ===== SPLIT IMAGE/TEXT (longue distance, B2B...) ===== */
.split-v2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.split-v2.reverse .split-img { order: 2; }
.split-v2.reverse .split-text { order: 1; }
.split-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3.2; }
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split-text .sec-eyebrow { margin-bottom: 14px; }
.split-text h2 { font-size: 32px; margin-bottom: 16px; }
.split-text p { color: var(--ink-soft); font-size: 16px; margin-bottom: 22px; }
.check-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink); list-style: none; }
.check-list svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--orange); margin-top: 2px; }

/* ===== TRUST BAND ===== */
.trust-band { background: var(--navy-deep); padding: 72px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.trust-item { color: #fff; }
.trust-item svg { width: 30px; height: 30px; color: var(--orange); margin-bottom: 16px; }
.trust-item h4 { font-family: 'Fraunces', serif; font-size: 19px; color: #fff; margin-bottom: 6px; font-weight: 600; }
.trust-item p { font-size: 13.5px; color: rgba(255,255,255,0.6); }

/* ===== TEAM / PORTRAIT BAND ===== */
.team-band { padding: 0; }
.team-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; }
.team-img { height: 100%; min-height: 460px; }
.team-img img { width: 100%; height: 100%; object-fit: cover; }
.team-content { background: var(--sand); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.team-content h2 { font-size: 32px; margin-bottom: 18px; }
.team-content p { color: var(--ink-soft); margin-bottom: 26px; font-size: 16px; }

/* ===== ECONOMIE / GROUPAGE CALLOUT ===== */
.savings-callout {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 24px;
  padding: 64px;
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden;
}
.savings-callout::before {
  content: ''; position: absolute; top: -40%; right: -10%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(244,121,32,0.18) 0%, transparent 70%);
}
.savings-text { position: relative; z-index: 1; }
.savings-text .sec-eyebrow { color: var(--orange); }
.savings-text h2 { color: #fff; font-size: 32px; margin-bottom: 16px; }
.savings-text p { color: rgba(255,255,255,0.75); font-size: 16px; }
.savings-figure {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px; padding: 36px; text-align: center; position: relative; z-index: 1;
}
.savings-figure .big-num { font-family: 'Fraunces', serif; font-size: 64px; color: var(--orange); line-height: 1; }
.savings-figure .big-num span { font-size: 32px; }
.savings-figure p { color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 8px; }

/* ===== CTA FINAL ===== */
.cta-final {
  background: var(--sand);
  padding: 90px 0;
  text-align: center;
}
.cta-final h2 { font-size: 36px; margin-bottom: 16px; }
.cta-final p { color: var(--ink-soft); font-size: 16.5px; margin-bottom: 32px; max-width: 480px; margin-left:auto;margin-right:auto; }

/* ===== FOOTER ===== */
footer.v2 { background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 64px 0 28px; }
.footer-grid-v2 { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-grid-v2 h5 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.footer-grid-v2 a { display: block; font-size: 14px; margin-bottom: 10px; color: rgba(255,255,255,0.65); }
.footer-grid-v2 a:hover { color: var(--orange); }
.footer-bottom-v2 {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px;
  display: flex; justify-content: space-between; font-size: 12.5px; color: rgba(255,255,255,0.45);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 968px) {
  .process-grid { grid-template-columns: 1fr 1fr; }
  .services-grid-v2 { grid-template-columns: 1fr; }
  .split-v2 { grid-template-columns: 1fr; gap: 32px; }
  .split-v2.reverse .split-img,
  .split-v2.reverse .split-text { order: unset; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-img { min-height: 280px; }
  .team-content { padding: 48px 32px; }
  .savings-callout { grid-template-columns: 1fr; padding: 40px 28px; }
  .footer-grid-v2 { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-v3-content h1 { font-size: 38px; }
  .nav-links-v2 { display: none; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
}

/* ===== PAGE HEADER (pages secondaires) ===== */
.page-header-v2 {
  background: var(--navy-deep); padding: 64px 0 48px; color: #fff;
}
.page-header-v2 .container { max-width: 1180px; }
.page-header-v2 h1 { color: #fff; font-size: 38px; margin-bottom: 12px; }
.page-header-v2 p { color: rgba(255,255,255,0.72); font-size: 16px; max-width: 560px; }

/* ===== GENERIC TWO-COL LAYOUT (contact, zones...) ===== */
.layout-2-v2 { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: start; }
.layout-2-v2.balanced { grid-template-columns: 1fr 1fr; }

/* ===== INFO / SIDE CARD (contact coords, legal box) ===== */
.info-card-v2 {
  background: var(--navy-deep); color: #fff; border-radius: var(--radius); padding: 32px;
}
.info-card-v2 h3 { color: #fff; font-size: 17px; margin-bottom: 22px; }
.info-row-v2 { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.info-row-v2 .icon-v2 {
  width: 38px; height: 38px; border-radius: 10px; background: var(--orange);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.info-row-v2 .icon-v2 svg { width: 17px; height: 17px; color: #fff; }
.info-row-v2 .label-v2 { font-size: 11.5px; text-transform: uppercase; letter-spacing: .5px; color: rgba(255,255,255,0.5); margin-bottom: 2px; }
.info-row-v2 .value-v2 { font-size: 14.5px; font-weight: 600; }
.info-row-v2 .value-v2 a { color: #fff; }
.info-card-v2 .legal-foot { margin-top: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.8; }

/* ===== FORM GENERIC (contact form, non multi-step) ===== */
.form-card-v2 { background: #fff; }
.form-card-v2 h2 { font-size: 24px; margin-bottom: 8px; }
.form-card-v2 > p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 26px; }
.fg-v2 { margin-bottom: 18px; }
.fg-v2 label { display: block; font-size: 13.5px; font-weight: 600; color: var(--navy-deep); margin-bottom: 7px; }
.fg-v2 input, .fg-v2 select, .fg-v2 textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 10px;
  font-size: 14.5px; font-family: 'Inter', sans-serif; color: var(--ink); background: #fff;
  transition: border-color .2s;
}
.fg-v2 input:focus, .fg-v2 select:focus, .fg-v2 textarea:focus { outline: none; border-color: var(--orange); }
.fg-v2 textarea { resize: vertical; min-height: 110px; }
.form-success-v2 { display: none; text-align: center; padding: 30px 0; }
.form-success-v2.show { display: block; }
.form-success-v2 .check-circle-v2 {
  width: 56px; height: 56px; border-radius: 50%; background: #E8F5E9; color: #2E7D32;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.form-success-v2 h3 { font-size: 21px; margin-bottom: 8px; }
.form-success-v2 p { color: var(--ink-soft); font-size: 14.5px; }

/* ===== ZONE TAGS (zones.html) ===== */
.zone-tags-v2 { display: flex; flex-direction: column; gap: 10px; }
.zone-tag-v2 {
  display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink);
  background: var(--sand); border-radius: 10px; padding: 12px 16px;
}
.zone-tag-v2 svg { width: 16px; height: 16px; color: var(--orange); flex-shrink: 0; }

/* ===== INTL GRID (zones.html monde) ===== */
.intl-grid-v2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.intl-card-v2 { background: var(--sand); border-radius: var(--radius); padding: 26px 22px; text-align: center; }
.intl-card-v2 .emoji-v2 { font-size: 28px; margin-bottom: 12px; }
.intl-card-v2 h4 { font-size: 16px; margin-bottom: 8px; }
.intl-card-v2 p { font-size: 13px; color: var(--ink-soft); }

/* ===== CITY PILLS (zones.html villes) ===== */
.city-pills-v2 { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.city-pill-v2 {
  display: inline-flex; align-items: center; gap: 6px; background: #fff;
  border: 1px solid var(--line); border-radius: 99px; padding: 9px 18px;
  font-size: 13.5px; font-weight: 500; color: var(--navy-deep); transition: all .2s;
}
.city-pill-v2:hover { background: var(--orange); color: #fff; border-color: var(--orange); }

/* ===== LEGAL CONTENT (mentions, confidentialite) ===== */
.legal-content-v2 { max-width: 760px; margin: 56px auto 96px; padding: 0 32px; }
.legal-content-v2 .info-box-v2 {
  background: var(--sand); border-left: 3px solid var(--orange); border-radius: 10px;
  padding: 18px 22px; margin-bottom: 36px; font-size: 14.5px;
}
.legal-content-v2 h2 { font-size: 20px; margin: 36px 0 12px; }
.legal-content-v2 p, .legal-content-v2 li { font-size: 14.5px; color: var(--ink-soft); line-height: 1.75; }
.legal-content-v2 ul { padding-left: 18px; margin-bottom: 12px; }

/* ===== SERVICE DETAIL BLOCK (services.html) ===== */
.service-detail-v2 {
  display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start;
  padding: 48px 0; border-bottom: 1px solid var(--line);
}
.service-detail-v2:last-child { border-bottom: none; }
.service-detail-v2 .sd-icon-v2 {
  width: 56px; height: 56px; border-radius: 14px; background: var(--sand);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.service-detail-v2 .sd-icon-v2 svg { width: 26px; height: 26px; color: var(--orange); }
.service-detail-v2 h3 { font-size: 21px; margin-bottom: 16px; }
.service-detail-v2 > div:first-child p.sd-text { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 14px; }
.service-detail-v2 .sd-body p { color: var(--ink-soft); font-size: 15px; margin-bottom: 18px; }
.sd-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sd-box-v2 { border-radius: 12px; padding: 18px 20px; }
.sd-box-v2.included { background: var(--sand); }
.sd-box-v2.ideal { background: #FEF3EA; }
.sd-box-v2 h4 { font-size: 13.5px; color: var(--navy-deep); margin-bottom: 10px; }
.sd-box-v2 ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.sd-box-v2 li { font-size: 13px; color: var(--ink-soft); }

/* ===== PRESTATAIRES PAGE ===== */
.presta-hero-v2 { background: var(--navy-deep); padding: 64px 0; color: #fff; text-align: center; }
.presta-hero-v2 h1 { color: #fff; font-size: 36px; margin-bottom: 14px; }
.presta-hero-v2 p { color: rgba(255,255,255,0.72); max-width: 600px; margin: 0 auto; font-size: 16px; }
.presta-benefits-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 56px; }
.presta-benefit-v2 { text-align: center; padding: 28px 20px; background: var(--sand); border-radius: var(--radius); }
.presta-benefit-v2 svg { width: 30px; height: 30px; color: var(--orange); margin-bottom: 14px; }
.presta-benefit-v2 h4 { font-size: 15.5px; margin-bottom: 6px; }
.presta-benefit-v2 p { font-size: 13px; color: var(--ink-soft); }

@media (max-width: 900px) {
  .layout-2-v2, .layout-2-v2.balanced { grid-template-columns: 1fr; }
  .intl-grid-v2 { grid-template-columns: 1fr 1fr; }
  .service-detail-v2 { grid-template-columns: 1fr; gap: 20px; }
  .sd-grid-v2 { grid-template-columns: 1fr; }
  .presta-benefits-v2 { grid-template-columns: 1fr; }
}

/* ===== PRESTATAIRES — benefits / steps / docs / form-grid ===== */
.benefits-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.benefit-card-v2 {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; gap: 16px; align-items: flex-start;
}
.benefit-card-v2 .b-icon-v2 {
  width: 44px; height: 44px; background: #FEF3EA; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.benefit-card-v2 .b-icon-v2 svg { width: 22px; height: 22px; color: var(--orange); }
.benefit-card-v2 h3 { font-size: 15.5px; color: var(--navy-deep); margin-bottom: 6px; }
.benefit-card-v2 p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }

.steps-grid-v2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-box-v2 {
  background: #fff; border-radius: var(--radius); padding: 24px;
  border-left: 4px solid var(--orange);
}
.step-box-v2 .num-v2 { font-family: 'Fraunces', serif; font-size: 30px; color: var(--orange); line-height: 1; margin-bottom: 10px; }
.step-box-v2 h3 { font-size: 15.5px; color: var(--navy-deep); margin-bottom: 6px; }
.step-box-v2 p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }

.doc-item-v2 {
  display: flex; align-items: center; gap: 10px; padding: 12px 16px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  font-size: 13.5px; color: var(--ink);
}
.doc-item-v2 svg { width: 18px; height: 18px; color: var(--orange); flex-shrink: 0; }
.doc-badge-v2 {
  font-size: 10.5px; font-weight: 700; padding: 3px 10px; border-radius: 99px; margin-left: auto;
}
.doc-badge-v2.required { color: var(--orange-deep); background: #FEF3EA; }
.doc-badge-v2.optional { color: var(--ink-soft); background: var(--sand); }

.form-section-v2 {
  background: var(--sand); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px;
}
.form-section-v2 .fs-label-v2 {
  font-size: 11.5px; font-weight: 700; color: var(--navy-deep);
  letter-spacing: 1px; text-transform: uppercase;
}
.form-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-grid-v2 { grid-template-columns: 1fr; } }
@media (max-width: 900px) {
  .benefits-grid-v2 { grid-template-columns: 1fr; }
  .steps-grid-v2 { grid-template-columns: 1fr 1fr; }
}

/* ===== LANG SWITCH (nav v2) ===== */
.lang-switch-v2 { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; }
.lang-switch-v2 a { color: var(--ink-soft); }
.lang-switch-v2 a.active { color: var(--navy-deep); }
.lang-switch-v2 .lang-sep-v2 { color: var(--line); }

/* ===== PAGE HEADER (pages secondaires) ===== */
.page-header-v2 {
  background: var(--navy-deep); padding: 64px 0 52px; text-align: center;
}
.page-header-v2 h1 { color: #fff; font-size: 38px; margin-bottom: 12px; }
.page-header-v2 p { color: rgba(255,255,255,0.7); font-size: 16px; max-width: 580px; margin: 0 auto; }

/* ===== LEGAL CONTENT (mentions / confidentialite) ===== */
.legal-content-v2 { max-width: 760px; margin: 0 auto; padding: 72px 32px; }
.legal-content-v2 .info-box-v2 {
  background: var(--sand); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 24px; margin-bottom: 8px;
}
.legal-content-v2 .info-box-v2 p { margin: 0; font-size: 13.5px; color: var(--ink); }
.legal-content-v2 h2 {
  color: var(--navy-deep); font-size: 18px; margin: 40px 0 14px;
  padding-bottom: 10px; border-bottom: 2px solid var(--orange);
}
.legal-content-v2 p { margin-bottom: 14px; font-size: 14.5px; line-height: 1.8; color: var(--ink); }
.legal-content-v2 ul { margin: 10px 0 14px 22px; }
.legal-content-v2 ul li { font-size: 14.5px; line-height: 1.8; color: var(--ink-soft); margin-bottom: 4px; }

/* ===== CONTACT PAGE ===== */
.contact-info-card-v2 {
  background: var(--navy-deep); border-radius: var(--radius); padding: 32px;
}
.contact-info-card-v2 h3 { color: #fff; margin-bottom: 24px; font-size: 18px; }
.contact-item-v2 {
  display: flex; align-items: center; gap: 14px; padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.contact-item-v2:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-item-icon-v2 {
  width: 38px; height: 38px; border-radius: 10px; background: var(--orange);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-item-icon-v2 svg { width: 17px; height: 17px; color: #fff; }
.contact-item-label-v2 { font-size: 11px; color: rgba(255,255,255,0.5); margin-bottom: 2px; text-transform: uppercase; letter-spacing: 1px; }
.contact-item-value-v2 { font-size: 14.5px; color: #fff; font-weight: 600; }
.contact-item-value-v2 a { color: #fff; }
.contact-legal-note-v2 {
  margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1);
}
.contact-legal-note-v2 p { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.8; margin: 0; }

.contact-form-v2 h2 { font-size: 24px; margin-bottom: 8px; }
.contact-form-v2 > p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 24px; }
.contact-success-v2 { display: none; text-align: center; padding: 32px 0; }
.contact-success-v2.show { display: block; }
.contact-success-v2 h3 { color: var(--navy-deep); font-size: 20px; margin-bottom: 8px; }
.contact-success-v2 p { color: var(--ink-soft); font-size: 14.5px; }

/* ===== ZONE TAGS ===== */
.zone-tags-v2 { display: flex; flex-wrap: wrap; gap: 10px; }
.zone-tag-v2 {
  display: inline-flex; align-items: center; gap: 7px; background: var(--sand);
  border: 1px solid var(--line); border-radius: 99px; padding: 9px 18px;
  font-size: 13.5px; font-weight: 500; color: var(--navy-deep);
}
.zone-tag-v2 svg { width: 14px; height: 14px; color: var(--orange); flex-shrink: 0; }

/* ===== STAT / WORLD CARDS ===== */
.world-grid-v2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.world-card-v2 {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 22px; text-align: center;
}
.world-card-v2 .emoji { font-size: 28px; margin-bottom: 12px; }
.world-card-v2 h3 { font-size: 16px; margin-bottom: 8px; }
.world-card-v2 p { font-size: 13px; color: var(--ink-soft); }

/* ===== CITY PILLS (zones page) ===== */
.city-pills-v2 { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.city-pill-v2 {
  display: inline-flex; align-items: center; gap: 6px; background: #fff;
  border: 1px solid var(--line); border-radius: 99px; padding: 9px 20px;
  font-size: 13.5px; font-weight: 600; color: var(--navy-deep); transition: all .2s;
}
.city-pill-v2:hover { background: var(--orange); color: #fff; border-color: var(--orange); }

@media (max-width: 968px) {
  .world-grid-v2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .contact-grid-v2 { grid-template-columns: 1fr !important; }
  .world-grid-v2 { grid-template-columns: 1fr; }
}

/* ===== SERVICE DETAIL BLOCKS (services.html) ===== */
.service-detail-v2 {
  display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start;
  padding-bottom: 56px; margin-bottom: 56px; border-bottom: 1px solid var(--line);
}
.service-detail-v2:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.service-detail-icon-v2 {
  width: 60px; height: 60px; border-radius: 14px; background: var(--sand);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.service-detail-icon-v2 svg { width: 28px; height: 28px; color: var(--orange); }
.service-detail-v2 h2 { font-size: 22px; margin-bottom: 18px; }
.service-detail-v2 > div:first-child p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 0; }
.service-detail-v2 > div:last-child > p { color: var(--ink-soft); font-size: 15px; margin-bottom: 22px; }
.service-detail-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-detail-box-v2 {
  border-radius: 12px; padding: 20px; background: var(--sand);
}
.service-detail-box-v2.alt { background: #FEF3EA; }
.service-detail-box-v2 h4 { color: var(--navy-deep); margin-bottom: 8px; font-size: 14px; }
.service-detail-box-v2 ul { list-style: none; font-size: 13px; color: var(--ink-soft); display: flex; flex-direction: column; gap: 5px; }

@media (max-width: 968px) {
  .service-detail-v2 { grid-template-columns: 1fr; gap: 20px; }
  .service-detail-grid-v2 { grid-template-columns: 1fr; }
}

/* ===== HERO SPLIT (formulaire intégré) ===== */
.hero-v3--split { min-height: 100vh; align-items: stretch; }
.hero-v3-scrim--split {
  background: linear-gradient(105deg, rgba(10,27,46,0.97) 0%, rgba(10,27,46,0.90) 42%, rgba(10,27,46,0.55) 68%, rgba(10,27,46,0.25) 100%);
}
.hero-v3-inner--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero-v3-content--split { max-width: 100%; }
.hero-stats--split { margin-top: 40px; padding-top: 24px; gap: 28px; flex-wrap: wrap; }

/* ===== HERO FORM CARD ===== */
.hero-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 30px 28px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.22), 0 4px 16px rgba(0,0,0,0.08);
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
.hero-form-header {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 700; color: var(--navy-deep);
  letter-spacing: .3px; margin-bottom: 22px;
  padding-bottom: 18px; border-bottom: 1px solid var(--line);
}
.hf-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin-bottom: 14px;
}
.hf-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.hf-field:last-child { margin-bottom: 0; }
.hf-label {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; color: var(--ink-soft);
  text-transform: uppercase; letter-spacing: .6px;
}
.hf-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: #fff;
  transition: border-color .18s;
  outline: none;
}
.hf-input:focus { border-color: var(--orange); }
.hf-input::placeholder { color: #B0B8C4; }
select.hf-input { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234A5568' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; }
.hf-submit {
  width: 100%;
  margin-top: 18px;
  padding: 15px 24px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background .18s, transform .15s;
  letter-spacing: .2px;
}
.hf-submit:hover { background: var(--orange-deep); transform: translateY(-1px); }
.hf-privacy {
  text-align: center;
  font-size: 11.5px;
  color: var(--ink-soft);
  margin-top: 10px;
  letter-spacing: .3px;
}

/* Google Maps autocomplete dropdown */
.pac-container {
  border-radius: 10px !important;
  border: 1.5px solid var(--line) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  margin-top: 4px !important;
}
.pac-item { padding: 8px 14px !important; cursor: pointer; }
.pac-item:hover { background: var(--sand) !important; }
.pac-item-query { font-weight: 600; color: var(--navy-deep); }

/* ===== RESPONSIVE HERO SPLIT ===== */
@media (max-width: 968px) {
  .hero-v3-inner--split {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: unset;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .hero-form-card { max-width: 100%; margin-left: 0; }
  .hf-row { grid-template-columns: 1fr; }
  .hero-v3-content--split h1 { font-size: 36px; }
}

/* ===== HERO CAPTURE FORM (étape 1 — adresse de départ uniquement) ===== */
.hero-capture-form {
  margin: 32px auto 40px;
  width: 100%;
  max-width: 680px;
}
.hcf-inner {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 8px 8px 8px 20px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.28), 0 2px 8px rgba(0,0,0,0.12);
  gap: 10px;
}
.hcf-field {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.hcf-field svg { color: var(--orange); flex-shrink: 0; }
.hcf-field input {
  border: none;
  outline: none;
  font-size: 15.5px;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: transparent;
  width: 100%;
  padding: 10px 0;
}
.hcf-field input::placeholder { color: #9AA5B4; }
#hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 24px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s, transform .15s;
  flex-shrink: 0;
}
#hero-cta:hover { background: var(--orange-deep); transform: translateY(-1px); }
.hcf-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  margin-top: 10px;
  letter-spacing: .3px;
  text-align: center;
}

/* Autocomplete dropdown Google Maps */
.pac-container {
  border-radius: 10px !important;
  border: 1.5px solid var(--line) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  margin-top: 4px !important;
}
.pac-item { padding: 8px 14px !important; cursor: pointer; }
.pac-item:hover { background: var(--sand) !important; }
.pac-item-query { font-weight: 600; color: var(--navy-deep); }

@media (max-width: 768px) {
  .hero-v3-content h1 { font-size: 38px; }
  .hcf-inner { flex-direction: column; padding: 14px; gap: 12px; border-radius: 12px; }
  .hcf-field { width: 100%; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
  .hcf-field input { font-size: 16px; }
  #hero-cta { width: 100%; justify-content: center; border-radius: 10px; }
  .hero-stats { gap: 24px; flex-wrap: wrap; justify-content: center; }
}
