@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --navy:#1a2b4a; --gold:#c8a96e; --light:#f7f9fc; --text:#2d3748;
      --muted:#718096; --white:#fff; --border:#e2e8f0;
    }
    html { scroll-behavior:smooth; font-size:16px; }
    body { font-family:'Inter',sans-serif; color:var(--text); background:var(--white); line-height:1.7; }
    a { color:var(--navy); text-decoration:underline; text-underline-offset:2px; }
    a:hover { color:var(--gold); }
    .legal-header {
      background:linear-gradient(135deg,#0f1c30 0%,#1a2b4a 60%,#243756 100%);
      color:var(--white); padding:28px 0;
    }
    .container { max-width:820px; margin:0 auto; padding:0 24px; }
    .legal-header .container { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
    .legal-header img { height:44px; width:auto; display:block; }
    .legal-header a.back { color:rgba(255,255,255,.85); text-decoration:none; font-size:.9rem; font-weight:600; }
    .legal-header a.back:hover { color:var(--gold); }
    .legal-main { padding:56px 0 72px; }
    .legal-main h1 { font-size:clamp(1.8rem,3.5vw,2.4rem); font-weight:800; color:var(--navy); line-height:1.2; margin-bottom:8px; }
    .legal-updated { color:var(--muted); font-size:.9rem; margin-bottom:8px; }
    .divider { width:48px; height:4px; background:var(--gold); border-radius:2px; margin:20px 0 32px; }
    .legal-main h2 { font-size:1.25rem; font-weight:700; color:var(--navy); margin:36px 0 12px; }
    .legal-main h3 { font-size:1.02rem; font-weight:700; color:var(--navy); margin:24px 0 8px; }
    .legal-main p { color:var(--text); margin-bottom:14px; }
    .legal-main ul { margin:0 0 14px 22px; }
    .legal-main li { margin-bottom:8px; }
    .legal-main strong { color:var(--navy); }
    .note {
      background:var(--light); border-left:3px solid var(--gold);
      border-radius:8px; padding:16px 20px; margin:24px 0; font-size:.92rem; color:var(--muted);
    }
    .legal-footer { background:#0d1824; color:rgba(255,255,255,.55); padding:28px 0; font-size:.85rem; }
    .legal-footer a { color:var(--gold); text-decoration:none; }
    .legal-footer .container { display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; }

    /* language switch (legal header) */
    .lang-switch { display:flex; align-items:center; gap:4px; }
    .lang-switch a { font-size:.78rem; font-weight:700; color:rgba(255,255,255,.6); padding:4px 8px; border-radius:6px; text-decoration:none; letter-spacing:.04em; transition:all .2s; }
    .lang-switch a:hover { color:var(--gold); }
    .lang-switch a.active { color:var(--navy); background:var(--gold); }

    /* Su cellulare: bordo sottile ma visibile su tabella (esterno + colonne) */
    @media (max-width: 600px) {
      table.cookie-table { border:1px solid var(--navy); border-collapse:collapse; }
      table.cookie-table th, table.cookie-table td { border:1px solid var(--navy); }
    }
