
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/inter-latin-ext.woff2?v=a28eb6d3) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/inter-latin.woff2?v=c9407645) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Zalando Sans Expanded';font-style:normal;font-weight:600 700;font-display:swap;src:url(/assets/fonts/zalando-expanded-latin-ext.woff2?v=a4e3a51d) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Zalando Sans Expanded';font-style:normal;font-weight:600 700;font-display:swap;src:url(/assets/fonts/zalando-expanded-latin.woff2?v=e4919d2a) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face {
  font-family: "Inter Fallback";
  src: local("Helvetica Neue"), local("Arial");
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22.4%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Zalando Fallback";
  src: local("Helvetica Neue"), local("Arial");
  size-adjust: 118%;
  ascent-override: 84%;
  descent-override: 21%;
  line-gap-override: 0%;
}
:root {
  --ink: #142432;
  --ink-2: #1d3345;
  --ink-3: #2b4459;
  --slate: #55697c;
  --slate-2: #7b8ea0;
  --line: #dfe6ec;
  --line-2: #eef2f6;
  --paper: #f4f7f9;
  --paper-2: #eaf0f4;
  --white: #ffffff;
  --aqua: #0e8fa8;
  --aqua-dark: #0a6d81;
  --aqua-soft: #e3f4f7;
  --amber: #f4a63c;
  --amber-dark: #d9821a;
  --amber-soft: #fdf2e2;
  --alert: #c0392b;
  --r-s: 10px;
  --r-m: 16px;
  --r-l: 24px;
  --r-pill: 999px;
  --sh-1: 0 1px 2px rgba(20, 36, 50, .06), 0 4px 12px rgba(20, 36, 50, .05);
  --sh-2: 0 2px 6px rgba(20, 36, 50, .07), 0 14px 34px rgba(20, 36, 50, .09);
  --sh-3: 0 24px 60px rgba(20, 36, 50, .16);
  --wrap: 1240px;
  --gut: 24px;
  --rythme: 76px;
  --f-title: "Zalando Sans Expanded", "Zalando Fallback", "Trebbuchet MS", sans-serif;
  --f-body: "Inter", "Inter Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink-2);
  background: var(--white);
  overflow-x: hidden;
  font-synthesis-weight: none;
}
img, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--aqua-dark); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--f-title); color: var(--ink); line-height: 1.16; letter-spacing: -.015em; margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: clamp(1.95rem, 1.35rem + 2.4vw, 3.05rem); }
h2 { font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.15rem); margin-top: 0; }
h3 { font-size: clamp(1.14rem, 1.02rem + .5vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1.03rem; font-weight: 600; font-family: var(--f-body); letter-spacing: 0; }
p { margin: 0 0 1.15em; }
strong { font-weight: 600; color: var(--ink); }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 var(--r-s) 0;
}
.skip:focus { left: 0; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  font-family: var(--f-body); font-weight: 600; font-size: .97rem; line-height: 1.1;
  padding: 15px 26px; border-radius: var(--r-pill); border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-tel { background: var(--amber); color: #23180a; box-shadow: 0 8px 20px rgba(217, 130, 26, .28); }
.btn-tel:hover { background: var(--amber-dark); color: #1a1206; }
.btn-main { background: var(--aqua); color: #fff; box-shadow: 0 8px 20px rgba(14, 143, 168, .26); }
.btn-main:hover { background: var(--aqua-dark); color: #fff; }
.btn-ghost { border-color: var(--line); background: #fff; color: var(--ink); }
.btn-ghost:hover { border-color: var(--aqua); color: var(--aqua-dark); }
.btn-light { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .38); color: #fff; }
.btn-light:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.btn-sm { padding: 11px 18px; font-size: .9rem; }
.hdr {
  position: sticky; top: 0; z-index: 90; background: rgba(255, 255, 255, .97);
  backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line);
}
.hdr-top { background: var(--ink); color: #c8d6e2; font-size: .84rem; }
.hdr-top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 38px; }
.hdr-top p { margin: 0; }
.hdr-top .pt-court { display: none; }
.hdr-top .pt { color: #fff; font-weight: 500; }
.hdr-top a { color: #7fd6e6; text-decoration: none; }
.hdr-top a:hover { color: #fff; text-decoration: underline; }
.hdr-bar { display: flex; align-items: center; gap: 22px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; }
.brand b { font-family: var(--f-title); font-size: .98rem; color: var(--ink); display: block; line-height: 1.1; letter-spacing: -.02em; }
.brand span { font-size: .76rem; color: var(--slate); letter-spacing: .06em; text-transform: uppercase; }
.nav { margin-left: auto; margin-right: 4px; }
.nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav a { display: block; padding: 10px 12px; border-radius: var(--r-s); color: var(--ink-2); text-decoration: none; font-weight: 500; font-size: .95rem; }
.nav a:hover, .nav a[aria-current="page"] { background: var(--paper); color: var(--ink); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--aqua); }
.hdr-cta { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; margin-left: auto; }
.hdr-cta .txt { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.hdr-cta .btn { font-family: var(--f-title); letter-spacing: -.01em; }
.hdr-cta .num-court { display: none; }
.hdr-cta .lbl { display: block; font-size: .73rem; color: var(--slate); white-space: nowrap; }
.burger { display: none; align-items: center; gap: 9px; background: var(--ink); color: #fff; border: 0; border-radius: var(--r-pill); padding: 12px 18px; font: 600 .92rem var(--f-body); cursor: pointer; }
.burger span { display: block; width: 17px; height: 2px; background: #fff; box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff; }
.has-mega { position: relative; }
.mega {
  position: absolute; left: 50%; transform: translateX(-50%) translateY(8px);
  top: calc(100% + 10px); width: min(900px, 92vw); background: #fff;
  border: 1px solid var(--line); border-radius: var(--r-l); box-shadow: var(--sh-3);
  padding: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease;
}
.has-mega:hover .mega, .has-mega:focus-within .mega, .mega.open { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega h4 { font-family: var(--f-title); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--aqua-dark); margin: 0 0 10px; }
.mega ul { list-style: none; margin: 0; padding: 0; }
.mega li + li { margin-top: 2px; }
.mega a { display: block; padding: 8px 10px; border-radius: var(--r-s); font-size: .9rem; line-height: 1.35; font-weight: 400; }
.mega a:hover { background: var(--aqua-soft); }
.mega .mega-foot { grid-column: 1 / -1; border-top: 1px solid var(--line-2); padding-top: 14px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.mega .mega-foot p { margin: 0; font-size: .88rem; color: var(--slate); }
.drawer { display: none; }
.drawer[open] { display: block; }
.drawer {
  position: fixed; inset: 0; z-index: 120; background: rgba(12, 22, 31, .55);
  border: 0; padding: 0; margin: 0; width: 100%; max-width: none; height: 100%; max-height: none;
}
.drawer::backdrop { background: rgba(12, 22, 31, .55); }
.drawer-panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(400px, 92vw); background: #fff;
  padding: 20px 22px 120px; overflow-y: auto; box-shadow: var(--sh-3);
}
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.drawer-close { background: var(--paper); border: 0; border-radius: var(--r-pill); width: 42px; height: 42px; font-size: 1.3rem; cursor: pointer; color: var(--ink); }
.drawer nav ul { list-style: none; margin: 0 0 10px; padding: 0; }
.drawer nav > ul > li { border-bottom: 1px solid var(--line-2); }
.drawer nav a { display: block; padding: 14px 4px; text-decoration: none; color: var(--ink); font-weight: 600; font-family: var(--f-title); font-size: .98rem; }
.drawer details ul { padding: 0 0 12px 12px; }
.drawer details a { font-family: var(--f-body); font-weight: 400; font-size: .92rem; padding: 8px 4px; color: var(--ink-2); }
.drawer summary { padding: 14px 4px; font-weight: 600; font-family: var(--f-title); font-size: .98rem; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.drawer summary::-webkit-details-marker { display: none; }
.drawer summary::after { content: "+"; font-size: 1.3rem; color: var(--aqua); }
.drawer details[open] summary::after { content: "–"; }
.drawer-cta { display: grid; gap: 10px; margin-top: 18px; }
.ft { background: var(--ink); color: #b6c6d4; padding: 64px 0 0; margin-top: 90px; font-size: .93rem; }
.ft h2, .ft h3 { color: #fff; }
.ft-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.ft-h3-2 { margin-top: 22px; }
.ft h3 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #7fd6e6; font-family: var(--f-title); margin-bottom: 14px; }
.ft a { color: #d5e2ec; text-decoration: none; }
.ft a:hover { color: #fff; text-decoration: underline; }
.ft ul { list-style: none; margin: 0; padding: 0; }
.ft li { margin-bottom: 7px; line-height: 1.5; }
.ft-brand b { font-family: var(--f-title); color: #fff; font-size: 1.15rem; display: block; margin-bottom: 8px; }
.ft-tel { font-family: var(--f-title); font-size: 1.5rem; color: #fff !important; font-weight: 700; text-decoration: none !important; display: inline-block; margin: 6px 0 4px; letter-spacing: -.02em; }
.ft-zones { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 44px; padding: 30px 0; }
.ft-zones ul { display: flex; flex-wrap: wrap; gap: 6px 8px; }
.ft-zones li { margin: 0; }
.ft-zones a { display: inline-block; padding: 6px 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r-pill); font-size: .84rem; }
.ft-zones a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.ft-map { border-top: 1px solid rgba(255, 255, 255, .12); padding: 30px 0; }
.ft-map iframe { width: 100%; height: 320px; border: 0; border-radius: var(--r-m); filter: grayscale(.25) contrast(1.05); }
.ft-legal { border-top: 1px solid rgba(255, 255, 255, .12); padding: 20px 0 26px; display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between; font-size: .84rem; color: #8ea3b5; }
.ft-legal ul { display: flex; flex-wrap: wrap; gap: 16px; }
.callbar { display: none; }
@media (max-width: 860px) {
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px; position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 95; background: rgba(20, 36, 50, .92); backdrop-filter: blur(6px);
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); box-shadow: 0 -10px 30px rgba(20, 36, 50, .28);
  }
  .callbar a { margin: 0 4px; padding: 13px 10px; font-size: .95rem; }
  body { padding-bottom: 78px; }
}
.hero { position: relative; background: var(--ink); color: #d7e3ec; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(1100px 460px at 78% -8%, rgba(14, 143, 168, .40), transparent 62%),
              radial-gradient(700px 420px at 8% 108%, rgba(244, 166, 60, .14), transparent 60%);
}
.hero .wrap { position: relative; padding-top: 62px; padding-bottom: 66px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero p.lead { font-size: 1.1rem; color: #cddbe6; max-width: 60ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--aqua-dark);
  background: var(--aqua-soft); padding: 7px 14px; border-radius: var(--r-pill); margin-bottom: 18px;
}
.hero .eyebrow { color: #9fe6f4; background: rgba(14, 143, 168, .22); }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14); list-style: none; padding-left: 0; }
.hero-facts li { font-size: .9rem; color: #b9cbd8; display: flex; align-items: center; gap: 8px; }
.hero-facts b { color: #fff; font-weight: 600; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--r-l); box-shadow: var(--sh-3); width: 100%; }
.hero-badge {
  position: absolute; left: -18px; bottom: -18px; background: #fff; color: var(--ink);
  border-radius: var(--r-m); padding: 14px 18px; box-shadow: var(--sh-2); max-width: 230px;
}
.hero-badge b { display: block; font-family: var(--f-title); font-size: 1.02rem; }
.hero-badge span { font-size: .82rem; color: var(--slate); line-height: 1.4; display: block; }
.bc { font-size: .84rem; color: var(--slate); padding: 16px 0 0; }
.bc ol { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; }
.bc li::after { content: "›"; margin-left: 7px; color: var(--slate-2); }
.bc li:last-child::after { content: none; }
.bc a { color: var(--slate); text-decoration: none; }
.bc a:hover { color: var(--aqua-dark); text-decoration: underline; }
.page { padding: 40px 0 0; }
.page-head { max-width: 62rem; margin-bottom: 34px; }
.page-head p.lead { font-size: 1.09rem; color: var(--slate); }
.cols { display: grid; grid-template-columns: minmax(0, 1fr) 322px; gap: 54px; align-items: start; }
.prose > section { margin-bottom: var(--rythme); }
.prose > section:last-child { margin-bottom: 0; }
.prose h2 { position: relative; padding-top: 20px; }
.prose h2::before { content: ""; position: absolute; top: 0; left: 0; width: 46px; height: 4px; border-radius: 4px; background: var(--aqua); }
.prose h3 { margin-top: 1.9em; }
.prose ul, .prose ol { margin: 0 0 1.3em; padding-left: 0; list-style: none; }
.prose ol { counter-reset: pas; }
.prose li { position: relative; padding-left: 30px; margin-bottom: .62em; }
.prose ul > li::before {
  content: ""; position: absolute; left: 4px; top: .62em; width: 9px; height: 9px;
  border-radius: 3px; background: var(--aqua); transform: rotate(45deg);
}
.prose ol > li { counter-increment: pas; padding-left: 42px; }
.prose ol > li::before {
  content: counter(pas); position: absolute; left: 0; top: .05em; width: 28px; height: 28px;
  border-radius: 50%; background: var(--ink); color: #fff; font-size: .82rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.prose-lisible { max-width: 78ch; }
.prose figure { margin: 0 0 1.6em; }
.prose figure img { border-radius: var(--r-m); box-shadow: var(--sh-1); width: 100%; }
.prose figcaption { font-size: .84rem; color: var(--slate); padding-top: 8px; }
.stack { display: grid; gap: 18px; }
.stack-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stack-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-m); padding: 24px 24px 26px; box-shadow: var(--sh-1);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.card::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: -7px; height: 14px;
  border-radius: 0 0 var(--r-m) var(--r-m); background: var(--paper-2); z-index: -1;
}
.card h3 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.card-link { display: block; text-decoration: none; color: inherit; }
.card-link:hover { box-shadow: var(--sh-2); transform: translateY(-3px); border-color: #cfe6ec; }
.card-link .more { color: var(--aqua-dark); font-weight: 600; font-size: .9rem; display: inline-flex; gap: 6px; align-items: center; margin-top: 12px; }
.card-link:hover .more { gap: 10px; }
.card .num { font-family: var(--f-title); font-size: 1.9rem; color: var(--aqua); display: block; line-height: 1; margin-bottom: 10px; }
.card-flat { box-shadow: none; }
.card-flat::after { display: none; }
.card-tint { background: var(--paper); border-color: var(--paper-2); }
.card-accent { border-left: 4px solid var(--aqua); }
.card-warn { background: var(--amber-soft); border-color: #f2ddba; }
.cas {
  background: linear-gradient(180deg, #fff, var(--paper));
  border: 1px solid var(--line); border-left: 5px solid var(--amber);
  border-radius: var(--r-m); padding: 28px 28px 24px; box-shadow: var(--sh-1);
}
.cas .tag { display: inline-block; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--amber-dark); background: #fff; border: 1px solid #f0dcbe; padding: 5px 12px; border-radius: var(--r-pill); margin-bottom: 14px; }
.cas h3 { margin-bottom: .5em; }
.cas p:last-child { margin-bottom: 0; }
.tbl-wrap { overflow-x: auto; margin: 0 0 18px; border: 1px solid var(--line); border-radius: var(--r-m); box-shadow: var(--sh-1); background: #fff; }
table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: .94rem; }
caption { text-align: left; padding: 16px 20px 0; color: var(--slate); font-size: .86rem; }
th, td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line-2); vertical-align: top; }
thead th { background: var(--paper); font-family: var(--f-title); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--line); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #fbfdfe; }
td .todo { color: var(--alert); font-weight: 600; }
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-m); box-shadow: var(--sh-1); overflow: hidden; }
.faq details[open] { border-color: #cfe6ec; }
.faq summary {
  cursor: pointer; list-style: none; padding: 19px 56px 19px 22px; position: relative;
  font-family: var(--f-title); font-weight: 600; font-size: 1rem; color: var(--ink); line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 11px; height: 11px;
  border-right: 2px solid var(--aqua); border-bottom: 2px solid var(--aqua);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .rep { padding: 0 22px 20px; color: var(--ink-2); }
.faq .rep p:last-child { margin-bottom: 0; }
.cta-band {
  position: relative; overflow: hidden; background: var(--ink); color: #d5e3ec;
  border-radius: var(--r-l); padding: 38px 40px; box-shadow: var(--sh-2);
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px 260px at 88% 0%, rgba(14, 143, 168, .45), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2, .cta-band h3 { color: #fff; margin-bottom: .35em; }
.cta-band p { margin-bottom: 0; max-width: 56ch; }
.cta-band .acts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.cta-wide { border-radius: 0; margin-block: var(--rythme); }
.band-soft { background: var(--paper); border-block: 1px solid var(--line); padding: 62px 0; margin-block: var(--rythme); }
.band-soft > .wrap > h2 { margin-bottom: 26px; }
.aside { position: sticky; top: 132px; display: grid; gap: 18px; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-m); padding: 20px; box-shadow: var(--sh-1); }
.aside-card h2, .aside-card h3 { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--aqua-dark); font-family: var(--f-title); margin-bottom: 12px; }
.aside-card ul { list-style: none; margin: 0; padding: 0; font-size: .9rem; }
.aside-card li { margin-bottom: 3px; }
.aside-card li a { display: block; padding: 6px 10px; border-radius: var(--r-s); text-decoration: none; color: var(--ink-2); line-height: 1.35; }
.aside-card li a:hover { background: var(--aqua-soft); color: var(--ink); }
.aside-card li a[aria-current="page"] { background: var(--ink); color: #fff; }
.aside-urgence { background: var(--ink); color: #cddbe6; border-color: var(--ink); }
.aside-urgence h2, .aside-urgence h3 { color: #9fe6f4; }
.aside-urgence .num { display: block; font-family: var(--f-title); font-size: 1.42rem; color: #fff; text-decoration: none; font-weight: 700; margin-bottom: 6px; letter-spacing: -.02em; }
.aside-urgence p { font-size: .88rem; margin-bottom: 14px; }
.aside-scroll { max-height: 340px; overflow-y: auto; }
.avis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.avis-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-m); padding: 22px; box-shadow: var(--sh-1); }
.avis-item .stars { color: var(--amber); letter-spacing: 2px; font-size: .95rem; }
.avis-item blockquote { margin: 10px 0 14px; font-size: .96rem; color: var(--ink-2); }
.avis-item cite { font-style: normal; font-weight: 600; color: var(--ink); font-size: .92rem; display: block; }
.avis-item .meta { font-size: .8rem; color: var(--slate); }
.avis-src { font-size: .86rem; color: var(--slate); margin-top: 18px; }
.form { display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: 6px; }
.field .hint { font-weight: 400; color: var(--slate); font-size: .82rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-s);
  font: inherit; font-size: .97rem; color: var(--ink); background: #fff;
}
.field textarea { min-height: 168px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aqua); outline: 0; box-shadow: 0 0 0 4px rgba(14, 143, 168, .14); }
.field .err { color: var(--alert); font-size: .85rem; margin-top: 5px; display: block; }
.field-err input, .field-err select, .field-err textarea { border-color: var(--alert); background: #fdf6f5; }
.pot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--slate); }
.consent input { width: 20px; height: 20px; margin-top: 2px; flex: 0 0 auto; }
.alert { border-radius: var(--r-m); padding: 16px 20px; font-size: .95rem; border: 1px solid; }
.alert-err { background: #fdf3f2; border-color: #f0cdc8; color: #8c2a1e; }
.alert-ok { background: #eef8f2; border-color: #c6e6d3; color: #1d6b41; }
.alert ul { margin: 8px 0 0; padding-left: 20px; list-style: disc; }
.alert li { padding-left: 0; margin-bottom: 4px; }
.alert li::before { display: none; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 1.4em; }
.chips li { margin: 0; padding: 0; }
.chips li::before { display: none; }
.chips a, .chips span { display: inline-block; padding: 7px 14px; border: 1px solid var(--line); border-radius: var(--r-pill); font-size: .87rem; text-decoration: none; color: var(--ink-2); background: #fff; }
.chips a:hover { border-color: var(--aqua); color: var(--aqua-dark); background: var(--aqua-soft); }
.kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0 0 1.6em; padding: 0; list-style: none; }
.kpi li { margin: 0; padding: 18px; background: var(--paper); border-radius: var(--r-m); border: 1px solid var(--paper-2); }
.kpi li::before { display: none; }
.kpi b { display: block; font-family: var(--f-title); font-size: 1.32rem; color: var(--ink); line-height: 1.15; }
.kpi span { font-size: .84rem; color: var(--slate); }
.note { font-size: .88rem; color: var(--slate); border-left: 3px solid var(--line); padding-left: 16px; }
.todo-box { background: #fdf3f2; border: 1px dashed #e3b3ab; border-radius: var(--r-m); padding: 18px 20px; color: #8c2a1e; font-size: .92rem; }
.map-fig img { border-radius: var(--r-m); box-shadow: var(--sh-2); width: 100%; }
.liste-deux { columns: 2; column-gap: 34px; }
.liste-deux li { break-inside: avoid; }
.tag-line { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: .88rem; color: var(--slate); }
.pill-ok { display: inline-flex; align-items: center; gap: 7px; background: var(--aqua-soft); color: var(--aqua-dark); font-weight: 600; font-size: .82rem; padding: 6px 13px; border-radius: var(--r-pill); }
@media (max-width: 1180px) {
  .nav a { padding: 10px 9px; font-size: .92rem; }
  .hdr-bar { gap: 16px; }
  .cols { grid-template-columns: minmax(0, 1fr) 296px; gap: 40px; }
}
@media (max-width: 1120px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
  .hdr-bar { gap: 14px; min-height: 70px; }
  .cols { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .aside-scroll { max-height: none; }
}
@media (max-width: 960px) {
  :root { --rythme: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-media { max-width: 560px; }
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .stack-3, .avis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kpi { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  body { font-size: 16.5px; }
  :root { --gut: 18px; }
  .hdr-top .wrap { min-height: 34px; font-size: .78rem; }
  .hdr-top .pt-sec, .hdr-top .pt-long { display: none; }
  .hdr-top .pt-court { display: inline; }
  .stack-2, .stack-3, .avis, .form .row, .aside { grid-template-columns: minmax(0, 1fr); }
  .ft-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 28px 22px; }
  .cta-band .acts .btn { width: 100%; }
  .liste-deux { columns: 1; }
  .hero .wrap { padding-top: 42px; padding-bottom: 48px; }
  .hero-badge { position: static; margin-top: 14px; max-width: none; }
  .brand span { display: none; }
}
@media (max-width: 560px) {
  .hdr-cta .num-long, .hdr-cta .lbl { display: none; }
  .hdr-cta .num-court { display: inline-flex; }
}
@media (max-width: 400px) {
  .brand img { width: 40px; height: 40px; }
  .brand b { font-size: .95rem; }
  .btn { padding: 14px 18px; font-size: .93rem; }
}
@media print {
  .hdr, .ft-map, .callbar, .aside, .cta-band { display: none; }
  body { font-size: 12pt; }
}
