.legal-shell { max-width: 850px; margin: 0 auto; color: rgba(245,242,236,0.8); }
.legal-shell h2 { font-family: var(--font-display); color: var(--clr-white); font-size: clamp(28px,4vw,40px); margin: 38px 0 12px; }
.legal-shell p, .legal-shell li { color: var(--clr-muted); margin-bottom: 14px; }
.legal-shell ul { list-style: disc; padding-left: 22px; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 1001; max-width: 760px; margin: 0 auto; display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 18px 20px; background: rgba(7,15,7,0.94); border: 1px solid var(--clr-border); border-radius: var(--radius-lg); backdrop-filter: blur(18px); }
.cookie-banner p { color: var(--clr-muted); font-size: 14px; line-height: 1.5; }
@media(max-width:650px) { .cookie-banner { flex-direction: column; align-items: stretch; } }
