/* Pages secondaires (contact, CGU, confidentialité) — même direction
   « obsidienne » que l'accueil : noir profond, verre, orange en accent. */
:root {
    --bg: #060609; --bg-2: #0B0B10; --card: rgba(255,255,255,0.032); --card-hover: rgba(255,255,255,0.05);
    --border: rgba(255,255,255,0.075); --border-strong: rgba(255,255,255,0.14);
    --text: #FFFFFF; --text-dim: #B7B7BE; --muted: #8A8A92; --faint: #5F5F67;
    --orange: #FF6104; --orange-soft: rgba(255,97,4,0.12); --orange-glow: rgba(255,97,4,0.35);
    --font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before {
    content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
    background: radial-gradient(760px 420px at 85% -10%, rgba(255,97,4,0.16), transparent 62%), linear-gradient(180deg, #0B0B10, var(--bg) 40%);
}
a { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
.container { width: min(920px, calc(100% - 48px)); margin: 0 auto; }

nav { position: sticky; top: 0; z-index: 10; height: 68px; background: rgba(6,6,9,0.72); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); border-bottom: 1px solid var(--border); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand:hover { text-decoration: none; }
.brand .icon { width: 32px; height: 32px; border-radius: 9px; box-shadow: 0 6px 20px -6px var(--orange-glow); }
.brand .word { height: 17px; width: auto; }
.btn { display: inline-flex; align-items: center; height: 40px; padding: 0 1.05rem; border-radius: 11px; background: var(--orange); color: #fff; font-weight: 700; font-size: 0.85rem; box-shadow: 0 10px 30px -10px var(--orange-glow), inset 0 1px 0 rgba(255,255,255,0.25); transition: transform 0.3s var(--ease); }
.btn:hover { text-decoration: none; transform: translateY(-2px); }

.page { padding: clamp(40px, 6vw, 72px) 0 clamp(64px, 8vw, 110px); }
.back { display: block; width: max-content; font-size: 0.82rem; font-weight: 600; color: var(--muted); margin-bottom: 2rem; }
.back:hover { color: var(--text); text-decoration: none; }
.eyebrow { display: flex; width: max-content; align-items: center; gap: 0.6rem; font-family: var(--mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); }
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--orange); }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.02; margin: 0.9rem 0 1rem; }
.lead { color: var(--text-dim); font-size: 1.08rem; font-weight: 500; max-width: 56ch; }
h2 { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.03em; margin: 2.6rem 0 0.7rem; padding-top: 1.6rem; border-top: 1px solid var(--border); }
h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; margin: 1.6rem 0 0.4rem; }
p { color: var(--text-dim); font-size: 0.97rem; margin-bottom: 0.9rem; max-width: 72ch; }
ul, ol { margin: 0 0 1rem 1.2rem; color: var(--text-dim); font-size: 0.97rem; }
li { margin-bottom: 0.35rem; }
li::marker { color: var(--orange); }
strong { color: var(--text); }
.meta, .last-updated, .updated, .date { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 1.4rem; }

.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.2rem 0 0.4rem; }
.tile { display: block; padding: 1.5rem; border-radius: 22px; border: 1px solid var(--border); background: var(--card); color: var(--text); transition: border-color 0.3s, background 0.3s, transform 0.5s var(--ease); }
.tile:hover { text-decoration: none; border-color: var(--border-strong); background: var(--card-hover); transform: translateY(-3px); }
.tile .ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); margin-bottom: 1rem; }
.tile h3 { margin: 0 0 0.3rem; }
.tile p { font-size: 0.88rem; margin-bottom: 0.9rem; }
.tile .link { font-family: var(--mono); font-size: 0.8rem; color: var(--orange); }

.contact-info, .highlight, .box, .notice { border: 1px solid var(--border); border-left: 3px solid var(--orange); background: var(--card); border-radius: 14px; padding: 1.1rem 1.3rem; margin: 1.4rem 0; }
.contact-info strong { display: block; margin-bottom: 0.3rem; }
table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: 0.9rem; color: var(--text-dim); }
th, td { text-align: left; padding: 0.6rem 0.5rem; border-bottom: 1px solid var(--border); vertical-align: top; }
th { color: var(--text); font-weight: 700; }

footer { border-top: 1px solid var(--border); background: var(--bg-2); padding: 1.6rem 0; }
.foot { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.74rem; color: var(--faint); }
.foot p { margin: 0; color: var(--faint); font-size: 0.74rem; }
.foot .warn { font-family: var(--mono); letter-spacing: 0.04em; }

@media (max-width: 640px) {
    .container { width: calc(100% - 36px); }
    .grid { grid-template-columns: 1fr; }
}
