.privacy_page{width:100%;min-height:calc(100vh - 200px);padding:2rem 1rem;background-color:var(--bg-primary)}.privacy_container{max-width:900px;margin:0 auto;background-color:var(--bg-secondary);padding:3rem 2rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.privacy_title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.privacy_last_updated{text-align:center;color:var(--text-secondary);font-size:.9rem;margin-bottom:3rem;font-style:italic}.privacy_section{margin-bottom:2.5rem}.privacy_section h2{font-size:1.8rem;font-weight:600;color:var(--primary-green);margin-bottom:1rem;margin-top:2rem}.privacy_section h3{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.privacy_section p{font-size:1rem}.privacy_section p,.privacy_section ul{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.privacy_section ul{margin-left:1.5rem}.privacy_section li{margin-bottom:.75rem}.privacy_section strong{color:var(--text-primary);font-weight:600}@media (max-width:768px){.privacy_container{padding:2rem 1.5rem}.privacy_title{font-size:2rem}.privacy_section h2{font-size:1.5rem}.privacy_section h3{font-size:1.2rem}}