.privacy-hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:140px 0 60px;color:#fff;text-align:center}.privacy-hero h1{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.privacy-hero p{color:rgba(255,255,255,.8);font-size:1.1rem;max-width:600px;margin:0 auto}.last-update{display:inline-block;background:rgba(255,255,255,.1);padding:8px 16px;border-radius:20px;margin-top:1rem;font-size:.9rem}.privacy-content{max-width:900px;margin:0 auto;padding:60px 20px}.privacy-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 5px 20px rgba(0,0,0,8%)}.privacy-section h2{color:var(--text-dark);font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--bg-light)}.privacy-section h3{color:var(--text-dark);font-size:1.3rem;margin:2rem 0 1rem}.privacy-section p{color:var(--text-medium);line-height:1.8;margin-bottom:1rem}.privacy-section ul,.privacy-section ol{color:var(--text-medium);line-height:1.8;margin:1rem 0;padding-left:2rem}.privacy-section li{margin-bottom:.5rem}.toc-section{background:var(--bg-light);border-radius:16px;padding:2rem;margin-bottom:2rem}.toc-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.toc-list{list-style:none;padding:0}.toc-list li{margin-bottom:.5rem}.toc-list a{color:var(--primary-green);text-decoration:none;display:flex;align-items:center;padding:.5rem;border-radius:8px;transition:all .3s}.toc-list a:hover{background:#fff;padding-left:1rem}.toc-number{display:inline-block;width:30px;height:30px;background:var(--primary-green);color:#fff;border-radius:50%;text-align:center;line-height:30px;margin-right:1rem;font-weight:700}.info-box{background:linear-gradient(135deg,rgba(0,150,57,5%) 0%,rgba(0,150,57,2%) 100%);border-left:4px solid var(--primary-green);padding:1.5rem;border-radius:8px;margin:2rem 0}.info-box-title{font-weight:700;color:var(--text-dark);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.warning-box{background:linear-gradient(135deg,rgba(206,43,55,5%) 0%,rgba(206,43,55,2%) 100%);border-left:4px solid var(--primary-red)}.contact-info{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0;border:2px solid var(--bg-light)}.contact-info h3{color:var(--text-dark);margin-bottom:1rem}.contact-detail{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--text-medium)}.contact-icon{width:40px;height:40px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.right-card{background:var(--bg-light);padding:1.5rem;border-radius:12px;transition:all .3s}.right-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.right-icon{font-size:2rem;margin-bottom:1rem}.right-title{font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.cookie-table{overflow-x:auto;margin:2rem 0}.cookie-table table{width:100%;background:#fff;border-radius:8px;overflow:hidden;border:1px solid var(--bg-light)}.cookie-table th{background:var(--bg-light);padding:1rem;text-align:left;font-weight:600;color:var(--text-dark)}.cookie-table td{padding:1rem;border-bottom:1px solid var(--bg-light);color:var(--text-medium)}.cookie-table tr:last-child td{border-bottom:none}@media(max-width:768px){.privacy-section{padding:1.5rem}.rights-grid{grid-template-columns:1fr}}