:root {
  --navy-950: #061a2f;
  --navy-900: #082a4d;
  --navy-800: #0a3b6d;
  --blue-700: #075fae;
  --blue-600: #0877d1;
  --cyan-500: #1dbbe9;
  --cyan-300: #82e2ff;
  --sky-100: #eaf8ff;
  --sky-50: #f5fbff;
  --slate-900: #172332;
  --slate-700: #425466;
  --slate-600: #5c6b7a;
  --slate-300: #cbd6e2;
  --slate-200: #e4ebf1;
  --slate-100: #f3f6f8;
  --white: #fff;
  --success: #0a7a50;
  --danger: #b42318;
  --shadow-sm: 0 8px 24px rgba(8, 42, 77, .08);
  --shadow-md: 0 18px 55px rgba(8, 42, 77, .13);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--slate-900);
  background: var(--white);
  line-height: 1.6;
  overflow-wrap: anywhere;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--blue-700); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue-600); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--cyan-500); outline-offset: 3px; }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 32px), var(--content)); margin-inline: auto; }
.section { padding: 82px 0; }
.section-soft { background: linear-gradient(180deg, var(--sky-50), #fff); }
.section-dark { background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.eyebrow { color: var(--blue-600); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .8rem; }
h1, h2, h3 { line-height: 1.12; color: var(--navy-950); margin-top: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 6vw, 4.6rem); margin-bottom: 20px; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 16px; }
h3 { font-size: 1.15rem; margin-bottom: 8px; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--slate-700); max-width: 720px; }
.muted { color: var(--slate-600); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(203,214,226,.65); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy-950); font-size: 1.25rem; font-weight: 850; white-space: nowrap; }
.brand-mark { width: 44px; height: 32px; border: 3px solid var(--blue-700); border-radius: 6px; position: relative; display: inline-grid; place-items: center; font-size: .62rem; letter-spacing: -.02em; color: var(--blue-700); }
.brand-mark::after { content: ""; position: absolute; height: 3px; width: 48px; background: var(--cyan-500); border-radius: 4px; left: 50%; transform: translateX(-50%); bottom: -9px; }
.brand-accent { color: var(--blue-600); }
.site-nav { display: flex; gap: 23px; align-items: center; margin-left: auto; }
.site-nav a { text-decoration: none; color: var(--slate-700); font-weight: 700; font-size: .94rem; }
.site-nav a[aria-current="page"] { color: var(--blue-700); }
.header-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 1px solid var(--slate-300); border-radius: 10px; width: 44px; height: 44px; color: var(--navy-950); cursor: pointer; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 18px; border-radius: 12px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); color: #fff; box-shadow: 0 10px 26px rgba(7,95,174,.22); }
.btn-primary:hover { color: #fff; box-shadow: 0 15px 32px rgba(7,95,174,.28); }
.btn-secondary { background: #fff; color: var(--blue-700); border-color: var(--blue-700); }
.btn-light { background: #fff; color: var(--navy-900); }
.btn-ghost { color: var(--navy-900); border-color: var(--slate-300); background: transparent; }

.hero { position: relative; overflow: hidden; padding: 72px 0 58px; background: radial-gradient(circle at 88% 20%, rgba(29,187,233,.17), transparent 29%), linear-gradient(180deg, #fff, var(--sky-50)); }
.hero::before { content: ""; position: absolute; inset: auto auto -100px -80px; width: 280px; height: 280px; border: 1px solid rgba(29,187,233,.2); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .highlight { color: var(--blue-600); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 26px; }
.hero-art { padding: 14px; min-width: 0; }
.hero-art img { display: block; width: 100%; height: auto; border-radius: 28px; background: transparent; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 20px; color: var(--slate-700); font-size: .92rem; font-weight: 650; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; }
.trust-item::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--sky-100); color: var(--blue-700); font-weight: 900; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); }
.card-hover { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #b8ddf2; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--sky-100); color: var(--blue-700); font-size: 1.45rem; margin-bottom: 17px; }
.card-link { font-weight: 800; text-decoration: none; }

.feature-strip { border-block: 1px solid var(--slate-200); background: #fff; }
.feature-strip .container { display: grid; grid-template-columns: repeat(4,1fr); }
.feature-item { padding: 24px; text-align: center; border-right: 1px solid var(--slate-200); }
.feature-item:last-child { border-right: 0; }
.feature-item strong { color: var(--navy-950); display: block; margin-bottom: 4px; }

.price-preview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.price-card { border: 1px solid var(--slate-200); border-radius: 16px; padding: 20px; background: #fff; }
.price-card strong { display: block; color: var(--navy-950); font-size: 1.05rem; margin-bottom: 6px; }
.price { font-size: 1.55rem; font-weight: 900; color: var(--blue-700); }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.step { position: relative; padding: 25px 22px 22px; border-radius: 18px; background: #fff; border: 1px solid var(--slate-200); }
.step::before { counter-increment: step; content: counter(step); width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: #fff; font-weight: 900; margin-bottom: 16px; }

.zone-panel { display: grid; grid-template-columns: 1fr .9fr; gap: 28px; align-items: center; }
.zone-visual { min-height: 330px; border-radius: var(--radius-lg); background: radial-gradient(circle, var(--cyan-300) 0 6px, transparent 7px), radial-gradient(circle, transparent 0 75px, rgba(29,187,233,.3) 76px 78px, transparent 79px 132px, rgba(8,119,209,.18) 133px 135px, transparent 136px), linear-gradient(135deg, var(--sky-100), #fff); display: grid; place-items: center; border: 1px solid var(--slate-200); position: relative; overflow: hidden; }
.zone-visual span { background: #fff; padding: 11px 15px; border-radius: 999px; border: 1px solid var(--slate-200); font-weight: 800; box-shadow: var(--shadow-sm); }
.chip-list { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; list-style: none; }
.chip-list li { background: var(--sky-100); color: var(--navy-900); border-radius: 999px; padding: 8px 12px; font-weight: 700; font-size: .9rem; }

.about-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: center; }
.avatar-placeholder { aspect-ratio: 1; max-width: 330px; margin-inline: auto; border-radius: 38% 62% 56% 44% / 48% 43% 57% 52%; background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); display: grid; place-items: center; color: #fff; font-size: clamp(2.5rem,8vw,5rem); font-weight: 900; box-shadow: var(--shadow-md); }
.quote { border-left: 4px solid var(--cyan-500); padding: 12px 0 12px 20px; color: var(--navy-900); font-weight: 750; }

.cta-panel { border-radius: var(--radius-lg); padding: clamp(32px,6vw,58px); background: linear-gradient(135deg, var(--navy-950), var(--blue-700)); color: #fff; position: relative; overflow: hidden; }
.cta-panel h2 { color: #fff; }
.cta-panel p { color: #ddecf8; max-width: 700px; }
.cta-panel::after { content: ""; position: absolute; width: 220px; height: 220px; border: 36px solid rgba(79,213,255,.12); border-radius: 50%; right: -65px; top: -75px; }

.page-hero { padding: 68px 0 44px; background: linear-gradient(180deg, var(--sky-50), #fff); border-bottom: 1px solid var(--slate-200); }
.page-hero .lead { max-width: 790px; }
.service-list { display: grid; gap: 18px; }
.service-detail { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: start; border: 1px solid var(--slate-200); border-radius: var(--radius-md); padding: 24px; background: #fff; }
.service-detail .icon-box { margin: 0; width: 58px; height: 58px; }

.price-section { margin-bottom: 34px; }
.price-table { width: 100%; border-collapse: collapse; border-radius: 16px; overflow: hidden; border: 1px solid var(--slate-200); background: #fff; }
.price-table th, .price-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--slate-200); vertical-align: top; }
.price-table th:last-child, .price-table td:last-child { text-align: right; font-weight: 850; white-space: nowrap; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table thead th { background: var(--navy-900); color: #fff; }
.notice { border-radius: 16px; padding: 18px 20px; background: var(--sky-100); border: 1px solid #bde9fa; color: var(--navy-900); }
.notice-warning { background: #fff9e8; border-color: #f4da91; color: #6f5311; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label, legend { font-weight: 800; color: var(--navy-950); }
input, select, textarea { width: 100%; border: 1px solid var(--slate-300); border-radius: 12px; padding: 12px 14px; color: var(--slate-900); background: #fff; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(29,187,233,.12); outline: 0; }
.form-status { margin-top: 16px; border-radius: 12px; padding: 13px 15px; }
.form-status.success { background: #e9f8f1; color: var(--success); }
.form-status.error { background: #fff0ef; color: var(--danger); }
.contact-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 26px; align-items: start; }
.contact-card { position: sticky; top: 104px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.contact-list a { font-weight: 800; text-decoration: none; }

.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 36px; font-size: 1.5rem; }

.site-footer { background: var(--navy-950); color: #d8e6f2; padding: 50px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr; gap: 36px; }
.site-footer .brand { color: #fff; margin-bottom: 18px; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer a { color: #d8e6f2; text-decoration: none; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.13); padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .88rem; color: #a9bfce; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1040px) {
  .js .site-nav, .header-actions .btn-secondary { display: none; }
  .js .menu-toggle { display: inline-grid; place-items: center; }
  .header-actions { margin-left: auto; }
  html:not(.js) .header-inner { flex-wrap: wrap; }
  html:not(.js) .site-nav { display: flex; flex: 1 0 100%; order: 4; margin: 0 0 10px; flex-wrap: wrap; gap: 10px 18px; }
  .site-nav.is-open { display: flex; position: absolute; top: 76px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; padding: 10px; border: 1px solid var(--slate-200); border-radius: 16px; box-shadow: var(--shadow-md); }
  .site-nav.is-open a { padding: 11px 13px; border-radius: 9px; }
  .hero-grid, .zone-panel, .about-panel, .contact-layout { grid-template-columns: 1fr; }
  .hero-art { max-width: 680px; margin-inline: auto; }
  .hero { padding-top: 42px; }
  .cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-4, .steps, .price-preview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-strip .container { grid-template-columns: repeat(2,1fr); }
  .feature-item:nth-child(2) { border-right: 0; }
  .feature-item:nth-child(-n+2) { border-bottom: 1px solid var(--slate-200); }
  .contact-card { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 22px), var(--content)); }
  .section { padding: 58px 0; }
  .header-inner { min-height: 68px; gap: 12px; }
  .site-nav.is-open { top: 68px; }
  .header-actions .btn-primary { display: none; }
  .brand { font-size: 1.08rem; }
  .brand-mark { width: 40px; height: 28px; }
  .brand-mark::after { width: 42px; bottom: -8px; }
  .hero { padding: 32px 0 45px; }
  .hero-grid { gap: 22px; }
  .hero-art { padding: 0; }
  h1 { font-size: clamp(2.15rem, 12vw, 3.2rem); }
  .hero-actions .btn { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr; }
  .cards, .grid-2, .grid-3, .grid-4, .steps, .price-preview, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .feature-strip .container { grid-template-columns: 1fr; }
  .feature-item { border-right: 0; border-bottom: 1px solid var(--slate-200); }
  .feature-item:last-child { border-bottom: 0; }
  .service-detail { grid-template-columns: 1fr; }
  .price-table, .price-table tbody, .price-table tr, .price-table td { display: block; width: 100%; }
  .price-table thead { display: none; }
  .price-table tr { padding: 12px 0; border-bottom: 1px solid var(--slate-200); }
  .price-table td { border: 0; padding: 5px 14px; text-align: left !important; white-space: normal !important; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-panel { border-radius: 22px; }
}

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


/* Optimisations conversion / tarifs — septembre 2026 */
.price-note { margin: 10px 0 0; line-height: 1.5; }
.pricing-hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.price-card-featured { padding: 28px; border-color: #bde9fa; box-shadow: var(--shadow-sm); }
.price-card-featured .price { display: block; margin: 8px 0 12px; }
.tariff-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.service-rate-notice { margin-bottom: 22px; }
.zone-fees { margin: 18px 0; }

@media (max-width: 720px) {
  .pricing-hero-grid { grid-template-columns: 1fr; }
  .header-actions .btn-secondary { display: inline-flex; }
  .header-actions .btn-secondary { padding-inline: 12px; }
  .tariff-actions .btn { width: 100%; }
}

.hash-anchor { display: block; position: relative; top: -96px; visibility: hidden; }


/* SEO local V6 */
.faq-list { display:grid; gap:12px; max-width:900px; margin-top:24px; }
.faq-list details { background:#fff; border:1px solid var(--slate-200); border-radius:14px; padding:0 18px; box-shadow:var(--shadow-sm); }
.faq-list summary { cursor:pointer; font-weight:800; color:var(--navy-950); padding:18px 26px 18px 0; position:relative; }
.faq-list summary::after { content:"+"; position:absolute; right:0; font-size:1.25rem; color:var(--blue-600); }
.faq-list details[open] summary::after { content:"–"; }
.faq-list details p { margin-top:0; padding:0 0 18px; }
.local-city-grid { margin-top:24px; }
.local-city-grid .card h3 { margin-top:0; }
.section-intro { max-width:820px; }
