body {
    background-color: #111;
}

h1:focus {
    outline: none;
}

.reu-button {
    backdrop-filter: blur(5px);
}

.primary-buttons {
    display: flex;
    gap: 1rem;
    text-align: center;
}

    .primary-buttons a.alternative {
        display: block;
        font-size: 80%;
        margin-top: 0.2rem;
        padding: 0.5rem;
        font-weight: bold;
        text-shadow: 0 0 5px #111;
    }

    .primary-buttons span.alternative {
        display: block;
        font-size: 80%;
        margin-top: 0.2rem;
        padding: 0.5rem;
        color: #888;
        font-weight: bold;
        text-decoration: line-through;
        text-shadow: 0 0 5px #111;
    }

@media (max-width: 500px) {
    .primary-buttons {
        flex-direction: column;
    }
}

.install-btn {
    font-size: 150%;
    font-weight: bold;
    padding: 1rem 2rem !important;
}

.download-btn {
    font-size: 150%;
    font-weight: bold;
    padding: 1rem 2rem !important;
}

.turbo-bg {
    background: linear-gradient(to bottom, #FC13, #181818), url(img/turbo/bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 1rem;
}

.logo-area img {
    filter: drop-shadow(0 0 1rem #fc16);
}

.counts {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
    font-size: 80%;
    color: #888;
    font-weight: bold;
    text-shadow: 0 0 5px #111;
}

@media (max-width: 500px) {
    .counts {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

.count {
    color: #ccc;
}


.legal-document {
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.last-updated {
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 2rem;
    border-left: 3px solid #ddd;
    padding-left: 1rem;
}

.legal-document h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-document ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.legal-document li {
    margin-bottom: 0.5rem;
}