.privacy-list{counter-reset:none;list-style:none}.privacy-item{display:block;margin-bottom:2rem;animation:fadeInUp .6s ease-out}.privacy-item:nth-child(2n){animation-delay:.1s}.privacy-item:nth-child(odd){animation-delay:.2s}.privacy-item:before{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#e3ebf2}::-webkit-scrollbar-thumb{background:#a2c6e4;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#042d62}@media print{.privacy-item{page-break-inside:avoid}}