:root {
    --cream: #fff8ef;
    --paper: #ffffff;
    --ink: #2b2723;
    --muted: #6e655e;
    --orange: #e94d16;
    --orange-dark: #bd340d;
    --green: #315c2a;
    --line: #eadbce;
    --shadow: 0 24px 70px rgba(70, 43, 23, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 10% 0, rgba(233,77,22,.08), transparent 25%), var(--cream); color: var(--ink); font: 17px/1.72 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--orange-dark); }
button, input { font: inherit; }
.legal-shell { width: min(920px, calc(100% - 32px)); margin: 44px auto 70px; }
.legal-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.legal-top a { font-weight: 800; text-decoration: none; }
.legal-top button { border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: #fff; color: var(--ink); font-weight: 800; cursor: pointer; }
.legal-card { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.legal-card h1, .legal-card h2, .consent-dialog h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
.legal-card h1 { margin: 0 0 12px; font-size: clamp(2.5rem, 6vw, 4.6rem); color: var(--orange-dark); }
.legal-card h2 { margin: 42px 0 12px; font-size: clamp(1.45rem, 3vw, 2rem); }
.legal-card h3 { margin: 26px 0 8px; }
.legal-card p, .legal-card li { color: #443d37; }
.legal-card ul { padding-left: 1.25rem; }
.legal-intro { font-size: 1.08rem; color: var(--muted); }
.legal-contact { display: grid; gap: 10px; margin: 18px 0; }
.protected-contact-inline { display: inline-flex; align-items: center; gap: 10px; width: fit-content; max-width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: #fff8ef; color: var(--ink); font-weight: 800; cursor: pointer; text-align: left; }
.protected-contact-inline:hover { border-color: rgba(233,77,22,.45); background: #fff2e3; }
.protected-contact-inline:disabled { opacity: .7; cursor: wait; }
.legal-note { margin-top: 38px; padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 14px; background: #fff4e9; color: #5c493c; }
.legal-footer { margin-top: 24px; color: var(--muted); font-size: .88rem; text-align: center; }
.cookie-notice { position: fixed; z-index: 1200; left: 50%; bottom: 18px; width: min(900px, calc(100% - 28px)); display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,248,239,.98); box-shadow: var(--shadow); transform: translateX(-50%); }
.cookie-notice[hidden] { display: none !important; }
.cookie-notice-copy strong { display: block; font-family: Georgia, serif; }
.cookie-notice-copy p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }
.cookie-notice-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-notice-actions a { font-weight: 800; font-size: .82rem; }
.cookie-notice-actions button { min-height: 40px; padding: 0 15px; border: 0; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 900; cursor: pointer; }
.cookie-notice-actions .button-secondary { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.consent-dialog { width: min(650px, calc(100% - 24px)); border: 0; padding: 0; border-radius: 24px; background: transparent; }
.consent-dialog::backdrop { background: rgba(22,24,21,.72); backdrop-filter: blur(5px); }
.consent-dialog-shell { position: relative; padding: 32px; border-radius: 24px; background: #fffaf3; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.consent-dialog h2 { margin: 0 0 12px; font-size: 2rem; }
.consent-dialog p { color: var(--muted); }
.dialog-close { position: absolute; top: 13px; right: 13px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #eee4da; color: var(--ink); font-size: 1.7rem; cursor: pointer; }
.consent-option { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer; }
.consent-option.required { opacity: .78; cursor: default; }
.consent-option strong, .consent-option small { display: block; }
.consent-option small { margin-top: 3px; color: var(--muted); }
.consent-option input { width: 24px; height: 24px; accent-color: var(--orange); flex: 0 0 auto; }
.consent-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.consent-dialog-actions button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; }
.consent-dialog-actions .button-light { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.consent-dialog-actions .button-primary { background: var(--orange); color: #fff; }
.eyebrow { margin: 0 0 8px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 900; }
@media (max-width: 650px) {
    .legal-shell { width: min(100% - 20px, 920px); margin-top: 18px; }
    .legal-top { align-items: flex-start; flex-direction: column; }
    .legal-card { padding: 26px 20px; border-radius: 22px; }
    .cookie-notice { align-items: stretch; flex-direction: column; bottom: 8px; }
    .cookie-notice-actions { justify-content: flex-start; }
    .consent-dialog-shell { padding: 28px 20px 22px; }
    .consent-dialog-actions { flex-direction: column-reverse; }
    .consent-dialog-actions button { width: 100%; }
}
