
.site-footer-legal{max-width:1100px;margin:22px auto 32px;padding:0 18px;}
.site-footer-legal .footer-card{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.site-footer-legal a{color:var(--green);text-decoration:none;font-weight:700}
.site-footer-legal a:hover{text-decoration:underline}
.site-footer-legal .sep{color:#9ca3af}
.cookie-banner-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.38);z-index:9998;display:none}
.cookie-banner{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);width:min(940px,calc(100% - 24px));background:#ffffff;border:1px solid rgba(15,23,42,.12);border-radius:22px;box-shadow:0 24px 60px rgba(15,23,42,.28);padding:18px 18px 16px;z-index:9999;display:none}
.cookie-banner.is-visible,.cookie-banner-backdrop.is-visible{display:block}
.cookie-banner__title{font-size:18px;font-weight:800;margin:0 0 6px;color:#111827}
.cookie-banner__text{margin:0;color:#374151;line-height:1.6}
.cookie-banner__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}
.cookie-banner__btn{appearance:none;border:0;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer}
.cookie-banner__btn--accept{background:var(--green);color:#fff}
.cookie-banner__btn--later{background:#eef2f7;color:#111827}
.cookie-banner__links{display:flex;gap:12px;flex-wrap:wrap;margin-left:auto}
.cookie-banner__links a{color:var(--green);font-weight:700;text-decoration:none}
.cookie-banner__links a:hover{text-decoration:underline}
.legal-checkbox{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:rgba(121,193,66,.08);margin:8px 0 16px}
.legal-checkbox input{margin-top:3px;transform:scale(1.08)}
.legal-checkbox label{line-height:1.5}
@media (max-width:640px){.site-footer-legal{padding:0 12px}.cookie-banner{bottom:14px;padding:16px}.cookie-banner__actions{flex-direction:column;align-items:stretch}.cookie-banner__links{margin-left:0}}

.site-footer-legal .footer-card{border-color:rgba(121,193,66,.18);}
.site-footer-legal a:hover{color:var(--green);}
.legal-checkbox{border-color:rgba(121,193,66,.18);}
