/* sospapa.ma — theme v2 « éditorial & confiance » (2026-09). Generated pages only. */
:root {
    --pine: #1f4438;
    --pine-deep: #15332a;
    --pine-soft: #e4ede7;
    --sand: #f4f0e7;
    --sand-2: #e9e2d2;
    --paper: #fbfaf6;
    --white: #ffffff;
    --ink: #1c221f;
    --muted: #5f6862;
    --line: #d9d3c5;
    --brass: #7c5726;
    --brass-soft: #f1e6d3;
    --danger: #a63d2f;
    --wa: #1f7a4d;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(28, 34, 31, 0.08);
    --max: 1120px;
    --font-body: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
    --font-head: 'Fraunces', Georgia, 'Times New Roman', serif;
}
html[lang="ar"] {
    --font-body: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
    --font-head: 'Amiri', 'Noto Naskh Arabic', serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 1.0625rem;
    line-height: 1.65;
}
html[lang="ar"] body { font-size: 1.125rem; line-height: 1.85; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pine); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pine-deep); }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; color: var(--pine-deep); margin: 0; text-wrap: balance; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { line-height: 1.4; }
h1 { font-size: clamp(2rem, 1.4rem + 2.4vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(var(--max), 100% - 2rem); margin-inline: auto; }
.skip { position: absolute; inset-inline-start: 1rem; top: -4rem; background: var(--pine); color: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 100; }
.skip:focus { top: 1rem; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 246, 0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; gap: 1rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--pine-deep); min-width: 0; }
.brand img { width: 44px; height: 44px; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; line-height: 1.1; white-space: nowrap; }
.brand-sub { display: block; font-family: var(--font-body); font-size: .72rem; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; white-space: nowrap; }
html[lang="ar"] .brand-sub { text-transform: none; letter-spacing: 0; font-size: .8rem; }
.nav { margin-inline-start: auto; display: none; align-items: center; gap: .2rem; }
.nav > li { position: relative; list-style: none; }
.nav, .nav ul { padding: 0; margin: 0; }
.nav a, .nav button { font: inherit; font-weight: 600; font-size: .95rem; color: var(--ink); text-decoration: none; padding: .55rem .7rem; border-radius: 8px; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: .3rem; }
.nav a:hover, .nav button:hover, .nav a[aria-current="page"] { background: var(--pine-soft); color: var(--pine-deep); }
.nav .sub { position: absolute; inset-inline-start: 0; top: calc(100% + 6px); background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); min-width: 260px; padding: .5rem; display: none; flex-direction: column; gap: .1rem; }
.nav li:hover > .sub, .nav li:focus-within > .sub, .nav li.open > .sub { display: flex; }
.nav .sub a { display: block; font-weight: 500; }
.nav .sub a.pillar { font-weight: 700; border-bottom: 1px solid var(--line); border-radius: 8px 8px 0 0; margin-bottom: .25rem; }
.chev { width: 12px; height: 12px; }
.header-actions { margin-inline-start: auto; display: flex; align-items: center; gap: .5rem; }
.nav + .header-actions { margin-inline-start: .5rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 700; font-family: var(--font-body); font-size: .98rem; padding: .7rem 1.15rem; border-radius: 999px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--pine); color: #fff; }
.btn-primary:hover { background: var(--pine-deep); color: #fff; }
.btn-brass { background: var(--brass); color: #fff; }
.btn-brass:hover { background: #6a4a1f; color: #fff; }
.btn-outline { border-color: var(--pine); color: var(--pine); background: transparent; }
.btn-outline:hover { background: var(--pine-soft); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #17603c; color: #fff; }
.btn svg { width: 18px; height: 18px; }
.lang-menu { position: relative; }
.lang-menu > button { font: inherit; font-weight: 700; font-size: .85rem; letter-spacing: .05em; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .8rem; cursor: pointer; color: var(--ink); display: inline-flex; gap: .35rem; align-items: center; }
.lang-menu ul { position: absolute; inset-inline-end: 0; top: calc(100% + 6px); list-style: none; margin: 0; padding: .4rem; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); min-width: 170px; display: none; z-index: 60; }
.lang-menu.open ul { display: block; }
.lang-menu li a { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem .7rem; border-radius: 8px; text-decoration: none; color: var(--ink); font-weight: 500; }
.lang-menu li a:hover, .lang-menu li a[aria-current="true"] { background: var(--pine-soft); }
.lang-menu li a small { color: var(--muted); }
.burger { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.burger svg { width: 22px; height: 22px; }
.header-cta { display: none; }
@media (min-width: 1024px) {
    .nav { display: flex; }
    .burger { display: none; }
    .header-cta { display: inline-flex; }
}
.mobile-panel { display: none; border-top: 1px solid var(--line); background: var(--white); padding: 1rem 0 1.5rem; }
.mobile-panel.open { display: block; }
.mobile-panel ul { list-style: none; margin: 0; padding: 0; }
.mobile-panel > .wrap > ul > li { border-bottom: 1px solid var(--line); }
.mobile-panel a { display: block; padding: .8rem .2rem; text-decoration: none; color: var(--ink); font-weight: 600; }
.mobile-panel .sub a { padding-inline-start: 1.2rem; font-weight: 500; color: var(--muted); }
.mobile-panel .cta { padding-top: 1rem; display: flex; gap: .6rem; flex-wrap: wrap; }

/* ---------- hero ---------- */
.hero { background: linear-gradient(180deg, var(--sand) 0%, var(--paper) 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; gap: 2rem; padding-block: 3.5rem 3rem; align-items: center; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.3fr 1fr; padding-block: 5rem 4.5rem; gap: 3.5rem; } }
.kicker { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brass); margin-bottom: 1rem; }
html[lang="ar"] .kicker { letter-spacing: 0; text-transform: none; font-size: .95rem; }
.hero p.lead { font-size: 1.2rem; color: var(--muted); max-width: 40ch; margin: 1.2rem 0 1.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.help-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; }
.help-card h2 { font-size: 1.25rem; margin-bottom: .4rem; }
.help-card p { color: var(--muted); margin-bottom: 1rem; }
.help-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.help-list a { display: flex; align-items: center; gap: .8rem; padding: .8rem .9rem; border-radius: 10px; background: var(--sand); text-decoration: none; color: var(--ink); font-weight: 600; }
.help-list a:hover { background: var(--sand-2); }
.help-list svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--pine); }
.help-list span small { display: block; font-weight: 400; color: var(--muted); font-size: .85rem; }
.hours-note { font-size: .9rem; color: var(--muted); margin: .9rem 0 0; display: flex; gap: .4rem; align-items: center; }
.hours-note svg { width: 16px; height: 16px; flex: 0 0 auto; }

/* ---------- sections ---------- */
.section { padding-block: 3.5rem; }
@media (min-width: 900px) { .section { padding-block: 4.5rem; } }
.section.alt { background: var(--sand); }
.section.dark { background: var(--pine-deep); color: #e9efe9; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section-head { max-width: 62ch; margin-bottom: 2rem; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section.dark .section-head p { color: #c7d3cb; }
.grid { display: grid; gap: 1.2rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; display: flex; flex-direction: column; gap: .6rem; }
.card h3 { font-size: 1.2rem; }
.card p { color: var(--muted); margin: 0; }
.card .more { margin-top: auto; font-weight: 700; text-decoration: none; padding-top: .6rem; }
a.card { text-decoration: none; color: inherit; transition: transform .15s ease, box-shadow .15s ease; }
a.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.card-num { font-family: var(--font-head); font-size: 2rem; color: var(--brass); line-height: 1; }
.pillars { display: grid; gap: 1.2rem; }
@media (min-width: 900px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.pillar h3 { border-bottom: 2px solid var(--brass); padding-bottom: .5rem; margin-bottom: .8rem; }
.pillar ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .7rem; }
.pillar li strong { display: block; }
.pillar li span { color: var(--muted); font-size: .95rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; text-align: center; }
.stats b { display: block; font-family: var(--font-head); font-size: clamp(2rem, 1.5rem + 2vw, 3rem); color: var(--brass); font-variant-numeric: tabular-nums; }
.stats span { color: #c7d3cb; }
.steps { counter-reset: step; display: grid; gap: 1rem; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: 1.2rem 1.2rem 1.2rem 1.2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.step::before { counter-increment: step; content: counter(step); display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pine); color: #fff; font-weight: 700; margin-bottom: .6rem; font-family: var(--font-body); }
.step h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.step p { color: var(--muted); margin: 0; font-size: .97rem; }
.quote { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.quote p { font-family: var(--font-head); font-size: 1.15rem; color: var(--pine-deep); margin-bottom: .8rem; }
.quote footer { color: var(--muted); font-size: .95rem; }
.team-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.member { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; display: flex; gap: .9rem; align-items: center; }
.member .avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--pine-soft); color: var(--pine); display: grid; place-items: center; font-family: var(--font-head); font-size: 1.4rem; flex: 0 0 auto; overflow: hidden; }
.member .avatar img { width: 100%; height: 100%; object-fit: cover; }
.member b { display: block; }
.member span { color: var(--muted); font-size: .92rem; }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.timeline li { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; }
.timeline .year { font-family: var(--font-head); font-size: 1.5rem; color: var(--brass); }
.timeline p { color: var(--muted); margin: 0; }
.news-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.news-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; max-height: 240px; background: var(--sand-2); }
.news-card .body { padding: 1.2rem; display: flex; flex-direction: column; gap: .4rem; }
.news-card time, .meta { color: var(--muted); font-size: .9rem; }
.news-card h3 { font-size: 1.15rem; }
.press-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.press-list a { display: block; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.2rem; text-decoration: none; color: var(--ink); }
.press-list a:hover { border-color: var(--brass); }
.press-list .src { display: block; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--brass); font-weight: 700; margin-bottom: .3rem; }
.press-list .ttl { display: block; font-family: var(--font-head); font-size: 1.05rem; line-height: 1.45; }
.faq-list { display: grid; gap: .7rem; max-width: 820px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 0 1.2rem; }
.faq-item summary { cursor: pointer; list-style: none; padding: 1rem 0; font-weight: 700; font-family: var(--font-head); font-size: 1.1rem; color: var(--pine-deep); display: flex; gap: .8rem; align-items: flex-start; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: '+'; flex: 0 0 auto; width: 1.5em; height: 1.5em; border-radius: 50%; background: var(--brass-soft); color: var(--brass); text-align: center; line-height: 1.5em; font-family: var(--font-body); }
.faq-item[open] summary::before { content: '−'; }
.faq-item p { margin: 0 0 1.1rem; padding-inline-start: calc(1.5em + .8rem); color: var(--ink); }
.cta-band { background: var(--pine); color: #fff; border-radius: var(--radius); padding: 2rem; display: grid; gap: 1rem; }
@media (min-width: 800px) { .cta-band { grid-template-columns: 1fr auto; align-items: center; } }
.cta-band h2 { color: #fff; font-size: 1.6rem; }
.cta-band p { color: #d7e2da; margin: .3rem 0 0; }
.cta-band .actions { display: flex; gap: .6rem; flex-wrap: wrap; }

/* ---------- article / guide layout ---------- */
.page-head { padding-block: 2.5rem 1.5rem; background: var(--sand); border-bottom: 1px solid var(--line); }
.crumbs { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; font-size: .88rem; color: var(--muted); }
.crumbs li + li::before { content: '›'; margin-inline-end: .4rem; }
html[dir="rtl"] .crumbs li + li::before { content: '‹'; }
.crumbs a { color: var(--muted); }
.page-head .lead { font-size: 1.2rem; color: var(--muted); max-width: 66ch; margin: 1rem 0 0; }
.page-meta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.2rem; font-size: .9rem; color: var(--muted); }
.badge { display: inline-block; padding: .15rem .6rem; border-radius: 999px; font-size: .78rem; font-weight: 700; background: var(--pine-soft); color: var(--pine-deep); }
.badge.draft { background: var(--brass-soft); color: var(--brass); }
.notice { background: var(--brass-soft); border-inline-start: 4px solid var(--brass); padding: .9rem 1.1rem; border-radius: 0 10px 10px 0; color: #4d3617; font-size: .95rem; margin: 0 0 1.5rem; }
html[dir="rtl"] .notice { border-radius: 10px 0 0 10px; }
.layout { display: grid; gap: 2.5rem; padding-block: 2.5rem 3.5rem; }
@media (min-width: 960px) { .layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 3.5rem; } }
.prose { max-width: 70ch; }
.prose h2 { margin: 2.2rem 0 .8rem; font-size: 1.6rem; scroll-margin-top: 90px; }
.prose h3 { margin: 1.6rem 0 .5rem; }
.prose ul, .prose ol { padding-inline-start: 1.4rem; margin: 0 0 1.1rem; }
.prose li { margin: .35rem 0; }
.prose li::marker { color: var(--brass); }
.prose a { font-weight: 600; }
.prose strong { color: var(--pine-deep); }
.prose img { border-radius: 10px; }
.prose blockquote { margin: 1.2rem 0; padding: .2rem 1.2rem; border-inline-start: 4px solid var(--brass); color: var(--muted); font-family: var(--font-head); font-size: 1.15rem; }
.aside { display: grid; gap: 1.2rem; align-content: start; }
@media (min-width: 960px) { .aside { position: sticky; top: 90px; } }
.toc { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.2rem; }
.toc h2 { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-family: var(--font-body); margin-bottom: .6rem; }
html[lang="ar"] .toc h2 { letter-spacing: 0; text-transform: none; font-size: .95rem; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.toc a { text-decoration: none; color: var(--ink); font-size: .95rem; }
.toc a:hover { color: var(--brass); }
.aside-cta { background: var(--pine); color: #fff; border-radius: 12px; padding: 1.3rem; }
.aside-cta h2 { color: #fff; font-size: 1.2rem; margin-bottom: .4rem; }
.aside-cta p { color: #d7e2da; font-size: .95rem; }
.aside-cta .btn { width: 100%; margin-top: .5rem; }
.aside-nav { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.2rem; }
.aside-nav h2 { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-family: var(--font-body); margin-bottom: .6rem; }
html[lang="ar"] .aside-nav h2 { letter-spacing: 0; text-transform: none; font-size: .95rem; }
.aside-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.aside-nav a { text-decoration: none; }
.aside-nav a[aria-current="page"] { font-weight: 700; color: var(--brass); }
.sources { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.sources h2 { font-size: 1.2rem; margin-bottom: .7rem; }
.sources ol { padding-inline-start: 1.3rem; color: var(--muted); font-size: .95rem; }
.sources li { margin: .3rem 0; }
.page-faq { margin-top: 2.5rem; }
.page-faq h2 { margin-bottom: 1rem; }
.article-cover { border-radius: var(--radius); margin: 0 0 1.5rem; max-height: 480px; object-fit: cover; width: 100%; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: 2rem; padding-block: 2.5rem 3.5rem; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 3rem; } }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.info-list li { display: flex; gap: .9rem; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.1rem; }
.info-list svg { width: 22px; height: 22px; color: var(--pine); flex: 0 0 auto; margin-top: .15rem; }
.info-list b { display: block; font-size: .85rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: .2rem; }
html[lang="ar"] .info-list b { letter-spacing: 0; text-transform: none; font-size: .95rem; }
.info-list a { font-weight: 600; text-decoration: none; }
.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; display: grid; gap: 1rem; }
.form label { display: grid; gap: .35rem; font-weight: 600; font-size: .95rem; }
.form input, .form select, .form textarea { font: inherit; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); width: 100%; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--pine); outline: none; box-shadow: 0 0 0 3px var(--pine-soft); }
.form .check { display: flex; gap: .6rem; align-items: flex-start; font-weight: 400; font-size: .92rem; color: var(--muted); }
.form .check input { width: auto; margin-top: .3rem; }
.form .hp { position: absolute; inset-inline-start: -9999px; }
.form-msg { padding: .8rem 1rem; border-radius: 10px; font-weight: 600; }
.form-msg.ok { background: var(--pine-soft); color: var(--pine-deep); }
.form-msg.err { background: #f6e3df; color: var(--danger); }
.map-link { display: inline-flex; gap: .4rem; align-items: center; font-weight: 600; }

/* ---------- footer ---------- */
.site-footer { background: var(--pine-deep); color: #c7d3cb; margin-top: 2rem; }
.footer-grid { display: grid; gap: 2rem; padding-block: 3rem 2rem; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; font-family: var(--font-body); margin-bottom: .8rem; }
html[lang="ar"] .site-footer h2 { letter-spacing: 0; text-transform: none; font-size: 1.1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.site-footer a { color: #e6ede8; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand { display: flex; gap: .8rem; align-items: center; color: #fff; font-family: var(--font-head); font-size: 1.2rem; margin-bottom: .8rem; }
.footer-brand img { width: 40px; height: 40px; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); padding-block: 1.2rem; font-size: .88rem; display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between; }
.footer-legal p { margin: 0; }
.socials { display: flex; gap: .5rem; margin-top: .8rem; }
.socials a { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); }
.socials a:hover { background: rgba(255,255,255,.18); }
.socials svg { width: 18px; height: 18px; }
.legal-lines { font-size: .85rem; color: #a9b8ae; margin-top: .8rem; }

/* ---------- misc ---------- */
.list-page { padding-block: 2.5rem 3.5rem; }
.empty { color: var(--muted); background: var(--white); border: 1px dashed var(--line); border-radius: 12px; padding: 1.5rem; }
.wa-float { position: fixed; inset-inline-end: 1rem; bottom: 1rem; z-index: 40; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.wa-float svg { width: 28px; height: 28px; }
@media (min-width: 1024px) { .wa-float { display: none; } }
.legal-page .prose h2 { font-size: 1.3rem; }

/* safety: any inline svg without explicit size */
main svg:not([class]) { width: 1.1em; height: 1.1em; vertical-align: -0.15em; }
