
.privacy-container{
    max-width:1000px;
    margin:60px auto;
    padding:40px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.badge{
    display:inline-block;
    padding:8px 16px;
    border-radius:50px;
    background:var(--primary-color);
    color:var(--secondary-color);
    font-weight:600;
}

h1{
    margin:20px 0 10px;
    font-size:3rem;
}

.updated{
    color:#777;
    margin-bottom:30px;
}

.section{
    padding:24px 0;
    border-bottom:1px solid #eee;
}

.section:last-child{
    border-bottom:none;
}

.section h2{
    color:var(--secondary-color);
    margin-bottom:10px;
}

.top-btn{
    position:fixed;
    bottom:20px;
    right:20px;
    background:var(--secondary-color);
    color:#fff;
    border:none;
    padding:12px 16px;
    border-radius:50%;
    cursor:pointer;
    display:none;
}

@media(max-width:768px){
    .privacy-container{
        margin:20px;
        padding:24px;
    }

    h1{
        font-size:2rem;
    }
}
