.privacy-page{min-height:100vh;background:linear-gradient(135deg,#fce7f3,#ffffff)}.page-container{max-width:1000px;margin:0 auto;padding:2rem 1rem}.privacy-page .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#f9a8d4;justify-content:flex-start}.privacy-page .breadcrumb a{color:#ec4899;text-decoration:none;transition:color .3s}.privacy-page .breadcrumb a:hover{color:#be185d;text-decoration:underline}.privacy-page .breadcrumb span{color:#f9a8d4}.privacy-hero{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#ec4899,#be185d);border-radius:20px;color:white;margin-bottom:3rem;box-shadow:0 10px 30px rgba(236,72,153,.3);animation:fadeInUp .6s ease-out}.privacy-hero .hero-content i{font-size:3rem;margin-bottom:1rem;display:block}.privacy-hero h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.privacy-hero p{font-size:1.1rem;margin-bottom:.5rem;opacity:.95}.privacy-hero small{font-size:.9rem;opacity:.85}.privacy-sections{animation:fadeInUp .6s ease-out .2s backwards}.privacy-section{background:white;padding:2.5rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 4px 15px rgba(0,0,0,.08);animation:fadeInUp .6s ease-out backwards}.privacy-section:first-child{animation-delay:.1s}.privacy-section:nth-child(2){animation-delay:.2s}.privacy-section:nth-child(3){animation-delay:.3s}.privacy-section:nth-child(4){animation-delay:.4s}.privacy-section:nth-child(5){animation-delay:.5s}.privacy-section:nth-child(6){animation-delay:.6s}.privacy-section:nth-child(7){animation-delay:.7s}.privacy-section:nth-child(8){animation-delay:.8s}.section-icon{width:50px;height:50px;background:linear-gradient(135deg,#f9a8d4,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.section-icon i{font-size:1.3rem;color:white}.privacy-section h2{font-size:1.6rem;color:#be185d;margin-bottom:1rem;font-weight:700}.privacy-section>p{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.data-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.data-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fce7f3;border-radius:10px;transition:transform .3s}.data-item:hover{transform:translateX(5px)}.data-item>i{font-size:1.5rem;color:#ec4899;margin-top:.2rem;min-width:30px}.data-item strong{color:#be185d;display:block;margin-bottom:.25rem;font-size:1.05rem}.data-item p{color:#6b7280;font-size:.95rem;margin:0}.purpose-list{list-style:none;padding:0;margin-top:1.5rem}.purpose-list li{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.purpose-list li:last-child{border-bottom:none}.purpose-list i{color:#ec4899;margin-top:.2rem;font-size:1.1rem}.purpose-list span{color:#4b5563;font-size:1rem;line-height:1.6}.sharing-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.share-card{background:linear-gradient(135deg,#fce7f3,#f9a8d4 50%);padding:1.5rem;border-radius:10px;text-align:center;transition:transform .3s,box-shadow .3s}.share-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(236,72,153,.2)}.share-card i{font-size:2rem;color:#be185d;margin-bottom:1rem;display:block}.share-card h3{font-size:1.1rem;color:#be185d;margin-bottom:.5rem}.share-card p{font-size:.9rem;color:#6b7280;margin:0}.security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.5rem}.security-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fce7f3;border-radius:10px;text-align:center}.security-item i{font-size:1.8rem;color:#ec4899}.security-item span{font-size:.9rem;color:#4b5563;font-weight:600}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem}.right-card{background:white;border:2px solid #f9a8d4;padding:1.5rem;border-radius:10px;text-align:center;transition:all .3s}.right-card:hover{border-color:#ec4899;box-shadow:0 5px 15px rgba(236,72,153,.2);transform:translateY(-3px)}.right-card i{font-size:2rem;color:#ec4899;margin-bottom:1rem;display:block}.right-card h3{font-size:1rem;color:#be185d;margin-bottom:.5rem;font-weight:600}.right-card p{font-size:.85rem;color:#6b7280;margin:0;line-height:1.5}.cookies-types{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.cookie-type{padding:1rem;background:#fce7f3;border-left:4px solid #ec4899;border-radius:5px}.cookie-type strong{color:#be185d;display:block;margin-bottom:.5rem;font-size:1.05rem}.cookie-type p{color:#6b7280;font-size:.95rem;margin:0;line-height:1.5}.contact-methods{display:flex;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fce7f3;border-radius:10px;flex:1 1;min-width:200px}.contact-method i{font-size:1.5rem;color:#ec4899}.contact-method strong{color:#be185d;display:block;margin-bottom:.25rem;font-size:1rem}.contact-method p{color:#4b5563;margin:0;font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.privacy-hero{padding:2rem 1rem}.privacy-hero .hero-content i,.privacy-hero h1{font-size:2rem}.privacy-section{padding:1.5rem}.privacy-section h2{font-size:1.3rem}.rights-grid,.sharing-info{grid-template-columns:1fr}.contact-methods{flex-direction:column}}@media (max-width:480px){.privacy-hero h1{font-size:1.5rem}.privacy-section h2{font-size:1.2rem}.data-item,.right-card,.share-card{padding:1rem}.security-features{grid-template-columns:repeat(2,1fr)}}