/* Footer styles for GameLandPolska */
.site-footer { background: #0b1411; color: #dcebe5; border-top: 1px solid rgba(255,255,255,0.06); }
.site-footer a { color: #dcebe5; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .footer-inner { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; display: grid; grid-template-columns: 1.2fr 2fr; gap: 2rem; }

.footer-branding .brand { display: inline-flex; align-items: center; gap: 0.5rem; color: inherit; text-decoration: none; }
.footer-branding .brand:focus-visible { outline: 2px solid #6ee7b7; outline-offset: 3px; border-radius: 4px; }
.footer-branding .brand-mark { font-size: 1.1rem; }
.footer-branding .brand-text { font-weight: 700; letter-spacing: 0.4px; }
.footer-branding .brand-desc { margin-top: 0.5rem; color: #bcd4cc; }

.footer-links .links-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.5rem 1rem; }
.footer-links a { display: inline-block; padding: 0.25rem 0; border-radius: 0.25rem; }
.footer-links a:focus-visible { outline: 2px solid #6ee7b7; outline-offset: 2px; background: rgba(110,231,183,0.08); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 0.75rem 1rem; text-align: center; color: #a6c1b8; }

@media (max-width: 900px) {
  .site-footer .footer-inner { grid-template-columns: 1fr; }
  .footer-links .links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Cookie banner */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100; background: rgba(9,16,13,0.98); color: #e6f4ec; border-top: 1px solid rgba(255,255,255,0.08); transform: translateY(100%); transition: transform 300ms ease; box-shadow: 0 -8px 24px rgba(0,0,0,0.35); }
.cookie-banner .cookie-content { max-width: 1100px; margin: 0 auto; padding: 1rem; display: grid; grid-template-columns: 1.7fr auto; gap: 1rem; align-items: center; }
.cookie-banner h2 { margin: 0; font-size: 1rem; letter-spacing: 0.2px; }
.cookie-banner p { margin: 0.25rem 0 0; color: #cfe3db; }
.cookie-banner a { color: #8de0c6; }
.cookie-actions { display: flex; gap: 0.5rem; justify-content: flex-end; align-items: center; }
.btn { font: inherit; border-radius: 0.5rem; cursor: pointer; padding: 0.55rem 0.9rem; border: 1px solid transparent; }
.btn:focus-visible { outline: 2px solid #6ee7b7; outline-offset: 2px; }
.btn-primary { background: #1e7a5d; color: #e6f4ec; border-color: #2b9c7a; }
.btn-primary:hover { background: #206e55; }
.btn-secondary { background: transparent; color: #e6f4ec; border-color: rgba(255,255,255,0.25); }
.btn-secondary:hover { background: rgba(255,255,255,0.06); }

.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner.is-hidden { transform: translateY(100%); }

@media (max-width: 700px) {
  .cookie-banner .cookie-content { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner { transition: none; }
}
