.cookie-banner{position:fixed;inset:auto 16px 16px auto;z-index:1000;background:#fff;border:1px solid #e3e3e0;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.16),0 4px 12px rgba(0,0,0,.06);padding:20px 22px;max-width:420px;margin:0;opacity:0;transform:translateY(20px);transition:opacity 280ms ease,transform 280ms cubic-bezier(.22,.61,.36,1);font-family:'Montserrat',sans-serif}
.cookie-banner.is-open{opacity:1;transform:translateY(0)}
.cookie-banner__inner{display:flex;flex-direction:column;gap:16px}
.cookie-banner__head{display:flex;align-items:flex-start;gap:16px}
.cookie-banner__icon{width:46px;height:46px;border-radius:50%;background:rgba(11,110,64,.1);color:#0b6e40;display:flex;align-items:center;justify-content:center;flex:0 0 46px}
.cookie-banner__icon svg{width:26px;height:26px}
.cookie-banner__text h2{font-size:20px;margin:0 0 6px;color:#0b6e40;font-weight:600}
.cookie-banner__text p{margin:0;font-size:14px;line-height:1.6;color:#4d4d4d}
.cookie-banner__actions{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}
.cookie-banner__actions .btn{flex:1 1 0;padding:11px 22px;font-size:14px;white-space:nowrap;text-align:center;border-radius:99px;font-weight:600;cursor:pointer;font-family:inherit;border:0;transition:background 220ms ease,color 220ms ease,border-color 220ms ease,transform .2s,box-shadow .2s}
.cookie-banner__actions .btn--primary{background:#0b6e40;color:#fff}
.cookie-banner__actions .btn--primary:hover{background:#0a5c36;transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.18)}
.cookie-banner__actions .btn--ghost{background:#fff;color:#1f2937;border:1px solid #1f2937}
.cookie-banner__actions .btn--ghost:hover,
.cookie-banner__actions .btn--ghost:focus{background:#1f2937;color:#fff;border-color:#1f2937}
@media (max-width:720px){
  .cookie-banner{padding:16px;border-radius:12px;inset:auto 10px 10px 10px;max-width:none;width:auto}
  .cookie-banner__head{gap:12px}
  .cookie-banner__icon{width:40px;height:40px;flex-basis:40px}
  .cookie-banner__icon svg{width:22px;height:22px}
  .cookie-banner__text h2{font-size:17px}
  .cookie-banner__text p{font-size:13px}
  .cookie-banner__actions{justify-content:stretch}
  .cookie-banner__actions .btn{flex:1;text-align:center}
}
.cookie-fab{position:fixed;left:16px;bottom:16px;z-index:999;width:44px;height:44px;border-radius:50%;border:1px solid #e3e3e0;background:#fff;color:#0b6e40;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.12);transition:transform 220ms ease,background 220ms ease,color 220ms ease;padding:0}
.cookie-fab svg{width:22px;height:22px}
.cookie-fab:hover{background:#0b6e40;color:#fff;transform:translateY(-2px)}
.cookie-banner__status{display:flex;align-items:center;gap:10px;padding:8px 12px;background:rgba(11,110,64,.07);border:1px solid rgba(11,110,64,.2);border-radius:8px;font-size:12px;line-height:1.4;color:#1c3d2a}
.cookie-banner__status[hidden]{display:none}
.cookie-banner__status,
.cookie-banner__status *{font-size:12px}
.cookie-banner__status strong{color:#0b6e40;font-weight:600}
.cookie-banner__status-icon{width:18px;height:18px;flex:0 0 18px;color:#0b6e40}
