        .legal-main {
            max-width: 760px;
            margin: 0 auto;
            padding: 2.5rem 1.25rem 4rem;
        }
        .legal-kicker {
            font-size: .8rem;
            font-weight: 600;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--primary-color);
            margin-bottom: .5rem;
        }
        .legal-main h1 {
            font-size: clamp(1.6rem, 4vw, 2.2rem);
            font-weight: 700;
            color: var(--text-main);
            margin: 0 0 .5rem;
        }
        .legal-updated {
            font-size: .85rem;
            color: var(--text-muted);
            margin-bottom: 2.5rem;
        }
        .legal-main h2 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-main);
            margin: 2rem 0 .5rem;
            padding-top: 1rem;
            border-top: 1px solid #eee;
        }
        .legal-main h2:first-of-type {
            border-top: none;
            padding-top: 0;
        }
        .legal-main p, .legal-main li {
            font-size: .97rem;
            line-height: 1.75;
            color: var(--text-main);
        }
        .legal-main ul {
            padding-left: 1.4rem;
            margin: .5rem 0;
        }
        .legal-main li {
            margin-bottom: .3rem;
        }
        .legal-main a {
            color: var(--primary-color);
        }
        .legal-alert {
            background: var(--primary-soft);
            border-left: 3px solid var(--primary-color);
            border-radius: var(--radius-sm);
            padding: .9rem 1.1rem;
            margin: 1rem 0;
            font-size: .95rem;
            line-height: 1.6;
        }
        .cookie-table {
            width: 100%;
            border-collapse: collapse;
            font-size: .9rem;
            margin: 1rem 0;
        }
        .cookie-table th {
            background: var(--primary-soft);
            color: var(--text-main);
            font-weight: 700;
            text-align: left;
            padding: .6rem .8rem;
            border-bottom: 2px solid var(--primary-color);
        }
        .cookie-table td {
            padding: .55rem .8rem;
            border-bottom: 1px solid #eee;
            vertical-align: top;
            line-height: 1.5;
        }
        .cookie-table tr:last-child td {
            border-bottom: none;
        }
        .cookie-pref-btn {
            display: inline-block;
            margin-top: .75rem;
            padding: .55rem 1.2rem;
            background: var(--primary-color);
            color: #fff;
            border: none;
            border-radius: var(--radius-pill);
            font-size: .9rem;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
        }
        .cookie-pref-btn:hover {
            opacity: .88;
        }
        @media (max-width: 600px) {
            .cookie-table { font-size: .82rem; }
            .cookie-table th, .cookie-table td { padding: .45rem .55rem; }
        }
