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(3rem, 7vw, 5rem);
    letter-spacing: 5px;
    color: white;
    text-shadow: 0 0 20px rgba(43, 87, 255, 0.4);
}
.blue-dash {
    width: 100px;
    height: 4px;
    background-color: #2b57ff;
    margin: 20px auto;
    border-radius: 2px;
    box-shadow: 0 0 15px #2b57ff;
}
.aszf-container {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    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);
}
.aszf-content h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: #2b57ff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
}
.aszf-content h2:first-child { margin-top: 0; }
.aszf-content p, .aszf-content li {
    color: #ccc;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 15px;
}
.aszf-content strong {
    color: white;
}
.last-update {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 30px;
    display: block;
}
@media (max-width: 768px) {
    .aszf-container {
        padding: 30px 20px;
        border-radius: 15px;
    }
}