.privacy-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#fff}.privacy-container{flex:1;background:#fff;padding:4rem 1rem;position:relative}.privacy-container:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,rgba(0,0,0,.03),hsla(0,0%,100%,0));pointer-events:none}.privacy-content{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:3rem;position:relative}.privacy-header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0;position:relative}.privacy-badge{display:inline-block;background:#000;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.privacy-header h1{font-size:3rem;color:#000;margin-bottom:1rem;font-weight:800;line-height:1.2}.last-updated{color:#666;font-size:1rem;font-weight:500}.privacy-sections{display:flex;flex-direction:column;gap:2.5rem}.privacy-section{background:#fff;padding:2rem;border-radius:12px;transition:all .3s ease;border:1px solid #e0e0e0}.privacy-section:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#000}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-number{background:#000;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;flex-shrink:0}.privacy-section h2{font-size:1.5rem;color:#000;margin:0;font-weight:700;line-height:1.3}.section-content{color:#333}.section-content p{line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.privacy-section ul{list-style:none;padding:0;margin:0}.privacy-section li{color:#333;padding:.75rem 0 .75rem 2rem;position:relative;line-height:1.6;font-size:1.05rem}.privacy-section li:before{content:"•";color:#000;font-weight:700;position:absolute;left:.75rem;font-size:1.5rem;line-height:1}.contact-link{color:#000;text-decoration:none;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(0,0,0,.05);border-radius:8px;margin-top:1rem}.contact-link:hover{background:rgba(0,0,0,.1);transform:translateY(-2px)}.contact-link i{font-size:1.25rem}@media (max-width:768px){.privacy-container{padding:2rem 1rem}.privacy-content{padding:2rem}.privacy-header h1{font-size:2rem}.privacy-section{padding:1.5rem}.privacy-section h2{font-size:1.25rem}.privacy-section li,.section-content p{font-size:1rem}}