:root{--landing-bg:#0a0a0a;--landing-glass-bg:rgba(255,255,255,0.06);--landing-glass-border:rgba(255,255,255,0.1);--landing-glass-blur:16px;--brand-gold:#ffd700;--brand-green:#16a34a;--text-primary:#f8fafc;--text-secondary:rgba(248,250,252,0.72);--text-muted:#64748b;--border-light:rgba(255,255,255,0.08)}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:var(--landing-bg);color:var(--text-primary)}.legal-page-main{flex:1;padding:3rem 0 4rem}.landing-page .container{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.landing-page .container{padding-left:1.5rem;padding-right:1.5rem}}.landing-page .section-header{margin-bottom:2rem}.landing-page .section-title{font-family:var(--font-barlow-condensed),var(--font-barlow),system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-primary);line-height:1.2}.landing-page .section-subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.5}.legal-content{max-width:720px;margin:0 auto}.legal-content .section-title{font-family:var(--font-barlow-condensed),var(--font-barlow),system-ui,sans-serif;margin-bottom:.5rem}.legal-content .section-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.legal-content h3{color:var(--brand-gold);font-size:1.25rem;font-weight:700;margin:2rem 0 .75rem}.legal-content h4{color:var(--brand-gold);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.legal-content li,.legal-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.legal-content ul{padding-left:1.5rem;margin-bottom:1rem}.legal-content .legal-divider{border:none;border-top:1px solid var(--border-light);margin:2.5rem 0}.legal-content .legal-meta{color:var(--text-muted);text-align:center;font-style:italic;font-size:.875rem;margin-top:2rem}