@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.privacy-container{text-align:center;padding:4rem 1rem;background:linear-gradient(135deg,#e0f7ff,#fff5f8);background-size:200% 200%;animation:gradientShift 15s ease infinite;min-height:100vh}.privacy-title{font-size:2.5rem;color:#004aad;margin-bottom:1rem}.privacy-subtitle{max-width:800px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.privacy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.privacy-card{background:rgba(255,255,255,.85);border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:1.5rem;backdrop-filter:blur(4px);text-align:left}.privacy-card h3{margin-top:0;color:#004aad;margin-bottom:.5rem}.privacy-back{margin-top:3rem}.privacy-back a{color:#004aad;text-decoration:underline}