/* About / Story Section Styling */
.about-box {
    background: rgba(30, 10, 50, 0.5);
    border: 2px solid #3b4cca;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    margin-bottom: 3.5rem;
}

.story-content p {
    font-size: 1rem;
    color: #e0e0e0;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.story-content strong {
    color: #ffcb05;
}

.story-quote {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.85rem;
    color: #ffcb05;
    text-align: center;
    background: rgba(17, 17, 24, 0.7);
    border-left: 4px solid #e61c24;
    padding: 1.2rem;
    margin-top: 2rem;
    border-radius: 0 8px 8px 0;
    line-height: 1.6;
}
