/* Shared style for ScrollCams legal/info pages */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #0a0a0a; color: #f5f5f5; font-family: 'Inter', system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #e11d48; text-decoration: none; }
a:hover { text-decoration: underline; }
.header { position: sticky; top: 0; z-index: 10; height: 56px; border-bottom: 1px solid #2a2a2a; background: rgba(10,10,10,.9); backdrop-filter: blur(10px); display: flex; align-items: center; padding: 0 1.5rem; }
.brand { display: inline-flex; align-items: baseline; font-family: 'League Spartan', system-ui, sans-serif; font-weight: 800; font-size: 1.5rem; letter-spacing: -.02em; color: #f5f5f5; text-decoration: none; }
.brand span { color: #e11d48; }
.wrap { max-width: 760px; margin: 0 auto; padding: 3rem 1.5rem 6rem; }
h1 { font-family: 'League Spartan', system-ui, sans-serif; font-weight: 800; font-size: 2.25rem; line-height: 1.1; letter-spacing: -.02em; margin: 0 0 .25rem; }
h2 { font-family: 'League Spartan', system-ui, sans-serif; font-weight: 700; font-size: 1.5rem; margin: 2.5rem 0 1rem; color: #f5f5f5; }
h3 { font-weight: 700; font-size: 1.125rem; margin: 1.75rem 0 .5rem; color: #f5f5f5; }
p, li { line-height: 1.65; color: rgba(245,245,245,.85); }
ul, ol { padding-left: 1.25rem; }
li { margin-bottom: .35rem; }
.meta { color: #71717a; font-size: .85rem; margin-bottom: 2rem; }
.back { display: inline-flex; align-items: center; gap: .25rem; color: #71717a; font-size: .9rem; margin-bottom: 1.5rem; }
.back:hover { color: #f5f5f5; text-decoration: none; }
.footer { border-top: 1px solid #2a2a2a; padding: 2rem 1.5rem; text-align: center; color: #71717a; font-size: .8rem; }
.footer a { color: #71717a; margin: 0 .5rem; }
.footer a:hover { color: #f5f5f5; }
