.question {
    margin-bottom: 3rem;
    text-align: left;
    background: rgba(255, 255, 255, 0.05); /* Subtle light overlay */
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-left: 6px solid var(--gold); /* Strong accent line */
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.question:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.question p {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.question label {
    display: block;
    margin-bottom: 0.5rem;
}

.cfu-nav {
    text-align: center;
    margin-top: 2rem;
}

#results {
    margin-top: 2rem;
    text-align: center;
    background: rgba(12, 26, 46, 0.95);
    border: 2px solid var(--gold);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

#results h2 {
    color: var(--gold);
    margin-bottom: 1rem;
}

#score {
    font-weight: bold;
    font-size: 2rem;
    color: var(--gold-light);
}

.cfu-nav {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
