body {
    font-family: 'Oswald', sans-serif;
    background-color: #0f0f0f;
    color: #e0e0e0;
}
.dark-bg {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}
.dark-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://storage.googleapis.com/workspace-0f70711f-8b4e-4d94-86f1-2a93ccde5887/image/8c267d2e-3f6a-4b53-9ea9-3c712e0e0da3.png') center/cover no-repeat;
    opacity: 0.2;
}
.card-dark {
    background-color: #2a2a2a;
    border: 1px solid #404040;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.text-gta {
    color: #ff6b35;
}
.btn-gta {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    border: none;
    color: white;
    transition: all 0.3s ease;
}
.btn-gta:hover {
    background: linear-gradient(45deg, #f7931e, #e56b1a);
    transform: translateY(-2px);
}
.text-glow {
    text-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
}
.section-bg {
    background-color: #141414;
}
