.privacy-policy-section{padding:5rem 0;background-color:var(--bg-light)}.privacy-policy-header{text-align:center;margin-bottom:4rem}.text-center{text-align:center}.privacy-policy-header .section-title{margin-bottom:1rem}.privacy-policy-header .section-description{max-width:800px;margin:0 auto}.privacy-policy-content{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.privacy-policy-content .privacy-policy-section{padding:0;background:0 0;margin-bottom:2.5rem}.privacy-policy-content .privacy-policy-section:last-child{margin-bottom:0}.privacy-policy-content h3{color:var(--text-color);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.privacy-policy-content p{color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.privacy-policy-content ul{list-style:none;padding-left:1.5rem;margin-bottom:1.5rem}.privacy-policy-content ul li{color:var(--text-muted);position:relative;padding-left:1.5rem;margin-bottom:.5rem;line-height:1.6}.privacy-policy-content ul li:before{content:"•";color:var(--accent-teal);position:absolute;left:0;font-size:1.2rem}.banner-dots{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin-bottom:1.5rem}.dot{width:14px;height:14px;border-radius:50%;display:inline-block;background:var(--accent-teal,#00adaa);opacity:.7;animation:dot-bounce 1.2s infinite ease-in-out}.dot-2{background:var(--accent-pink,#ff5ca7);animation-delay:.2s}.dot-3{background:var(--accent-purple,#7b61ff);animation-delay:.4s}.dot-4{background:var(--accent-green,#00c853);animation-delay:.6s}@keyframes dot-bounce{0%,100%,80%{transform:translateY(0)}40%{transform:translateY(-12px)}}@media (max-width:768px){.privacy-policy-section{padding:3rem 0}.privacy-policy-content{padding:2rem}.privacy-policy-content h3{font-size:1.3rem}}@media (max-width:480px){.privacy-policy-section{padding:2rem 0}.privacy-policy-content{padding:1.5rem}.privacy-policy-content h3{font-size:1.2rem}}.text-link{color:var(--accent-teal);text-decoration:none;transition:color .3s ease}.text-link:hover{color:var(--accent-pink)}