.legal_page { margin: 170px 0 70px; color: #222; }
.legal_page .container { max-width: 1040px; }
.legal_page h1 { margin-bottom: 8px; font-size: 36px; font-weight: 700; line-height: 1.2; }
.legal_page h2 { margin: 34px 0 14px; font-size: 24px; font-weight: 700; line-height: 1.3; }
.legal_page p,.legal_page li { font-size: 16px; line-height: 1.65; }
.legal_page ul { padding-left: 24px; }
.legal_revision { color: #777; }
.legal_table { width: 100%; border-collapse: collapse; }
.legal_table th,.legal_table td { padding: 12px 14px; border: 1px solid #ddd; vertical-align: top; }
.legal_table th { background: #eee; }
.legal_footer_links { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 22px 15px 10px; border-top: 1px solid rgba(255,255,255,.2); }
.legal_footer_links a,.legal_footer_links button { padding: 0; border: 0; background: none; color: #fff; font: inherit; text-decoration: underline; cursor: pointer; }
.consent_check { display: flex; gap: 8px; align-items: flex-start; margin: 14px 0 0; color: inherit; font-size: 13px; line-height: 1.4; text-align: left; }
.consent_check input { flex: 0 0 auto; margin-top: 3px; }
.cookie_banner { position: fixed; z-index: 10000; right: 20px; bottom: 20px; left: 20px; display: none; max-width: 920px; margin: auto; padding: 20px 22px; border-radius: 8px; background: #242424; color: #fff; box-shadow: 0 8px 35px rgba(0,0,0,.35); }
.cookie_banner.is-visible { display: block; }
.cookie_banner p { margin: 0; font-size: 14px; line-height: 1.5; }
.cookie_banner a { color: #fff; text-decoration: underline; }
.cookie_banner_actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.cookie_banner button { padding: 10px 16px; border: 1px solid #fff; border-radius: 24px; background: transparent; color: #fff; font-weight: 700; cursor: pointer; }
.cookie_banner button[data-cookie-choice="all"] { border-color: #da0b13; background: #da0b13; }

@media screen and (max-width: 576px) {
    .legal_page { margin: 90px 0 45px; }
    .legal_page h1 { font-size: 28px; }
    .legal_page h2 { font-size: 21px; }
    .legal_table th,.legal_table td { min-width: 180px; padding: 10px; }
    .cookie_banner { right: 10px; bottom: 10px; left: 10px; padding: 16px; }
    .cookie_banner_actions { flex-direction: column; }
    .cookie_banner button { width: 100%; }
}
