.legal-page{position:relative;min-height:100vh;background:var(--bg-dark, hsl(210, 20%, 12%));color:var(--text-white, hsl(0, 0%, 98%));font-family:var(--font-sans, "Inter", system-ui, sans-serif)}.legal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;border-bottom:1px solid var(--border-color, rgba(255, 255, 255, .08));background:#ffffff05;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.legal-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-white, hsl(0, 0%, 98%));font-weight:600;font-size:1.125rem;transition:opacity .2s}.legal-logo:hover{opacity:.8}.legal-logo-icon{width:32px;height:32px;fill:var(--primary-blue, hsl(200, 50%, 65%))}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--border-color, rgba(255, 255, 255, .08));border-radius:8px;color:var(--text-muted, hsl(210, 10%, 70%));font-size:.875rem;cursor:pointer;transition:all .2s}.back-button:hover{background:#ffffff0d;border-color:var(--primary-blue, hsl(200, 50%, 65%));color:var(--text-white, hsl(0, 0%, 98%))}.legal-content{max-width:800px;margin:0 auto;padding:3rem 1rem}.legal-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-white, hsl(0, 0%, 98%));line-height:1.2}.legal-subtitle{font-size:1rem;color:var(--text-muted, hsl(210, 10%, 70%));margin-bottom:2rem}.legal-updated{font-size:.875rem;color:var(--text-muted, hsl(210, 10%, 70%));margin-bottom:3rem;font-style:italic}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary-blue, hsl(200, 50%, 65%))}.legal-section h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem;color:var(--text-white, hsl(0, 0%, 98%))}.legal-section p{font-size:1rem;line-height:1.7;color:var(--text-muted, hsl(210, 10%, 70%));margin-bottom:1rem}.legal-section ul,.legal-section ol{margin:1rem 0 1rem 1.5rem;color:var(--text-muted, hsl(210, 10%, 70%))}.legal-section li{margin-bottom:.5rem;line-height:1.7}.legal-section strong{color:var(--text-white, hsl(0, 0%, 98%));font-weight:600}.contact-hero{text-align:center;margin-bottom:3rem}.contact-intro{font-size:1.125rem;color:var(--text-muted, hsl(210, 10%, 70%));margin-bottom:1rem}.contact-tagline{font-size:1rem;color:var(--text-muted, hsl(210, 10%, 70%));font-style:italic}.contact-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#1877f2,#0c5cbf);color:#fff;text-decoration:none;border-radius:12px;font-size:1.125rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #1877f24d;margin:2rem 0}.contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1877f266}.contact-button i{font-size:1.5rem}.contact-response-time{font-size:.875rem;color:var(--text-muted, hsl(210, 10%, 70%));margin-top:1rem;font-style:italic}.contact-topics{margin-top:3rem}.contact-topics h3{font-size:1.25rem;margin-bottom:1rem;color:var(--primary-blue, hsl(200, 50%, 65%))}.contact-topics ul{list-style:none;margin:0;padding:0}.contact-topics li{padding:.75rem 0;border-bottom:1px solid var(--border-color, rgba(255, 255, 255, .08));color:var(--text-muted, hsl(210, 10%, 70%))}.contact-topics li:before{content:"→";margin-right:.75rem;color:var(--primary-blue, hsl(200, 50%, 65%))}.legal-footer{text-align:center;padding:2rem 1rem;border-top:1px solid var(--border-color, rgba(255, 255, 255, .08));margin-top:4rem;color:var(--text-muted, hsl(210, 10%, 70%));font-size:.875rem}.legal-footer-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.legal-footer-links a{color:var(--text-muted, hsl(210, 10%, 70%));text-decoration:none;transition:color .2s}.legal-footer-links a:hover{color:var(--primary-blue, hsl(200, 50%, 65%))}@media(max-width:768px){.legal-title{font-size:2rem}.legal-content{padding:2rem 1rem}.legal-section h2{font-size:1.25rem}.back-button span{display:none}}@media(min-width:768px){.legal-header{padding:1.5rem 2rem}.legal-content{padding:4rem 2rem}}
