.privacy-hero .container,
.terms-hero .container,
.disclaimer-hero .container,
.abuse-hero .container,
.unlimited-hero .container{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.privacy-hero{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:linear-gradient(
        145deg,
        #ffffff 0%,
        #eff6ff 40%,
        #dbeafe 100%
    );
}

.privacy-hero::before{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    top:-250px;
    right:-180px;
    background:radial-gradient(
        circle,
        rgba(37,99,235,.15),
        transparent 70%
    );
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    background:#fff;
    border:1px solid #bfdbfe;
    border-radius:999px;
    color:#2563eb;
    font-size:.8rem;
    font-weight:700;
    margin-bottom:24px;
}

.badge-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#2563eb;
}

.breadcrumb{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:24px;
    color:#64748b;
}

.breadcrumb a{
    color:#2563eb;
    text-decoration:none;
}

.privacy-hero h1{
    font-size:clamp(2.6rem,5vw,4rem);
    font-weight:800;
    text-align:center;
    margin-bottom:20px;
}

.privacy-hero h1 span{
    color:#2563eb;
}

.hero-subtitle{
    max-width:800px;
    margin:auto;
    text-align:center;
    line-height:1.8;
    color:#64748b;
}

.update-badge{
    width:max-content;
    margin:30px auto 0;
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    border:1px solid #bfdbfe;
    border-radius:999px;
    padding:12px 18px;
    font-weight:600;
}

.update-badge svg{
    width:18px;
    height:18px;
    color:#2563eb;
}

.privacy-wrapper{
    padding:90px 0;
    background:#f8fbff;
}

.privacy-layout{
    display:grid;
    grid-template-columns:300px 1fr;
    gap:40px;
    align-items:start;
}

.privacy-sidebar{
    position:sticky;
    top:100px;
}

.toc-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:24px;
    padding:28px;
    box-shadow:0 2px 8px rgba(37,99,235,.08);
}

.toc-card h3{
    font-size:1.15rem;
    font-weight:800;
    margin-bottom:20px;
    color:#0f172a;
}

.toc-nav{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.toc-nav a{
    text-decoration:none;
    color:#475569;
    padding:12px 14px;
    border-radius:12px;
    transition:.3s ease;
    font-size:.9rem;
    font-weight:600;
}

.toc-nav a:hover{
    background:#eff6ff;
    color:#2563eb;
}

.support-card{
    margin-top:24px;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:24px;
    padding:28px;
    text-align:center;
    box-shadow:0 2px 8px rgba(37,99,235,.08);
}

.support-icon{
    width:70px;
    height:70px;
    margin:0 auto 18px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eff6ff;
}

.support-icon svg{
    width:32px;
    height:32px;
    color:#2563eb;
}

.support-card h4{
    font-size:1.2rem;
    font-weight:800;
    margin-bottom:10px;
    color:#0f172a;
}

.support-card p{
    color:#64748b;
    line-height:1.7;
    margin-bottom:20px;
}

.support-btn{
    display:block;
    width:100%;
    text-decoration:none;
    background:#2563eb;
    color:#fff;
    padding:14px;
    border-radius:14px;
    font-weight:700;
    margin-bottom:12px;
    transition:.3s;
}

.support-btn:hover{
    background:#1d4ed8;
}

.ticket-btn{
    display:block;
    width:100%;
    text-decoration:none;
    border:1px solid #2563eb;
    color:#2563eb;
    padding:14px;
    border-radius:14px;
    font-weight:700;
    transition:.3s;
}

.ticket-btn:hover{
    background:#eff6ff;
}

.privacy-content{
    min-width:0;
}

.policy-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:28px;
    padding:50px;
    box-shadow:0 6px 20px rgba(37,99,235,.08);
}

.policy-section{
    margin-bottom:60px;
}

.policy-section:last-child{
    margin-bottom:0;
}

.policy-section h2{
    font-size:2rem;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
}

.policy-section h3{
    font-size:1.2rem;
    font-weight:700;
    margin-top:25px;
    margin-bottom:15px;
    color:#0f172a;
}

.policy-section p{
    color:#64748b;
    line-height:1.9;
    margin-bottom:18px;
}

.policy-section ul{
    padding-left:24px;
}

.policy-section li{
    margin-bottom:12px;
    color:#475569;
    line-height:1.8;
}

.policy-section li::marker{
    color:#2563eb;
}

.policy-contact-box{
    margin-top:30px;
    border:1px solid #e2e8f0;
    border-radius:18px;
    overflow:hidden;
}

.policy-contact-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 22px;
    border-bottom:1px solid #e2e8f0;
}

.contact-row:last-child{
    border-bottom:none;
}

.contact-row span{
    color:#64748b;
     margin-right: 15px;
}

.contact-row strong{
    color:#0f172a;
}

.privacy-cta{
    margin-top:40px;
    background:linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );
    border-radius:30px;
    padding:70px 50px;
    text-align:center;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.privacy-cta::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    right:-100px;
    top:-100px;
    background:rgba(255,255,255,.08);
}

.cta-label{
    display:inline-block;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    font-size:.8rem;
    font-weight:700;
    margin-bottom:20px;
}

.privacy-cta h2{
    font-size:2.4rem;
    font-weight:800;
    margin-bottom:16px;
}

.privacy-cta p{
    max-width:700px;
    margin:0 auto;
    line-height:1.9;
    opacity:.9;
}

.cta-actions{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.primary-btn{
    background:#fff;
    color:#2563eb;
    text-decoration:none;
    padding:15px 28px;
    border-radius:14px;
    font-weight:800;
    transition:.3s;
}

.primary-btn:hover{
    transform:translateY(-2px);
}

.secondary-btn{
    color:#fff;
    text-decoration:none;
    padding:15px 28px;
    border-radius:14px;
    font-weight:800;
    border:1px solid rgba(255,255,255,.3);
    transition:.3s;
}

.secondary-btn:hover{
    background:rgba(255,255,255,.08);
}

@media(max-width:1200px){

    .privacy-layout{
        grid-template-columns:260px 1fr;
    }

}

@media(max-width:1024px){

    .privacy-layout{
        grid-template-columns:1fr;
    }

    .privacy-sidebar{
        position:relative;
        top:auto;
    }

    .toc-card{
        margin-bottom:20px;
    }

}

@media(max-width:768px){

    .privacy-hero{
        padding:80px 0;
    }

    .policy-card{
        padding:35px 28px;
    }

    .privacy-cta{
        padding:50px 30px;
    }

    .privacy-cta h2{
        font-size:2rem;
    }

    .contact-row{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

}

@media(max-width:576px){

    .policy-card{
        padding:24px;
    }

    .policy-section h2{
        font-size:1.6rem;
    }

    .privacy-cta h2{
        font-size:1.7rem;
    }

    .hero-subtitle{
        font-size:.95rem;
    }

    .update-badge{
        font-size:.8rem;
    }

    .cta-actions{
        flex-direction:column;
    }

    .primary-btn,
    .secondary-btn{
        width:100%;
    }

}