:root {
  --p-deep: color-mix(in srgb, var(--p) 76%, #000);
  --a-soft: color-mix(in srgb, var(--a) 24%, #fff);
  --slate: #f4f6f9;
  --paper: #ffffff;
  --ink: #1d2430;
  --muted: #5b6572;
  --line: color-mix(in srgb, var(--ink) 12%, transparent);
  --shadow: 0 22px 52px color-mix(in srgb, var(--p-deep) 14%, transparent);
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, "Segoe UI", Helvetica, sans-serif; color: var(--ink); background: var(--slate); line-height: 1.6; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
.wrap { width: var(--wrap); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--a); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 3px; background: var(--a); }
.info-ribbon { background: var(--p-deep); color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 600; }
.info-ribbon .wrap { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.info-ribbon a { color: var(--a-soft); font-weight: 700; }
.topbar { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 4px 18px color-mix(in srgb, var(--p-deep) 6%, transparent); }
.nav { min-height: 84px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.05rem; }
.brand-logo { width: 44px; height: 44px; border-radius: 6px; object-fit: cover; }
.brand-mono { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 6px; background: var(--p); color: #fff; font-weight: 900; font-size: 1.15rem; }
.nav-links { display: flex; gap: 28px; margin-left: auto; font-size: .87rem; font-weight: 700; color: var(--muted); }
.nav-links a:hover { color: var(--p); }
@media (max-width: 860px) { .nav-links { display: none; } }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border: 1px solid transparent; border-radius: 6px; font: inherit; font-weight: 800; font-size: .9rem; cursor: pointer; transition: background .2s ease, box-shadow .2s ease; }
.btn-navy { color: #fff; background: var(--p); box-shadow: 0 12px 26px color-mix(in srgb, var(--p-deep) 22%, transparent); }
.btn-navy:hover { background: color-mix(in srgb, var(--p) 84%, #fff); }
.btn-gold { color: var(--p-deep); background: var(--a); }
.btn-outline { color: var(--p); border-color: var(--line); background: transparent; }
.btn-white-outline { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
section { padding: 88px 0; }
.white-section { background: var(--paper); }
.navy-section { background: var(--p); color: #fff; }
.navy-section .section-head p { color: rgba(255,255,255,.72); }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); line-height: 1.12; font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; }
.section-head { max-width: 660px; margin: 0 auto 44px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head p { color: var(--muted); }
.hero { background: var(--p); color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; padding: 64px 0; }
.hero .eyebrow { color: var(--a-soft); }
.hero .eyebrow::before { background: var(--a-soft); }
.hero-lead { max-width: 500px; color: rgba(255,255,255,.78); font-size: 1.06rem; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-photo { border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); min-height: 420px; }
.kpi-band { background: var(--paper); border-bottom: 1px solid var(--line); }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.kpi { padding: 26px 18px; text-align: center; border-right: 1px solid var(--line); }
.kpi:last-child { border-right: 0; }
.kpi strong { display: block; color: var(--p); font-size: 1.05rem; font-weight: 800; }
.kpi span { color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.image-card { border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); min-height: 420px; position: relative; }
.badge-plate { position: absolute; left: 0; bottom: 0; padding: 16px 22px; background: var(--p-deep); color: #fff; border-radius: 0 10px 0 0; }
.badge-plate strong { display: block; }
.badge-plate span { color: rgba(255,255,255,.7); font-size: .84rem; }
.check-list { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: var(--muted); font-weight: 600; }
.check-list li::before { content: "✓"; color: var(--a); font-weight: 900; flex: 0 0 auto; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 28px 24px; box-shadow: 0 12px 30px color-mix(in srgb, var(--p-deep) 5%, transparent); }
.info-card .num { display: inline-block; margin-bottom: 16px; padding: 5px 11px; border-radius: 4px; background: var(--slate); color: var(--p); font-weight: 800; font-size: .8rem; }
.info-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.info-card p { color: var(--muted); font-size: .92rem; margin: 0; }
.service-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: 0 12px 30px color-mix(in srgb, var(--p-deep) 5%, transparent); }
.service-card .imgbox { height: 185px; border-bottom: 3px solid var(--a); }
.service-card .body { padding: 24px; }
.service-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: .92rem; }
.price-line { display: flex; justify-content: space-between; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-weight: 800; color: var(--p); font-size: .9rem; }
/* Flotte — fiches corporate à liseré or */
.fleet-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: 0 12px 30px color-mix(in srgb, var(--p-deep) 5%, transparent); }
.fleet-card .imgbox { height: 190px; border-bottom: 3px solid var(--a); }
.fleet-card .body { padding: 24px; }
.fleet-tag { display: inline-block; margin-bottom: 14px; padding: 4px 11px; border-radius: 4px; background: var(--slate); color: var(--p); font-weight: 800; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
.fleet-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.fleet-card p { color: var(--muted); font-size: .92rem; }

/* Forfaits — grille tarifaire structurée */
.tariff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tariff { padding: 28px 24px; background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--p); border-radius: 10px; transition: box-shadow .2s ease, transform .2s ease; }
.tariff:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tariff-label { margin-bottom: 12px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tariff-price { margin-bottom: 8px; font-size: 1.7rem; font-weight: 800; line-height: 1; color: var(--p); }
.tariff-detail { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.tariff-note { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: .86rem; }

/* Zones desservies — damier sur fond marine */
.zones-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.zones-list li { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-weight: 700; font-size: .93rem; transition: background .2s ease; }
.zones-list li::before { content: "✓"; color: var(--a); font-weight: 900; flex: 0 0 auto; }
.zones-list li:hover { background: rgba(255,255,255,.14); }
.zones-note { margin-top: 16px; padding: 14px 18px; background: rgba(255,255,255,.08); border-left: 3px solid var(--a); border-radius: 0 8px 8px 0; color: rgba(255,255,255,.82); font-size: .9rem; }

.gallery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-row figure { position: relative; margin: 0; border-radius: 10px; overflow: hidden; min-height: 240px; box-shadow: var(--shadow); }
.gallery-row figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 16px; background: linear-gradient(transparent, color-mix(in srgb, var(--p-deep) 88%, transparent)); color: #fff; font-weight: 700; font-size: .88rem; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; align-items: start; }
.plate { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 30px; }
.hours-table { width: 100%; margin-top: 16px; border-collapse: collapse; font-size: .93rem; }
.hours-table td { padding: 12px 4px; border-bottom: 1px solid var(--line); }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table td:first-child { font-weight: 700; }
.hours-table td:last-child { text-align: right; color: var(--muted); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { padding: 14px 0; cursor: pointer; font-weight: 750; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--a); font-weight: 900; }
.faq-item[open] summary::after { content: "–"; }
.faq-item div { padding: 0 0 14px; color: var(--muted); font-size: .92rem; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--a); border-radius: 10px; padding: 26px; }
.review-card p { color: var(--muted); font-style: italic; }
.review-card .who { display: block; margin-top: 14px; font-weight: 800; color: var(--p); font-size: .92rem; }
.review-card .role { color: var(--muted); font-size: .84rem; }
.contact-band { background: var(--p); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.contact-band .eyebrow { color: var(--a-soft); }
.contact-band .eyebrow::before { background: var(--a-soft); }
.contact-band p.copy { color: rgba(255,255,255,.75); }
.contact-lines { display: grid; gap: 12px; margin-top: 26px; }
.contact-line { display: flex; justify-content: space-between; gap: 14px; padding: 15px 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-size: .93rem; }
.contact-line strong { color: rgba(255,255,255,.62); font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; align-self: center; }
.contact-line a { font-weight: 750; color: var(--a-soft); }
.contact-card { background: var(--paper); color: var(--ink); border-radius: 10px; padding: 32px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--p); }
.field input, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 6px; background: #fff; font: inherit; outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--p); box-shadow: 0 0 0 3px color-mix(in srgb, var(--p) 12%, transparent); }
.field textarea { min-height: 108px; resize: vertical; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .8rem; }
.site-footer { padding: 26px 0; background: var(--p-deep); color: rgba(255,255,255,.72); font-size: .87rem; }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.site-footer a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; color: #fff; font-weight: 700; }
@media (max-width: 900px) {
  section { padding: 60px 0; }
  .hero-grid, .split, .two-col, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .cards-3, .gallery-row { grid-template-columns: 1fr; }
  .tariff-grid { grid-template-columns: repeat(2, 1fr); }
  .zones-list { grid-template-columns: 1fr; }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .kpi:nth-child(2) { border-right: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .info-ribbon .wrap { justify-content: center; }
}

/* ===== Types universels ===== */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.team-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: 0 12px 30px color-mix(in srgb, var(--p-deep) 5%, transparent); }
.team-photo { aspect-ratio: 3 / 4; border-bottom: 3px solid var(--a); background: var(--slate); }
.team-body { padding: 20px; }
.team-body h3 { font-size: 1.02rem; margin-bottom: 2px; }
.team-role { margin-bottom: 10px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.team-body p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }

.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ba-card { margin: 0; padding: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 30px color-mix(in srgb, var(--p-deep) 5%, transparent); }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ba-side { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: var(--slate); }
.ba-tag { position: absolute; left: 8px; bottom: 8px; padding: 4px 10px; border-radius: 4px; background: var(--p); color: #fff; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.ba-tag.is-after { background: var(--a); color: var(--p-deep); }
.ba-card figcaption { margin-top: 12px; text-align: center; color: var(--muted); font-size: .9rem; }

.socials-wrap { text-align: center; }
.socials-title { font-size: 1.4rem; margin-bottom: 18px; }
.socials-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.socials-list a { display: inline-flex; align-items: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--line); border-radius: 6px; font-weight: 800; font-size: .88rem; color: var(--p); transition: background .2s ease, color .2s ease; }
.socials-list a:hover { background: var(--p); color: #fff; }

@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .ba-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .team-grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Accompagnement Professionnalisable — section officielle.

   Écrite avec les variables communes aux quatre styles (--p, --ink, --muted,
   --line, --paper) : chaque modèle lui applique donc sa propre palette et sa
   propre typographie. C'est une offre commerciale, pas un encart
   administratif — d'où la lisibilité du prix et le bouton plein.
   -------------------------------------------------------------------------- */
.support-block { padding: 76px 0; background: color-mix(in srgb, var(--p) 5%, var(--paper, #fff)); }
.support-offers { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; max-width: 760px; margin: 0 auto; }
.support-offer { padding: 26px 24px; background: var(--paper, #fff); border: 1px solid var(--line); border-radius: 4px; }
.support-offer-label { margin: 0 0 10px; font-size: 1.06rem; font-weight: 700; }
.support-offer-price { margin: 0 0 12px; display: flex; align-items: baseline; gap: 6px; }
.support-offer-amount { font-size: 2.4rem; font-weight: 700; line-height: 1; color: var(--p); }
.support-offer-currency { font-size: .95rem; font-weight: 700; color: var(--p); }
.support-offer-text { margin: 0 0 10px; color: var(--muted); font-family: "Segoe UI", Arial, sans-serif; font-size: .92rem; }
.support-offer-duration { margin: 0; color: var(--muted); font-family: "Segoe UI", Arial, sans-serif; font-size: .82rem; }

.support-action { max-width: 760px; margin: 26px auto 0; text-align: center; }
.support-cta { display: inline-block; padding: 15px 34px; background: var(--p); color: #fff; border-radius: 3px; font-family: "Segoe UI", Arial, sans-serif; font-size: .95rem; font-weight: 700; }
.support-cta:hover { background: color-mix(in srgb, var(--p) 82%, #000); }
.support-soon { margin: 0; color: var(--muted); font-family: "Segoe UI", Arial, sans-serif; font-size: .95rem; }
.support-trust { margin: 14px 0 0; color: var(--muted); font-family: "Segoe UI", Arial, sans-serif; font-size: .82rem; }

@media (max-width: 720px) {
  .support-block { padding: 52px 0; }
  .support-offer-amount { font-size: 2rem; }
  .support-cta { display: block; }
}

/* Badge de statut officiel — seule mention de certification d'un mini-site.
   Discret et vérifiable : il porte le numéro et le lien de contrôle. */
.support-badge {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  max-width: 760px; margin: 0 auto 22px; padding: 12px 16px;
  background: var(--paper, #fff); border: 1px solid var(--line); border-radius: 4px;
  font-family: "Segoe UI", Arial, sans-serif; font-size: .88rem;
}
.support-badge-mark { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--p); color: #fff; font-size: .74rem; }
.support-badge-label { font-weight: 700; }
.support-badge-number { color: var(--muted); font-variant-numeric: tabular-nums; }
.support-badge-place { color: var(--muted); }
.support-badge-place::before { content: "· "; }
.support-badge-verify { margin-left: auto; color: var(--p); font-weight: 700; text-decoration: underline; }
@media (max-width: 560px) { .support-badge-verify { margin-left: 0; } }
