/* PakTech – lightweight cookie banner (GA4) */
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:2000;background:rgba(255,255,255,.98);border-top:1px solid var(--border);box-shadow:0 -10px 30px rgba(15,23,42,.10)}
.cookie-inner{max-width:var(--max);margin:0 auto;padding:14px 18px;display:flex;gap:14px;align-items:center;justify-content:space-between}
.cookie-text{font-size:14px;color:var(--muted)}
.cookie-text strong{color:var(--text)}
.cookie-text a{color:var(--secondary);font-weight:800;text-decoration:underline}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.cookie-actions button{font:inherit}
.cookie-btn{border-radius:14px;padding:10px 14px;font-weight:800;cursor:pointer;border:1px solid var(--border);background:var(--bg);color:var(--text)}
.cookie-btn.accept{background:var(--secondary);color:#fff;border-color:rgba(27,79,138,.25)}
.cookie-btn.accept:hover{filter:brightness(.98)}
.cookie-btn.reject:hover{background:var(--surface)}
body.has-cookie-banner{padding-bottom:92px}
@media (max-width:720px){
  .cookie-inner{flex-direction:column;align-items:stretch}
  .cookie-actions{justify-content:flex-end}
  body.has-cookie-banner{padding-bottom:150px}
}
