.ra-consent{--ra-bg:#fff;--ra-fg:#282828;--ra-muted:#5c5c5c;--ra-line:#d8d8d8;--ra-accent:#fdee17;--ra-accent-fg:#282828;position:fixed;z-index:99999;left:50%;bottom:24px;transform:translateX(-50%);box-sizing:border-box;display:none;flex-direction:column;width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:hidden;padding:26px;background:var(--ra-bg);color:var(--ra-fg);border-radius:6px;box-shadow:0 18px 50px rgba(0,0,0,.32);font-family:'Roboto',system-ui,-apple-system,'Segoe UI',sans-serif;font-size:15px;line-height:1.6}
.ra-consent.is-open{display:flex}
.ra-consent *{box-sizing:border-box}
.ra-consent h2{margin:0 0 10px;font-size:20px;font-weight:700;line-height:1.3;color:var(--ra-fg)}
.ra-consent p{margin:0 0 14px;color:var(--ra-muted);font-size:14px}
.ra-consent a{color:#215fa7;text-decoration:underline}
.ra-consent__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}
.ra-consent__cats{display:none;flex-direction:column;margin:0 0 18px;border-top:1px solid var(--ra-line)}
.ra-consent.is-detailed .ra-consent__cats{display:flex}
.ra-consent__cat{padding:12px 0;border-bottom:1px solid var(--ra-line)}
.ra-consent__cat-head{display:flex;align-items:center;gap:12px}
.ra-consent__cat-title{flex:1 1 auto;font-weight:700;font-size:15px}
.ra-consent__cat p{margin:6px 0 0;font-size:13px}
.ra-consent__always{font-size:12px;color:var(--ra-muted);white-space:nowrap}
.ra-switch{position:relative;display:inline-flex;flex:0 0 auto;width:42px;height:24px}
.ra-switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}
.ra-switch span{position:absolute;inset:0;background:#c9c9c9;border-radius:999px;transition:background .2s ease}
.ra-switch span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.3)}
.ra-switch input:checked+span{background:#215fa7}
.ra-switch input:checked+span:after{transform:translateX(18px)}
.ra-switch input:disabled+span{opacity:.5}
.ra-consent__actions{display:flex;flex-wrap:wrap;gap:10px}
.ra-consent .ra-btn{flex:1 1 auto;min-width:150px;padding:12px 18px;border:1px solid var(--ra-accent)!important;border-radius:4px!important;background:var(--ra-accent)!important;color:var(--ra-accent-fg)!important;font-family:inherit;font-size:14px;font-weight:700;text-align:center;cursor:pointer;box-shadow:none!important}
.ra-consent .ra-btn:hover{filter:brightness(.94)}
.ra-consent .ra-btn--ghost{background:transparent!important;color:var(--ra-fg)!important;border-color:var(--ra-line)!important}
.ra-consent .ra-btn--ghost:hover{border-color:var(--ra-fg)!important;filter:none}
.ra-consent [hidden]{display:none!important}
.ra-consent__links{margin-top:14px;font-size:13px;color:var(--ra-muted)}
.ra-consent-backdrop{position:fixed;inset:0;z-index:99998;display:none;background:rgba(0,0,0,.45)}
.ra-consent-backdrop.is-open{display:block}
@media (max-width:640px){.ra-consent{width:calc(100vw - 20px);bottom:10px;padding:20px}.ra-consent .ra-btn{min-width:100%}}
.direct-contact .btn{margin:0 .25rem .5rem}
