/* App Mobile Section */
.app-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 1.5rem 0;
}

.app-section h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}

.app-section p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.app-section .btn-success {
    font-weight: 500;
}

.app-section .btn-success img {
    height: 24px;
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
}

.app-section .phone-icon {
    fill: rgba(255, 255, 255, 0.2);
}

/* Próximos Jogos Section */
#proximos-jogos {
    background: linear-gradient(135deg, #0d1b2a 0%, #1a2a3a 100%);
    padding: 3rem 0;
}

#proximos-jogos h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
