	.privacy-hero{
    background:linear-gradient(135deg,#0d6efd,#4f46e5);
    color:#fff;
    text-align:center;
    padding:120px 20px;
}

.hero-badge{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    margin-bottom:20px;
}

.privacy-hero h1{
    font-size:56px;
    font-weight:700;
    margin-bottom:20px;
}

.privacy-hero p{
    max-width:800px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
}

.effective-date{
    margin-top:25px;
    font-size:18px;
    font-weight:600;
}

.policy-section{
    background:#f8f9fc;
    padding:80px 0;
}

.container{
    width:90%;
    max-width:1100px;
    margin:auto;
}

.policy-card{
    background:#fff;
    padding:40px;
    border-radius:18px;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.policy-card h2{
    color:#0d6efd;
    margin-bottom:20px;
}

.policy-card h3{
    margin-top:20px;
    margin-bottom:15px;
}

.policy-card p,
.policy-card li{
    color:#555;
    line-height:1.9;
}

.policy-card ul{
    padding-left:20px;
}

.contact-box{
    background:linear-gradient(135deg,#0d6efd,#4f46e5);
    color:white;
}

.contact-box h2,
.contact-box p{
    color:white;
}

.contact-info p{
    margin-bottom:10px;
}

@media(max-width:768px){

.privacy-hero h1{
    font-size:38px;
}

.policy-card{
    padding:25px;
}

}