.privacy-container{max-width:800px;font-family:Arial,Helvetica,sans-serif;margin:20px auto;padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);animation:fadeIn 1s ease-in-out}.privacy-title{text-align:center;color:#305263;margin-bottom:30px}.privacy-section{margin-bottom:20px;padding:10px;border-bottom:1px solid #ddd;animation:slideIn .8s ease-in-out}.section-title{font-size:3em;color:#007272;margin-bottom:10px}.section-content{font-size:1.5em;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}