/* Pages légales — extrait de l'ancien <style> inline. */
        .legal-page {
            position:relative; overflow-x:hidden; min-height:100vh; min-height:100dvh;
            font-family:'Poppins', system-ui, -apple-system, sans-serif;
            background:
                radial-gradient(1200px 600px at 50% -10%, #FCEFD0 0%, rgba(252,239,208,0) 60%),
                linear-gradient(180deg, #FBF1DA 0%, #F6E7C4 100%);
            background-attachment:fixed;
        }
        .legal-page .halo { position:fixed; border-radius:50%; filter:blur(72px); pointer-events:none; z-index:0; }
        .legal-page .halo-1 { top:-140px; left:-120px; width:340px; height:340px; background:rgba(122,31,43,.12); }
        .legal-page .halo-2 { top:26%; right:-150px; width:400px; height:400px; background:rgba(227,178,60,.26); }
        .legal-page .halo-3 { bottom:-160px; left:20%; width:320px; height:320px; background:rgba(90,58,34,.12); }
        .legal-page .content { position:relative; z-index:1; }
        .brand-title { font-family:'Rye', cursive; letter-spacing:.5px; }
        .legal-card { position:relative; overflow:hidden; box-shadow:0 1px 0 rgba(255,255,255,.7) inset, 0 34px 80px -34px rgba(90,58,34,.5); }
        .legal-card::before {
            content:''; position:absolute; top:0; left:0; right:0; height:5px;
            background:linear-gradient(90deg, #7A1F2B 0%, #A83246 45%, #E3B23C 100%);
        }
        /* Badge logo de l'en-tête (migré depuis le style="" inline, Phase 3) */
        .legal-logo-badge { box-shadow:0 12px 30px rgba(90,58,34,.25), 0 0 0 5px rgba(246,206,91,.6); }
