/* Pages legales SPECTRE-AEROSPATIALE : mentions, politique de confidentialite. */
/* Style autonome, ne depend pas de styles.css. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    background: #000;
    color: #e6e6e6;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body {
    min-height: 100vh;
    padding: 3rem 1.5rem 6rem;
}

.legal-container {
    max-width: 820px;
    margin: 0 auto;
}

.legal-header {
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.legal-back {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border: 1px solid #2a2a2a;
    transition: border-color 0.2s, color 0.2s;
}
.legal-back:hover { border-color: #fff; color: #fff; }

.legal-brand {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: #fff;
}
.legal-brand span {
    color: #666;
    font-weight: 400;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.legal-subtitle {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 1.35rem;
    color: #fff;
    margin-top: 2.5rem;
    margin-bottom: 0.9rem;
    padding-top: 0.2rem;
    border-top: 1px solid #1a1a1a;
    padding-top: 1.2rem;
}
h2:first-of-type { border-top: none; padding-top: 0; }

h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #fff;
    margin-top: 1.8rem;
    margin-bottom: 0.6rem;
}

p {
    margin-bottom: 1rem;
    color: #cfcfcf;
}

a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-color: #555;
    transition: text-decoration-color 0.2s;
}
a:hover { text-decoration-color: #fff; }

ul {
    margin: 0.5rem 0 1.2rem 1.4rem;
    color: #cfcfcf;
}
li { margin-bottom: 0.4rem; }

strong {
    color: #fff;
    font-weight: 600;
}

code {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.85em;
    background: #0c0c0c;
    border: 1px solid #1f1f1f;
    padding: 0.1em 0.4em;
    color: #d0d0d0;
}

.legal-footer {
    margin-top: 4rem;
    padding-top: 1.5rem;
    border-top: 1px solid #1a1a1a;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    color: #666;
    letter-spacing: 0.08em;
}
