body {
    background: radial-gradient(circle at top right, #111827, #080808);
    background-attachment: fixed;
    color: white;
    font-family: 'Jost', sans-serif;
}
#titlesectiona {
    padding: 80px 0 40px;
    text-align: center;
}
#titlesectiona h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 7vw, 5rem);
    letter-spacing: 5px;
    color: white;
    text-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
    margin-bottom: 0;
}
.blue-dash {
    width: 100px;
    height: 4px;
    background-color: #2b57ff;
    margin: 20px auto;
    border-radius: 2px;
    box-shadow: 0 0 15px #2b57ff;
}
.policy-container {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 80px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.policy-content h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: #2b57ff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
}
.policy-content h2:first-child { margin-top: 0; }
.policy-content h3 {
    font-size: 1.3rem;
    color: white;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.policy-content p, .policy-content li {
    color: #ccc;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 15px;
}
.policy-content strong {
    color: white;
}
.last-update {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 30px;
    display: block;
    font-style: italic;
}
@media (max-width: 768px) {
    .policy-container {
        padding: 30px 20px;
        border-radius: 15px;
    }
}