/* ==========================================================================
   lmt.bilalakkoc.com — mockup (editorial redesign 2026-09-15)
   Concept: French simplicity. One centered reading column, large editorial type,
   navy ink on off-white paper, one restrained green for "protected".
   Structure (deliberately unlike pdfscanner/speedometer/rpt): centered opening → before/after
   pair → ruled notes → map of l'Hexagone → numbered steps → quote → FAQ list → sign-off.
   No card grids, no dark bands, no split hero.
   ========================================================================== */
:root {
  --paper: #f7f5f0;          /* warm off-white page */
  --paper-2: #efece4;
  --ink: #0b2545;            /* navy ink on paper: 14.2:1 */
  --ink-2: #4b5870;          /* muted on paper: 6.5:1 */
  --ink-3: #6b7589;          /* small meta on paper: 4.6:1 */
  --rule: #dcd7cb;
  --navy: #042f5a;           /* app icon navy; white on it: 13.5:1 */
  --navy-3: #0f4580;
  --link: #0b5cad;           /* on paper: 5.8:1 */
  --green: #17744a;          /* on paper: 5.3:1 */
  --green-tint: #e2efe6;
  --read: 720px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font);
  font-size: 1.125rem; line-height: 1.65; -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--link); outline-offset: 3px; border-radius: 6px; }
.wrap { width: 100%; margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }
.wrap-read { max-width: calc(var(--read) + 2 * clamp(20px, 5vw, 40px)); }
.wrap-wide { max-width: 1040px; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: .5rem .9rem; border-radius: 10px; text-decoration: none; font-weight: 600; }
.skip-link:focus { top: 12px; color: #fff; }
.i-line { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.i-apple { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }

/* ---------- Type ---------- */
.overline { display: inline-flex; align-items: center; gap: .7rem; margin: 0 0 1.1rem; font-size: .95rem; font-weight: 600; letter-spacing: .04em; color: var(--ink-2); }
.overline::before, .overline::after { content: ""; width: 28px; height: 1px; background: var(--ink-3); }
.display { margin: 0; font-size: clamp(2.6rem, 6.4vw, 4.9rem); line-height: 1; letter-spacing: -.04em; text-wrap: balance; }
.display span { display: block; }
.display-strong { font-weight: 800; }
.display-soft { font-weight: 300; color: var(--navy-3); }
.headline { margin: 0; font-size: clamp(2rem, 4.6vw, 3.2rem); font-weight: 700; line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.lede { margin: 1.6rem auto 0; max-width: 34em; font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.55; color: var(--ink-2); text-wrap: pretty; }
.lede-sm { font-size: clamp(1.08rem, 1.6vw, 1.22rem); }
.section-head { text-align: center; margin-bottom: clamp(40px, 6vw, 64px); }

/* ---------- Buttons & links ---------- */
.btn-store {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 54px; padding: .6rem 1.6rem; border-radius: 999px; font: 700 1.02rem var(--font);
  background: var(--navy); color: #fff; text-decoration: none; white-space: nowrap;
  transition: background-color .2s;
}
.btn-store:hover { background: var(--navy-3); color: #fff; }
.btn-store-sm { min-height: 40px; padding: .35rem 1rem; font-size: .9rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; font-weight: 700; color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .3em; text-decoration-color: var(--rule); transition: text-decoration-color .2s; }
.link-arrow:hover { text-decoration-color: currentColor; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 245, 240, .94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; max-width: 1180px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--ink); flex: 0 0 auto; }
.brand img { width: 36px; height: 36px; border-radius: 9px; }
.brand-name { display: flex; flex-direction: column; font-size: 1.05rem; font-weight: 800; line-height: 1.05; }
.brand-sub { font-size: .76rem; font-weight: 600; color: var(--ink-2); }
.main-nav { display: flex; gap: 1.8rem; margin-inline: auto; }
.main-nav a { text-decoration: none; font-size: 1rem; font-weight: 600; color: var(--ink-2); padding-block: .3rem; }
.main-nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: .35em; text-decoration-thickness: 1px; }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.lang-switch { display: inline-flex; gap: .15rem; }
.lang-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 36px; border: 0; border-radius: 8px; background: transparent; color: var(--ink-3); font: 700 .82rem var(--font); letter-spacing: .04em; text-decoration: none; cursor: pointer; transition: color .2s; }
.lang-btn:hover { color: var(--ink); }
.lang-btn[aria-current="true"], .lang-btn[aria-pressed="true"] { color: var(--ink); text-decoration: none; box-shadow: inset 0 -2px 0 var(--ink); border-radius: 0; }
@media (max-width: 991px) { .main-nav { display: none; } .header-actions { margin-left: auto; } }
@media (max-width: 575px) { .btn-store-sm { display: none; } }

/* ---------- Opening ---------- */
.opening .wrap-read { max-width: 1040px; }
.opening { padding-block: clamp(64px, 11vw, 140px) clamp(64px, 9vw, 112px); text-align: center; }
.opening-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .8rem 1.8rem; margin-top: 2.4rem; }
.facts { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .4rem 0; margin: 2.6rem auto 0; padding: 1.3rem 0 0; list-style: none; max-width: 640px; border-top: 1px solid var(--rule); font-size: .98rem; font-weight: 500; color: var(--ink-2); }
.facts li { display: inline-flex; align-items: center; gap: .35rem; }
.facts li + li::before { content: "·"; margin-inline: .75rem; color: var(--ink-3); }
.facts strong { font-weight: 800; color: var(--ink); }
.star { width: 16px; height: 16px; fill: var(--navy); }

/* ---------- Before / after ---------- */
.compare { padding-block: clamp(64px, 9vw, 112px); border-top: 1px solid var(--rule); }
.compare-pair { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 7vw, 96px); max-width: 860px; margin-inline: auto; }
.compare-pair::before { content: ""; position: absolute; top: 4%; bottom: 4%; left: 50%; width: 1px; background: var(--rule); }
.compare-side { display: flex; flex-direction: column; align-items: center; margin: 0; }
.compare-side figcaption { max-width: 30ch; margin-top: 2rem; text-align: center; }
.compare-label { display: block; margin-bottom: .35rem; font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em; color: var(--ink-2); }
.compare-label-green { color: var(--green); }
.compare-text { display: block; font-size: 1.05rem; line-height: 1.55; color: var(--ink-2); }
@media (max-width: 767px) {
  .compare-pair { grid-template-columns: minmax(0, 1fr); gap: 64px; }
  .compare-pair::before { display: none; }
  .compare-after { padding-top: 64px; border-top: 1px solid var(--rule); }
}

/* iPhone 16 Pro Max — Natural Titanium (same construction as www / pdfscanner) */
.phone {
  --w: clamp(230px, 25vw, 270px);
  position: relative; width: var(--w); aspect-ratio: 77.6 / 163;
  padding: calc(var(--w) * .014); border-radius: calc(var(--w) * .17);
  background:
    linear-gradient(90deg, rgba(255,255,255,.55), rgba(255,255,255,0) 8%, rgba(255,255,255,0) 92%, rgba(255,255,255,.45)),
    linear-gradient(160deg, #e6e2dc 0%, #b9b4ac 22%, #efebe5 48%, #9d988f 74%, #d6d1ca 100%);
  box-shadow: 0 0 0 .5px rgba(0,0,0,.25), 0 2px 4px rgba(0,0,0,.08), 0 36px 50px -30px rgba(11, 37, 69, .55);
}
.phone::before, .phone::after { content: ""; position: absolute; width: calc(var(--w) * .016); border-radius: 2px; background: linear-gradient(90deg, #8e897f, #d9d4cc); }
.phone::before { left: calc(var(--w) * -.012); top: 17%; height: 4.2%; box-shadow: 0 calc(var(--w) * .16) 0 0 #b3aea5, 0 calc(var(--w) * .32) 0 0 #b3aea5; }
.phone::after { right: calc(var(--w) * -.012); top: 27%; height: 9%; box-shadow: 0 calc(var(--w) * .5) 0 calc(var(--w) * -.03) #b3aea5; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border: calc(var(--w) * .024) solid #050505; border-radius: calc(var(--w) * .156); background: #f2f2f7; }
.phone-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-island { position: absolute; z-index: 3; top: calc(var(--w) * .03); left: 50%; width: 30%; aspect-ratio: 3.3 / 1; transform: translateX(-50%); border-radius: 999px; background: #000; }
.phone-home { position: absolute; z-index: 3; bottom: calc(var(--w) * .022); left: 50%; width: 34%; height: calc(var(--w) * .016); min-height: 2px; transform: translateX(-50%); border-radius: 999px; background: rgba(0,0,0,.3); }
.phone-home-light { background: rgba(255,255,255,.7); }

/* Illustrative incoming call (generic, no real number) */
.call-screen { display: flex; flex-direction: column; align-items: center; background: linear-gradient(180deg, #4a5566 0%, #2b3340 55%, #1b2029 100%); color: #fff; text-align: center; }
.call-status { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: calc(var(--w) * .045) calc(var(--w) * .09) 0; font-size: calc(var(--w) * .052); font-weight: 700; }
.call-bars { display: inline-flex; align-items: flex-end; gap: 2px; height: calc(var(--w) * .04); }
.call-bars i { width: calc(var(--w) * .011); background: #fff; border-radius: 1px; }
.call-bars i:nth-child(1) { height: 35%; } .call-bars i:nth-child(2) { height: 55%; } .call-bars i:nth-child(3) { height: 78%; } .call-bars i:nth-child(4) { height: 100%; }
.call-sub { margin-top: calc(var(--w) * .2); font-size: calc(var(--w) * .052); font-weight: 500; color: rgba(255,255,255,.72); }
.call-name { margin-top: calc(var(--w) * .01); padding-inline: 8%; font-size: calc(var(--w) * .092); font-weight: 600; line-height: 1.15; letter-spacing: -.01em; }
.call-avatar { display: grid; place-items: center; width: calc(var(--w) * .3); aspect-ratio: 1; margin-top: calc(var(--w) * .1); border-radius: 50%; background: rgba(255,255,255,.16); }
.call-avatar svg { width: 58%; fill: rgba(255,255,255,.8); }
.call-minor { display: flex; justify-content: space-between; width: 78%; margin-top: auto; }
.call-mini, .call-act { display: flex; flex-direction: column; align-items: center; gap: calc(var(--w) * .02); width: 44%; font-size: calc(var(--w) * .042); font-weight: 500; line-height: 1.2; }
.call-mini-ic { display: grid; place-items: center; width: calc(var(--w) * .12); aspect-ratio: 1; }
.call-mini-ic svg { width: 80%; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.call-actions { display: flex; justify-content: space-between; width: 78%; margin: calc(var(--w) * .07) 0 calc(var(--w) * .14); }
.call-btn { display: grid; place-items: center; width: calc(var(--w) * .22); aspect-ratio: 1; border-radius: 50%; }
.call-btn svg { width: 50%; fill: #fff; }
.call-decline { background: #eb4e3d; }
.call-accept { background: #34c759; }

/* ---------- Notes (features) ---------- */
.notes-section { padding-block: clamp(64px, 9vw, 112px); border-top: 1px solid var(--rule); }
.notes { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.notes li { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: .3rem 2rem; padding-block: 1.5rem; border-bottom: 1px solid var(--rule); }
.notes h3 { margin: 0; font-size: 1.25rem; font-weight: 700; line-height: 1.35; letter-spacing: -.01em; }
.notes p { margin: 0; color: var(--ink-2); }
@media (max-width: 640px) { .notes li { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Regions map ---------- */
.regions { padding-block: clamp(64px, 9vw, 112px); border-top: 1px solid var(--rule); }
.map { margin: 0 auto; max-width: 600px; }
.map-svg { display: block; width: 100%; height: auto; overflow: hidden; }
.zone { stroke: var(--paper); stroke-width: 3; stroke-linejoin: round; }
.zone-nw { fill: #cfdae7; }
.zone-ne { fill: #bccbdd; }
.zone-sw { fill: #dde5ee; }
.zone-se { fill: #c6d3e3; }
.zone-idf { fill: var(--navy); stroke: var(--paper); stroke-width: 3; stroke-linejoin: round; }
.map-label text { font: 700 17px var(--font); fill: var(--ink); text-anchor: middle; letter-spacing: -.01em; }
.map-label-idf text { font-size: 12.5px; fill: #fff; paint-order: stroke; stroke: var(--navy); stroke-width: 4px; stroke-linejoin: round; }
.map-dot { fill: var(--green); stroke: #fff; stroke-width: 2; }
.map-chip rect { fill: var(--paper); stroke: var(--ink-3); stroke-width: 1.2; stroke-dasharray: 4 4; }
.map-chip text { font: 700 17px var(--font); fill: var(--ink); }
.map-note { margin-top: 1rem; text-align: center; font-size: .92rem; color: var(--ink-3); }
.region-index { margin: clamp(32px, 5vw, 48px) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.region-index li { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: .1rem 2rem; padding: 1rem 0 1rem 1.6rem; border-bottom: 1px solid var(--rule); }
.region-index li::before { content: ""; position: absolute; left: 0; top: 1.55rem; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-tint); }
.region-index strong { font-weight: 700; }
.region-index span { color: var(--ink-2); }
@media (max-width: 640px) { .region-index li { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Activation steps ---------- */
.activation { padding-block: clamp(64px, 9vw, 112px); border-top: 1px solid var(--rule); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: clamp(52px, 9vw, 96px) minmax(0, 1fr); gap: 0 clamp(16px, 3vw, 32px); padding-block: 1.8rem; border-top: 1px solid var(--rule); }
.steps li:first-child { border-top: 1px solid var(--ink); }
.step-num { font-size: clamp(3.2rem, 8vw, 5.4rem); font-weight: 300; line-height: .9; letter-spacing: -.05em; color: var(--navy-3); font-variant-numeric: tabular-nums; }
.steps h3 { margin: .3rem 0 .4rem; font-size: clamp(1.35rem, 2.6vw, 1.7rem); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.steps p { margin: 0; color: var(--ink-2); }
.steps .settings-path { display: inline-block; margin-top: .6rem; padding-bottom: .1rem; border-bottom: 2px solid var(--navy); font-weight: 700; color: var(--ink); }

/* ---------- Privacy statement ---------- */
.statement { padding-block: clamp(72px, 10vw, 128px); border-top: 1px solid var(--rule); text-align: center; }
.quote { margin: 0; }
.quote-text { margin: 0; font-size: clamp(2.2rem, 5.6vw, 4rem); font-weight: 300; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.quote-text q { quotes: "\201C" "\201D"; }
:lang(fr) .quote-text q { quotes: "\00AB\00A0" "\00A0\00BB"; }
.quote-text q::before, .quote-text q::after { color: var(--green); font-weight: 600; }
.ticks { display: grid; gap: .6rem; width: fit-content; max-width: 100%; margin: 2.2rem auto 0; padding: 0; list-style: none; text-align: left; font-size: 1.02rem; }
.ticks li { position: relative; padding-left: 1.8rem; }
.ticks li::before { content: ""; position: absolute; left: .15rem; top: .4em; width: 7px; height: 12px; border: solid var(--green); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.seal { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .2rem .5rem; margin: 2.2rem 0 .6rem; font-size: .98rem; color: var(--ink-2); }
.seal .i-line { width: 22px; height: 22px; color: var(--green); }
.seal strong { color: var(--ink); }
.seal-sep { color: var(--ink-3); }
.statement .link-arrow { display: flex; width: fit-content; margin-inline: auto; }

/* ---------- FAQ ---------- */
.faq { padding-block: clamp(64px, 9vw, 112px); border-top: 1px solid var(--rule); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item summary { position: relative; display: block; padding: 1.35rem 2.8rem 1.35rem 0; font-size: clamp(1.12rem, 2vw, 1.25rem); font-weight: 700; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before, .faq-item summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 15px; height: 1.5px; background: var(--ink); transition: transform .25s var(--ease); }
.faq-item summary::after { transform: rotate(90deg); }
.faq-item[open] summary::after { transform: rotate(0deg); }
.faq-item summary:hover { color: var(--link); }
.faq-item p { margin: -.4rem 0 1.4rem; max-width: 62ch; color: var(--ink-2); }

/* ---------- Sign-off ---------- */
.signoff { padding-block: clamp(56px, 8vw, 96px) clamp(72px, 10vw, 120px); text-align: center; }
.signoff-line { margin: 0; font-size: clamp(1.2rem, 2.4vw, 1.5rem); line-height: 1.5; color: var(--ink-2); text-wrap: balance; }
.signoff-line > span { display: block; }
.signoff-line a { color: var(--ink); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .25em; overflow-wrap: anywhere; }
.signoff-line a:hover { color: var(--link); }
.signoff-name { margin: .8rem 0 0; font-size: 1rem; font-weight: 600; color: var(--ink-3); }
.signoff-name::before { content: "— "; }

/* ---------- Footer ---------- */
.site-footer { padding-block: clamp(40px, 6vw, 56px); border-top: 1px solid var(--rule); background: var(--paper-2); text-align: center; color: var(--ink-2); }
.footer-inner { display: flex; flex-direction: column; align-items: center; }
.footer-text { margin: .9rem 0 0; max-width: 40ch; font-size: .98rem; }
.footer-links, .footer-langs { display: flex; flex-wrap: wrap; justify-content: center; gap: .1rem 1.4rem; margin: 1.2rem 0 0; padding: 0; list-style: none; font-size: .96rem; }
.footer-links a, .link-btn { display: inline-flex; align-items: center; min-height: 40px; color: var(--ink); font-weight: 600; text-decoration: none; }
.footer-links a:hover, .link-btn:hover { text-decoration: underline; text-underline-offset: .3em; }
.footer-langs { margin-top: .2rem; }
.link-btn { padding: 0; border: 0; background: none; font: inherit; font-weight: 500; color: var(--ink-2); cursor: pointer; }
.link-btn[aria-current="true"], .link-btn[aria-pressed="true"] { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: .3em; }
.footer-bottom { margin: 1.4rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--rule); font-size: .88rem; color: var(--ink-3); width: 100%; }

/* ---------- Legal pages (same paper & rules) ---------- */
.legal-hero { padding-block: clamp(48px, 8vw, 96px) clamp(32px, 4vw, 48px); text-align: center; }
.legal-title { margin: 0; font-size: clamp(2.5rem, 6vw, 4.2rem); font-weight: 800; line-height: 1.04; letter-spacing: -.04em; }
.legal-meta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .4rem 1rem; margin-top: 1.2rem; color: var(--ink-2); }
.date-pill { display: inline-flex; align-items: center; gap: .45rem; font-size: .96rem; font-weight: 600; color: var(--ink); }
.date-pill .i-line { width: 18px; height: 18px; color: var(--green); }
.date-pill .muted { color: var(--ink-2); font-weight: 500; }
.legal-applies { margin: 0; font-size: .96rem; }
.legal-body { padding-bottom: clamp(64px, 9vw, 112px); }
.legal-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; max-width: 1080px; border-top: 1px solid var(--ink); padding-top: clamp(28px, 4vw, 44px); }
@media (max-width: 900px) { .legal-grid { grid-template-columns: minmax(0, 1fr); } }
.toc { position: sticky; top: 92px; }
@media (max-width: 900px) { .toc { position: static; padding-bottom: 1.5rem; border-bottom: 1px solid var(--rule); } }
.toc-title { margin: 0 0 .6rem; font-size: .95rem; font-weight: 600; letter-spacing: .04em; color: var(--ink-2); }
.toc ol { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc a { display: flex; gap: .6rem; padding: .35rem 0; font-size: .95rem; font-weight: 600; line-height: 1.35; text-decoration: none; color: var(--ink-2); }
.toc a::before { content: counter(toc, decimal-leading-zero); min-width: 1.5em; color: var(--ink-3); font-variant-numeric: tabular-nums; font-weight: 500; }
.toc a:hover { color: var(--ink); }
.toc a.is-active { color: var(--ink); }
.toc a.is-active::before { color: var(--green); font-weight: 700; }
.legal-article { max-width: 68ch; }
.legal-section { padding-block: 0 2.2rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--rule); }
.legal-section:last-child { border-bottom: 0; margin-bottom: 0; }
.legal-section h2 { display: flex; align-items: baseline; gap: .8rem; margin: 0 0 .9rem; font-size: clamp(1.35rem, 2.4vw, 1.65rem); font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }
.legal-num { flex: 0 0 auto; font-size: 1rem; font-weight: 300; color: var(--navy-3); font-variant-numeric: tabular-nums; }
.legal-section p { margin: 0 0 .9rem; color: #2e3b52; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--link); font-weight: 600; overflow-wrap: anywhere; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

@media (max-width: 575px) {
  .facts { gap: .3rem 1.1rem; }
  .facts li + li::before { display: none; }
  .seal-sep { display: none; }
  .seal strong { flex-basis: 100%; }
  .map-label text { font-size: 26px; }
  .map-label-idf text { font-size: 18px; }
  .map-chip text { font-size: 20px; }
  .map-dot { stroke-width: 2.5; }
}
