/* Privacy Page Styles */
.privacy-page{padding-top:90px;min-height:100vh;background:#f8f9fa}
.privacy-header{text-align:center;padding:3rem 0;background:#fff;border-radius:15px;margin-bottom:2rem;box-shadow:0 5px 20px rgba(0,0,0,0.05)}
.privacy-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:0.5rem}
.last-update{color:#7f8c8d;font-size:0.9rem;margin-bottom:1rem;font-style:italic}
.intro{max-width:900px;margin:1rem auto 0;line-height:1.8;color:#555;font-size:1.1rem}
.privacy-content{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.05)}
.privacy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}
.privacy-section:last-child{border-bottom:none}
.privacy-section h2{color:#27ae60;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:3px solid #27ae60;display:inline-block}
.privacy-section h3{color:#2c3e50;font-size:1.4rem;margin:2rem 0 1rem;font-weight:600}
.privacy-section h4{color:#27ae60;font-size:1.2rem;margin:1.5rem 0 0.5rem}
.privacy-section p{line-height:1.8;color:#555;margin-bottom:1rem}
.privacy-section ul{margin:1rem 0;padding-left:2rem}
.privacy-section ul li{margin-bottom:0.8rem;line-height:1.7;color:#555}
.privacy-section ul li strong{color:#27ae60}
.info-box{background:#e8f5e9;padding:1.5rem;border-radius:10px;border-left:4px solid #27ae60;margin:1.5rem 0}
.info-box p{margin-bottom:0.5rem;color:#2c3e50}
.info-box strong{color:#27ae60}
.info-box a{color:#27ae60;text-decoration:none;font-weight:500}
.info-box a:hover{text-decoration:underline}
.privacy-table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.08)}
.privacy-table thead{background:linear-gradient(135deg,#2ecc71,#27ae60)}
.privacy-table thead th{padding:1rem;text-align:left;color:#fff;font-weight:600;font-size:0.95rem}
.privacy-table tbody tr{border-bottom:1px solid #e0e0e0}
.privacy-table tbody tr:last-child{border-bottom:none}
.privacy-table tbody tr:hover{background:#f8f9fa}
.privacy-table tbody td{padding:1rem;color:#555;vertical-align:top}
.table-responsive{overflow-x:auto;margin:1.5rem 0}
.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.right-card{background:#fff;border:2px solid #e8f5e9;padding:1.5rem;border-radius:10px;transition:all 0.3s}
.right-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(46,204,113,0.2);border-color:#27ae60}
.right-card h4{color:#27ae60;margin-bottom:0.8rem;font-size:1.1rem;display:flex;align-items:center;gap:0.5rem}
.right-card p{color:#555;line-height:1.6;font-size:0.95rem;margin:0}
.logo a{text-decoration:none;background:linear-gradient(135deg,#2ecc71,#27ae60);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
@media(max-width:768px){
    .privacy-content{padding:1.5rem}
    .privacy-header{padding:2rem 1rem}
    .privacy-header h1{font-size:2rem}
    .privacy-section h2{font-size:1.5rem}
    .privacy-section h3{font-size:1.2rem}
    .rights-grid{grid-template-columns:1fr}
    .privacy-table{font-size:0.85rem}
    .privacy-table thead th,.privacy-table tbody td{padding:0.7rem}
    .info-box a{word-break:break-all}
}
@media(max-width:480px){
    .privacy-page{padding-top:70px}
    .privacy-header{padding:1.5rem 0.5rem;border-radius:10px}
    .privacy-header h1{font-size:1.6rem}
    .intro{font-size:0.95rem}
    .last-update{font-size:0.8rem}
    .privacy-content{padding:1rem;border-radius:10px}
    .privacy-section{margin-bottom:2rem;padding-bottom:1.5rem}
    .privacy-section h2{font-size:1.3rem}
    .privacy-section h3{font-size:1.1rem}
    .privacy-section h4{font-size:1rem}
    .privacy-section p,.privacy-section ul li{font-size:0.92rem}
    .privacy-section ul{padding-left:1.2rem}
    .info-box{padding:1rem}
    .right-card{padding:1rem}
    .right-card h4{font-size:1rem}
    .right-card p{font-size:0.88rem}
    .privacy-table{font-size:0.78rem}
    .privacy-table thead th,.privacy-table tbody td{padding:0.5rem}
}